Skip to content
Permalink
Browse files
Merge pull request #10627 from Zopolis4/pugixml
Update pugixml to v1.12.1
  • Loading branch information
Tilka committed May 29, 2022
2 parents e17a4f4 + 68b2607 commit bb2a3d3
Show file tree
Hide file tree
Showing 3 changed files with 765 additions and 310 deletions.
@@ -1,8 +1,8 @@
/**
* pugixml parser - version 1.8
* pugixml parser - version 1.12
* --------------------------------------------------------
* Copyright (C) 2006-2017, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
* Report bugs and download new versions at http://pugixml.org/
* Copyright (C) 2006-2022, 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
* of this file.
@@ -40,6 +40,9 @@
// #define PUGIXML_MEMORY_OUTPUT_STACK 10240
// #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096

// Tune this constant to adjust max nesting for XPath queries
// #define PUGIXML_XPATH_DEPTH_LIMIT 1024

// Uncomment this to switch to header-only version
// #define PUGIXML_HEADER_ONLY

@@ -49,7 +52,7 @@
#endif

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

0 comments on commit bb2a3d3

Please sign in to comment.