1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 4 months ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a script to synchronize documentation with the libserial home page so I do not have to remember these commands every time. More... almost 9 years ago
Upgraded doxygen configuration file. More... almost 9 years ago
Moved the user manual to Sphinx. The libserial home page now displays the updated documentation. More... almost 9 years ago
* Updated to correct some compiler warnings (from `-Weffc++`). More... almost 9 years ago
* Renamed configure.in to configure.ac as required by autoconf tools. More... almost 9 years ago
Updated code per the patch provided by Oliver Schwaneberg at https://sourceforge.net/p/libserial/patches/3/ More... almost 9 years ago
Updated to 0.6.0rc3 as 0.6.0rc2 has been packaged. More... almost 9 years ago
Added a new method `GetFileDescriptor()` to obtain the low-level file descriptor for advanced users. More... almost 9 years ago
Updated README file. More... almost 10 years ago
Accepted patch#4 from Oliver Schwaneberg to fix bug #7. More... almost 10 years ago
Disabled unit tests while attempting to make them compatible with latest version of boost. More... almost 10 years ago
Accepted changes based on patch 3611658 by spdawson. More... almost 11 years ago
Added more baud rate on Linux platforms. Fixed bug#3316810 reported by Jack Kelly. More... over 12 years ago
Added a call to tcgetattr() in SerialStreamBuf::Implementation::SetParametersToDefault() as per this comment: https://sourceforge.net/tracker/?func=detail&aid=3111808&group_id=9432&atid=209432 More... about 13 years ago
Updated Makefile.dist to work with latest version of autoreconf that requires an m4 subdirectory to be present. More... almost 15 years ago
Updated the user manual. This will be used for online documentation in More... almost 15 years ago
Updated doxygen configuration to remove warnings reported by nyrk. See https://sourceforge.net/tracker/?func=detail&aid=2692835&group_id=9432&atid=109432 More... almost 15 years ago
Corrected bug#2364846 by correctly incrementing retval More... about 15 years ago
* Cleaned up the code and documentation. More... over 15 years ago
Updated the release number to 0.6.0rc2 in preparation for releasing the next candidate. More... over 15 years ago
Updated the release number to 0.6.0rc1. More... over 15 years ago
Accidentally placed the tag in "trunk" folder. Removing it and will retag. More... over 15 years ago
Released 0.6.0rc1. I will be testing this with some real USB-serial converters over the next few days and release 0.6.0 as soon as these tests are successful. More... over 15 years ago
The updated SerialStreamBuf class now compiles and I am able to build the examples. I am releasing this as 0.6.0rc1. More... over 15 years ago
In the middle of modifying SerialStreamBuf to use SerialPort class More... over 15 years ago
Mostly fixed coding style and naming convention to be consistent with More... over 15 years ago
Mostly fixed coding style and naming convention to be consistent with More... over 15 years ago
Destructor is now virtual so that this can be subclassed if More... over 15 years ago
Class diagram corresponding to the design of classes prior to 0.6.x. More... over 15 years ago
Added a new constructor to class SerialStream that allows users to set More... over 15 years ago