Age | Commit message (Expand) | Author |
2014-10-02 | tests: Add a test to verify that xml_document object works with any valid poi... | Arseny Kapoulkine |
2014-04-02 | tests: Fix Mac OS X compilation. | Arseny Kapoulkine |
2014-02-19 | tests: Write temporary files to executable folder. | Arseny Kapoulkine |
2014-02-11 | Implement document fragment parsing. | Arseny Kapoulkine |
2014-02-10 | Fix clang build. | Arseny Kapoulkine |
2014-02-10 | Use a null-terminated buffer for parsing as often as possible. | Arseny Kapoulkine |
2012-10-31 | tests: Remove 'con' loading from tests since it stopped working under Windows... | arseny.kapoulkine@gmail.com |
2012-03-23 | tests: Added text/binary save_file tests | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Android compilation fixes | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Use mkstemp on Unix and QNX (BlackBerry) to avoid tmpnam deprecation w... | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Fixed compilation errors for BadaSDK | arseny.kapoulkine@gmail.com |
2012-02-19 | tests: Minor fixes for WinCE compilation | arseny.kapoulkine@gmail.com |
2011-12-20 | Introduced encoding_latin1 support (conversion on loading, conversion on savi... | arseny.kapoulkine |
2011-07-19 | tests: Added tests for non-seekable streams | arseny.kapoulkine |
2010-12-19 | Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c... | arseny.kapoulkine |
2010-10-31 | tests: Added document reset-self test | arseny.kapoulkine |
2010-10-31 | Added xml_document::reset() function with document parameter | arseny.kapoulkine |
2010-10-26 | Added xml_document::reset, added append/prepend/insert child overloads for el... | arseny.kapoulkine |
2010-10-22 | tests: Fixed WCHAR mode compilation | arseny.kapoulkine |
2010-10-18 | Added xml_document::document_element function | arseny.kapoulkine |
2010-10-03 | tests: Fixed XPath OOM tests, added parsing exception test | arseny.kapoulkine |
2010-09-20 | tests: Added load_file/save_file tests | arseny.kapoulkine |
2010-08-29 | tests: Removed some deprecated tests, minor coverage improvements | arseny.kapoulkine |
2010-08-29 | tests: Reduced allocation count | arseny.kapoulkine |
2010-08-09 | tests: Added tests for short buffers (they duplicate the progressive truncati... | arseny.kapoulkine |
2010-08-04 | tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS... | arseny.kapoulkine |
2010-08-04 | tests: Added more tests for better code coverage | arseny.kapoulkine |
2010-08-03 | tests: Preparations for custom new/delete (leak detection) | arseny.kapoulkine |
2010-07-22 | tests: Miscellaneous test fixes | arseny.kapoulkine |
2010-07-22 | tests: Fixed warning | arseny.kapoulkine |
2010-07-22 | tests: Added stream exception test | arseny.kapoulkine |
2010-07-19 | Set svn:eol-style to native for all text files | arseny.kapoulkine |
2010-07-15 | tests: Added Xbox360 and PS3 toolset support | arseny.kapoulkine |
2010-06-27 | Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type | arseny.kapoulkine |
2010-06-12 | Declaration nodes improvements (they now automatically get name "xml", they c... | arseny.kapoulkine |
2010-06-07 | tests: Added C++0x support | arseny.kapoulkine |
2010-06-02 | tests: Temporary file name is obtained via mkstemp on Unix systems | arseny.kapoulkine |
2010-06-02 | tests: Fixed test race condition (a better way would be to use argv[0]-relati... | arseny.kapoulkine |
2010-05-20 | tests: Added progressive truncation test | arseny.kapoulkine |
2010-05-10 | Added more tests | arseny.kapoulkine |
2010-05-10 | Internal iterator constructors are now private, added empty document test | arseny.kapoulkine |
2010-05-09 | Added empty stream/buffer tests, fixed null buffer parsing in wchar_t mode | arseny.kapoulkine |
2010-05-08 | Deprecated all wildcard functions and parse_wnorm_attribute | arseny.kapoulkine |
2010-05-06 | Integrated changes from unicode branch to trunk | arseny.kapoulkine |
2010-04-20 | unicode: Fixed tests for Linux | arseny.kapoulkine |
2009-10-29 | tests: CodeWarrior and BCC supported | arseny.kapoulkine |
2009-10-29 | tests: Supported all pugixml compilation modes | arseny.kapoulkine |
2009-10-28 | tests: More fixes and toolsets support | arseny.kapoulkine |
2009-10-28 | tests: Fixed MSVC warnings/errors | arseny.kapoulkine |
2009-10-20 | tests: Final core tests, 99.0% coverage for pugixml.cpp | arseny.kapoulkine |