summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-07-19docs: Removed seek/tell restriction for stream loadingarseny.kapoulkine
2011-07-19tests: Added tests for non-seekable streamsarseny.kapoulkine
2011-07-19Implemented support for non-seekable streamsarseny.kapoulkine
2011-07-07scripts: Renamed AirPlay project to have correct extensionarseny.kapoulkine
2011-02-16tests: Fixed C++/CLI compilation warningarseny.kapoulkine
2011-02-16Fixed C++/CLI compilation errorarseny.kapoulkine
2011-02-16tests: Added C++/CLI supportarseny.kapoulkine
2011-02-12contrib: Fixed foreach helper (children and attributes functions are now inline)arseny.kapoulkine
2011-01-15Replaced std::wstring with std::basic_string<wchar_t> (fixes Android compilat...arseny.kapoulkine
2010-12-19Improved gcc version checking, disabled some warnings for gcc 4.0.1arseny.kapoulkine
2010-12-19Several relatively new options are enabled for GCC4.4+ instead of everything ...arseny.kapoulkine
2010-12-19Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c...arseny.kapoulkine
2010-11-17scripts: Ported premake script to premake4.3, regenerated all projectsarseny.kapoulkine
2010-11-13Fixed pugiconfig XPath-related commentsarseny.kapoulkine
2010-11-12scripts: Added AirPlay SDK project filearseny.kapoulkine
2010-11-12Improved STLport support (now code compiles fine if STLport is in its own nam...arseny.kapoulkine
2010-10-31docs: Regenerated HTML documentationv1.0arseny.kapoulkine
2010-10-31docs: Minor fixesarseny.kapoulkine
2010-10-31docs: Regenerated HTML documentationarseny.kapoulkine
2010-10-31Updated version to 1.0 everywherearseny.kapoulkine
2010-10-31docs: Mentioned new xml_document::reset function, minor fixesarseny.kapoulkine
2010-10-31tests: Added document reset-self testarseny.kapoulkine
2010-10-31Added xml_document::reset() function with document parameterarseny.kapoulkine
2010-10-31docs: Minor quickstart cleanup (add changes from manual, add links to manual ...arseny.kapoulkine
2010-10-31docs: More links in manual, updated changelogarseny.kapoulkine
2010-10-31docs: Various improvements to the final few sections of the manual (language-...arseny.kapoulkine
2010-10-30docs: Various improvements to the next few sections of the manual (language-r...arseny.kapoulkine
2010-10-30docs: Various improvements to first few sections of the manual (language-rela...arseny.kapoulkine
2010-10-26docs: Updated documentation (new child element insertion functions, xml_docum...arseny.kapoulkine