Age | Commit message (Expand) | Author |
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 |
2010-06-02 | tests: Add Subversion revision info to build report | arseny.kapoulkine |
2010-06-02 | tests: Temporary file name is obtained via mkstemp on Unix systems | arseny.kapoulkine |
2010-06-02 | tests: Use ... instead of ### as autotest info prefix (sh compatibility) | arseny.kapoulkine |
2010-06-02 | tests: Don't wait for full jam output before parsing | arseny.kapoulkine |
2010-06-02 | tests: Use colon instead of semicolon as define set separator (sh compatibility) | arseny.kapoulkine |
2010-06-02 | tests: Added -j6 jam argument for non-Windows OS | arseny.kapoulkine |
2010-06-02 | tests: Fixed test race condition (a better way would be to use argv[0]-relati... | arseny.kapoulkine |
2010-06-02 | tests: Redesigned test building; now all configurations of a single toolset a... | arseny.kapoulkine |
2010-06-01 | tests: Added fp:precise flag for IntelC (the default seems to be fp:fast, whi... | arseny.kapoulkine |
2010-06-01 | Removed redundant function | arseny.kapoulkine |
2010-06-01 | tests: Improved IntelC support, added more compilers to autotest, removed old... | arseny.kapoulkine |
2010-06-01 | Constant deprecation is disabled only on old IntelC, removed deprecation warn... | arseny.kapoulkine |
2010-05-31 | XPath: Added check for fpclassify presence before use | arseny.kapoulkine |
2010-05-31 | XPath: Slightly optimized lexer | arseny.kapoulkine |
2010-05-31 | tests: Added /[1] test | arseny.kapoulkine |