aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Clarify comments for xml_*::empty()HEADmasterArseny Kapoulkine1-3/+3
2024-01-26Update year to 2024 everywhereArseny Kapoulkine3-6/+6
2023-12-23Merge pull request #604 from zeux/ndk-warnfixArseny Kapoulkine1-23/+25
2023-12-23Extract length validation and conversion function into a templated functionArseny Kapoulkine1-24/+25
2023-12-20Fix -Wshorten-64-to-32 warning on Android NDK when targeting x86Arseny Kapoulkine1-1/+2
2023-11-16Merge pull request #595 from zeux/stl-defargArseny Kapoulkine2-23/+23
2023-11-16Use cleaner references to STL classesArseny Kapoulkine2-23/+23
2023-11-13Fix `-Wuseless-cast`David Seifert1-9/+9
2023-10-15Fix indentation changesArseny Kapoulkine1-3/+3
2023-10-15Silence -Wzero-as-null-pointer-constant for clangArseny Kapoulkine1-4/+13
2023-10-15Replace 0 with NULL for some MSVC-specific codeArseny Kapoulkine1-4/+4
2023-10-15Replace 0 with NULL for compact and wchar mode specific codeArseny Kapoulkine1-24/+24
2023-10-15Replace PUGIXML_NULL with NULL and fix a couple extra stragglersArseny Kapoulkine1-176/+176
2023-10-14Fixed zero as nullptr constant in macro.Philip1-5/+4
2023-10-12Replaced 0 with PUGIXML_NULL when appropriate.Philip Botha1-176/+177
2023-09-07Update version to 1.14 everywherev1.14latestArseny Kapoulkine3-4/+4
2023-09-06Update copyright year (2022 => 2023)Arseny Kapoulkine3-6/+6
2023-09-06Merge pull request #576 from vineethkuttan/Merge-pcdata-#546Arseny Kapoulkine2-6/+31
2023-09-06Rename merged to merged_pcdata for clarity.Arseny Kapoulkine1-6/+6
2023-09-05Use memmove instead of strcatArseny Kapoulkine1-13/+7
2023-09-05Avoid store-load penalty on cursor->parentArseny Kapoulkine1-1/+2
2023-09-05Cache ~last position of merged PCDATAArseny Kapoulkine1-2/+7
2023-08-26Reorder set_value/set size_t overloads and change sz to sizeArseny Kapoulkine2-21/+21
2023-08-26Streamline conditions with else ifArseny Kapoulkine1-11/+8
2023-08-26Add overloads with size_t type argumentStefan Roellin2-0/+19
2023-08-25Fix interaction between parse_merge_pcdata and append_bufferArseny Kapoulkine1-0/+3
2023-08-25Fix code style and simplify conditionsArseny Kapoulkine1-5/+3
2023-08-23Review ChangesVineeth1-7/+8
2023-08-20Final Commitvineeth-113161-3/+3
2023-08-19Intial Commit for merge_pcdatavineeth-113162-3/+29
2023-07-27XPath: Account for non-English locales during number->string conversionArseny Kapoulkine1-1/+1
2023-05-11Fix compilation errors on old GCC (2.95.3, 3.3.5)Sergey Abramov1-1/+8
2023-04-21Fix weak vtable warning regarding xml_writerAndy Maloney2-1/+5
2023-04-15Use stricter subset for now to avoid compat issues with Unix-like platformsArseny Kapoulkine1-2/+2
2023-04-15Fix get_file_size behavior inconsistency for foldersArseny Kapoulkine1-1/+16
2023-03-19Add assertion about header-dest relation to strcpy_insituArseny Kapoulkine1-1/+3
2023-03-19Fix `-Wreserved-macro-identifier`David Seifert1-823/+823
2023-01-23Add a cautionary comment to xml_node::children(name)Arseny Kapoulkine1-1/+5
2022-11-06Fix comment typo.Arseny Kapoulkine1-1/+1
2022-11-06Adjust the workaround for -pedantic mode and fix testsArseny Kapoulkine1-2/+2
2022-11-06Fix Xcode 14 sprintf deprecation warningArseny Kapoulkine1-0/+2
2022-10-20Update version number in preparation for 1.13Arseny Kapoulkine3-4/+4
2022-10-07Fix error handling in xml_document::save_fileArseny Kapoulkine1-3/+3
2022-10-07Final tweaks after #522Arseny Kapoulkine1-1/+3
2022-10-07Merge pull request #522 from Ferenc-/followup-on-pr-490Arseny Kapoulkine2-2/+27
2022-09-29Add overloads with size_t type argumentFerenc Géczi2-0/+19
2022-08-04Enable usage of nullptr for MSVC 16 and newer (MSVS 2010)Matthäus Brandl1-0/+2
2022-05-31Merge pull request #477 from zeux/compactoptArseny Kapoulkine1-81/+180
2022-05-16Use more idiomatic code in this codebaseArseny Kapoulkine1-2/+2
2022-05-16Fix memory leak during OOM in convert_bufferArseny Kapoulkine1-5/+7