summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-01tests: Implement page heap for OSX/LinuxArseny Kapoulkine
2015-02-12Don't use xargs -r since it's a GNU extensions.Arseny Kapoulkine
2015-02-12tests: Fix tests for wchar modeArseny Kapoulkine
2015-02-12DOCTYPE parsing is now stacklessArseny Kapoulkine
2015-01-24docs: Change issue links to GitHubArseny Kapoulkine
2015-01-24Use string::append in implementations of xml_writerArseny Kapoulkine
2015-01-17tests: Fix MSVC 2008 compilation warningArseny Kapoulkine
2015-01-17tests: Use Git instead of Subversion in autotestArseny Kapoulkine
2015-01-16docs: Add missing float setters to referenceArseny Kapoulkine
2015-01-16tests: Add tests for fp roundtripArseny Kapoulkine
2015-01-16tests: Add coverage tests for new float settersArseny Kapoulkine
2015-01-16Convert spaces to tabsArseny Kapoulkine
2015-01-16Merge pull request #27 from sdoiel61/masterArseny Kapoulkine
2015-01-16Increase precision on large number testSteve Doiel
2015-01-16Add a couple of more overloads for floatsSteve Doiel
2015-01-16Fix attribute round trip for float as wellSteve Doiel
2015-01-09Simplify header-only mode usageArseny Kapoulkine
2015-01-06Add xml_text::set for floatSteve Doiel
2014-12-13Don't use off64_t/_wfopen on MinGW32 in C++11 modev1.5Arseny Kapoulkine
2014-11-27Update version number in README.mdArseny Kapoulkine
2014-11-25docs: Update changelog to mention MinGW load_file fixArseny Kapoulkine
2014-11-24Use _wfopen and fseeko64 on MinGW in C++11 modeArseny Kapoulkine
2014-11-24tests: Add a test for load_file with wide Unicode nameArseny Kapoulkine
2014-11-20Fix node_declaration copying with empty nameArseny Kapoulkine
2014-11-20Refactor node type checks for attribute insertionArseny Kapoulkine
2014-11-20Minor refactoring of tree modificationArseny Kapoulkine
2014-11-19XPath: Refactor eval_once to use set typeArseny Kapoulkine
2014-11-19XPath: Minor string operation refactoringArseny Kapoulkine
2014-11-19Make sure remove_node fully detaches the nodeArseny Kapoulkine
2014-11-19Prevent depth underflow when printing documentsArseny Kapoulkine
2014-11-19Add more assertions for page memory handling codeArseny Kapoulkine
2014-11-19Change has_declaration to work on node pointersArseny Kapoulkine
2014-11-19tests: Fix tests on various compilersArseny Kapoulkine
2014-11-18docs: Regenerated documentationArseny Kapoulkine
2014-11-17tests: Fix version testArseny Kapoulkine
2014-11-17docs: Add changelog for 1.5Arseny Kapoulkine
2014-11-17Update version to 1.5Arseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-11-17tests: Don't use /dev/ttyArseny Kapoulkine
2014-11-16docs: Replace Subversion links with GitArseny Kapoulkine
2014-11-07XPath: Partially inline xpath_node_set_raw::push_backArseny Kapoulkine
2014-11-07XPath: Only call apply_predicates if necessaryArseny Kapoulkine
2014-11-06Revert "Change Travis config to build on Linux/OSX"Arseny Kapoulkine
2014-11-06Change Travis config to build on Linux/OSXArseny Kapoulkine
2014-11-05Ensure selected page size works with allocate_stringArseny Kapoulkine
2014-11-05Fix xml_node::offset_debug for corner casesArseny Kapoulkine
2014-11-05Use impl::get_document instead of root() where possibleArseny Kapoulkine
2014-11-05Remove redundant branchesArseny Kapoulkine
2014-11-03:Merge remote-tracking branch 'upstream/master'Matthias Loy
2014-11-03XPath: Refactor predicate applicationArseny Kapoulkine