replace boost serialization with tinyxml2

This commit is contained in:
Valient Gough
2016-04-14 23:11:45 -07:00
parent bbf3d6f679
commit e78d1659e3
17 changed files with 611 additions and 289 deletions

2
devmode Normal file → Executable file
View File

@ -1,4 +1,4 @@
# Script which sets up the CMake build for Debug mode.
# After running, chdir to the build subdir ane run "make"
mkdir build
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug $@
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-fsanitize=address" $@