]> git.mxchange.org Git - simgear.git/commit
Changing SGPath APIs, using SGPath in more places.
authorJames Turner <zakalawe@mac.com>
Mon, 20 Jun 2016 15:38:47 +0000 (16:38 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
commit7f5f9284167517f9b6461dfc88857335437248f3
tree0b0da23b10595565d93e74bfcd6e302c0e49605f
parentbc305a8690aac8447b893c2547e8b3a0bb7e78d3
Changing SGPath APIs, using SGPath in more places.

Change most places we control (i.e not helper libs) to use SGPath
to represent a path, instead of using std::string. Extend SGPath
API to explicitly expose the path in either UTF-8 or the
system 8-bit encoding.
20 files changed:
simgear/io/decode_binobj.cxx
simgear/io/httpget.cxx
simgear/io/sg_binobj.cxx
simgear/io/sg_binobj.hxx
simgear/io/sg_file.cxx
simgear/io/sg_file.hxx
simgear/math/interpolater.cxx
simgear/misc/gzcontainerfile.cxx
simgear/misc/sg_path.cxx
simgear/misc/sg_path.hxx
simgear/misc/sgstream.cxx
simgear/misc/sgstream.hxx
simgear/misc/sgstream_test.cxx
simgear/misc/strutils.cxx
simgear/misc/strutils.hxx
simgear/props/props_io.cxx
simgear/props/props_io.hxx
simgear/props/props_test.cxx
simgear/structure/exception.cxx
simgear/structure/exception.hxx