-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subprojects: update nlohmann_json to 3.11.3-1
- Loading branch information
1 parent
5dd1f9e
commit 68ece5a
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
Submodule libcommon
updated
26 files
+1 −0 | src/io/DirectoryReader.hxx | |
+7 −0 | src/io/FileDescriptor.hxx | |
+1 −1 | src/io/MakeDirectory.cxx | |
+10 −13 | src/lib/cap/State.hxx | |
+7 −0 | src/net/AddressInfo.hxx | |
+1 −1 | src/net/SocketError.hxx | |
+20 −0 | src/spawn/ChildOptions.cxx | |
+16 −0 | src/spawn/ChildOptions.hxx | |
+5 −0 | src/spawn/Client.cxx | |
+21 −0 | src/spawn/Direct.cxx | |
+3 −0 | src/spawn/IProtocol.hxx | |
+5 −1 | src/spawn/PidfdEvent.cxx | |
+8 −0 | src/spawn/Prepared.hxx | |
+15 −5 | src/spawn/ScopeProcess.cxx | |
+6 −0 | src/spawn/Server.cxx | |
+17 −3 | src/translation/Parser.cxx | |
+6 −0 | src/translation/Protocol.hxx | |
+5 −0 | src/translation/server/Response.hxx | |
+1 −1 | src/util/DeleteDisposer.hxx | |
+13 −0 | src/util/DisposablePointer.hxx | |
+278 −0 | src/util/IntrusiveCache.hxx | |
+17 −2 | src/util/IntrusiveHashArrayTrie.hxx | |
+16 −1 | src/util/IntrusiveHashSet.hxx | |
+6 −5 | subprojects/nlohmann_json.wrap | |
+254 −0 | test/util/TestIntrusiveCache.cxx | |
+1 −0 | test/util/meson.build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[wrap-file] | ||
directory = nlohmann_json-3.11.2 | ||
directory = nlohmann_json-3.11.3 | ||
lead_directory_missing = true | ||
source_url = https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip | ||
source_filename = nlohmann_json-3.11.2.zip | ||
source_hash = e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed | ||
wrapdb_version = 3.11.2-1 | ||
source_url = https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip | ||
source_filename = nlohmann_json-3.11.3.zip | ||
source_hash = a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d | ||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/nlohmann_json_3.11.3-1/nlohmann_json-3.11.3.zip | ||
wrapdb_version = 3.11.3-1 | ||
|
||
[provide] | ||
nlohmann_json = nlohmann_json_dep |