libftdi
14 years agoUpdate changelog v0.16rc2
Thomas Jarosch [Mon, 4 May 2009 19:09:42 +0000]
Update changelog

14 years agoFix result test of example application
Thomas Jarosch [Mon, 4 May 2009 18:51:55 +0000]
Fix result test of example application

14 years agoFixed Context::open as get_strings() closes the device before. Thanks to Chris M...
Marek Vavrusa [Mon, 4 May 2009 09:54:52 +0000]
Fixed Context::open as get_strings() closes the device before. Thanks to Chris M. Leahy for pointing this out. Tested on our good old example (added open test).

Intra2net: Reverted return code behavior of Context::open() calls

14 years agoAdded some more functions to list API. Fixed return type of size() call and made...
Thomas Jarosch [Mon, 4 May 2009 15:11:28 +0000]
Added some more functions to list API. Fixed return type of size() call and made sure clear() really frees the internal memory of the list. Added doxygen documentation

14 years agoList having non-virtual destructor fixed (thanks to Thomas Jarosch) Proposed subset...
Marek Vavrusa [Mon, 4 May 2009 09:41:52 +0000]
List having non-virtual destructor fixed (thanks to Thomas Jarosch) Proposed subset of list API. Tested on examples.

14 years agoIncrease version and update changelog v0.16rc1
Thomas Jarosch [Mon, 27 Apr 2009 20:07:21 +0000]
Increase version and update changelog

14 years agoDistribute all new files
Thomas Jarosch [Mon, 27 Apr 2009 20:07:03 +0000]
Distribute all new files

14 years agoInclude CMakeLists.txt in distribution
Thomas Jarosch [Mon, 27 Apr 2009 19:59:02 +0000]
Include CMakeLists.txt in distribution

14 years agocmake: Install python binding
Thomas Jarosch [Mon, 27 Apr 2009 19:54:49 +0000]
cmake: Install python binding

15 years agocmake support for the new python bindings
Thomas Jarosch [Tue, 7 Apr 2009 17:30:20 +0000]
cmake support for the new python bindings

15 years agoAdded python bindings
Tarek Heiland [Tue, 7 Apr 2009 17:07:56 +0000]
Added python bindings

15 years agoRelicensed C++ wrapper under GPLv2 + linking exception
Thomas Jarosch [Tue, 7 Apr 2009 15:15:33 +0000]
Relicensed C++ wrapper under GPLv2 + linking exception

----------  Forwarded Message  ----------

Subject: Re: ftdipp license and mailinglist
Date: Tuesday, 7. April 2009
From: Marek Vavruša <marek@vavrusa.com>
To: Thomas Jarosch <thomas.jarosch@intra2net.com>

Hello Thomas,

...
I have really no problem with switching to GPLv2 + linking exception
for FTDI++ :-)
...

15 years agoUpdated ChangeLog, added David Challis to AUTHORS
Thomas Jarosch [Tue, 7 Apr 2009 11:23:40 +0000]
Updated ChangeLog, added David Challis to AUTHORS

15 years agoAdded FT2232H and FT4232H support to ftdi_read_data
David Challis [Tue, 7 Apr 2009 11:19:41 +0000]
Added FT2232H and FT4232H support to ftdi_read_data

15 years agoAdded detection for FT2232H and FT4232H type chips
Thomas Jarosch [Tue, 7 Apr 2009 09:35:09 +0000]
Added detection for FT2232H and FT4232H type chips

15 years agoAdded mingw cross compile support to ChangeLog
Thomas Jarosch [Mon, 6 Apr 2009 12:59:46 +0000]
Added mingw cross compile support to ChangeLog

15 years agoMingw Cross compiling
Uwe Bonnes [Mon, 6 Apr 2009 11:59:35 +0000]
Mingw Cross compiling

Hello,

