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