This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
089868a244
CMake
/
Tests
/
RunCMake
/
CommandLine
/
E_server-arg-result.txt
2 lines
2 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cmake-server: Bare-bones server implementation Adds a bare-bones cmake-server implementation and makes it possible to start that with "cmake -E server". Communication happens via stdin/stdout for now. Protocol is based on Json objects surrounded by magic strings ("[== CMake Server ==[" and "]== CMake Server ==]"), which simplifies Json parsing significantly. This patch also defines an interface used to implement different versions of the protocol spoken by the server, but does not include any protocol implementaiton.
2016-09-13 12:26:34 +03:00
1