summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-23Fixed xsltproc path splitting by escaping colonarseny.kapoulkine
2010-06-23Added null pointer assertions to as_utf8 and as_widearseny.kapoulkine
2010-06-23docs: Added supplementary files for HTML manualarseny.kapoulkine
2010-06-23docs: Added new user manual drafts (Quickbook sources) and documentation buil...arseny.kapoulkine
2010-06-20Spelling fixesarseny.kapoulkine
2010-06-19Fixed deprecation warnings for IntelCarseny.kapoulkine
2010-06-19Replaced _CRT_SECURE macros with #pragma to avoid warnings because of multipl...arseny.kapoulkine
2010-06-19Fixed SNC warningsarseny.kapoulkine
2010-06-16Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIO...arseny.kapoulkine
2010-06-14XPath: Rewritten number->string conversion using CRT scientific format (much ...arseny.kapoulkine
2010-06-13Fixed MSVC x64 warningarseny.kapoulkine
2010-06-13tests: Added tests for parsing offset valuesarseny.kapoulkine
2010-06-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine
2010-06-12contrib: Removed header_only.hpp (can't link without FORCE:MULTIPLE, users ca...arseny.kapoulkine
2010-06-12Fixed IntelC warnings, removed unnecessary hack for BCCarseny.kapoulkine
2010-06-12Declaration nodes improvements (they now automatically get name "xml", they c...arseny.kapoulkine
2010-06-12tests: Added non top-level declaration testarseny.kapoulkine
2010-06-12Refactored PI/declaration parsing, now non top-level declarations result in p...arseny.kapoulkine
2010-06-11tests: Fixed PI testarseny.kapoulkine
2010-06-11tests: Added more (failing) declaration/PI testsarseny.kapoulkine
2010-06-11Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a...arseny.kapoulkine
2010-06-11Minor refactoring (moved unicode utilities to anonymous namespace, moved deco...arseny.kapoulkine
2010-06-11tests: Added SunCC x64 supportarseny.kapoulkine
2010-06-10tests: Autotest now targets several architectures on MacOS, minor report refa...arseny.kapoulkine
2010-06-10scripts: XCode fixesarseny.kapoulkine
2010-06-10scripts: Added projects for Code::Blocks, Codelite and XCodearseny.kapoulkine
2010-06-10scripts: Added build scripts for various build systems (CMake, premake, VS200...arseny.kapoulkine
2010-06-07tests: Added C++0x supportarseny.kapoulkine
2010-06-06Replaced charN_t types with uintN_t (C++0x compatibility)arseny.kapoulkine
2010-06-04Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ...arseny.kapoulkine
2010-06-03Minor strcpy_insitu optimization for large strings, removed now redundant imp...arseny.kapoulkine
2010-06-02tests: Fixed report CSS, VMs are now started in minimized state (GUI mode)arseny.kapoulkine
2010-06-02tests: Add Subversion revision info to build reportarseny.kapoulkine
2010-06-02tests: Temporary file name is obtained via mkstemp on Unix systemsarseny.kapoulkine
2010-06-02tests: Use ... instead of ### as autotest info prefix (sh compatibility)arseny.kapoulkine
2010-06-02tests: Don't wait for full jam output before parsingarseny.kapoulkine
2010-06-02tests: Use colon instead of semicolon as define set separator (sh compatibility)arseny.kapoulkine
2010-06-02tests: Added -j6 jam argument for non-Windows OSarseny.kapoulkine
2010-06-02tests: Fixed test race condition (a better way would be to use argv[0]-relati...arseny.kapoulkine
2010-06-02tests: Redesigned test building; now all configurations of a single toolset a...arseny.kapoulkine
2010-06-01tests: Added fp:precise flag for IntelC (the default seems to be fp:fast, whi...arseny.kapoulkine
2010-06-01Removed redundant functionarseny.kapoulkine
2010-06-01tests: Improved IntelC support, added more compilers to autotest, removed old...arseny.kapoulkine
2010-06-01Constant deprecation is disabled only on old IntelC, removed deprecation warn...arseny.kapoulkine
2010-05-31XPath: Added check for fpclassify presence before usearseny.kapoulkine
2010-05-31XPath: Slightly optimized lexerarseny.kapoulkine
2010-05-31tests: Added /[1] testarseny.kapoulkine
2010-05-31XPath: Replaced backtracking with lookahead in absolute path parsingarseny.kapoulkine
2010-05-31Fixed DMC compilationarseny.kapoulkine
2010-05-31tests: Added more XPath tests based on recommendation errataarseny.kapoulkine