0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-13 17:37:58 +08:00

Commit Graph

  • ae2661251f resolved all microsoft native recommened warnings Matthew Helyar 2023-11-18 20:54:18 +00:00
  • cf466ce2a2
    Merge pull request #595 from zeux/stl-defarg Arseny Kapoulkine 2023-11-16 12:42:22 -08:00
  • 499750ad95
    Merge pull request #596 from zeux/appvmp Arseny Kapoulkine 2023-11-16 12:32:28 -08:00
  • cd420ab193 Use make -j2 for mingw builds on AppVeyor Arseny Kapoulkine 2023-11-16 12:12:56 -08:00
  • d99aa003ba Restrict AppVeyor builds to master branch Arseny Kapoulkine 2023-11-16 12:09:18 -08:00
  • 1e3d6f15f5 tests: Add /MP to AppVeyor builds to try to reduce build time Arseny Kapoulkine 2023-11-16 11:27:40 -08:00
  • 2e8a2a4e1c tests: Work around -Wself-move in new gcc Arseny Kapoulkine 2023-11-16 10:54:20 -08:00
  • 0bd2848f33 Use cleaner references to STL classes Arseny Kapoulkine 2023-11-16 10:26:03 -08:00
  • 43d7d568a7
    Merge pull request #594 from SoapGentoo/Wuseless-cast Arseny Kapoulkine 2023-11-14 07:13:09 -08:00
  • 44236fef2c
    Fix -Wuseless-cast David Seifert 2023-11-13 20:53:44 -08:00
  • 6909df2478
    Merge pull request #590 from zeux/sanfuzz Arseny Kapoulkine 2023-10-22 11:18:08 -07:00
  • b15bc6bf1f Update config=sanitize and fuzz targets Arseny Kapoulkine 2023-10-22 10:07:52 -07:00
  • 33f709379a
    Merge pull request #551 from silvergasp/master Arseny Kapoulkine 2023-10-21 12:29:22 -07:00
  • 4d42ba7a60
    Update fuzz_xpath.cpp Arseny Kapoulkine 2023-10-21 11:20:03 -07:00
  • d75a081aa3
    Update fuzz_xpath.cpp Arseny Kapoulkine 2023-10-21 11:11:11 -07:00
  • 1ade1d4bea
    Merge pull request #586 from PhilipBotha/fix/nullptr_const_zero Arseny Kapoulkine 2023-10-19 19:21:08 -07:00
  • 0f552c945f add overloads with size_t Daniel Ottiger 2023-10-16 11:25:44 +02:00
  • a7d7c36f2c add some support for std::string_view Daniel Ottiger 2023-10-16 11:17:08 +02:00
  • 94b19a3c45 Fix indentation changes Arseny Kapoulkine 2023-10-15 19:25:56 -07:00
  • 76dec417a6 Silence -Wzero-as-null-pointer-constant for clang Arseny Kapoulkine 2023-10-15 19:19:36 -07:00
  • 6699559320 Replace 0 with NULL for some MSVC-specific code Arseny Kapoulkine 2023-10-15 19:17:37 -07:00
  • dab3a2f858 Replace 0 with NULL for compact and wchar mode specific code Arseny Kapoulkine 2023-10-15 19:13:34 -07:00
  • 60d9656cb7 Replace PUGIXML_NULL with NULL and fix a couple extra stragglers Arseny Kapoulkine 2023-10-15 19:10:34 -07:00
  • 08b966e24f Fixed zero as nullptr constant in macro. Philip 2023-10-14 09:06:20 +02:00
  • 2e357d19a3
    Merge pull request #585 from ilya-lavrenov/install-rules Arseny Kapoulkine 2023-10-13 20:14:59 -07:00
  • b138778fd9 Replaced 0 with PUGIXML_NULL when appropriate. Philip Botha 2023-10-12 15:28:15 +02:00
  • 3cfe51b72d Added cmake option to disable install rules Ilya Lavrenov 2023-10-12 02:05:35 +04:00
  • ef856bf975
    Merge pull request #584 from richardapeters/master Arseny Kapoulkine 2023-10-06 06:14:27 -07:00
  • efce4a8d7a Remove BUILD_TESTING as prerequisite for the PUGIXML_BUILD_TESTS; it was always set by including CTest, now CTest is conditionally included later on Richard Peters 2023-10-06 10:02:15 +02:00
  • 2f89a389b2 Ignore .vs Richard Peters 2023-10-06 09:53:58 +02:00
  • a468d5c438 Only include CTest when building the pugixml tests Richard Peters 2023-10-06 09:51:29 +02:00
  • 9ee74dcd88 1.14 post Arseny Kapoulkine 2023-10-01 17:58:24 +02:00
  • ab8745914b 1.14 Arseny Kapoulkine 2023-10-01 17:56:16 +02:00
  • 55c21ba296 Add inline variable support (external linkage for const vars) Alexander Ryabykin 2023-09-21 12:32:03 +03:00
  • db78afc2b7 Update version to 1.14 everywhere v1.14 Arseny Kapoulkine 2023-09-07 11:55:13 -07:00
  • bd70bd7662 docs: Update release notes and regenerate HTML documentation Arseny Kapoulkine 2023-09-07 11:52:15 -07:00
  • 1a9a41b0f4 Update copyright year (2022 => 2023) Arseny Kapoulkine 2023-09-06 20:39:25 -07:00
  • 1118066f0b
    Merge pull request #576 from vineethkuttan/Merge-pcdata-#546 Arseny Kapoulkine 2023-09-06 08:01:56 -07:00
  • ff56985924 Rename merged to merged_pcdata for clarity. Arseny Kapoulkine 2023-09-06 07:54:14 -07:00
  • 30adb1713b Use memmove instead of strcat Arseny Kapoulkine 2023-09-05 22:43:55 -07:00
  • 58616a29aa Avoid store-load penalty on cursor->parent Arseny Kapoulkine 2023-09-05 22:23:31 -07:00
  • dfb2b7f7b4 Cache ~last position of merged PCDATA Arseny Kapoulkine 2023-09-05 21:06:55 -07:00
  • efb76c1128 docs: Update external XPath links Arseny Kapoulkine 2023-08-28 21:26:09 -07:00
  • bf42c4c568 Reorder set_value/set size_t overloads and change sz to size Arseny Kapoulkine 2023-08-26 08:40:34 -07:00
  • 5a33d2b1d7 docs: Add forgotten set_name overloads to API reference Arseny Kapoulkine 2023-08-26 08:38:42 -07:00
  • e9d17a045e Streamline conditions with else if Arseny Kapoulkine 2023-08-26 08:35:40 -07:00
  • 08a5048f15
    Merge pull request #537 from stefanroellin/size-t-overloads Arseny Kapoulkine 2023-08-26 08:27:34 -07:00
  • f4d4316eba Add overloads with size_t type argument Stefan Roellin 2022-11-24 08:45:51 +01:00
  • 6749789ec4 Fix interaction between parse_merge_pcdata and append_buffer Arseny Kapoulkine 2023-08-25 19:29:35 -07:00
  • f31ad2c1ab tests: Add more tests for parse_merge_pcdata Arseny Kapoulkine 2023-08-25 19:04:07 -07:00
  • 37ba937e05 Fix code style and simplify conditions Arseny Kapoulkine 2023-08-25 18:57:06 -07:00
  • 0189471a3a docs: Fix up grammar Arseny Kapoulkine 2023-08-25 18:48:32 -07:00
  • c72a210ff7 tests: Add more tests for empty text setup Arseny Kapoulkine 2023-08-25 18:15:36 -07:00
  • 3ad133a2ad Review Changes Vineeth 2023-08-23 08:12:57 +05:30
  • a28252205a Final Commit vineeth-11316 2023-08-20 10:21:26 +05:30
  • 068aa22b1a documentation Change vineeth-11316 2023-08-19 09:54:01 +05:30
  • e15adbe704 Intial Commit for merge_pcdata vineeth-11316 2023-08-19 09:17:54 +05:30
  • 980cf57ff4 XPath: Account for non-English locales during number->string conversion Arseny Kapoulkine 2023-07-27 09:24:10 -07:00
  • 187cf6b5a5
    Merge pull request #573 from asmaloney/min-cmake-version Arseny Kapoulkine 2023-07-19 21:30:01 -07:00
  • b047f46e2c {cmake} Fix deprecation warning by updating min version to 3.5 Andy Maloney 2023-07-19 09:20:14 -04:00
  • f75dc6dd10
    Merge pull request #566 from ArchXUser/master Arseny Kapoulkine 2023-05-10 19:55:43 -07:00
  • 1e9636303e Fix compilation errors on old GCC (2.95.3, 3.3.5) Sergey Abramov 2023-05-11 08:43:56 +07:00
  • 80a531ee1d
    Merge pull request #563 from zeux/cmake-oof Arseny Kapoulkine 2023-04-22 08:01:01 -07:00
  • 8d18de8f46
    Merge pull request #550 from asmaloney/fix-weak-vtable-warning Arseny Kapoulkine 2023-04-21 15:59:19 -07:00
  • 058fc601a1 Fix weak vtable warning regarding xml_writer Andy Maloney 2023-03-04 10:10:37 -05:00
  • 750e20323b build: Fix CMake PUGIXML_STATIC_CRT behavior Arseny Kapoulkine 2023-04-21 13:24:59 -07:00
  • f4b89469b3
    Merge pull request #561 from zeux/file-size Arseny Kapoulkine 2023-04-21 12:52:17 -07:00
  • a13b5cc08d Use stricter subset for now to avoid compat issues with Unix-like platforms Arseny Kapoulkine 2023-04-15 13:41:15 -07:00
  • d3199a0c39 Fix get_file_size behavior inconsistency for folders Arseny Kapoulkine 2023-04-15 12:41:44 -07:00
  • 7755967270
    Merge 0871e82be1580118219b8919e6134402f4c64f9f into e383ce5d823a21bd82511ab9c10aa916fcc8cebd Gilles Vollant 2023-03-29 23:09:17 -07:00
  • e383ce5d82 docs: Update HTML documentation Arseny Kapoulkine 2023-03-19 15:41:31 -07:00
  • 02930331f8 docs: Add a note to parse_fragment documentation Arseny Kapoulkine 2023-03-19 15:41:12 -07:00
  • a469fa2cfc Add assertion about header-dest relation to strcpy_insitu Arseny Kapoulkine 2023-03-19 14:57:10 -07:00
  • 544b0a49eb
    Merge pull request #559 from SoapGentoo/fix-Wreserved-macro-identifier Arseny Kapoulkine 2023-03-19 10:37:20 -07:00
  • 36aa487e9c
    Fix -Wreserved-macro-identifier David Seifert 2023-03-19 17:10:53 +01:00
  • 7f06e4a62d
    Merge b2de8c92c21eff67c38215bfb3b226de873e0783 into 8a679cfe78aafc787293d4ac88d7343973d42cb7 Nico Rieck 2023-03-19 00:20:30 +09:00
  • 077de86f99
    Merge 66e143022eb7209f7ca71ff37a585d7e9dfc8cb6 into 8a679cfe78aafc787293d4ac88d7343973d42cb7 Deal(一线灵) 2023-03-19 00:20:29 +09:00
  • 8a679cfe78
    Merge pull request #557 from jiangqucheng/master Arseny Kapoulkine 2023-03-16 19:03:14 -07:00
  • ddd3cfa4bf #556 fix makefile err in some env jiangqucheng 2023-03-16 05:05:16 +00:00
  • 9d8d193288 tests: excersizes query code on xml doc Nathaniel Brough 2023-03-04 13:13:24 -08:00
  • 5ea159d15e {cmake} Add option to expose includes as SYSTEM headers Andy Maloney 2023-02-27 13:50:59 -05:00
  • 66e143022e Fix ci halx99 2023-02-04 14:38:13 +08:00
  • a328bb527b Fix ci halx99 2023-02-04 14:36:01 +08:00
  • f79549cc09 1.13 ABI compatible halx99 2023-02-04 14:03:05 +08:00
  • eae27e5662 Merge branch 'zeux-master' into dev halx99 2023-02-04 13:34:30 +08:00
  • aee049facc Merge 'zeux-master' into dev halx99 2023-02-04 13:34:10 +08:00
  • 9e13710462 Remove GA Arseny Kapoulkine 2023-01-23 13:26:52 -08:00
  • c2c61a5905 Add a cautionary comment to xml_node::children(name) Arseny Kapoulkine 2023-01-23 09:37:11 -08:00
  • e1cb6ccc3c fix -Wzero-as-null-pointer-constant warnings Daniel Ottiger 2021-02-21 15:55:52 +01:00
  • 95683943bb
    Merge pull request #533 from DavidKorczynski/cifuzz-int Arseny Kapoulkine 2022-11-21 11:15:36 +01:00
  • e3501ff524 Using alias instead of interface library Sven Fink 2022-11-21 09:55:36 +01:00
  • 7e8a42ee31 CI: decrease fuzzing time from 300s to 30s David Korczynski 2022-11-20 14:42:49 -08:00
  • 5cfa7f90f1 Add Github CIFuzz action David Korczynski 2022-11-18 15:40:54 -08:00
  • 1dc3266fff docs: Add missing documentation for xml_node::attribute with hint Arseny Kapoulkine 2022-11-08 16:48:13 -08:00
  • cb217f5a85
    Merge pull request #530 from zeux/snprintf Arseny Kapoulkine 2022-11-06 15:09:53 -08:00
  • e11e0c965f Fix comment typo. Arseny Kapoulkine 2022-11-06 13:47:53 -08:00
  • b6b747244e Adjust the workaround for -pedantic mode and fix tests Arseny Kapoulkine 2022-11-06 10:21:35 -08:00
  • 8be081fbbe Fix Xcode 14 sprintf deprecation warning Arseny Kapoulkine 2022-11-06 10:12:22 -08:00
  • 36f9e8ec7b Add release news and bump config version Arseny Kapoulkine 2022-11-02 07:54:04 -07:00
  • 0710bc3af9 Update for 1.13 Arseny Kapoulkine 2022-11-02 07:51:57 -07:00