libftdi
2013-01-16 Thomas JaroschPrepare for 1.0rc2 v1.0rc2
2013-01-15 Xiaofan ChenAdd verbose build instructions
2013-01-15 Michel ZouFixed doxygen docstring generation.
2013-01-15 Michel ZouFixed doxygen warnings.
2013-01-15 Michel ZouFixed python3 bindings generation.
2013-01-15 Michel ZouFixed convert string function in python wrapper.
2013-01-15 Anders LarsenDon't #include <libusb.h> from ftdi.h
2013-01-15 Matthias Jankefix mem leaks in examples ftdi_deinit -> ftdi_free
2013-01-11 Xiaofan ChenUpdate README.mingw to reflect current Windows libusb...
2012-12-28 Thomas JaroschMark release candidate status v1.0rc1
2012-12-28 Thomas JaroschQuick start guide how to build libftdi
2012-12-28 Thomas JaroschUpdate ChangeLog
2012-12-28 Thomas JaroschUpdate AUTHORS
2012-12-28 Thomas JaroschUpdate README and TODO
2012-12-28 Thomas JaroschIncrease copyright year (final release will be in 2013)
2012-12-28 Thomas JaroschGrab changelog from libftdi 0.20
2012-12-28 Thomas JaroschFix rpm dependency
2012-12-28 Thomas Jaroschrpm .spec file: Package the python wrapper
2012-12-27 Thomas JaroschInstall ftdi_eeprom
2012-12-27 Thomas JaroschFirst shot at fixing the .spec file
2012-12-23 Thomas JaroschC++ wrapper: Fix use-after-free issue in List::find_all()
2012-11-19 Dan WhiteTweak doxy2swig.py output to include Returns header
2012-11-19 Dan WhiteExtract doxygen from ftdi.c to python docstrings
2012-11-19 Dan WhiteEnable separate doxygen XML output
2012-10-22 Uffe JakobsenFix build on FreeBSD (cmake file typo)
2012-10-22 Michel ZouUpdated python wrapper: Fixes for python3 + documentation
2012-09-06 Michel ZouFix python lib linking on MacOS X
2012-09-06 Michel ZouImprove cpack packaging
2012-08-31 Michel ZouFix doxygen doc generation if C++ wrapper is not built
2012-08-23 Michel Zoupython bindings: python3 support
2012-08-23 Thomas JaroschRemove ftdi_async_complete() left over from libftdi 0.x
2012-08-21 Michel ZouAvoid to link python libs on debian
2012-08-14 Thomas JaroschFix wrong array access in set_ft232h_cbus()
2012-07-28 Thomas JaroschMerge branch 'renames-for-release'
2012-07-28 Thomas JaroschPython stuff is solved now
2012-07-28 Peter Schneiderfixed NULL-pointer dereference in the ftdi_error_return...
2012-07-28 Peter Schneiderfixed NULL-pointer dereference in the ftdi_error_return...
2012-07-16 Thomas JaroschRemove old async mode ignore lines
2012-07-07 Thomas JaroschRename python wrapper to ftdi1. Adapt examples with...
2012-07-07 Anders Larsenftdi_eeprom: reset the device after flashing the eeprom
2012-07-07 Anders LarsenDocument the FT245R EEPROM weirdness
2012-07-07 Anders Larsenftdi_eeprom: Added config value "eeprom_type"
2012-07-07 Anders Larsenftdi_eeprom: reset the device after flashing the eeprom
2012-07-07 Anders LarsenDocument the FT245R EEPROM weirdness
2012-07-07 Anders Larsenftdi_eeprom: Added config value "eeprom_type"
2012-06-24 Thomas JaroschAnother TODO entry gone
2012-06-24 Thomas Jaroschcmake already places the header in /usr/include/libftdi...
2012-06-24 Thomas JaroschDon't rename python wrapper for now
2012-06-24 Thomas JaroschTry to adapt debian build rules
2012-06-24 Thomas JaroschRename library from libftdi to libftdi1
2012-06-24 Thomas JaroschRename and adapt pkgconfig files for libftdi1
2012-06-24 Thomas JaroschWe decided to skip this API change for now
2012-06-24 Thomas JaroschActually configure libftdi1.spec
2012-06-24 Thomas JaroschRename libftdi.spec.in to libftdi1.spec.in. Adapt packa...
2012-06-24 Thomas JaroschRename libftdi-config to libftdi1-config
2012-06-21 Thomas Jaroschpkgconfig file: Depend on libusb-1.0
2012-06-21 Maciej GrelaFix libftdi.pc file generation when building with ...
2012-05-22 Thomas JaroschAdd Xiaofan Chen to AUTHORS. This was long overdue
2012-05-22 Thomas JaroschAdd Jared Boone to AUTHORS
2012-05-22 Jared BoonePatch for building examples on MacOS X Lion
2012-05-15 Daniel KirkhamEEPROM max_power build/decode inconsistency
2012-04-13 Thomas JaroschAdd 'Anders Larsen' to AUTHORS
2012-04-13 Anders LarsenBump the library version number to 2.0.0
2012-04-13 Anders LarsenCompleted the support for the FT4232H chip
2012-04-13 Anders Larsenftdi_eeprom: Fix segmentation fault after --flash_eeprom
2012-04-13 Anders Larsenftdi_eeprom: remove redundant debug output
2012-04-13 Xiaofan ChenFix _sleep warning on MinGW
2012-03-26 Youness AlaouiFix header, API change ftdi_write_data_async has been...
2012-02-03 Michel ZouPython wrapper update
2012-01-16 Thomas JaroschC++ wrapper: Reset internal USB device pointer on Conte...
2012-01-16 Thomas JaroschExample code: Fix compile warnings about unused variables
2012-01-16 Peter Schneidercpp-wrapper: when using get-string-and-reopen method...
2012-01-16 Thomas JaroschRemove duplicated udev rule.
2012-01-09 Michel ZouFix build on Mac OS X
2011-12-12 Andreas HelmckeAdd missing malloc in ftdi_eeprom
2011-12-05 Xiaofan ChenFix boost include directory in unit test
2011-11-29 Thomas JaroschUpdate udev rule syntax for newer kernels
2011-11-28 Lucian Langaudev rules: Support all FTDI chip types
2011-10-21 Michel ZouPython wrapper update
2011-10-21 Michel ZouDrop 64bit lib suffix on debian systems
2011-10-17 Michel ZouEnhance python wrapper
2011-10-11 Michel ZouFix installaton of python wrapper
2011-10-10 Thomas JaroschIncrease ftdi_eeprom->cbus_function array again
2011-10-08 Thomas JaroschRemove errorneous ; after if
2011-10-07 Thomas JaroschInterface can not be changed on an already open device
2011-10-04 Uwe BonnesUse ftdi_new and not ftdi_init in the examples
2011-09-30 Thomas JaroschSolved another TODO entry
2011-09-29 Thomas JaroschAdd example code demonstrating how to use the python...
2011-09-29 Thomas JaroschRemove old ftdi_enable_bitbang() function. It was marke...
2011-09-29 Thomas JaroschSWIG wrapper: Mark ftdi_version_info.version_str and...
2011-09-29 Uwe BonnesUse a private header for the private EEPROM structures
2011-09-29 Thomas JaroschUpgrade doxygen file with 'doxygen -u'
2011-09-29 Thomas JaroschQuiet normal doxygen output so we only see the useful...
2011-09-29 Thomas JaroschSome more steps done towards 1.0
2011-09-29 Thomas JaroschMerge remote-tracking branch 'origin/get-library-version'
2011-09-29 Thomas JaroschMerge branch 'autoconf-removal'
2011-09-26 Thomas JaroschIncrease library version to 0.99
2011-09-26 Thomas JaroschRemove unused templates directory
2011-09-26 Thomas JaroschUpdate release process documentation
2011-09-26 Thomas JaroschAdd 'make dist' target
next