Moved EXTRA_DIST outside of conditionals (as already happened to hotplug)
[comedilib.git] / demo /
2007-11-07 Ian AbbottFix use of INSN_GTOD so it works on 64-bit platforms.
2007-10-29 Frank Mori HessFixed warning on 32 bit arch, caused by my fix for...
2007-10-26 Frank Mori HessFixed compile warning on amd64
2007-08-14 Frank Mori HessAdded blurb about do_waveform.
2007-08-13 Frank Mori HessAdded digital output command demo.
2007-08-13 Frank Mori HessBe a little more correct by setting CMDF_WRITE flag...
2007-08-13 Frank Mori Hessprint subdevice too on command dumps.
2007-08-10 Frank Mori HessMoved comedi_internal_trigger into common.c
2007-08-10 Frank Mori HessRemoved some obsolete comments.
2007-08-09 Frank Mori HessNeed to use stop_src=TRIG_NONE
2007-08-02 Frank Mori HessFixed comedi_get_cmd_generic_timed() by adding a chanli...
2007-08-02 Frank Mori HessRemoved duplicate declaration.
2007-07-16 Frank Mori HessAdded some sanity checks, and made it use the read...
2007-07-16 Frank Mori HessForgot to add file for new demo.
2007-07-13 Frank Mori HessAdded NI GPCT buffered counting example.
2007-07-12 Frank Mori HessNew demo program.
2007-07-11 Frank Mori HessInitialize counter value to zero.
2007-07-11 Frank Mori HessAdded a comment.
2007-07-10 Frank Mori HessRemoved unused variable.
2007-07-10 Frank Mori HessCleaned up mixing of spaces/tabs for indentation probab...
2007-07-10 Frank Mori HessRemoved some dead code.
2007-06-28 Frank Mori HessDemo program for quadrature encoder counting with NI...
2007-01-08 Frank Mori HessAdded new gpct_simple_counting demo (shares some code...
2007-01-08 Frank Mori HessPrint large unsigned values correctly (not as negative...
2007-01-05 Frank Mori HessAdded brief description of choose_routing demo.
2007-01-05 Frank Mori HessAdded gpct_pulse_generator demo.
2007-01-05 Frank Mori Hessprint max data value as unsigned value instead of signe...
2007-01-03 Frank Mori HessMade parse_options() write options to a struct instead...
2007-01-03 Frank Mori HessAdded a sentence to ao_waveform description.
2007-01-03 Frank Mori HessRemoved some C99-isms (mixed code and declarations)
2006-10-23 Frank Mori HessAdded choose_clock and choose_routing demo programs...
2006-07-20 Ian AbbottApplied patch from David MacMahon <davidm -at- astro...
2006-07-13 Ian AbbottUse comedi_perror to report error if comedi_open fails...
2006-07-13 Ian AbbottApplied (slightly modified) patch from David MacMahon
2006-05-02 Frank Mori HessPatch from abbotti@mev.co.uk (Ian Abbott):
2005-12-28 Frank Mori HessMade cmd demo work with SDF_LSAMPL subdevices.
2005-03-13 Frank Mori Hessinfo is board_info now
2005-03-12 Frank Mori Hessfix name collision with automake 1.9
2005-02-24 Frank Mori Hessadded some error checks
2005-01-23 Frank Mori Hessmmap works for output waveforms now.
2005-01-22 Frank Mori Hessmark initial buffer contents as written, remove some...
2005-01-17 Frank Mori Hessadded memory mapped ao waveform demo (untested)
2004-02-29 Frank Mori Hessadd serial dio subdevice type
2004-01-02 Frank Mori Hessdoing a retry for the preload write is useless, since...
2004-01-02 Frank Mori Hessmade BUF_LEN larger, so boards with huge ao fifos ...
2003-08-16 David Schleeffix warnings r0_7_21
2003-06-04 David Schleefadd #! line
2003-06-04 David SchleefAdd python examples from Luc Lefebvre <luc.lefebvre...
2003-05-24 Frank Mori Hessuse CR_EDGE and CR_INVERT constants instead of magic...
2003-05-02 David Schleefautoconfiscate
2003-05-02 David Schleefdemos should be nodist
2003-05-02 David Schleefautoconfiscation
2003-04-22 Frank Mori Hessadded apply_cal demo
2003-03-05 Frank Mori Hessset default n_scan value to 10 for insn demo, added...
2003-01-01 Frank Mori Hessinclude string.h for memset()
2003-01-01 Frank Mori Hessfixing includes for exit(), memset() for gcc 2.96 compi...
2002-12-31 Frank Mori Hessfix compiler warning
2002-11-26 Frank Mori Hessadded error check for mmap() call
2002-11-22 Frank Mori Hessincreased BUF_LEN, so demo works better with ni boards
2002-11-20 Frank Mori Hesschanged & to %, before it seemed to assume the buffer...
2002-09-25 David Schleefremove some stuff that is in the lib now
2002-09-25 David Schleefadd some error checking
2002-08-06 David SchleefFix mistake getting buffer head position
2002-06-07 David SchleefHandles range,maxdata information correctly. Internal...
2002-05-22 Frank Mori Hessfix INTTRIG insn
2002-05-11 David SchleefUse n_scans as the number of samples to measure.
2002-05-10 David SchleefGet rid of spurious "subdevice does not support command...
2002-04-16 Frank Mori Hessreplaced call to comedi_get_front_count() with call...
2002-04-02 Frank Mori Hessfixed error checking that tested for unsigned variables...
2002-03-18 David SchleefAdded multi-channel support
2002-03-18 David Schleefperl demo
2002-03-18 David SchleefChanges to make it a little more robust
2002-01-22 David SchleefMake it work with the parallel port again
2002-01-21 David SchleefFix to make the demo programs link statically with...
2002-01-08 Frank Mori Hessincluded string.h for declaration of memset.
2001-10-24 David SchleefRemoved comedi_poll(), since it was moved to comedilib
2001-08-31 Frank Mori Hessfixed bug that I did that was noted by allan willcox
2001-08-24 Frank Mori Hessmodified to work with TRIG_INT, made it use the -F...
2001-07-30 David SchleefFix includes
2001-07-25 Frank Mori Hessmade insn demo take 10 samples again as it originally did
2001-07-15 David SchleefAdd a few comments about recent changes in demos
2001-07-15 David SchleefGet CFLAGS from ../Config
2001-07-15 David SchleefChange prototype of comedi_get_cmd_generic_timed
2001-07-15 David SchleefNeeds string.h, not others
2001-07-15 David SchleefMajor hacking, just like cmd.c
2001-07-15 David SchleefReplace <string.h>
2001-07-15 David SchleefRemove commented stuff
2001-07-14 David SchleefChanged main.c to common.c
2001-07-14 David SchleefChanged the name of verbose_flag; Added a few more...
2001-07-14 David SchleefMajor fixes and added inline documentation. It's actua...
2001-07-10 David SchleefUpdates from (someone), plus corrections and additions...
2001-07-10 David SchleefAdded comments
2001-07-10 David SchleefRemove sched.h, because we don't use it and uclibc...
2001-07-10 David SchleefPerl demos moved from perl/ directory
2001-07-09 David SchleefChanged from siginfo handler to signal.
2001-06-27 David SchleefDon't need fcntl(,F_SETSIG,)
2001-06-27 David SchleefFix previous bugus check-ins.
2001-06-27 Frank Mori Hessmade ao_waveform use same parse_options() as other...
2001-06-27 Frank Mori Hessupdate from wuttke joachim
2001-05-28 David Schleefadded poll example
next