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
23 Dec, 2021
1 commit
  • - Added support for setting the num. data bits. ...
    41a7880e
    - Added support for setting the parity.
    - Added support for setting the num. stop bits.
    Geoffrey Hunter authored
    2021-12-23 14:19:43 +1300  
    Browse Code »

06 Dec, 2021
1 commit
  • Fixed a build error by changing the branch cmake downloads googletest from master to main.
    819155b9
    Geoffrey Hunter authored
    2021-12-06 14:05:57 +1300  
    Browse Code »

03 Dec, 2021
1 commit
  • Merge pull request #17 from RolandHughes/master ...
    d9fb816b
    Added ReadBinary and WriteBinary
    Geoffrey Hunter authored
    2021-12-03 10:47:06 +1300  
    Browse Code »

30 Nov, 2021
1 commit
  • Added ReadBinary and WriteBinary
    67d72d50
    Roland Hughes authored
    2021-11-30 11:41:52 -0600  
    Browse Code »

22 Aug, 2021
1 commit
  • Merge pull request #16 from triccyx/master ...
    cf8ca480
    Make available CppLinuxSerial to FetchContent
    Geoffrey Hunter authored
    2021-08-22 16:47:17 +1200  
    Browse Code »

21 Aug, 2021
1 commit
  • Update CMakeLists.txt
    11fcef3e
    Luca Tricerri authored
    2021-08-21 22:40:03 +0200  
    Browse Code »

10 Aug, 2021
2 commits
  • Update CMakeLists.txt
    93ae6ff7
    Luca Tricerri authored
    2021-08-10 22:50:41 +0200  
    Browse Code »
  • Update CMakeLists.txt
    adfc9ff6
    Luca Tricerri authored
    2021-08-10 22:47:18 +0200  
    Browse Code »

01 Jul, 2021
2 commits
  • Updated changelog in prep for release of v2.1.2.
    e84b2c48
    Geoffrey Hunter authored
    2021-07-01 01:01:39 -0700  
    Browse Code »
  • Merge pull request #14 from ZoetisDenmark/zoetis ...
    48014a3c
    Build updates
    Geoffrey Hunter authored
    2021-07-01 19:56:19 +1200  
    Browse Code »

30 Jun, 2021
1 commit
  • Install headers correctly when used as a cmake submodule (FetchContent)
    d44615e3
    Mads Andreasen authored
    2021-06-30 11:34:54 +0200  
    Browse Code »

24 Jun, 2021
1 commit
  • Removed download of gtest if tests are not built
    e1d083a1
    Mads Andreasen authored
    2021-06-24 11:43:20 +0200  
    Browse Code »

04 Apr, 2021
2 commits
  • Merge branch 'develop'
    c25cadd9
    Geoffrey Hunter authored
    2021-04-04 20:01:15 -0700  
    Browse Code »
  • Fixed bug with setting the echo.
    d8e1cd1e
    Geoffrey Hunter authored
    2021-04-04 20:01:02 -0700  
    Browse Code »

07 Nov, 2020
3 commits
  • Merge branch 'develop'
    0528cdd1
    Geoffrey Hunter authored
    2020-11-07 23:33:06 -0800  
    Browse Code »
  • Re-enabled all UNIX baud rates. Improved README.md documentation.
    18eb9073
    Geoffrey Hunter authored
    2020-11-07 23:31:47 -0800  
    Browse Code »
  • Basic custom baud rate functionality working.
    46234190
    Geoffrey Hunter authored
    2020-11-07 01:23:18 -0800  
    Browse Code »

13 Oct, 2020
2 commits
  • Merge pull request #6 from gbmhunter/develop ...
    7ceed20b
    v2.0.3
    Geoffrey Hunter authored
    2020-10-13 20:34:48 +1300  
    Browse Code »
  • 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 Code »

07 Jul, 2020
3 commits
  • Merge pull request #4 from gbmhunter/develop ...
    0265fb78
    v2.0.2
    Geoffrey Hunter authored
    2020-07-07 20:40:11 +1200  
    Browse Code »
  • Updated CHANGELOG.
    96cbf20d
    Geoffrey Hunter authored
    2020-07-07 20:39:47 +1200  
    Browse Code »
  • Fixed the incorrect build commands in the README. Changed the README from reStru… ...
    7000a079
    …cturedText to markdown.
    Geoffrey Hunter authored
    2020-07-07 20:32:53 +1200  
    Browse Code »

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 Code »
  • Added unit tests for testing 'SetTimeout()'.
    f96dd460
    Geoffrey Hunter authored
    2019-05-30 21:31:18 -0700  
    Browse Code »

29 May, 2019
2 commits
  • Assigned master document in conf.py for documentation.
    39800085
    Geoffrey Hunter authored
    2019-05-29 23:08:55 -0700  
    Browse Code »
  • - Added Sphinx documentation.
    51e068f4
    Geoffrey Hunter authored
    2019-05-29 23:01:01 -0700  
    Browse Code »

19 May, 2019
3 commits
  • Merge branch 'develop'
    77b01015
    Geoffrey Hunter authored
    2019-05-19 10:47:48 -0700  
    Browse Code »
  • Added c_cpp_properties.json to .gitignore file.
    73c151e9
    Geoffrey Hunter authored
    2019-05-19 10:47:07 -0700  
    Browse Code »
  • Added MIT license file and fixed build status badge in README.
    53b69d10
    Geoffrey Hunter authored
    2019-05-19 10:45:05 -0700  
    Browse Code »

27 Nov, 2017
10 commits
  • Added missing dates from releases in CHANGELOG.
    37d16763
    Geoffrey Hunter authored
    2017-11-27 12:19:42 -0800  
    Browse Code »
  • Merge branch 'develop'
    853d2a4b
    Geoffrey Hunter authored
    2017-11-27 12:18:12 -0800  
    Browse Code »
  • 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 Code »
  • Merge branch 'develop'
    082e3cfa
    Geoffrey Hunter authored
    2017-11-27 12:11:13 -0800  
    Browse Code »
  • Updated files in preparation for release of v2.0.0.
    36fbaaa1
    Geoffrey Hunter authored
    2017-11-27 12:11:02 -0800  
    Browse Code »
  • Attempted enabling coverage, but code commented out for now.
    03f2c464
    Geoffrey Hunter authored
    2017-11-27 12:04:39 -0800  
    Browse Code »
  • Added gtest as a CMake external project.
    07392999
    Geoffrey Hunter authored
    2017-11-27 11:34:11 -0800  
    Browse Code »
  • Added command to TravisCI config to install libgtest-dev.
    94d8333d
    Geoffrey Hunter authored
    2017-11-27 11:24:15 -0800  
    Browse Code »
  • Added TravisCI config file and build script.
    8a946ed8
    Geoffrey Hunter authored
    2017-11-27 11:15:26 -0800  
    Browse Code »
  • Tidied up serial port API.
    01a18d8c
    Geoffrey Hunter authored
    2017-11-27 10:49:11 -0800  
    Browse Code »

24 Nov, 2017
1 commit
  • Tidied up serial port config unit tests.
    efaea75e
    Geoffrey Hunter authored
    2017-11-24 15:49:44 -0800  
    Browse Code »