Age | Commit message (Expand) | Author |
2012-03-20 | scripts: Ignored temporary Visual Studio files | arseny.kapoulkine@gmail.com |
2012-03-15 | Intel C++ 11 has the same warning pop bug... Disable warning popping on all I... | arseny.kapoulkine@gmail.com |
2012-03-14 | docs: Slightly extended portability section, documented PUGIXML_MEMORY_* defines | arseny.kapoulkine@gmail.com |
2012-03-14 | Added PUGIXML_MEMORY constants for tweaking memory behaviour; useful for embe... | arseny.kapoulkine@gmail.com |
2012-03-14 | tests: Added tests for constant iterator objects | arseny.kapoulkine@gmail.com |
2012-03-14 | Dereferemce operators in both iterators are now const; this fixes iterator co... | arseny.kapoulkine@gmail.com |
2012-03-14 | Different versions of RWSTL have different headers; revert the previous chang... | arseny.kapoulkine@gmail.com |
2012-03-14 | Fixed SunCC compilation when using RWSTL instead of STLport; should fix issue... | arseny.kapoulkine@gmail.com |
2012-03-14 | Implemented optional header-only mode (still need to do a couple of fixes for... | arseny.kapoulkine@gmail.com |
2012-03-10 | Fixed clang warning | arseny.kapoulkine@gmail.com |
2012-03-08 | docs: Documented the fact that error descriptions are always const char* rega... | arseny.kapoulkine@gmail.com |
2012-03-07 | tests: Fixed gcc version detection | arseny.kapoulkine@gmail.com |
2012-03-07 | tests: Added MSVC11 variants to test suite | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Miscellaneous fixes | arseny.kapoulkine@gmail.com |
2012-03-06 | Fixed clang compilation warning | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Added Android to testing (STLport variant is only tested without excep... | arseny.kapoulkine@gmail.com |
2012-03-06 | Android build support | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Android compilation fixes | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Added BlackBerry NDK to test suite | arseny.kapoulkine@gmail.com |
2012-03-06 | Added BlackBerry NDK build support | 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 | Fix 'cast increases required alignment of target type' warning for BlackBerry... | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Added BadaSDK to tests, changed report coloring to mark cells that com... | arseny.kapoulkine@gmail.com |
2012-03-06 | Fixed gcc version detection in build scripts, added BadaSDK support | arseny.kapoulkine@gmail.com |
2012-03-06 | tests: Fixed compilation errors for BadaSDK | arseny.kapoulkine@gmail.com |
2012-03-06 | Fix 'cast increases required alignment of target type' warnings (some of them... | arseny.kapoulkine@gmail.com |
2012-03-06 | Removed setjmp from XML parsing; now pugixml does not require setjmp support ... | arseny.kapoulkine@gmail.com |
2012-02-19 | tests: Added WinCE to autotest | arseny.kapoulkine@gmail.com |
2012-02-19 | Added WinCE building support | arseny.kapoulkine@gmail.com |
2012-02-19 | tests: Minor fixes for WinCE compilation | arseny.kapoulkine@gmail.com |
2012-02-19 | Define uintptr_t for WinCE if necessary (thankfully all MSVC versions seem to... | arseny.kapoulkine@gmail.com |
2012-02-18 | tests: Add an explicit test for empty xpath_node_set copying (regression test... | arseny.kapoulkine@gmail.com |
2011-12-20 | tests: Added version test | arseny.kapoulkine |
2011-12-20 | docs: Mentioned encoding_latin1 in encoding list | arseny.kapoulkine |
2011-12-20 | Introduced encoding_latin1 support (conversion on loading, conversion on savi... | arseny.kapoulkine |
2011-12-09 | Apply patch that should fix Windows Mobile compilation | arseny.kapoulkine |
2011-12-09 | Added PUGIXML_VERSION define to enable preprocessor-based version checks in c... | arseny.kapoulkine |
2011-12-09 | docs: Documented parse_ws_pcdata_single flag | arseny.kapoulkine |
2011-12-09 | Introduced parse_ws_pcdata_single flag: only parses whitespace-only PCDATA if... | arseny.kapoulkine |
2011-11-15 | docs: Minor clarification: put an emphasis on PCDATA nodes since it's a commo... | arseny.kapoulkine |
2011-10-08 | Added icc toolset support for Linux/MacOS X | arseny.kapoulkine |
2011-10-08 | Fixed 'conversion from pointer to same-sized integral type' warning for Intel... | arseny.kapoulkine |
2011-10-08 | Fixed 'controlling expression is constant' warning for new versions of Intel ... | arseny.kapoulkine |
2011-09-10 | docs: Added format_no_escapes documentation | arseny.kapoulkine |
2011-09-10 | Added format_no_escapes flag | arseny.kapoulkine |
2011-08-19 | tests: Fixed linking issues on freebsd32 (unresolved __stack_chk_fail_local s... | arseny.kapoulkine |
2011-08-19 | Fixed unspecified bool conversion for MSVC CLR for the case when pugixml is c... | arseny.kapoulkine |
2011-07-27 | tests: Updated autotest-linux.sh for Fedora | arseny.kapoulkine |
2011-07-27 | Fixed gcc building for platforms without statically-linked CRT (only static l... | arseny.kapoulkine |
2011-07-24 | tests: Disabled VM shutdown/startup overlap to decrease peak memory consumption | arseny.kapoulkine |