]> git.mxchange.org Git - simgear.git/commit
Tiny HTTP client layer on top of NetChat - and CTest support for some SimGear tests.
authorJames Turner <zakalawe@mac.com>
Tue, 19 Jul 2011 11:55:55 +0000 (12:55 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 19 Jul 2011 11:55:55 +0000 (12:55 +0100)
commitf06f25532ca06b7edb948131f45f8efea2268589
tree05073989a8856a5e3bcbbf21bbc3f6b592afde46
parent116c487384f16a560da5cdfe096381e776fd4319
Tiny HTTP client layer on top of NetChat - and CTest support for some SimGear tests.
16 files changed:
CMakeLists.txt
simgear/io/CMakeLists.txt
simgear/io/HTTPClient.cxx [new file with mode: 0644]
simgear/io/HTTPClient.hxx [new file with mode: 0644]
simgear/io/HTTPRequest.cxx [new file with mode: 0644]
simgear/io/HTTPRequest.hxx [new file with mode: 0644]
simgear/io/sg_netChat.cxx
simgear/io/sg_netChat.hxx
simgear/io/test_HTTP.cxx [new file with mode: 0644]
simgear/misc/CMakeLists.txt
simgear/misc/strutils.cxx
simgear/misc/strutils.hxx
simgear/misc/strutils_test.cxx [new file with mode: 0644]
simgear/props/CMakeLists.txt
simgear/timing/timestamp.cxx
simgear/timing/timestamp.hxx