]> git.mxchange.org Git - simgear.git/commit
Create TerraSync repo API
authorJames Turner <zakalawe@mac.com>
Tue, 26 Jan 2016 00:15:48 +0000 (18:15 -0600)
committerJames Turner <zakalawe@mac.com>
Sun, 21 Feb 2016 14:49:12 +0000 (15:49 +0100)
commit7075a8707b1e3a8a9fbd5c1640f4b12c0bc5ad2b
tree0ec1af8af36c2d19a04dc01a223fd5df44e35d21
parente7598df4d3ddf34b6647ef0a458647551884488e
Create TerraSync repo API

- create an abstract API for a remote repository, based on the current
  SVN repository API, and update the code accordingly.
simgear/io/AbstractRepository.cxx [new file with mode: 0644]
simgear/io/AbstractRepository.hxx [new file with mode: 0644]
simgear/io/CMakeLists.txt
simgear/io/SVNReportParser.cxx
simgear/io/SVNRepository.cxx
simgear/io/SVNRepository.hxx
simgear/scene/tsync/terrasync.cxx