Commit Graph

  • 9f7994ed71 tests: Fix clang 3.7 warning Arseny Kapoulkine 2015-05-12 20:02:53 -0700
  • 708952d84e Update README.md Arseny Kapoulkine 2015-05-03 19:15:47 -0700
  • 51faffa238 Update README.md Arseny Kapoulkine 2015-05-03 19:12:23 -0700
  • 272c80f67c Switch Travis CI to use Docker Arseny Kapoulkine 2015-05-03 18:40:21 -0700
  • 86548e14bd Fix NO_STL+NO_XPATH mode Arseny Kapoulkine 2015-05-03 17:56:22 -0700
  • cff35dfa31 tests: Fix MSVC6 compatibility Arseny Kapoulkine 2015-05-03 17:55:46 -0700
  • 873c8e5011 Merge pull request #42 from zeux/compact Arseny Kapoulkine 2015-05-03 11:42:19 -0700
  • 9597265a12 Cleanup before merge Arseny Kapoulkine 2015-05-03 10:01:04 -0700
  • b1965061af Fix MSVC warning Arseny Kapoulkine 2015-05-03 09:21:23 -0700
  • f67e761970 Fix MSVC build Arseny Kapoulkine 2015-05-02 16:41:21 -0700
  • 20e2041f14 Reorder conditions in compact_string implementation Arseny Kapoulkine 2015-05-02 15:57:46 -0700
  • f8915c8eab Minor refactoring Arseny Kapoulkine 2015-05-02 15:44:28 -0700
  • fa8663c066 Revise marker deletion strategy Arseny Kapoulkine 2015-05-02 15:40:30 -0700
  • 613301ce51 Optimize compact_string Arseny Kapoulkine 2015-05-02 14:52:27 -0700
  • 19d43d39fc tests: Add one more page reclamation test Arseny Kapoulkine 2015-05-02 09:45:26 -0700
  • b1578e32a5 Fix node deallocation Arseny Kapoulkine 2015-05-02 09:38:14 -0700
  • dec4267fb1 Implement efficient compact_header storage Arseny Kapoulkine 2015-05-02 08:56:39 -0700
  • e4c539a869 Implement compact_string with shared storage Arseny Kapoulkine 2015-05-01 22:47:53 -0700
  • 3915f7b144 Rename compact_string to compact_string_fat Arseny Kapoulkine 2015-05-01 21:09:26 -0700
  • bc5eb22b71 Revert to name/value storage inside node Arseny Kapoulkine 2015-05-01 20:03:17 -0700
  • dede617d9f tests: Fix spurious failures in compact mode Arseny Kapoulkine 2015-04-29 09:21:04 -0700
  • b2399f5ab5 Refactor offset_debug Arseny Kapoulkine 2015-04-29 09:20:08 -0700
  • 44e4f17348 Change xml_node_struct field order to match compact Arseny Kapoulkine 2015-04-22 09:51:54 -0700
  • 3643b505a6 Fix node_pi memory leak Arseny Kapoulkine 2015-04-22 08:38:52 -0700
  • 4223b4a3f0 Make xml_node::value() structure consistent with set_* Arseny Kapoulkine 2015-04-22 08:30:53 -0700
  • e4e2259646 Remove compact_header::operator uintptr_t Arseny Kapoulkine 2015-04-22 08:26:47 -0700
  • 12744fd1fa Remove redundant has_value check Arseny Kapoulkine 2015-04-22 07:52:20 -0700
  • b87160013b Use has_name/has_value in set_name/set_value Arseny Kapoulkine 2015-04-22 07:51:02 -0700
  • 4649914447 Optimize and refactor compact_pointer implementations Arseny Kapoulkine 2015-04-22 07:34:43 -0700
  • 33b2efe318 Optimize xml_allocator::reserve() Arseny Kapoulkine 2015-04-21 23:02:44 -0700
  • 52bcb4ecd6 tests: Adjust allocation thresholds to fix tests Arseny Kapoulkine 2015-04-21 21:35:54 -0700
  • f9983ea2ed Merge branch 'master' into compact Arseny Kapoulkine 2015-04-21 21:27:44 -0700
  • a6cc636a6b tests: Fix MSVC warnings Arseny Kapoulkine 2015-04-21 21:07:58 -0700
  • 250d020e9b Use -std=c++0x instead of -std=c++11 Arseny Kapoulkine 2015-04-21 20:46:33 -0700
  • 8d4544f2e1 Enable C++11 in Makefile Arseny Kapoulkine 2015-04-21 20:32:40 -0700
  • 4eadece45f tests: Add move semantics tests Arseny Kapoulkine 2015-04-21 19:44:19 -0700
  • 83b894b8f1 XPath: Implement move semantics support Arseny Kapoulkine 2015-04-21 19:42:31 -0700
  • a414c5c52d Fix compilation warning in some configurations Arseny Kapoulkine 2015-04-21 10:02:26 -0700
  • cbf3807ad4 Implement copy ctor/assignment for xpath_variable_set Arseny Kapoulkine 2015-04-15 23:22:31 -0700
  • 70a78b2fa5 tests: Fix Linux build Arseny Kapoulkine 2015-04-15 22:11:13 -0700
  • bb3aee447b tests: Use malloc for OSX/Linux page heap Arseny Kapoulkine 2015-04-15 21:44:52 -0700
  • 8c8940430a Minor xpath_variable refactoring Arseny Kapoulkine 2015-04-15 08:32:22 -0700
  • 42b95911ed Try to fix redirect... Arseny Kapoulkine 2015-04-14 23:44:46 -0700
  • b76d23180f Redirect /benchmark/ to /benchmark.html Arseny Kapoulkine 2015-04-14 23:43:54 -0700
  • 5158ee903b Fix xpath_node_set assignment to provide strong exception guarantee Arseny Kapoulkine 2015-04-14 19:19:13 -0700
  • 2badcbb674 Explicitly call xml_buffered_writer::flush() Arseny Kapoulkine 2015-04-14 19:11:26 -0700
  • e977f04fe2 docs: Add format_indent_attributes documentation Arseny Kapoulkine 2015-04-13 21:50:24 -0700
  • 2a3435274f Refactor format_indent_attributes implementation Arseny Kapoulkine 2015-04-13 21:21:26 -0700
  • 950693be7f Merge branch 'AlignAttributesEachOnSeparateLine' of git://github.com/halex2005/pugixml into indent_attributes Arseny Kapoulkine 2015-04-13 20:56:18 -0700
  • f241318f9c Add branch name to AppVeyor version Arseny Kapoulkine 2015-04-13 20:38:52 -0700
  • cb786665d4 tests: Add PUGIXML_COMPACT to AppVeyor Arseny Kapoulkine 2015-04-13 20:36:04 -0700
  • ed2c822643 Merge branch 'master' into compact Arseny Kapoulkine 2015-04-13 20:35:26 -0700
  • 1c4098a7d9 Remove all files for the Jamplus-based build system Arseny Kapoulkine 2015-04-13 20:30:14 -0700
  • baacd81907 Fix AppVeyor script path Arseny Kapoulkine 2015-04-13 20:10:45 -0700
  • 218ddd0376 Add AppVeyor build scripts Arseny Kapoulkine 2015-04-13 20:03:49 -0700
  • 05032b4c06 scripts: Add an option for building tests with CMake Arseny Kapoulkine 2015-04-13 20:02:09 -0700
  • 5d66ae9fb9 add tests for aligning each attribute on next line halex2005 2015-04-14 00:56:42 +0500
  • 6766f35338 add align each attribute on new line support with format_indent_attribute halex2005 2015-04-14 00:56:23 +0500
  • 054b0b447e Merge branch 'master' into compact Arseny Kapoulkine 2015-04-12 22:09:45 -0700
  • 9539c488c2 Fix unused variable warning Arseny Kapoulkine 2015-04-12 22:06:17 -0700
  • f04b56e178 Permit custom allocation function to throw Arseny Kapoulkine 2015-04-12 21:46:48 -0700
  • 5edeaf6765 tests: Add more out of memory tests Arseny Kapoulkine 2015-04-12 21:27:12 -0700
  • 6c11a0c693 Fix compilation and tests after merge. Arseny Kapoulkine 2015-04-12 03:14:08 -0700
  • a19da1c246 Merge branch 'master' into compact Arseny Kapoulkine 2015-04-12 03:05:58 -0700
  • a0d065cd22 Implment copyless copy for attributes Arseny Kapoulkine 2015-04-12 03:03:56 -0700
  • c5d07e2c28 tests: Add a test that verifies absence of file leaks Arseny Kapoulkine 2015-04-12 02:34:48 -0700
  • 2537cccad3 tests: Fix some Coverity issues Arseny Kapoulkine 2015-04-12 02:17:20 -0700
  • d6f7766172 Optimize xml_node::path() to use 1 allocation Arseny Kapoulkine 2015-04-12 02:05:59 -0700
  • 99afee1832 Move zero-termination out of as_utf8_end Arseny Kapoulkine 2015-04-12 01:32:25 -0700
  • 3da7d68617 Fix Travis CI build. Arseny Kapoulkine 2015-04-11 22:52:41 -0700
  • 4e004176ba tests: Improve out-of-memory tests Arseny Kapoulkine 2015-04-11 22:46:08 -0700
  • 37467c13bf tests: Add a test for throwing from xml_writer::write Arseny Kapoulkine 2015-04-11 22:44:42 -0700
  • e2e5bc906a Use -fno-exceptions flag for PUGIXML_NO_EXCEPTIONS build Arseny Kapoulkine 2015-04-11 22:41:39 -0700
  • 814443b147 Fix exception type for out-of-memory for XPath variables Arseny Kapoulkine 2015-04-11 22:37:38 -0700
  • 03ea04c32a tests: Use char_t instead of wchar_t Arseny Kapoulkine 2015-04-11 00:33:35 -0700
  • 29fef9aca2 tests: Add more out of memory tests Arseny Kapoulkine 2015-04-11 00:16:39 -0700
  • e90d2ac8ba Merge branch 'master' into compact Arseny Kapoulkine 2015-04-10 22:26:57 -0700
  • 6d3e2f65f5 Fix changelog link again. Arseny Kapoulkine 2015-04-10 21:06:41 -0700
  • 6610e0ab49 Fix changelog link. Arseny Kapoulkine 2015-04-10 21:06:00 -0700
  • b1cc09af3f Release 1.6 Arseny Kapoulkine 2015-04-10 21:04:04 -0700
  • 405fefc877 Update README.md Arseny Kapoulkine 2015-04-10 20:59:07 -0700
  • 9b8553bf4b docs: Update release date v1.6 Arseny Kapoulkine 2015-04-10 20:49:47 -0700
  • f1d1534210 Fix archive packaging Arseny Kapoulkine 2015-04-10 20:38:47 -0700
  • a2dd7b1697 Add Makefile Arseny Kapoulkine 2015-04-08 21:44:46 -0700
  • 65e90b2d7a docs: Add docs folder from master Arseny Kapoulkine 2015-04-08 21:44:16 -0700
  • 084ecd454a Remove empty .gitmodules Arseny Kapoulkine 2015-04-04 09:44:22 -0700
  • 241c595104 Remove submodules/symlinks Arseny Kapoulkine 2015-04-04 09:44:06 -0700
  • a11e240415 Add another copy of the submodule for testing Arseny Kapoulkine 2015-03-24 22:14:31 -0700
  • 63b5006d04 Wait, let's try one more time. Arseny Kapoulkine 2015-03-24 22:12:31 -0700
  • d45924bffa Rename submodule path to main Arseny Kapoulkine 2015-03-24 22:09:12 -0700
  • 40486846ee Merge branch 'gh-pages' of github.com:zeux/pugixml into gh-pages Arseny Kapoulkine 2015-03-24 22:03:47 -0700
  • 6da7133833 Add _main as a submodule and symlink docs to _main/docs Arseny Kapoulkine 2015-03-24 22:03:17 -0700
  • 10ff488eb9 docs: Use automatically retrieved version for docs Arseny Kapoulkine 2015-03-24 20:59:04 -0700
  • b190132565 Change year in license Arseny Kapoulkine 2015-03-24 20:23:13 -0700
  • e1fbba0c5a Remove boilerplate from params.json Arseny Kapoulkine 2015-03-24 20:22:28 -0700
  • fc20b0afbb Update Makefile to exclude docs/manual folder from release Arseny Kapoulkine 2015-03-24 20:08:06 -0700
  • e35058cfda docs: Add generated documentation Arseny Kapoulkine 2015-03-24 20:07:19 -0700
  • 80a8a77af4 docs: Finishing touches Arseny Kapoulkine 2015-03-24 10:03:08 -0700
  • 704d27622b Add include dependencies to HTML targets Arseny Kapoulkine 2015-03-22 11:33:45 -0700
  • 9a55571725 docs: Reword documentation note Arseny Kapoulkine 2015-03-22 10:44:46 -0700