Skip to content

Commit b7a5d0a

Browse files
authored
Bump pugixml to 1.15 (#51)
1 parent 25aa92a commit b7a5d0a

3 files changed

Lines changed: 2796 additions & 1708 deletions

File tree

pugixml/pugiconfig.hpp

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
2-
* pugixml parser - version 1.8
2+
* pugixml parser - version 1.15
33
* --------------------------------------------------------
4-
* Copyright (C) 2006-2016, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
5-
* Report bugs and download new versions at http://pugixml.org/
4+
* Copyright (C) 2006-2025, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
5+
* Report bugs and download new versions at https://pugixml.org/
66
*
77
* This library is distributed under the MIT License. See notice at the end
88
* of this file.
@@ -40,16 +40,22 @@
4040
// #define PUGIXML_MEMORY_OUTPUT_STACK 10240
4141
// #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096
4242

43+
// Tune this constant to adjust max nesting for XPath queries
44+
// #define PUGIXML_XPATH_DEPTH_LIMIT 1024
45+
4346
// Uncomment this to switch to header-only version
4447
// #define PUGIXML_HEADER_ONLY
4548

46-
// Uncomment this to enable long long support
49+
// Uncomment this to enable long long support (usually enabled automatically)
4750
// #define PUGIXML_HAS_LONG_LONG
4851

52+
// Uncomment this to enable support for std::string_view (usually enabled automatically)
53+
// #define PUGIXML_HAS_STRING_VIEW
54+
4955
#endif
5056

5157
/**
52-
* Copyright (c) 2006-2016 Arseny Kapoulkine
58+
* Copyright (c) 2006-2025 Arseny Kapoulkine
5359
*
5460
* Permission is hereby granted, free of charge, to any person
5561
* obtaining a copy of this software and associated documentation

0 commit comments

Comments
 (0)