Age | Commit message (Expand) | Author |
2010-06-28 | docs: Merged full changelog to manual, license occupies less space now | arseny.kapoulkine |
2010-06-28 | XPath: Argument parsing and position invariance refactoring, reduced AST node... | arseny.kapoulkine |
2010-06-27 | docs: Moved all changelog contents to changes.txt | arseny.kapoulkine |
2010-06-27 | Defined a deprecated xpath_type_t for compatibility | arseny.kapoulkine |
2010-06-27 | docs: Updated changelog | arseny.kapoulkine |
2010-06-27 | docs: Renamed symbols in manual, changed sref to use xrefstyle (no Quickbook ... | arseny.kapoulkine |
2010-06-27 | Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_type | arseny.kapoulkine |
2010-06-27 | docs: Some reordering and clarification in C++ interface section, added API r... | arseny.kapoulkine |
2010-06-27 | Added samples building target | arseny.kapoulkine |
2010-06-27 | docs: Extracted Installation section, minor fixes/clarifications, added loadi... | arseny.kapoulkine |
2010-06-27 | Renamed name parameter in load_file/save_file to path | arseny.kapoulkine |
2010-06-27 | docs: Added e-mail for direct contacts | arseny.kapoulkine |
2010-06-24 | docs: Minor fixes, added full changelog | arseny.kapoulkine |
2010-06-24 | Added build dependency for imported sources | arseny.kapoulkine |
2010-06-24 | docs: Final cosmetic changes to Document object model, added DOM tree example | arseny.kapoulkine |
2010-06-24 | docs: Added Visual Studio project dependency help, more cosmetic changes, rev... | arseny.kapoulkine |
2010-06-24 | docs: Extracted sample code in a separate file, added stream loading sample p... | arseny.kapoulkine |
2010-06-24 | docs: Added VS2005 PCH screenshots, cosmetic manual changes | arseny.kapoulkine |
2010-06-23 | Fixed xsltproc path splitting by escaping colon | arseny.kapoulkine |
2010-06-23 | Added null pointer assertions to as_utf8 and as_wide | arseny.kapoulkine |
2010-06-23 | docs: Added supplementary files for HTML manual | arseny.kapoulkine |
2010-06-23 | docs: Added new user manual drafts (Quickbook sources) and documentation buil... | arseny.kapoulkine |
2010-06-20 | Spelling fixes | arseny.kapoulkine |
2010-06-19 | Fixed deprecation warnings for IntelC | arseny.kapoulkine |
2010-06-19 | Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl... | arseny.kapoulkine |
2010-06-19 | Fixed SNC warnings | arseny.kapoulkine |
2010-06-16 | Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO... | arseny.kapoulkine |
2010-06-14 | XPath: Rewritten number->string conversion using CRT scientific format (much ... | arseny.kapoulkine |
2010-06-13 | Fixed MSVC x64 warning | arseny.kapoulkine |
2010-06-13 | tests: Added tests for parsing offset values | arseny.kapoulkine |
2010-06-13 | Internal XML parsing error handling is done via setjmp/longjmp, all allocatio... | arseny.kapoulkine |
2010-06-12 | contrib: Removed header_only.hpp (can't link without FORCE:MULTIPLE, users ca... | arseny.kapoulkine |
2010-06-12 | Fixed IntelC warnings, removed unnecessary hack for BCC | arseny.kapoulkine |
2010-06-12 | Declaration nodes improvements (they now automatically get name "xml", they c... | arseny.kapoulkine |
2010-06-12 | tests: Added non top-level declaration test | arseny.kapoulkine |
2010-06-12 | Refactored PI/declaration parsing, now non top-level declarations result in p... | arseny.kapoulkine |
2010-06-11 | tests: Fixed PI test | arseny.kapoulkine |
2010-06-11 | tests: Added more (failing) declaration/PI tests | arseny.kapoulkine |
2010-06-11 | Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a... | arseny.kapoulkine |
2010-06-11 | Minor refactoring (moved unicode utilities to anonymous namespace, moved deco... | arseny.kapoulkine |
2010-06-11 | tests: Added SunCC x64 support | arseny.kapoulkine |
2010-06-10 | tests: Autotest now targets several architectures on MacOS, minor report refa... | arseny.kapoulkine |
2010-06-10 | scripts: XCode fixes | arseny.kapoulkine |
2010-06-10 | scripts: Added projects for Code::Blocks, Codelite and XCode | arseny.kapoulkine |
2010-06-10 | scripts: Added build scripts for various build systems (CMake, premake, VS200... | arseny.kapoulkine |
2010-06-07 | tests: Added C++0x support | arseny.kapoulkine |
2010-06-06 | Replaced charN_t types with uintN_t (C++0x compatibility) | arseny.kapoulkine |
2010-06-04 | Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ... | arseny.kapoulkine |
2010-06-03 | Minor strcpy_insitu optimization for large strings, removed now redundant imp... | arseny.kapoulkine |
2010-06-02 | tests: Fixed report CSS, VMs are now started in minimized state (GUI mode) | arseny.kapoulkine |