ftdi_stream: fix timeout setting: tv_usec field of timeval is in microseconds, not ms
[libftdi] / ftdipp /
2014-01-23 Thomas JaroschIncrease copyright year to 2014
2013-09-02 xantaresCleaned static-lib cmake doc.
2013-09-02 xantaresFixed installation of static libraries with windows.
2013-04-26 Jochen SprickerhofAdd get/set for usb_read/write_timeout in C++ wrapper
2013-03-15 Mike Frysingermake building of static libs optional
2013-01-15 Anders LarsenDon't #include <libusb.h> from ftdi.h
2012-12-28 Thomas JaroschIncrease copyright year (final release will be in 2013)
2012-12-23 Thomas JaroschC++ wrapper: Fix use-after-free issue in List::find_all()
2012-08-31 Michel ZouFix doxygen doc generation if C++ wrapper is not built
2012-06-24 Thomas JaroschRename library from libftdi to libftdi1
2012-04-13 Anders LarsenBump the library version number to 2.0.0
2012-01-16 Thomas JaroschC++ wrapper: Reset internal USB device pointer on Conte...
2012-01-16 Peter Schneidercpp-wrapper: when using get-string-and-reopen method...
2011-09-29 Thomas JaroschRemove old ftdi_enable_bitbang() function. It was marke...
2011-09-29 Uwe BonnesUse a private header for the private EEPROM structures
2011-09-26 Thomas JaroschRemove autoconf support. Project switched to cmake
2011-09-02 Thomas JaroschFix include directories: Prefer local (probably newer...
2011-05-20 Thomas JaroschMerge branch 'eeprom-new'
2011-05-02 Evgeny SinelnikovFix libftdi.hpp with include of system ftdi.h
2010-09-20 Uwe BonnesDocument ftdi_eeprom_initdefaults Add return value...
2010-09-20 Uwe BonnesHandle manufacturer/product/serial strings internal...
2010-09-20 Uwe BonnesProvide internal eeprom structure buffer with internal...
2010-09-20 Uwe BonnesRemove ftdi_eeprom_getsize also from the CPP Wrapper
2010-09-20 Uwe BonnesLet the eeprom functions work on the ftdi_context,...
2010-09-16 Thomas JaroschFix initialization order (found by -Wall)
2010-08-16 Thomas JaroschC++ wrapper: Fix infinite recursion in set_bitmode()
2010-06-21 Emmanuel BlotFix up build on Mac OS X:
2010-01-19 Jie ZhangInitial import of using libusb-1.0.
2010-01-18 Gerd von Egidybuilding parts of libftdi via cmake is now optional.
2009-12-19 Thomas JaroschIncrease version v0.17
2009-12-13 Gerd v. Egidysmall improvements in C++ wrapper:
2009-12-13 Gerd v. Egidydeprecated bitbang_enable in C++ wrapper too
2009-11-05 Thomas JaroschAdded new read/write_eeprom_location to C++ wrapper
2009-11-03 Uwe BonnesFor Unix 64-bit builds, use LIB_SUFFIX to install to...
2009-05-25 Jim Parislibftdi: Fix doxygen errors
2009-05-25 Jim Parislibftdi: Fix git build problems by using autoreconf
2009-05-04 Marek VavrusaFixed Context::open as get_strings() closes the device...
2009-05-04 Thomas JaroschAdded some more functions to list API. Fixed return...
2009-05-04 Marek VavrusaList having non-virtual destructor fixed (thanks to...
2009-04-27 Thomas JaroschIncrease version and update changelog v0.16rc1
2009-04-07 Thomas JaroschRelicensed C++ wrapper under GPLv2 + linking exception
2009-03-16 Thomas JaroschSet VERSION and SOVERSION on shared libraries (compatib...
2009-03-16 Thomas JaroschBuild and install static versions of the libraries
2009-03-16 Thomas Jaroschlibftdi++: Adjust library filename to match autoconf...
2009-03-16 Thomas JaroschImprove indentation and whitespace cleanup
2009-03-14 Marius KintelAdded FindUSB cmake macro
2008-10-22 Thomas JaroschFix dependency in ftdipp for 'make dist' on a clean...
2008-10-22 Thomas JaroschInclude cmake rules in 'make dist'
2008-10-21 Thomas Jaroschcmake rules: Fixed project description, adjusted output...
2008-10-21 Marek VavrusaAdded cmake rules
2008-10-21 Marek VavrusaUse boost::shared_ptr for reference counted memory...
2008-10-17 Thomas Jaroschlibftdi: (tomj) increase version, add BOOST_CPPFLAGS...
2008-10-13 Thomas Jaroschlibftdi: (tomj) reformat according to I2n style, added...
2008-10-13 Thomas Jaroschlibftdi: (tomj) initial submission of C++ wrapper