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
  • CMakeLists.txt
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 »

27 Nov, 2017
1 commit
  • Added gtest as a CMake external project.
    07392999
    Geoffrey Hunter authored
    2017-11-27 11:34:11 -0800  
    Browse File »

24 Nov, 2017
2 commits
  • Working on basic read/write unit test using two virtual serial ports.
    2e35cebd
    Geoffrey Hunter authored
    2017-11-24 11:52:03 -0800  
    Browse File »
  • 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 File »