comedilib.git
2012-04-23 Bernd PorrFixed an issue reported by Graeme Hattan that the udev
2012-04-23 Bernd PorrFixed a path issue with comedilib.pdf. Got correctly
2012-04-23 Bernd PorrRemoved two scripts which are no longer used by hotplug.
2012-04-23 Bernd Porrautomake now checks for dblatex and the pdf version
2012-04-22 Bernd PorrComedilib.pdf can now be generated with
2012-04-20 Ian AbbottGenerate ChangeLog from git log during 'make dist'
2012-04-20 Ian Abbottdoc/reference.xml: Added section for comedi_polynomial_t.
2012-04-20 Ian Abbottdoc/Makefile: Remove *.css files on uninstallation.
2012-04-20 Ian AbbottMakefile.am: Remove 'debian' from EXTRA_DIST.
2012-04-20 Ian AbbottMakefile.am: Don't bother removing CVS directories...
2012-04-20 Ian Abbotttodo: Added note about Ruby bindings disabled by default.
2012-04-20 Ian Abbottconfigure.ac: Use AS_HELP_STRING()
2012-04-20 Ian Abbottconfigure: Disable Ruby bindings by default.
2012-04-16 Ian Abbottinclude/comedi.h: synced with comedi
2012-04-16 W. Trevor Kingdriverwriting.xml: COMEDI_CB_EOA is also used to report...
2012-04-16 W. Trevor Kingdriverwriting.xml: COMEDI_CB_OVERFLOW is also used...
2012-03-13 W. Trevor KingAdd myself to the comedi.i copyright, since I just...
2012-03-13 W. Trevor KingSuggest people use `PYTHONPATH` rather than adjusting...
2012-03-13 W. Trevor KingAdd myself to the old Python demo copyrights, since...
2012-03-13 W. Trevor KingOops, fix copyright month on `demo/python/insn.py`.
2012-03-13 W. Trevor KingCast the period to an integer in `demo/python/mmap...
2012-03-13 W. Trevor KingAdjust `sys.path` before importing `mmap` in `demo...
2012-03-13 W. Trevor KingCast the period to an integer in `demo/python/cmd.py...
2012-03-13 W. Trevor KingAdd serial and PWM subdevice types to `demo/python...
2012-03-13 W. Trevor KingAdd `chanlist_len` to `comedi_get_cmd_generic_timed...
2012-03-13 W. Trevor KingAdd `demo/python/insn.py`, a Python clone of `demo...
2012-03-13 W. Trevor KingAdd an `insn_array` array_class to `comedi.i`.
2012-02-13 Ian AbbottRemoved comedi_calibrate.8 man page.
2011-12-01 Ian Abbottlibcomedi: don't ignore channel in comedi_set_clock_sou...
2011-08-17 Christoph Schmidt... m4/am-check-python-headers.m4: Python 3 wrapper for...
2011-06-27 Ian Abbottcomedi_test: Remove unnecessary assignment of 'go'...
2011-06-27 Ian Abbottcomedi_test: Fix buffer overrun in test_mmap()
2011-05-11 Ian AbbottFix a couple of typos.
2011-05-11 Ian AbbottCOMEDILIB_CFLAGS: Fix for separate build directory.
2011-05-10 Ian AbbottINSTALL: Changed cvs reference to git.
2011-05-10 Ian AbbottREADME: Update mailing list details.
2011-05-10 Ian AbbottREADME: Changed CVS references to Git.
2011-05-10 Ian AbbottREADME.CVS: Renamed to README.Git and edited slightly.
2011-01-26 Ian AbbottAdd comedilib_version.h header, produced by ./configure,
2011-01-05 Ian Abbott#include <sys/stat.h> needed for fstat().
2010-12-20 Ian AbbottUpdated procedures for building with Python's distutils...
2010-12-20 Ian AbbottAdd sampl_t and lsampl_t array_class()es to comedi.i.
2010-12-17 Ian AbbottAdjust setup.py to link against libtool's lib/.libs/.
2010-12-16 Ian AbbottRevert previous commit, renaming comedi_wrap.c back...
2010-12-16 Ian AbbottUse #ifdef SWIGRUBY around typemap(ruby,...) and remove...
2010-12-16 Ian AbbottRenamed comedi_python_wrap.c to the swig default comedi...
2010-12-16 Ian AbbottTag comedi_sv_measure's data as a swig output in comedi...
2010-12-14 Ian AbbottAdded W. Trevor King to AUTHORS.
2010-12-14 Ian AbbottAdd -lm to comedilib.pc.in Libs.
2010-12-14 Ian AbbottImport DESTDIR in swig/ruby/setup.rb for configurable...
2010-12-14 Ian AbbottChange --disable-docbook-binding to --disable-docbook...
2010-11-08 Ian AbbottInclude chanlist length in call to comedi_get_cmd_gener...
2010-11-08 Ian AbbottAdd chanlist_len parameter to comedi_get_cmd_generic_timed.
2010-11-08 Ian AbbottDefined SWIG_USE_OLD_TYPEMAPS as a temporary measure...
2010-03-24 Ian AbbottSpecify EXTRA_DIST files in subdirectories explicitly.
2010-03-19 Ian AbbottAdded channel parameter to comedi_set_clock_source...
2010-02-17 Ian Abbottcomedi_find_range() should skip ranges that don't match...
2009-08-13 Ian AbbottCheck subdevice type.
2009-08-13 Ian AbbottUse negative options.value to set up time as a duty...
2009-04-17 Bernd PorrGenerates also binary format for the new comedi driver...
2009-04-17 Bernd PorrGenerates also binary format for the new kernel comedi...
2009-03-31 Ian AbbottAdd brief note about dependencies for Python and Ruby...
2009-03-16 Bernd PorrAdded the installtion instructions from the Wiki and...
2009-02-18 Ian Abbottcomedi_get_default_calibration_path(): Check result...
2009-02-18 Ian AbbottUpdate setup.rb using i.loveruby.net/archive/setup...
2009-02-18 Ian AbbottMove "comedi_errno.h" into "include/" and install it.
2009-02-18 Ian AbbottPut __comedi_errno variable into thread-local storage...
2009-01-30 Ian AbbottAllow swig to include comedi.h and comedilib.h from...
2009-01-30 Ian AbbottAdded updates from comedi.h and comedilib.h.
2009-01-06 Ian AbbottAdded dependencies flex and bison, and (optionally...
2008-12-21 Bernd Porrthe udev scripts are no longer needed because of autoco...
2008-12-18 Ian AbbottFixed do_test_for_insn_bits(), broken by validity check...
2008-12-18 Ian AbbottRemoved unneeded comedi_insnlist from do_test_for_insn().
2008-12-18 Ian AbbottCorrected the 'BUG' message in do_test_for_insnlist...
2008-12-18 Ian AbbottOops, I missed one of the info to board_info changes.
2008-12-18 Ian Abbottdemo/info is now demo/board_info. Thanks to JuanPi...
2008-11-13 Frank Mori... Persistent names by pci device path should be in by...
2008-11-13 Frank Mori... Added C++ wrapper for comedi_get_buffer_contents().
2008-11-09 Bernd PorrSimplified the comedi rules for usbdux(fast). Also...
2008-11-05 Ian AbbottAdded some device and subdevice validity checks.
2008-11-05 Ian AbbottHandle COMEDI_SUBD_PWM and check for future unknown...
2008-10-20 Frank Mori... Made suffix on persistent subdevice symlinks use underscore
2008-10-20 Frank Mori... Added example udev rules file for new udev/sysfs in...
2008-09-16 Frank Mori... Updated it to only run the (unreliable) do_test_for_ins...
2008-09-16 Frank Mori... Added subdevice::subdevice_type() wrapper.
2008-09-16 Frank Mori... synced with comedi.
2008-09-04 Frank Mori... fixed typo in printf.
2008-08-29 Frank Mori... Fixed memory leak in comedi_cleanup_calibration().
2008-08-29 Frank Mori... Added missing return type to member function declaration.
2008-08-20 Frank Mori... Added binding for comedi_get/set_routing.
2008-08-20 Frank Mori... Added comment about using gpct_encoder demo with 660x...
2008-08-06 Frank Mori... Added C++ binding for comedi_get_clock_source. Fixed...
2008-07-31 Ian AbbottAdded AC_CONFIG_MACRO_DIR([m4]).
2008-06-25 Frank Mori... Added comedi::subdevice::set_clock_source, set_counter_...
2008-06-25 Frank Mori... Added comedi::subdevice::reset wrapper for comedi_reset().
2008-05-01 Frank Mori... Added specification of return value for comedi_dio_bitf...
2008-04-23 Ian AbbottFix some 64-bit warnings.
2008-03-31 Frank Mori... Added wrappers for comedi_get_hardware_buffer_size...
2008-03-28 Frank Mori... Added description of return value from comedi_internal_...
2008-03-28 Frank Mori... Added wrapper for comedi_internal_trigger().
next