Skip to content

Commit

Permalink
Merge branch 'upstream-pugixml' into update-pugixml
Browse files Browse the repository at this point in the history
# By pugixml Upstream
* upstream-pugixml:
  pugixml 2025-01-10 (ee86beb3)
  • Loading branch information
vicentebolea committed Jan 10, 2025
2 parents 5d94c21 + 9baaba1 commit 1531632
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 281 deletions.
11 changes: 7 additions & 4 deletions thirdparty/pugixml/pugixml/src/pugiconfig.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* pugixml parser - version 1.14
* pugixml parser - version 1.15
* --------------------------------------------------------
* Copyright (C) 2006-2023, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Copyright (C) 2006-2025, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at https://pugixml.org/
*
* This library is distributed under the MIT License. See notice at the end
Expand Down Expand Up @@ -46,13 +46,16 @@
// Uncomment this to switch to header-only version
// #define PUGIXML_HEADER_ONLY

// Uncomment this to enable long long support
// Uncomment this to enable long long support (usually enabled automatically)
// #define PUGIXML_HAS_LONG_LONG

// Uncomment this to enable support for std::string_view (usually enabled automatically)
// #define PUGIXML_HAS_STRING_VIEW

#endif

/**
* Copyright (c) 2006-2023 Arseny Kapoulkine
* Copyright (c) 2006-2025 Arseny Kapoulkine
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
Expand Down
Loading

0 comments on commit 1531632

Please sign in to comment.