Age | Commit message (Expand) | Author |
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 |
2011-07-24 | Fixed compilation for gcc 4.2.1 (apparently not all gcc versions properly imp... | arseny.kapoulkine |
2011-07-20 | scripts: Added BUILD_SHARED_LIBS option to CMakeLists.txt for building pugixm... | arseny.kapoulkine |
2011-07-19 | docs: Removed seek/tell restriction for stream loading | arseny.kapoulkine |
2011-07-19 | tests: Added tests for non-seekable streams | arseny.kapoulkine |
2011-07-19 | Implemented support for non-seekable streams | arseny.kapoulkine |
2011-07-07 | scripts: Renamed AirPlay project to have correct extension | arseny.kapoulkine |
2011-02-16 | tests: Fixed C++/CLI compilation warning | arseny.kapoulkine |
2011-02-16 | Fixed C++/CLI compilation error | arseny.kapoulkine |
2011-02-16 | tests: Added C++/CLI support | arseny.kapoulkine |
2011-02-12 | contrib: Fixed foreach helper (children and attributes functions are now inline) | arseny.kapoulkine |
2011-01-15 | Replaced std::wstring with std::basic_string<wchar_t> (fixes Android compilat... | arseny.kapoulkine |
2010-12-19 | Improved gcc version checking, disabled some warnings for gcc 4.0.1 | arseny.kapoulkine |
2010-12-19 | Several relatively new options are enabled for GCC4.4+ instead of everything ... | arseny.kapoulkine |
2010-12-19 | Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c... | arseny.kapoulkine |
2010-11-17 | scripts: Ported premake script to premake4.3, regenerated all projects | arseny.kapoulkine |
2010-11-13 | Fixed pugiconfig XPath-related comments | arseny.kapoulkine |
2010-11-12 | scripts: Added AirPlay SDK project file | arseny.kapoulkine |
2010-11-12 | Improved STLport support (now code compiles fine if STLport is in its own nam... | arseny.kapoulkine |
2010-10-31 | docs: Regenerated HTML documentationv1.0 | arseny.kapoulkine |
2010-10-31 | docs: Minor fixes | arseny.kapoulkine |
2010-10-31 | docs: Regenerated HTML documentation | arseny.kapoulkine |
2010-10-31 | Updated version to 1.0 everywhere | arseny.kapoulkine |
2010-10-31 | docs: Mentioned new xml_document::reset function, minor fixes | 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-31 | docs: Minor quickstart cleanup (add changes from manual, add links to manual ... | arseny.kapoulkine |
2010-10-31 | docs: More links in manual, updated changelog | arseny.kapoulkine |
2010-10-31 | docs: Various improvements to the final few sections of the manual (language-... | arseny.kapoulkine |
2010-10-30 | docs: Various improvements to the next few sections of the manual (language-r... | arseny.kapoulkine |
2010-10-30 | docs: Various improvements to first few sections of the manual (language-rela... | arseny.kapoulkine |
2010-10-26 | docs: Updated documentation (new child element insertion functions, xml_docum... | arseny.kapoulkine |
2010-10-26 | Added xml_document::reset, added append/prepend/insert child overloads for el... | arseny.kapoulkine |
2010-10-22 | Added a workaround for GCC 4.2 bogus warning | arseny.kapoulkine |
2010-10-22 | XPath: Moved STL replacement algorithms to anonymous namespace | arseny.kapoulkine |
2010-10-22 | XPath: Minor refactoring | arseny.kapoulkine |
2010-10-22 | XPath: Moved implementation details to anonymous namespace | arseny.kapoulkine |
2010-10-22 | tests: Fixed WCHAR mode compilation | arseny.kapoulkine |
2010-10-22 | tests: Fixed CW compilation | arseny.kapoulkine |
2010-10-20 | docs: Minor fix | arseny.kapoulkine |
2010-10-20 | docs: Updated licensing terms with acknowledgment clarification, updated chan... | arseny.kapoulkine |
2010-10-19 | If an element node has the only child, and it is of CDATA type, then the extr... | arseny.kapoulkine |