Commit Graph

  • daeb8013b2 cmake: always install the pkg-config file (#193) Eli Schwartz 2018-04-09 13:48:53 -0400
  • 9611dabc85 Split LICENSE to a separate file for easier distribution Bruno Pagani 2018-04-09 18:03:04 +0200
  • 314dc6a95b
    cmake: always install the pkg-config file Eli Schwartz 2018-04-09 01:46:30 -0400
  • 55342e34b5 docs: Update manual to fix changelog formatting Arseny Kapoulkine 2018-04-04 08:26:44 -0700
  • 341cea5a32 docs: Fix changelog formatting Arseny Kapoulkine 2018-04-04 08:26:21 -0700
  • 969a8faa54 2015 -> 2018 Arseny Kapoulkine 2018-04-04 08:20:48 -0700
  • 25882ef63b Update file sizes (+20 KB) Arseny Kapoulkine 2018-04-04 08:14:36 -0700
  • dfc5071b22 Update version for download links Arseny Kapoulkine 2018-04-04 08:13:20 -0700
  • 45568eb73d Add pugixml 1.9 news post Arseny Kapoulkine 2018-04-04 08:12:20 -0700
  • bc7d5dbb75 docs: Pull from master Arseny Kapoulkine 2018-04-04 08:10:35 -0700
  • 8436f2a69b tests: Fix PUGIXML_COMPACT build on some platforms v1.9 Arseny Kapoulkine 2018-04-04 07:53:16 -0700
  • 474a4a3f73 tests: Fix PUGIXML_NO_XPATH,PUGIXML_COMPACT build Arseny Kapoulkine 2018-04-03 21:56:09 -0700
  • 5f4afe3bd2 tests: Fix PUGIXML_NO_XPATH build Arseny Kapoulkine 2018-04-03 21:51:41 -0700
  • 62728d9c2e tests: Fix PUGIXML_NO_EXCEPTIONS tests Arseny Kapoulkine 2018-04-02 21:51:04 -0700
  • be260a09c1 docs: Regenerate HTML documentation Arseny Kapoulkine 2018-04-02 21:46:57 -0700
  • 0c74e117b8 Update version to 1.9 Arseny Kapoulkine 2018-04-02 21:46:14 -0700
  • a32585286a tests: Fix PUGIXML_NO_STL build Arseny Kapoulkine 2018-04-02 21:33:03 -0700
  • cff1933ec9 docs: Update changelog Arseny Kapoulkine 2018-04-02 21:07:58 -0700
  • 4f9af79850 Work around gcc-8 warning Arseny Kapoulkine 2018-04-02 21:06:32 -0700
  • cb0e8937da docs: Update v1.9 release date to 04.04 Arseny Kapoulkine 2018-04-02 19:15:23 -0700
  • 951f1ed4ed Add a comment to clarify subtle branch in node_copy_tree Arseny Kapoulkine 2018-03-29 08:27:56 -0700
  • f6b7b0ac97 Suffixes for different build types Alexander Straub 2018-03-29 13:00:50 +0200
  • fdcdaea0e2
    Merge 1e43c26d7f into cec32da2b5 andrei-aliashkevich 2018-03-18 02:21:08 +0000
  • cec32da2b5 docs: Update changelog Arseny Kapoulkine 2018-03-16 21:34:56 -0700
  • fe7b837868 tests: Fix PUGIXML_COMPACT+PUGIXML_WCHAR_MODE tests Arseny Kapoulkine 2018-03-16 21:33:26 -0700
  • e50672cf37 ubsan: Fix undefined behavior for signed left shift in compact mode Arseny Kapoulkine 2018-03-16 21:25:12 -0700
  • 9540016f6d ubsan: Fix type mismatch for xml_extra_buffer in compact mode Arseny Kapoulkine 2018-03-15 23:08:18 -0700
  • 15fdb838c7 ubsan: Fix type mismatch in compact mode for document data Arseny Kapoulkine 2018-03-15 22:56:28 -0700
  • 951c8f15d2 Refactor noexcept macros Arseny Kapoulkine 2018-03-15 22:31:13 -0700
  • 655bc825a1 docs: Add preliminary 1.9 changelog Arseny Kapoulkine 2018-03-12 19:00:31 -0700
  • 6f60fae281
    Merge 6ffb11cd22 into 9187e6500c limitedAtonement 2018-03-10 16:45:55 +0000
  • 6ffb11cd22 Correct switch fallthrough warnings lmat 2018-03-10 11:42:45 -0500
  • 9187e6500c Adds noexcept specifiers to the move special members of xml_document,… (#185) Matthäus Brandl 2018-03-03 19:19:37 +0100
  • fe0088a09a Removes explicit noexcept(false) from PUGIXML_NOEXCEPT_IF_NOT_COMPACT due to review comment Brandl, Matthäus (MBR) 2018-03-03 11:22:06 +0100
  • 581dea4aee Adds noexcept specifiers to the move special members of xml_document, but only #ifndef PUGIXML_COMPACT Brandl, Matthäus (MBR) 2018-03-02 09:24:26 +0100
  • 8284dbf61d Add noexcept specifiers to move special members where possible (#183) Matthäus Brandl 2018-03-02 05:13:43 +0100
  • ebe591ffeb Merge branch 'master' into add_noexcept Brandl, Matthäus (MBR) 2018-03-01 11:13:28 +0100
  • 6eb1beb8f8 Reduces the usage of noexcept in accordance with a discussion with zeux in the PR 183 Brandl, Matthäus (MBR) 2018-03-01 11:11:06 +0100
  • 41219a5a20
    Merge pull request #184 from brandl-muc/override_for_msvc Arseny Kapoulkine 2018-02-27 14:22:52 -0800
  • b8d1d07ad8 Enables usage of override specifier for MSVC compilers (beginning with 17.0 which is the compiler of Visual Studio 2012) Brandl, Matthäus (MBR) 2018-02-27 22:27:15 +0100
  • b127cfb18e Fix Texas Instruments compiler warning Arseny Kapoulkine 2018-02-27 08:49:16 -0800
  • f43c2e1959 Adds noexcept specifier to move special members of xpath_node_set, xpath_variable_set and xpath_query, but not of xml_document as ist has a throwing implementation Brandl, Matthäus (MBR) 2018-02-27 17:12:27 +0100
  • 3cf8d7d70a Adds a macro definition to be able to use noexcept with supporting compilers Brandl, Matthäus (MBR) 2018-02-27 16:26:56 +0100
  • 2ec3579f29 Work around gcc issues with limits.h not defining LLONG_MIN Arseny Kapoulkine 2018-02-22 08:11:02 -0800
  • 9bb468b3a9
    Merge pull request #179 from mathstuf/cmake-touchups Arseny Kapoulkine 2018-01-29 11:11:23 -0800
  • 7fcfb72dcd cmake: keep sources and headers separate Ben Boeckel 2018-01-18 10:43:05 -0500
  • 0df7adb680 cmake: set the minimum version before the project call Ben Boeckel 2018-01-18 10:43:05 -0500
  • 195494186e build: Add clang/Linux builds to Travis Arseny Kapoulkine 2018-01-23 07:58:21 -0800
  • 3f28a5d97a Update all copyright notices to specify year 2018 Arseny Kapoulkine 2018-01-07 20:28:42 -0800
  • 019f9e1907 docs: Update from master Arseny Kapoulkine 2017-12-29 17:05:57 -0800
  • f360842d48 docs: Fix a typo in dom_tree.png Arseny Kapoulkine 2017-12-29 16:58:13 -0800
  • c2266d7a60
    Merge pull request #177 from zeux/osx-fix Arseny Kapoulkine 2017-12-22 12:24:44 -0800
  • a55f575a03 tests: Fix OSX test failure Arseny Kapoulkine 2017-12-22 11:03:27 -0800
  • 04d0ccdbc3 docs: Update from master Arseny Kapoulkine 2017-12-22 10:43:12 -0800
  • cb7b78b039 docs: Fixed quickstart links Arseny Kapoulkine 2017-12-22 10:40:42 -0800
  • 257fbb4e1b Use raw pointers in xml_node::traverse implementation Arseny Kapoulkine 2017-11-13 19:29:42 -0800
  • 344c74a74c XPath: Always allocate xpath_strings on temporary stack for concat Arseny Kapoulkine 2017-11-13 19:10:36 -0800
  • 7c6d0010b3
    Merge pull request #170 from zeux/move Arseny Kapoulkine 2017-11-13 13:24:43 -0800
  • 3860b5076f Fix -Wshadow warning Arseny Kapoulkine 2017-11-13 09:26:05 -0800
  • 58611c8702 tests: Add compact move tests Arseny Kapoulkine 2017-11-13 08:59:16 -0800
  • 4bd8771c2f Implement correct move error handling for compact mode Arseny Kapoulkine 2017-11-13 08:57:16 -0800
  • 91a3c28862 Add count argument to compact_hash_table::rehash/reserve Arseny Kapoulkine 2017-11-13 08:37:34 -0800
  • 6016e2180e CMake: Add __declspec(dllexport) for shared library builds Arseny Kapoulkine 2017-11-12 20:21:46 -0800
  • 492ebc22bc tests: Fix expansion-to-defined warning Arseny Kapoulkine 2017-11-10 21:35:59 -0800
  • 6fe31d1477 build: Simplify config=sanitize Arseny Kapoulkine 2017-10-29 21:24:04 -0700
  • ba9504325e build: Switch fuzz builds to use Clang 5.0 sanitize=fuzzer Arseny Kapoulkine 2017-10-29 19:50:42 -0700
  • 0504fa4e90 tests: Add more tests for document move Arseny Kapoulkine 2017-10-26 08:36:05 -0700
  • 3af93a39d7 Clarify a note about compact hash behavior during move Arseny Kapoulkine 2017-10-20 21:57:14 -0700
  • b0fc587a7f tests: Add more move tests Arseny Kapoulkine 2017-10-20 21:53:42 -0700
  • 50bc0d5a69 tests: Adjust move coverage tests Arseny Kapoulkine 2017-09-25 22:54:42 -0700
  • 26ead385a7 tests: Add more move tests Arseny Kapoulkine 2017-09-25 22:52:03 -0700
  • 402b967fa9 tests: Add more move tests Arseny Kapoulkine 2017-09-25 22:47:10 -0700
  • faba4786c0 tests: Add more document move tests Arseny Kapoulkine 2017-09-25 22:38:30 -0700
  • febf25d1af Fix -Wshadow warning Arseny Kapoulkine 2017-09-25 21:48:37 -0700
  • 6eb7519dba tests: Add basic move tests Arseny Kapoulkine 2017-09-25 19:18:50 -0700
  • a567f12d76 Implement move support for xml_document Arseny Kapoulkine 2017-09-25 19:16:17 -0700
  • a569e6a737 Switch to sudo=false Travis env Arseny Kapoulkine 2017-09-24 22:46:48 -0700
  • 900a1cc943 docs: Clarify Unicode validation behavior Arseny Kapoulkine 2017-08-29 20:46:30 -0700
  • 1e43c26d7f A shallow xml_node cloning was added. andrei.aliashkevich 2017-08-23 23:12:26 +0300
  • 4f2ad720c8 docs: Update encoding conversion description Arseny Kapoulkine 2017-08-21 20:52:58 -0700
  • 50952c0a5e scripts: Fix NuGet VS2017 build Arseny Kapoulkine 2017-08-18 22:55:33 +0100
  • f423cec11b scripts: Disable LTCG for VS2017 Arseny Kapoulkine 2017-08-18 21:40:49 +0100
  • 77d7e60379 Fix Clang/C2 compatibility Arseny Kapoulkine 2017-07-17 22:15:35 -0700
  • ed86ef32b3 Update README.md Arseny Kapoulkine 2017-06-29 01:03:55 -0700
  • cfa64676be Update README.md Arseny Kapoulkine 2017-06-29 00:53:59 -0700
  • 995711ec31 Add support for MinGW builds on AppVeyor Arseny Kapoulkine 2017-06-26 22:45:06 -0700
  • f3e0f4249c tests: Add more stream coverage tests Arseny Kapoulkine 2017-06-23 08:44:52 -0700
  • 4564d31c76 tests: Add stream coverage tests Arseny Kapoulkine 2017-06-23 07:48:09 -0700
  • 1e5ff28a12 Fix Arseny Kapoulkine 2017-06-22 22:55:55 -0700
  • 0fff224d72 tests: Add -fshort-wchar tests Arseny Kapoulkine 2017-06-22 22:43:55 -0700
  • 20a8eced3b tests: Fix PUGIXML_WCHAR_MODE build Arseny Kapoulkine 2017-06-22 22:18:16 -0700
  • 3870217381 tests: Add more XPath out of memory tests Arseny Kapoulkine 2017-06-22 22:11:43 -0700
  • 5867aff943 tests: Make using namespace more explicit Arseny Kapoulkine 2017-06-22 20:41:08 -0700
  • 4b371e10ee tests: Remove redundant pugi:: qualifier Arseny Kapoulkine 2017-06-22 20:33:02 -0700
  • 853333cd70 Use PUGI__MSVC_CRT_VERSION instead of _MSC_VER Arseny Kapoulkine 2017-06-22 20:28:06 -0700
  • 2252927c04 Deprecate xml_document::load(const char*) and xml_node::select_single_node Arseny Kapoulkine 2017-06-22 09:13:10 -0700
  • 94ef7b3a03 Merge pull request #151 from zeux/nuget Arseny Kapoulkine 2017-06-20 21:32:11 -0700
  • 88d43a7ebc scripts: Refactor nuget_build.ps1 Arseny Kapoulkine 2017-06-19 23:25:49 -0700
  • fbc7085c14 scripts: Clarify the linkage settings in package description Arseny Kapoulkine 2017-06-19 23:05:07 -0700
  • d2b0328198 Remove CoApp msi installation Arseny Kapoulkine 2017-06-19 22:33:58 -0700