Logo white

Peter M. Groen / CppLinuxSerial

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 59
  • Compare
  • Branches 1
  • Tags 0
  • CppLinuxSerial
  • CHANGELOG.md
07 Nov, 2020
1 commit
  • Re-enabled all UNIX baud rates. Improved README.md documentation.
    18eb9073
    Geoffrey Hunter authored
    2020-11-07 23:31:47 -0800  
    Browse File »

13 Oct, 2020
1 commit
  • Added example of how to use the library to the README. Fixed CMake not using C++… ...
    9ed00102
    …14 by specifying set(CMAKE_CXX_STANDARD 14) rather than just dd_definitions(-std=c++14). Removed all unit tests that were using virtual serial ports for testing, as these are broken due to a changing TravisCI OS environment. This needs fixing at a later date.
    Geoffrey Hunter authored
    2020-10-13 20:31:21 +1300  
    Browse File »

07 Jul, 2020
1 commit
  • Updated CHANGELOG.
    96cbf20d
    Geoffrey Hunter authored
    2020-07-07 20:39:47 +1200  
    Browse File »

30 May, 2019
2 commits
  • Serial port state is now set to 'CLOSED' on initialization.
    3aa966ca
    Geoffrey Hunter authored
    2019-05-30 22:27:46 -0700  
    Browse File »
  • Added unit tests for testing 'SetTimeout()'.
    f96dd460
    Geoffrey Hunter authored
    2019-05-30 21:31:18 -0700  
    Browse File »

29 May, 2019
1 commit
  • - Added Sphinx documentation.
    51e068f4
    Geoffrey Hunter authored
    2019-05-29 23:01:01 -0700  
    Browse File »

27 Nov, 2017
5 commits
  • Added missing dates from releases in CHANGELOG.
    37d16763
    Geoffrey Hunter authored
    2017-11-27 12:19:42 -0800  
    Browse File »
  • Fixed link to TravisCI image in README. Updated files in preparation for release of v2.0.1.
    df107b07
    Geoffrey Hunter authored
    2017-11-27 12:18:01 -0800  
    Browse File »
  • Updated files in preparation for release of v2.0.0.
    36fbaaa1
    Geoffrey Hunter authored
    2017-11-27 12:11:02 -0800  
    Browse File »
  • Added TravisCI config file and build script.
    8a946ed8
    Geoffrey Hunter authored
    2017-11-27 11:15:26 -0800  
    Browse File »
  • Tidied up serial port API.
    01a18d8c
    Geoffrey Hunter authored
    2017-11-27 10:49:11 -0800  
    Browse File »

24 Nov, 2017
1 commit
  • Added virtual serial port setup to gtest global environment setup.
    1ce0a48a
    Geoffrey Hunter authored
    2017-11-24 15:30:00 -0800  
    Browse File »