]> git.mxchange.org Git - simgear.git/commit
Move bundled Expat to new home.
authorJames Turner <zakalawe@mac.com>
Thu, 19 Sep 2013 19:12:32 +0000 (20:12 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 19 Sep 2013 19:12:32 +0000 (20:12 +0100)
commita922aaa68e8a93a051f14f34827fc0a7d7d6f0c5
treec52ba315096dd783db00907bdc54f2174f2c4b70
parent4f2e36ca46538e18bf846765997707bde91b1357
Move bundled Expat to new home.

Renamed bundled Expat headers to avoid any
possibility of accidental including system headers when
using bundled Expat, or vice-versa. Should help with SVN
crashes reported by Thomas.
53 files changed:
3rdparty/CMakeLists.txt [new file with mode: 0644]
3rdparty/expat/CMakeLists.txt [new file with mode: 0644]
3rdparty/expat/Expat.COPYING [new file with mode: 0644]
3rdparty/expat/ascii.h [new file with mode: 0644]
3rdparty/expat/asciitab.h [new file with mode: 0644]
3rdparty/expat/expat_config_cmake.in [new file with mode: 0644]
3rdparty/expat/hashtable.c [new file with mode: 0644]
3rdparty/expat/hashtable.h [new file with mode: 0644]
3rdparty/expat/iasciitab.h [new file with mode: 0644]
3rdparty/expat/internal.h [new file with mode: 0644]
3rdparty/expat/latin1tab.h [new file with mode: 0644]
3rdparty/expat/nametab.h [new file with mode: 0644]
3rdparty/expat/sg_expat.h [new file with mode: 0644]
3rdparty/expat/sg_expat_external.h [new file with mode: 0644]
3rdparty/expat/utf8tab.h [new file with mode: 0644]
3rdparty/expat/xmldef.h [new file with mode: 0644]
3rdparty/expat/xmlparse.c [new file with mode: 0644]
3rdparty/expat/xmlparse.h [new file with mode: 0644]
3rdparty/expat/xmlrole.c [new file with mode: 0644]
3rdparty/expat/xmlrole.h [new file with mode: 0644]
3rdparty/expat/xmltok.c [new file with mode: 0644]
3rdparty/expat/xmltok.h [new file with mode: 0644]
3rdparty/expat/xmltok_impl.c [new file with mode: 0644]
3rdparty/expat/xmltok_impl.h [new file with mode: 0644]
3rdparty/expat/xmltok_ns.c [new file with mode: 0644]
CMakeLists.txt
simgear/io/DAVMultiStatus.cxx
simgear/io/SVNReportParser.cxx
simgear/xml/CMakeLists.txt
simgear/xml/Expat.COPYING [deleted file]
simgear/xml/ascii.h [deleted file]
simgear/xml/asciitab.h [deleted file]
simgear/xml/easyxml.cxx
simgear/xml/expat.h [deleted file]
simgear/xml/expat_config_cmake.in [deleted file]
simgear/xml/expat_external.h [deleted file]
simgear/xml/hashtable.c [deleted file]
simgear/xml/hashtable.h [deleted file]
simgear/xml/iasciitab.h [deleted file]
simgear/xml/internal.h [deleted file]
simgear/xml/latin1tab.h [deleted file]
simgear/xml/nametab.h [deleted file]
simgear/xml/utf8tab.h [deleted file]
simgear/xml/xmldef.h [deleted file]
simgear/xml/xmlparse.c [deleted file]
simgear/xml/xmlparse.h [deleted file]
simgear/xml/xmlrole.c [deleted file]
simgear/xml/xmlrole.h [deleted file]
simgear/xml/xmltok.c [deleted file]
simgear/xml/xmltok.h [deleted file]
simgear/xml/xmltok_impl.c [deleted file]
simgear/xml/xmltok_impl.h [deleted file]
simgear/xml/xmltok_ns.c [deleted file]