comedilib.git
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...
2008-01-23 Frank Mori... Added more INSN_CONFIG wrappers: comedi_get_clock_source(),
2008-01-18 Frank Mori... Added comedi_set_filter() and comedi_set_routing()...
2008-01-17 Frank Mori... Updated to use comedi_set_clock_source() wrapper.
2008-01-17 Frank Mori... Added reference entries for new configuration instructi...
2008-01-17 Ian AbbottMore memory initialization, error detection and cleanup...
2008-01-17 Ian AbbottFree elements of rangeinfo_list on close.
2008-01-16 Frank Mori... Return 0 from the INSN_CONFIG wrappers on success.
2008-01-16 Frank Mori... Added more memory initialization for the sake of valgri...
2008-01-15 Frank Mori... Moved some wrappers for INSN_CONFIG instructions into...
2008-01-14 Frank Mori... Split function references into subsections. Always...
2008-01-14 Frank Mori... fixed typo in hotplug warning message.
2008-01-13 Bernd PorrSynced this with comedi. PWM support.
2007-12-19 Ian AbbottDefine datarootdir, docdir, htmldir and pdfdir if not...
2007-12-17 Frank Mori... Added a little more description of return value from
2007-12-10 Ian AbbottAvoid mixing declarations and code.
2007-12-01 Frank Mori... Fixed setting of comedi_errno in comedi_dio_config...
2007-12-01 Frank Mori... Got rid of obsolete error codes.
2007-11-30 Ian AbbottAdded blancmange curve.
2007-11-30 Ian AbbottSelected waveform with -n. Shifted up sine wave if...
2007-11-30 Ian AbbottSynced with comedi.
2007-11-25 Bernd PorrNew firmware with PWM support. It uses the GPIF of...
2007-11-22 Ian AbbottSupport -c channel and -r range options.
2007-11-20 Bernd PorrMoved EXTRA_DIST outside of conditionals (as already...
2007-11-13 Frank Mori... Fixed name of comedi_cleanup_calibration()
2007-11-10 Frank Mori... Adding trivial email address obfuscation, since some...
2007-11-07 Ian AbbottFix use of INSN_GTOD so it works on 64-bit platforms.
2007-11-02 Ian AbbottFix out-of-tree build of ruby bindings.
2007-10-29 Frank Mori... Fixed warning on 32 bit arch, caused by my fix for...
2007-10-29 Frank Mori... Regenerated ChangeLog with "cvs2cl -t" for 0.8.1 release. r0_8_1
2007-10-29 Frank Mori... Bumped version for 0.8.1 release.
2007-10-29 Frank Mori... synced with comedi.
2007-10-26 Frank Mori... Fixed compile warning on amd64
2007-10-21 Frank Mori... Moved EXTRA_DIST outside of conditionals.
2007-10-17 Frank Mori... Synced with comedi.
2007-10-17 Frank Mori... Added comedi_iostream.hpp to include_HEADERS
2007-10-15 Frank Mori... Added dio_config and dio_bitfield2 to c++ binding.
2007-10-15 Frank Mori... Patch from steven.jenkins@ieee.org (Steven Jenkins):
2007-10-12 Frank Mori... Added comedi::istream and ostream classes, to provide...
2007-10-12 Frank Mori... Added default constructor for comedi::subdevice, and...
2007-09-28 Frank Mori... Sync with comedi.
2007-08-27 Frank Mori... Added C++ binding.
2007-08-27 Frank Mori... Got rid of redundant EXTRA_DIST
2007-08-19 Frank Mori... Patch from Tobias Blaser <tblaser@freesurf.ch>:
2007-08-19 Frank Mori... Gave libscxi independent version info from libcomedi...
2007-08-14 Frank Mori... Added blurb about do_waveform.
2007-08-13 Frank Mori... Added digital output command demo.
2007-08-13 Frank Mori... Be a little more correct by setting CMDF_WRITE flag...
2007-08-13 Frank Mori... print subdevice too on command dumps.
2007-08-13 Frank Mori... synced with comedi.
2007-08-10 Frank Mori... Moved comedi_internal_trigger into common.c
2007-08-10 Frank Mori... Removed some obsolete comments.
2007-08-09 Frank Mori... Need to use stop_src=TRIG_NONE
2007-08-07 Frank Mori... Default buffer sizes are actually 64k now.
2007-08-02 Frank Mori... Fixed comedi_get_cmd_generic_timed() by adding a chanli...
2007-08-02 Frank Mori... sync with comedi
2007-08-02 Frank Mori... Removed duplicate declaration.
2007-07-31 Frank Mori... Blah, a fresh cvs checkout does need a couple command...
2007-07-31 Frank Mori... Autogenerated ChangeLog using "cvs2cl -t" v0_8_0
2007-07-31 Frank Mori... Got rid of doccomedilib, use "configure --docdir=blah...
2007-07-31 Frank Mori... autogen.sh is gone.
2007-07-31 Frank Mori... Got rid of autogen.sh, and just tell people to run...
2007-07-31 Frank Mori... Added AUTHORS list to comedilib.
2007-07-31 Frank Mori... Took comedi_dio_bitfield out of _COMEDILIB_DEPRECATED...
2007-07-31 Frank Mori... synced with comedi
2007-07-31 Frank Mori... Actually, according to current:revision:age practice...
2007-07-31 Frank Mori... Fixed up AC_INIT and AM_INIT_AUTOMAKE parameters.
2007-07-31 Frank Mori... Move to current:revision:age discipline for library...
2007-07-30 Frank Mori... Synced with comedi.
2007-07-30 Frank Mori... Added mention of comedi_calibrate and comedi-nonfree...
2007-07-24 Ian Abbottsynced with comedi
2007-07-24 Ian AbbottAdd calib_lex.h to noinst_HEADERS.
2007-07-24 Ian AbbottAdd closing tags for <glosssee> and <glossseealso>.
next