comedilib.git
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().
2008-03-28 Frank Mori... Added reference entry for comedi_get_hardware_buffer_si...
2008-03-28 Frank Mori... Added comedi_get_hardware_buffer_size() wrapper functio...
2008-03-28 Frank Mori... Replaced a perror with comedi_perror
2008-03-28 Frank Mori... synced with comedi.
2008-03-27 Frank Mori... Added default constructors to from_physical and to_phys...
2008-03-26 Frank Mori... Fixed compile error.
2008-03-26 Frank Mori... Made comedi::calibration default constructible. Added...
2008-03-14 Frank Mori... Added wrappers for calibration functions. Fixed memory...
2008-03-14 Frank Mori... Made it very slightly more clear that comedi_apply_cali...
2008-03-14 Frank Mori... Allow comedi_cleanup_calibration to accept a NULL argument.
2008-03-11 Frank Mori... Added perl to EXTRA_DIST
2008-02-21 Ian AbbottSync with comedi
2008-02-13 Frank Mori... Made mkref script handle the case of a void parameter...
2008-02-13 Frank Mori... Updated references for error reporting functions.
2008-02-12 Frank Mori... Updated the dio function reference
2008-02-12 Frank Mori... Updated comedi_dio_config implementation to reflect...
2008-02-12 Frank Mori... Updated and added some links to reference for asynchron...
2008-02-12 Frank Mori... Made comedi_ioctl take its third argument as a void...
2008-02-11 Frank Mori... Fixed return values from comedi_mark_buffer_read/writte...
2008-02-11 Frank Mori... Added some "type" elements to docbook output, although...
2008-02-11 Frank Mori... Added a link and remove some wrong (obsolete?) bits...
2008-02-11 Frank Mori... Rearranged section heirarchy. Made capitalization...
2008-02-08 Frank Mori... Added section for comedi_subdevice_type enum.
2008-02-08 Frank Mori... Added some links to core function references, and fixed...
2008-02-08 Frank Mori... Fixed some spelling errors "sucess"->"success".
2008-02-08 Frank Mori... Removed some wrong or obsolete information. Made it...
2008-02-08 Frank Mori... Minor tweak to comedi_get_softcal_converter description.
2008-02-08 Frank Mori... trivial change to a comment.
2008-02-08 Frank Mori... Switched to use comedi_to_physical instead of deprecate...
2008-02-08 Frank Mori... Added some checking of return values for errors
2008-02-07 Frank Mori... Some minor tweaks.
2008-01-28 Frank Mori... Updated drivers.txt from comedi 0.7.76
2008-01-28 Frank Mori... comedi_internal_trigger is provided by comedilib now.
2008-01-28 Frank Mori... Fixed another problem with mmap test on subdevice using...
2008-01-28 Frank Mori... Fixed bug in mmap test when run on subdevice with SDF_L...
2008-01-28 Frank Mori... Added css stylesheet for html docs. At the momment...
2008-01-28 Ian AbbottDon't use SDF_WRITEABLE flag to check if read (or write...
2008-01-25 Frank Mori... Added some links.
2008-01-24 Frank Mori... Links to http://www.comedi.org everywhere.
2008-01-24 Frank Mori... Did a little editing and updating for bitrotten parts.
2008-01-24 Frank Mori... Use "email" element.
2008-01-24 Frank Mori... Fixed indentation, shouldn't have made any content...
2008-01-24 Frank Mori... Fixed indentation. Performed some editing of content...
2008-01-24 Frank Mori... Added some missing "para" elements in the legalnotice...
2008-01-24 Frank Mori... Forgot to add this new file, it's part of conversion...
2008-01-24 Frank Mori... Converted comedilib docs to docbook-xml 4.4, fixing...
next