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
  • test
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 Dir »

30 May, 2019
1 commit
  • Added unit tests for testing 'SetTimeout()'.
    f96dd460
    Geoffrey Hunter authored
    2019-05-30 21:31:18 -0700  
    Browse Dir »

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

27 Nov, 2017
3 commits
  • Attempted enabling coverage, but code commented out for now.
    03f2c464
    Geoffrey Hunter authored
    2017-11-27 12:04:39 -0800  
    Browse Dir »
  • Added gtest as a CMake external project.
    07392999
    Geoffrey Hunter authored
    2017-11-27 11:34:11 -0800  
    Browse Dir »
  • Tidied up serial port API.
    01a18d8c
    Geoffrey Hunter authored
    2017-11-27 10:49:11 -0800  
    Browse Dir »

24 Nov, 2017
9 commits
  • Tidied up serial port config unit tests.
    efaea75e
    Geoffrey Hunter authored
    2017-11-24 15:49:44 -0800  
    Browse Dir »
  • 'TestUtil' class is now a singleton.
    2ad09c14
    Geoffrey Hunter authored
    2017-11-24 15:40:27 -0800  
    Browse Dir »
  • Added virtual serial port setup to gtest global environment setup.
    1ce0a48a
    Geoffrey Hunter authored
    2017-11-24 15:30:00 -0800  
    Browse Dir »
  • Added baud rate configure unit tests.
    9c29783b
    Geoffrey Hunter authored
    2017-11-24 14:35:03 -0800  
    Browse Dir »
  • Basic write/read data test between virtual serial ports is passing.
    5a48f672
    Geoffrey Hunter authored
    2017-11-24 13:56:25 -0800  
    Browse Dir »
  • Pair of virtual serial ports are now being created by unit test executable.
    56a77f3a
    Geoffrey Hunter authored
    2017-11-24 13:45:07 -0800  
    Browse Dir »
  • Working on basic read/write unit test using two virtual serial ports.
    2e35cebd
    Geoffrey Hunter authored
    2017-11-24 11:52:03 -0800  
    Browse Dir »
  • Adding basic 'Open' unit test.
    9bfbe366
    Geoffrey Hunter authored
    2017-11-24 10:01:27 -0800  
    Browse Dir »
  • Removed api folder. Added CMakeLists.txt files for src. Added unit test folder.
    4de88caa
    Geoffrey Hunter authored
    2017-11-24 09:44:34 -0800  
    Browse Dir »