- Oct 19, 2015
-
-
Arseny Kapoulkine authored
-
- Oct 17, 2015
-
-
Arseny Kapoulkine authored
Travis CI strikes once more.
-
Arseny Kapoulkine authored
-
- Oct 10, 2015
-
-
Arseny Kapoulkine authored
-
- Aug 25, 2015
-
-
Arseny Kapoulkine authored
Also upload just pugixml.cpp.gcov to codecov to avoid issues the script has with old gcov.
-
Arseny Kapoulkine authored
Use find -exec instead of xargs to work around differences between xargs on OSX and Linux. Use -b option of gcov - for some reason gcov on Travis can't find .gcno files otherwise (old version?). And finally enable config=coverage again.
-
Arseny Kapoulkine authored
Use -coverage option and keep NDEBUG off
-
- Jun 13, 2015
-
-
Arseny Kapoulkine authored
All other sanitizers are still unavailable so only enable them on non-OSX systems.
-
- May 13, 2015
-
-
Arseny Kapoulkine authored
-
- Apr 22, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
- Apr 12, 2015
-
-
Arseny Kapoulkine authored
This makes sure that no exception handling mechanisms are used if PUGXML_NO_EXCEPTIONS is defined.
-
- Mar 25, 2015
-
-
Arseny Kapoulkine authored
This eliminates one more hardcoded version from the repo, yay!
-
Arseny Kapoulkine authored
-
- Mar 22, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
-
- Mar 20, 2015
-
-
Arseny Kapoulkine authored
-
Arseny Kapoulkine authored
Simplify test source specification, disable built-in rules and suffixes
-
- Mar 13, 2015
-
-
Arseny Kapoulkine authored
With the current setup it successfully finds the (fixed) DOCTYPE buffer overrun in ~50 minutes (on a single core).
-
- Feb 12, 2015
-
-
Arseny Kapoulkine authored
Instead just ignore the result of xargs.
-
- Nov 01, 2014
-
-
Arseny Kapoulkine authored
Not sure why xargs -r is not the default...
-
- Oct 25, 2014
-
-
Arseny Kapoulkine authored
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1079 99668b35-9821-0410-8761-19e4c4f06640
-
- Feb 09, 2014
-
-
Arseny Kapoulkine authored
This expands and replaces the Travis-specific makefile by adding more options and correctly tracking header dependencies. Also add wchar_t mode test to Travis configuration. git-svn-id: http://pugixml.googlecode.com/svn/trunk@971 99668b35-9821-0410-8761-19e4c4f06640
-