Implement tc[io]flush methods & deprecate broken purge_buffers methods.
[libftdi] / ftdipp / ftdi.hpp
2019-01-18 Eric SchottImplement tc[io]flush methods & deprecate broken purge_...
2017-07-21 Eric SchottC++ API: Correct the purge Direction and ModemCtl enume...
2017-07-21 Eric SchottCorrect const-ness of write to agree with ftdi.h
2017-07-20 Matthias JankeC++ API: Add support to open devices with missing produ...
2017-04-05 Thomas JaroschUpdate Copyright to 2017, switch download URLs to HTTPS v1.4rc1
2016-07-28 Jon BenistonConst correctness for char* strings
2014-01-23 Thomas JaroschIncrease copyright year to 2014
2013-04-26 Jochen SprickerhofAdd get/set for usb_read/write_timeout in C++ wrapper
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()
2011-09-29 Thomas JaroschRemove old ftdi_enable_bitbang() function. It was marke...
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-01-19 Jie ZhangInitial import of using libusb-1.0.
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-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-07 Thomas JaroschRelicensed C++ wrapper under GPLv2 + linking exception
2008-10-21 Marek VavrusaUse boost::shared_ptr for reference counted memory...
2008-10-13 Thomas Jaroschlibftdi: (tomj) reformat according to I2n style, added...
2008-10-13 Thomas Jaroschlibftdi: (tomj) initial submission of C++ wrapper