-
- Downloads
Added JSONC Parser and stdin input passing to a program ran by Subprocess
Showing
- common/CMakeLists.txt 6 additions, 1 deletioncommon/CMakeLists.txt
- common/json/object/SchedulerHints.hpp 30 additions, 0 deletionscommon/json/object/SchedulerHints.hpp
- common/json/object/TestObject.hpp 31 additions, 0 deletionscommon/json/object/TestObject.hpp
- common/json/parser/JSONCParser.cpp 115 additions, 0 deletionscommon/json/parser/JSONCParser.cpp
- common/json/parser/JSONCParser.hpp 53 additions, 0 deletionscommon/json/parser/JSONCParser.hpp
- common/json/parser/JSONCParserTest.cpp 69 additions, 0 deletionscommon/json/parser/JSONCParserTest.cpp
- common/json/parser/JSONParserException.hpp 27 additions, 0 deletionscommon/json/parser/JSONParserException.hpp
- common/threading/SubProcess.cpp 25 additions, 5 deletionscommon/threading/SubProcess.cpp
- common/threading/SubProcess.hpp 1 addition, 1 deletioncommon/threading/SubProcess.hpp
- tests/SubprocessSystemTests.cpp 9 additions, 0 deletionstests/SubprocessSystemTests.cpp
Loading
Please register or sign in to comment