-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch over to toml11 * Remove cpptoml * Switch over to using a separate internal representation for the recipe to maintain order and allow for comments * Round trip comments * Fix value bug * Switch to iniailize command * Match new update/create package api * Add basic auth api * Fix breaking issues in latest msvc * Fix some stuff * Add (disabled) botan client * Add missing exports * Add missing exports * Enable HTTPS requests * Add console manager to read password * Better status results for api * Cleanup messages * Fix up package manager publish test * Fix bad merge * Add package create test * Add install at version * Add recursive install * Add install packages method to the package manager Co-authored-by: Matthew Asplund <[email protected]>
- Loading branch information
Showing
32 changed files
with
1,354 additions
and
314 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -87,6 +87,7 @@ | |
"random": "cpp", | ||
"regex": "cpp", | ||
"string_view": "cpp", | ||
"complex": "cpp" | ||
"complex": "cpp", | ||
"*.inc": "cpp" | ||
} | ||
} |
Submodule LzmaSdk
updated
11 files
+2 −2 | CPP/Library/ArchiveExtractCallbackWrapper.h | |
+4 −2 | CPP/Library/ArchiveReader.cpp | |
+3 −2 | CPP/Library/ArchiveReader.h | |
+102 −82 | CPP/Library/ArchiveUpdateCallbackWrapper.h | |
+15 −43 | CPP/Library/ArchiveWriter.cpp | |
+3 −3 | CPP/Library/ArchiveWriter.h | |
+26 −1 | CPP/Library/ICallback.h | |
+8 −0 | CPP/Library/IStream.h | |
+2 −0 | CPP/Library/Module.cpp | |
+89 −0 | CPP/Library/OutStreamWrapper.h | |
+42 −0 | CPP/Library/SequentialInStreamWrapper.h |
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
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
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
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
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
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
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
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
Oops, something went wrong.