Commit Graph

  • 43c1b7eb8d
    Merge 6e994e7545 into 22401bafaf Viktor Pohrebniak 2020-07-19 08:38:28 -0400
  • 22401bafaf
    Merge pull request #363 from c72578/2020-07-15_Fix_pkgconfig_lib_postfix Arseny Kapoulkine 2020-07-15 14:05:14 -0700
  • 8b074b171f Fix debug postfix in pkgconfig file Wolfgang Stöggl 2020-07-15 21:59:05 +0200
  • d58115e581
    Merge pull request #360 from julianxhokaxhiu/patch-1 Arseny Kapoulkine 2020-07-06 09:22:06 -0700
  • 45271c9c9c
    Merge pull request #361 from zeux/ps-stderr Arseny Kapoulkine 2020-07-06 09:21:46 -0700
  • f08768d9bf Fix PowerShell errors on stderr Arseny Kapoulkine 2020-07-06 07:59:29 -0700
  • 5fdc78b66b
    [Cmake] Static build should not export APIs Julian Xhokaxhiu 2020-07-06 10:22:21 +0200
  • 23ca940487 Work around a false positive in MSVC debug runtime checker Arseny Kapoulkine 2020-06-13 08:41:22 -0700
  • a196b9b7e9
    Merge pull request #353 from jhasse/nullptr-in-header Arseny Kapoulkine 2020-05-11 10:26:05 -0700
  • c2d90c49f9 Use nullptr in pugixml.hpp if available, see #91 Jan Niklas Hasse 2020-05-10 17:28:30 +0200
  • f49d7acdfb Clarify the document element behavior. Arseny Kapoulkine 2020-05-02 09:47:34 -0700
  • 285776354d
    Merge pull request #349 from KyleFromKitware/cmake-improvements Arseny Kapoulkine 2020-05-02 09:36:58 -0700
  • d272f11073 Export targets from build directory Kyle Edwards 2020-04-27 16:02:56 -0400
  • ef9cafa9ce
    Merge pull request #348 from rip-nsk/source_and_header-only_linkage_options Arseny Kapoulkine 2020-04-27 11:15:15 -0700
  • 184e6ed916 Use COMPONENT arguments in install() commands Kyle Edwards 2020-04-27 13:38:28 -0400
  • 8c74d8b198 Fix multiple-rules-for-target error Kyle Edwards 2020-04-27 13:26:37 -0400
  • ab86960e48 Add "Include pugixml.cpp" and "Header Only" linkage options rip.nsk 2020-04-24 17:56:46 -0700
  • 1fd5258133 fix #342 escape non-ascii characters too pamapa 2020-04-18 17:43:08 +0200
  • 62f5049a10 Modify to override operator= to set values as datatype Jihun Ahn 2020-03-15 00:49:04 +0900
  • 6d646262c6 Modify to override assignment operator Jihun Ahn 2020-03-15 00:46:03 +0900
  • 39055a06a3 Modify to override operator[] into xml_node Jihun Ahn 2020-03-14 23:04:35 +0900
  • 5e64076af9 Adjust node_copy_tree to be more explicit about invariants Arseny Kapoulkine 2020-02-19 20:55:04 -0800
  • 76c3914484 XPath: Remove the use of fallthrough switch cases Arseny Kapoulkine 2020-02-19 07:32:53 -0800
  • 6fbe927575
    Merge pull request #330 from LocutusOfBorg/patch-2 Arseny Kapoulkine 2020-02-07 23:08:22 -0800
  • 2c24e90c23
    Update CMakeLists.txt to rename the static and shared libraries to pugixml Gianfranco Costamagna 2020-02-07 14:55:25 +0100
  • a18981f777 Updates title PhoebeHui 2020-02-07 03:44:46 -0800
  • c9355bc31b Add vcpkg installation instructions PhoebeHui 2020-02-07 03:41:19 -0800
  • 546cafefa3 XPath: Add a clarification comment for ast_variable fallthrough Arseny Kapoulkine 2020-02-01 07:48:45 -0800
  • 85a39b955d tests: Add a dedicated test for XPath variable conversion Arseny Kapoulkine 2020-02-01 07:44:14 -0800
  • 44f8e80e7e fix: #320: " and ' encoding must also apply for PCDATA pamapa 2020-01-12 12:12:15 +0100
  • a4a94f7f3e fix: #320: " and ' encoding must also apply for PCDATA pamapa 2020-01-12 11:52:49 +0100
  • f9bd700b77 fix: #320: encoding must not depend on the flag format_attribute_single_quote pamapa 2020-01-12 11:47:19 +0100
  • 6e994e7545 Implement <xml_memory_pool> concept which is a simplified version of the C++17's std::memory_resource. Allows construction of pugi::xml_document/pugi::xpath_query objects using preallocated memory buffers. Ambal 2019-12-23 19:42:03 +0200
  • 694659e286 Implement <xml_memory_pool> concept similar to C++17's std::memory_resource. Allows construction of pugi::xml_document objects using preallocated memory buffers. By default serves memory requests via standard memory (de)alocation functions. Ambal 2019-12-23 19:42:03 +0200
  • 41b6ff21c4
    Merge pull request #316 from BotellaA/patch-1 Arseny Kapoulkine 2019-12-20 08:13:28 -0800
  • aa2e0909ac
    Add POSITION_INDEPENDENT_CODE option Arnaud Botella 2019-12-06 17:25:37 +0100
  • 53a30c6571 Cleanup first_element_by_path Arseny Kapoulkine 2019-12-03 21:23:15 -0800
  • 2e8631d2eb
    Merge pull request #313 from valeriyvan/nulldereference Arseny Kapoulkine 2019-12-03 21:17:28 -0800
  • cda8623468 Fixing possible null pointer dereference Valeriy Van 2019-12-02 15:02:54 +0100
  • 64a9248a77 default, foward to const char_t* manually. halx99 2019-11-28 02:39:36 +0800
  • 40661ea9fa tidy sources halx99 2019-11-28 02:02:15 +0800
  • 60d8a663ab use Explicit Specialization of Function Templates to make serializing could extend with custom type halx99 2019-11-28 01:59:08 +0800
  • 51d177e938
    Merge pull request #310 from amlucas/master Arseny Kapoulkine 2019-11-27 17:50:21 +0100
  • 78e98c446d explicit casts for -Wconversions warnings in gcc Lucas Amoudruz 2019-11-27 15:56:05 +0100
  • fe5460c6dc
    Merge pull request #305 from slurps-mad-rips/modern-cmake Arseny Kapoulkine 2019-10-17 22:07:54 -0700
  • 99ad261611 🐛 Fix incorrect installation location for exported CMake targets Isabella Muerte 2019-10-17 21:44:48 -0700
  • 40be014e48
    Merge pull request #303 from slurps-mad-rips/modern-cmake Arseny Kapoulkine 2019-10-06 15:45:55 -0700
  • 6949232bbd 🐛 Fix install locations for pkgconfig *and* cmake Isabella Muerte 2019-10-06 13:08:01 -0700
  • fdd618f13a
    Merge pull request #302 from slurps-mad-rips/modern-cmake Arseny Kapoulkine 2019-10-06 12:44:43 -0700
  • 3df5036344 🔥 Remove commented out CMake code Isabella Muerte 2019-10-06 12:33:03 -0700
  • ad93a373ab Adjust MSVC runtime settings as requested. Isabella Muerte 2019-10-01 10:20:30 -0700
  • 8a0aac18ea Update check command to output text on failure Isabella Muerte 2019-09-30 22:00:04 -0700
  • 1c5a0bb325 Update CMake to modern approach Isabella Muerte 2019-09-28 13:02:55 -0700
  • 195dfe1d8d 🚧 Begin moving pugixml to modern(ish) CMake Isabella Muerte 2019-09-28 10:47:15 -0700
  • b9b2aeecaf Custom precision (#300) Tuan Anh Tran 2019-09-22 22:42:41 +0700
  • d3fe92464c docs: update docs to add set with precision Tuan Anh Tran 2019-09-22 00:05:51 +0700
  • adc65a7f21 fix: more tests + xml_text.set support Tuan Anh Tran 2019-09-22 00:03:55 +0700
  • 3d3a3b9ab5 fix: overload instead of default arg Tuan Anh Tran 2019-09-21 23:58:18 +0700
  • 6934b123d4 Move pugixml.rc to scripts/ Arseny Kapoulkine 2019-09-21 09:19:11 -0700
  • b28ef74076 feat: add custom precision Tuan Anh Tran 2019-09-21 20:29:43 +0700
  • 6fb765ca9d Add: Windows DLL version info header (#298) lady mesh 2019-09-19 16:27:40 +0200
  • 714bc365bd Add: Windows DLL version info header, this solver issue https://github.com/zeux/pugixml/issues/294 lady mesh 2019-09-18 23:10:51 +0200
  • 6202519ca6 tests: Add memory safety tests for remove_children/attributes Arseny Kapoulkine 2019-09-17 20:34:40 -0700
  • fd7326fb91 feat: add remove_attributes() and remove_children() (#296) Tuan Anh Tran 2019-09-18 10:18:41 +0700
  • 2af02a59d4 fix: remove unnecessary check Tuan Anh Tran 2019-09-18 09:44:28 +0700
  • b6bcf3ddfe doc: update docs for remove_children and remove_attributes Tuan Anh Tran 2019-09-17 22:36:29 +0700
  • 8dcc278d18 fix: update code as per comments Tuan Anh Tran 2019-09-17 22:30:45 +0700
  • da99f38681 fix: remove nullptr Tuan Anh Tran 2019-09-17 10:18:30 +0700
  • cacadd3259 fix: use struct, remove c++11 range-based loop Tuan Anh Tran 2019-09-17 10:11:45 +0700
  • d1b566fc26 feat: add remove_attributes() and remove_children() Tuan Anh Tran 2019-09-17 09:46:59 +0700
  • ccb63a9186 Add LICENSE.md to RELEASE (#295) Wolfgang Stöggl 2019-09-16 23:21:48 +0200
  • 01c4ae4b8a Add LICENSE.md to RELEASE Wolfgang Stöggl 2019-09-16 09:58:48 +0200
  • 5329ba03b5 scripts: Update NuGet package spec Arseny Kapoulkine 2019-09-15 17:56:15 -0700
  • 8b3c78cf20 Version needs to be a string... Arseny Kapoulkine 2019-09-15 17:48:26 -0700
  • 71f85095cc Update config to 1.10 Arseny Kapoulkine 2019-09-15 17:40:23 -0700
  • 4cc3de4beb Add 1.10 release post Arseny Kapoulkine 2019-09-14 15:30:09 -0700
  • 1643601b29 docs: Update for 1.10 Arseny Kapoulkine 2019-09-14 15:28:57 -0700
  • 3c59df555b docs: Update documentation for 1.10 release v1.10 Arseny Kapoulkine 2019-09-11 21:50:21 -0700
  • c6607740a0 Never escape > in attribute values Arseny Kapoulkine 2019-09-11 21:35:03 -0700
  • 946de603b1 Don't escape attribute quotation symbol Arseny Kapoulkine 2019-09-11 21:27:20 -0700
  • 44e4d7e40b Update version to 1.10 Arseny Kapoulkine 2019-09-11 20:53:14 -0700
  • 84e322738b Update nuget creation to VS2019 (#291) Joel Andres Granados 2019-09-09 16:37:29 +0200
  • c7d01cbca7 Update nuget creation to VS2019 Joel Andres Granados 2019-09-02 12:11:27 +0200
  • fdf0295753 Fix minor typos (#286) Wolfgang Stöggl 2019-08-21 16:46:11 +0200
  • a556845555 tests: Work around test warnings in clang-7 Arseny Kapoulkine 2019-08-21 07:44:49 -0700
  • f5d526bfd4 Fix minor typos Wolfgang Stöggl 2019-08-21 14:27:08 +0200
  • 4f6e7454fd fix cmake option USE_POSTFIX (#283) Matan Nassau 2019-08-04 16:15:10 -0400
  • b76732b45f fix cmake option USE_POSTFIX Matan Nassau 2019-08-03 14:07:14 -0400
  • c5752917c7 fix running tests (#280) Artur Leonov 2019-07-26 05:14:39 +0300
  • 03e927acc6 fix running tests Depish 2019-07-17 14:05:26 +0300
  • 5a867cb1e3 Add support for using single quotes to enclose attribute values m-naumann 2019-06-18 19:51:10 -0700
  • bcfdfd59b1 Add special treatment for writing single quotes within attribute values Maximilian Naumann 2019-06-18 11:07:52 -0700
  • fcb7c8d3e5
    Merge pull request #276 from denchat/patch-1 Arseny Kapoulkine 2019-06-09 11:55:36 -0700
  • 86e0fe1980
    Fix forgotten indentation denchat 2019-06-10 00:35:17 +0700
  • 1312a46d91
    std::random_shuffle is removed in current standard denchat 2019-06-10 00:14:21 +0700
  • 90d26bf9f3 Add single quote option to html documentation Maximilian Naumann 2019-06-07 12:16:06 -0700
  • ae00ec84a8 Add single quote option to documentation Maximilian Naumann 2019-06-07 12:04:10 -0700
  • 14cccfad2c Add support for using single quotes to enclose attribute values Maximilian Naumann 2019-06-07 11:30:10 -0700
  • d05b135ed7
    Update pugixml.cpp inbei 2019-04-24 18:32:45 +0800
  • 32536521ba
    Update pugixml.hpp inbei 2019-04-24 18:30:17 +0800