summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-14docs: Slightly extended portability section, documented PUGIXML_MEMORY_* definesarseny.kapoulkine@gmail.com
2012-03-14Added PUGIXML_MEMORY constants for tweaking memory behaviour; useful for embe...arseny.kapoulkine@gmail.com
2012-03-14tests: Added tests for constant iterator objectsarseny.kapoulkine@gmail.com
2012-03-14Dereferemce operators in both iterators are now const; this fixes iterator co...arseny.kapoulkine@gmail.com
2012-03-14Different versions of RWSTL have different headers; revert the previous chang...arseny.kapoulkine@gmail.com
2012-03-14Fixed SunCC compilation when using RWSTL instead of STLport; should fix issue...arseny.kapoulkine@gmail.com
2012-03-14Implemented optional header-only mode (still need to do a couple of fixes for...arseny.kapoulkine@gmail.com
2012-03-10Fixed clang warningarseny.kapoulkine@gmail.com
2012-03-08docs: Documented the fact that error descriptions are always const char* rega...arseny.kapoulkine@gmail.com
2012-03-07tests: Fixed gcc version detectionarseny.kapoulkine@gmail.com
2012-03-07tests: Added MSVC11 variants to test suitearseny.kapoulkine@gmail.com
2012-03-06tests: Miscellaneous fixesarseny.kapoulkine@gmail.com
2012-03-06Fixed clang compilation warningarseny.kapoulkine@gmail.com
2012-03-06tests: Added Android to testing (STLport variant is only tested without excep...arseny.kapoulkine@gmail.com
2012-03-06Android build supportarseny.kapoulkine@gmail.com
2012-03-06tests: Android compilation fixesarseny.kapoulkine@gmail.com
2012-03-06tests: Added BlackBerry NDK to test suitearseny.kapoulkine@gmail.com
2012-03-06Added BlackBerry NDK build supportarseny.kapoulkine@gmail.com
2012-03-06tests: Use mkstemp on Unix and QNX (BlackBerry) to avoid tmpnam deprecation w...arseny.kapoulkine@gmail.com
2012-03-06Fix 'cast increases required alignment of target type' warning for BlackBerry...arseny.kapoulkine@gmail.com
2012-03-06tests: Added BadaSDK to tests, changed report coloring to mark cells that com...arseny.kapoulkine@gmail.com
2012-03-06Fixed gcc version detection in build scripts, added BadaSDK supportarseny.kapoulkine@gmail.com
2012-03-06tests: Fixed compilation errors for BadaSDKarseny.kapoulkine@gmail.com
2012-03-06Fix 'cast increases required alignment of target type' warnings (some of them...arseny.kapoulkine@gmail.com
2012-03-06Removed setjmp from XML parsing; now pugixml does not require setjmp support ...arseny.kapoulkine@gmail.com
2012-02-19tests: Added WinCE to autotestarseny.kapoulkine@gmail.com
2012-02-19Added WinCE building supportarseny.kapoulkine@gmail.com
2012-02-19tests: Minor fixes for WinCE compilationarseny.kapoulkine@gmail.com
2012-02-19Define uintptr_t for WinCE if necessary (thankfully all MSVC versions seem to...arseny.kapoulkine@gmail.com
2012-02-18tests: Add an explicit test for empty xpath_node_set copying (regression test...arseny.kapoulkine@gmail.com
2011-12-20tests: Added version testarseny.kapoulkine
2011-12-20docs: Mentioned encoding_latin1 in encoding listarseny.kapoulkine
2011-12-20Introduced encoding_latin1 support (conversion on loading, conversion on savi...arseny.kapoulkine
2011-12-09Apply patch that should fix Windows Mobile compilationarseny.kapoulkine
2011-12-09Added PUGIXML_VERSION define to enable preprocessor-based version checks in c...arseny.kapoulkine
2011-12-09docs: Documented parse_ws_pcdata_single flagarseny.kapoulkine
2011-12-09Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if...arseny.kapoulkine
2011-11-15docs: Minor clarification: put an emphasis on PCDATA nodes since it's a commo...arseny.kapoulkine
2011-10-08Added icc toolset support for Linux/MacOS Xarseny.kapoulkine
2011-10-08Fixed 'conversion from pointer to same-sized integral type' warning for Intel...arseny.kapoulkine
2011-10-08Fixed 'controlling expression is constant' warning for new versions of Intel ...arseny.kapoulkine
2011-09-10docs: Added format_no_escapes documentationarseny.kapoulkine
2011-09-10Added format_no_escapes flagarseny.kapoulkine
2011-08-19tests: Fixed linking issues on freebsd32 (unresolved __stack_chk_fail_local s...arseny.kapoulkine
2011-08-19Fixed unspecified bool conversion for MSVC CLR for the case when pugixml is c...arseny.kapoulkine
2011-07-27tests: Updated autotest-linux.sh for Fedoraarseny.kapoulkine
2011-07-27Fixed gcc building for platforms without statically-linked CRT (only static l...arseny.kapoulkine
2011-07-24tests: Disabled VM shutdown/startup overlap to decrease peak memory consumptionarseny.kapoulkine
2011-07-24Fixed compilation for gcc 4.2.1 (apparently not all gcc versions properly imp...arseny.kapoulkine
2011-07-20scripts: Added BUILD_SHARED_LIBS option to CMakeLists.txt for building pugixm...arseny.kapoulkine