sleep() and usleep(0 are not available on Win32. Provide workarounds and add
some documentation for crosscompiling. It seems, I didn't send on the first
attempt. This is my first patch with git, so if things need another form,
please let me know.

Changelog:

- Make the exampled compile on Win32
- Some help for crosscompiling with Mingw

15 years agoMinor autoconf cleanup
Tarek Heiland [Tue, 24 Mar 2009 09:12:22 +0000]
Minor autoconf cleanup

15 years agoAlways build doxygen documentation. Stored output in doc/ subdirectory. Only rebuild...
Thomas Jarosch [Tue, 17 Mar 2009 22:11:27 +0000]
Always build doxygen documentation. Stored output in doc/ subdirectory. Only rebuild documentation if really needed

15 years agoShow a good example: Always check the return value of ftdi_init
Thomas Jarosch [Tue, 17 Mar 2009 21:12:21 +0000]
Show a good example: Always check the return value of ftdi_init

15 years agoFix eeprom decoding of BM chip type: The previous code resulted in a temporary 1...
Thomas Jarosch [Tue, 17 Mar 2009 20:51:37 +0000]
Fix eeprom decoding of BM chip type: The previous code resulted in a temporary 1 byte variable which is too small to hold the values

15 years agoAdded PC-Lint 9.00 settings file
Thomas Jarosch [Tue, 17 Mar 2009 19:30:53 +0000]
Added PC-Lint 9.00 settings file

15 years agoHandle return value of some functions
Thomas Jarosch [Tue, 17 Mar 2009 19:30:29 +0000]
Handle return value of some functions

15 years agoFix some theoretical signed/unsigned issues
Thomas Jarosch [Tue, 17 Mar 2009 19:23:58 +0000]
Fix some theoretical signed/unsigned issues

15 years agoBuild and configure libftdi-config script on UNIX platforms
Thomas Jarosch [Mon, 16 Mar 2009 20:43:29 +0000]
Build and configure libftdi-config script on UNIX platforms

15 years agoSet VERSION and SOVERSION on shared libraries (compatible with versions from the...
Thomas Jarosch [Mon, 16 Mar 2009 20:35:39 +0000]
Set VERSION and SOVERSION on shared libraries (compatible with versions from the autoconf suite)

15 years agoBuild and install static versions of the libraries
Thomas Jarosch [Mon, 16 Mar 2009 20:15:06 +0000]
Build and install static versions of the libraries

15 years agolibftdi++: Adjust library filename to match autoconf suite: libftdipp.so
Thomas Jarosch [Mon, 16 Mar 2009 20:01:48 +0000]
libftdi++: Adjust library filename to match autoconf suite: libftdipp.so

15 years agoImprove indentation and whitespace cleanup
Thomas Jarosch [Mon, 16 Mar 2009 19:05:22 +0000]
Improve indentation and whitespace cleanup

Reformatted using this astyle options:
/usr/bin/astyle --indent=spaces=4 --indent-switches --brackets=break \
                --convert-tabs --one-line=keep-statements --one-line=keep-blocks

Should have done this for a long time...

15 years agoUpdated ChangeLog and AUTHORS
Thomas Jarosch [Mon, 16 Mar 2009 09:28:07 +0000]
Updated ChangeLog and AUTHORS

15 years agoFix ftdi_read_chipid in some cases
Matthias Richter [Mon, 16 Mar 2009 09:27:53 +0000]
Fix ftdi_read_chipid in some cases

15 years agoFix return value of ftdi_eeprom_decode as noted by Jim Paris, thanks.
Thomas Jarosch [Sat, 14 Mar 2009 21:57:11 +0000]
Fix return value of ftdi_eeprom_decode as noted by Jim Paris, thanks.

15 years agoUpdated ChangeLog
Thomas Jarosch [Sat, 14 Mar 2009 21:55:12 +0000]
Updated ChangeLog

15 years agoCleanup of decode function
Marius Kintel [Mon, 2 Mar 2009 17:37:36 +0000]
Cleanup of decode function

15 years agoCleaned up control message defines
Marius Kintel [Mon, 2 Mar 2009 16:51:11 +0000]
Cleaned up control message defines

15 years agoCorrect writing of EEPROM
Marius Kintel [Mon, 2 Mar 2009 16:36:14 +0000]
Correct writing of EEPROM

15 years agoAdded ftdi_eeprom_decode()
Marius Kintel [Thu, 19 Feb 2009 16:33:53 +0000]
Added ftdi_eeprom_decode()

15 years agoImprove source package generator, remove unused "patch" version level
Thomas Jarosch [Sat, 14 Mar 2009 21:24:41 +0000]
Improve source package generator, remove unused "patch" version level

15 years agoAdded COPYING-CMAKE-SCRIPTS file
Thomas Jarosch [Sat, 14 Mar 2009 21:09:11 +0000]
Added COPYING-CMAKE-SCRIPTS file

15 years agoAdded FindUSB cmake macro
Marius Kintel [Mon, 16 Feb 2009 13:54:34 +0000]
Added FindUSB cmake macro

15 years agoAdded Marius Kintel to AUTHORS file, updated ChangeLog
Thomas Jarosch [Tue, 10 Mar 2009 22:22:17 +0000]
Added Marius Kintel to AUTHORS file, updated ChangeLog

15 years agoAlso install .pc files
Marius Kintel [Tue, 17 Feb 2009 01:03:50 +0000]
Also install .pc files

15 years agoremove now-unneeded documentation-header
Gerd v. Egidy [Sat, 14 Feb 2009 22:48:22 +0000]
remove now-unneeded documentation-header

15 years agoFix compilation in -ansi -pendantic mode
Matthias Janke [Sun, 8 Feb 2009 11:02:12 +0000]
Fix compilation in -ansi -pendantic mode

15 years agoAdded .gitignore file
Thomas Jarosch [Sat, 7 Feb 2009 17:26:23 +0000]
Added .gitignore file

15 years agoReconstructed release dates from file dates / freshmeat announcements
Thomas Jarosch [Sat, 7 Feb 2009 15:54:47 +0000]
Reconstructed release dates from file dates / freshmeat announcements

15 years agoupdate the project URL everywhere
Gerd von Egidy [Fri, 6 Feb 2009 09:15:25 +0000]
update the project URL everywhere
Doxygen still to be done

15 years agoSmall tweaks to the documentation
Thomas Jarosch [Fri, 19 Dec 2008 14:05:15 +0000]
Small tweaks to the documentation

15 years agoFixed header in file templates v0.15
Thomas Jarosch [Fri, 19 Dec 2008 13:31:23 +0000]
Fixed header in file templates

15 years agoUpdated changelog
Thomas Jarosch [Fri, 19 Dec 2008 13:30:36 +0000]
Updated changelog

15 years agoAdded cmake rules for pkgconfig files
Marek Vavruša [Tue, 16 Dec 2008 13:57:44 +0000]
Added cmake rules for pkgconfig files

15 years agoAdded cmake rules for doxygen documentation
Marek Vavruša [Wed, 22 Oct 2008 14:04:07 +0000]
Added cmake rules for doxygen documentation

15 years agoFix dependency in ftdipp for 'make dist' on a clean tree
Thomas Jarosch [Wed, 22 Oct 2008 07:50:17 +0000]
Fix dependency in ftdipp for 'make dist' on a clean tree

15 years agoInclude cmake rules in 'make dist'
Thomas Jarosch [Wed, 22 Oct 2008 07:43:56 +0000]
Include cmake rules in 'make dist'

15 years agoRemoved examples/memorytest.cpp - it's more like a unit test than a example
Thomas Jarosch [Tue, 21 Oct 2008 20:58:37 +0000]
Removed examples/memorytest.cpp - it's more like a unit test than a example

15 years agocmake rules: Fixed project description, adjusted output name of examples/findall*
Thomas Jarosch [Tue, 21 Oct 2008 20:46:04 +0000]
cmake rules: Fixed project description, adjusted output name of examples/findall*

15 years agoAdded cmake rules
Marek Vavrusa [Tue, 21 Oct 2008 20:39:15 +0000]
Added cmake rules

15 years agoAdded C++ examples to the build process
Thomas Jarosch [Tue, 21 Oct 2008 20:32:55 +0000]
Added C++ examples to the build process

15 years agoAdded C++ wrapper examples
Marek Vavrusa [Tue, 21 Oct 2008 19:54:42 +0000]
Added C++ wrapper examples

15 years agoUse boost::shared_ptr for reference counted memory handling
Marek Vavrusa [Tue, 21 Oct 2008 19:53:14 +0000]
Use boost::shared_ptr for reference counted memory handling

15 years agolibftdi: (tomj) increase version, add BOOST_CPPFLAGS/BOOST_LDFLAGS to ftdipp
Thomas Jarosch [Fri, 17 Oct 2008 12:36:32 +0000]
libftdi: (tomj) increase version, add BOOST_CPPFLAGS/BOOST_LDFLAGS to ftdipp

15 years agolibftdi: (tomj) include C++ wrapper in doxygen
Thomas Jarosch [Fri, 17 Oct 2008 12:30:15 +0000]
libftdi: (tomj) include C++ wrapper in doxygen

15 years agolibftdi: (tomj) update README a little
Thomas Jarosch [Fri, 17 Oct 2008 12:17:09 +0000]
libftdi: (tomj) update README a little

15 years agolibftdi: (tomj) optional build of C++ wrapper
Thomas Jarosch [Fri, 17 Oct 2008 12:14:48 +0000]
libftdi: (tomj) optional build of C++ wrapper

15 years agolibftdi: (tomj) reformat according to I2n style, added copyright header and more...
Thomas Jarosch [Mon, 13 Oct 2008 16:00:39 +0000]
libftdi: (tomj) reformat according to I2n style, added copyright header and more cosmetic changes

15 years agolibftdi: (tomj) initial submission of C++ wrapper
Thomas Jarosch [Mon, 13 Oct 2008 15:47:52 +0000]
libftdi: (tomj) initial submission of C++ wrapper

15 years agolibftdi: (tomj) increase .so library version v0.14
Thomas Jarosch [Tue, 9 Sep 2008 11:43:18 +0000]
libftdi: (tomj) increase .so library version

15 years agolibftdi: (tomj) updated changelog in README file
Thomas Jarosch [Mon, 8 Sep 2008 16:21:54 +0000]
libftdi: (tomj) updated changelog in README file

15 years agolibftdi: (tomj) increase version
Thomas Jarosch [Mon, 8 Sep 2008 16:15:54 +0000]
libftdi: (tomj) increase version

15 years agolibftdi: (tomj) fixed flow control code, fixed wrong array/buffer assignment in find_...
Thomas Jarosch [Mon, 8 Sep 2008 16:14:53 +0000]
libftdi: (tomj) fixed flow control code, fixed wrong array/buffer assignment in find_all.c

15 years agolibftdi: (tomj) ability to set RS232 break type
Thomas Jarosch [Tue, 12 Aug 2008 08:41:43 +0000]
libftdi: (tomj) ability to set RS232 break type

15 years agolibftdi: (tomj) 64 bit build support in the RPM spec file
Thomas Jarosch [Mon, 7 Jul 2008 14:54:51 +0000]
libftdi: (tomj) 64 bit build support in the RPM spec file

15 years agoGive credit for the RPM fix
Thomas Jarosch [Wed, 25 Jun 2008 08:36:07 +0000]
Give credit for the RPM fix

15 years agolibftdi: (tomj) small fix in the .rpm spec file
Thomas Jarosch [Wed, 25 Jun 2008 08:32:54 +0000]
libftdi: (tomj) small fix in the .rpm spec file

15 years agolibftdi: (tomj) grouped flow control and modem status code together
Thomas Jarosch [Tue, 24 Jun 2008 08:05:58 +0000]
libftdi: (tomj) grouped flow control and modem status code together

15 years agoIncrease version v0.13
Thomas Jarosch [Fri, 13 Jun 2008 08:50:00 +0000]
Increase version

15 years agoFix typo
Thomas Jarosch [Mon, 2 Jun 2008 11:42:48 +0000]
Fix typo

15 years agolibftdi: (tomj) build .spec file via configure. Enable async mode automatically for...
Thomas Jarosch [Mon, 2 Jun 2008 11:41:29 +0000]
libftdi: (tomj) build .spec file via configure. Enable async mode automatically for Intra2net builds. Document detach_errno code.

15 years agolibftdi: (gerd) tolerate EBUSY when setting configuration (EBUSY will be returned...
Gerd von Egidy [Mon, 2 Jun 2008 10:57:20 +0000]
libftdi: (gerd) tolerate EBUSY when setting configuration (EBUSY will be returned for the second interface if the first one is already open)
                compile with async mode

15 years agoGive credit where credit is due
Thomas Jarosch [Fri, 2 May 2008 07:46:28 +0000]
Give credit where credit is due

15 years agolibftdi: (tomj) fixed "libusb-config --cflags" call
Thomas Jarosch [Fri, 2 May 2008 07:37:45 +0000]
libftdi: (tomj) fixed "libusb-config --cflags" call

15 years agolibftdi: (tomj) always set usb configuration
Thomas Jarosch [Fri, 25 Apr 2008 09:55:56 +0000]
libftdi: (tomj) always set usb configuration

15 years agolibftdi: (tomj) increase version number
Thomas Jarosch [Fri, 25 Apr 2008 07:41:02 +0000]
libftdi: (tomj) increase version number

15 years agolibftdi: (tomj) improved libusb-win32 support
Thomas Jarosch [Fri, 25 Apr 2008 07:19:43 +0000]
libftdi: (tomj) improved libusb-win32 support

16 years agoChanged style of README for future releases
Thomas Jarosch [Wed, 16 Apr 2008 16:03:34 +0000]
Changed style of README for future releases

16 years agoIncreased spec file version v0.12
Thomas Jarosch [Wed, 16 Apr 2008 15:34:13 +0000]
Increased spec file version

16 years agolibftdi: (tomj) remove autogenerated files, changelog is now final
Thomas Jarosch [Wed, 16 Apr 2008 15:26:20 +0000]
libftdi: (tomj) remove autogenerated files, changelog is now final

16 years agoUpdated changelog
Thomas Jarosch [Wed, 16 Apr 2008 08:30:32 +0000]
Updated changelog

16 years agolibftdi: (tomj) fix build for "out of tree" builds
Thomas Jarosch [Wed, 16 Apr 2008 08:28:42 +0000]
libftdi: (tomj) fix build for "out of tree" builds

16 years agolibftdi: (tomj) added AUTHORS file
Thomas Jarosch [Tue, 8 Apr 2008 08:48:13 +0000]
libftdi: (tomj) added AUTHORS file

16 years agolibftdi: (tomj) fix strange characters in the comment lines
Thomas Jarosch [Tue, 25 Mar 2008 09:20:09 +0000]
libftdi: (tomj) fix strange characters in the comment lines

16 years agolibftdi: (tomj) fix USB config descriptor
Thomas Jarosch [Tue, 25 Mar 2008 09:18:30 +0000]
libftdi: (tomj) fix USB config descriptor

16 years agolibftdi: (tomj) fix return code of purge functions
Thomas Jarosch [Wed, 5 Mar 2008 08:34:37 +0000]
libftdi: (tomj) fix return code of purge functions

16 years agolibftdi: (tomj) applied modem status functions patch, increased version
Thomas Jarosch [Tue, 4 Mar 2008 09:34:42 +0000]
libftdi: (tomj) applied modem status functions patch, increased version

16 years agolibftdi: (gerd) fix changelog typo
Gerd von Egidy [Sat, 1 Mar 2008 18:25:45 +0000]
libftdi: (gerd) fix changelog typo

16 years agoNew libtool version from Fedora 8 v0.11
Thomas Jarosch [Sat, 1 Mar 2008 09:41:41 +0000]
New libtool version from Fedora 8

16 years agolibftdi: (tomj) applied vala bindings, always document async mode
Thomas Jarosch [Sat, 1 Mar 2008 09:36:22 +0000]
libftdi: (tomj) applied vala bindings, always document async mode

16 years agolibftdi: (tomj) make async code optional
Thomas Jarosch [Sat, 1 Mar 2008 09:21:44 +0000]
libftdi: (tomj) make async code optional

16 years agolibftdi: (tomj) fix build using newer RPM versions
Thomas Jarosch [Fri, 29 Feb 2008 11:55:14 +0000]
libftdi: (tomj) fix build using newer RPM versions

16 years agolibftdi: (gerd) improve async documentation (#1270)
Gerd von Egidy [Fri, 15 Feb 2008 18:18:29 +0000]
libftdi: (gerd) improve async documentation (#1270)