1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more documentation to the class. More... almost 17 years ago
Updated to version 0.5.2. More... almost 18 years ago
Updated to version 0.5.2. More... almost 18 years ago
Added libserial.spec.in that is used to generate libserial.spec. This file is used to create RPMs for the package. More... almost 18 years ago
Added libserial.spec.in that is used to generate libserial.spec. This More... almost 18 years ago
In SerialStreamBuf::open() there was a call to ::open() that use filename.data() when it should be using filename.c_str(). This has been fixed. Thanks to digging by Nico Stuurman. More... over 18 years ago
In SerialStreamBuf::open() there was a call to ::open() that use filename.data() when it should be using filename.c_str(). This has been fixed. Thanks to digging by Nico Stuurman. More... over 18 years ago
In SerialStreamBuf::open() there was a call to ::open() that use filename.data() when it should be using filename.c_str(). This has been fixed. Thanks to digging by Nico Stuurman. More... over 18 years ago
Used a preprocessor macro (__linux__) to ensure that 460kbps baud rate is available only under Linux. It appears that it is not available on Mac OS X. More... over 18 years ago
Used a preprocessor macro (__linux__) to ensure that 460kbps baud rate is available only under Linux. It appears that it is not available on Mac OS X. More... over 18 years ago
Used a preprocessor macro (__linux__) to ensure that the c_line element of struct termios is used under Linux only. More... over 18 years ago
Used a preprocessor macro (__linux__) to ensure that the c_line element of struct termios is used under Linux only. More... over 18 years ago
Removed the use of sa_restorer element of struct sigaction. The man page for sigaction says (on Linux): More... over 18 years ago
Removed the use of sa_restorer element of struct sigaction. The man page for sigaction says (on Linux): More... over 18 years ago
Removed redundant header include guards. More... over 18 years ago
Removed redundant header include guards. More... over 18 years ago
- Simplified the code by removing sections that were added for internal testing. More... over 18 years ago
- Simplified the code by removing sections that were added for internal testing. - Changed the serial port device to /dev/ttyS0. - Minor formatting changes. - Removed redundant include guards. More... over 18 years ago
- Removed redundant include guards. - Minor reformating. - Changed the serial port device to /dev/ttyS0 instead of /dev/tts/usb/0. More... over 18 years ago
- Removed redundant include guards. More... over 18 years ago
* configure.in: Released version 0.5.0. More... over 18 years ago
* configure.in: Released version 0.5.0. More... over 18 years ago
* src/PosixSignalDispatcher.cpp (Repository): Formatting changes only. No logical changes. More... over 18 years ago
* src/PosixSignalDispatcher.cpp (Repository): Formatting changes More... over 18 years ago
* src/SerialPort.cpp (Repository): Formatting changes only. No More... over 18 years ago
* src/SerialPort.cpp (Repository): Formatting changes only. No logical changes. More... over 18 years ago
* src/SerialPort.h (class SerialPort): The constructor for the class is now "explicit" to make sure that a std::string does not get converted to a SerialPort object through implicit conversion. The destructor is not virtual anymore as this class is not designed to be polymorphic. More... over 18 years ago
* src/SerialPort.h (class SerialPort): The constructor for the More... over 18 years ago
Added files for generating the user manual. Nothing in the files yet. But need to add a lot of documentation. More... over 18 years ago
Added files for generating the user manual. Nothing in the files More... over 18 years ago