-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use std::visit for formatting. It is too slow and complex (#112)
* Don't use std::visit for formatting. It is too slow and complex Signed-off-by: John Sallay <[email protected]> * Try to make some compilers happy Signed-off-by: John Sallay <[email protected]> * Try to make some compilers happy Signed-off-by: John Sallay <[email protected]> * Try updating base image and compiler Signed-off-by: John Sallay <[email protected]> * Install meson and ninja in new container Signed-off-by: John Sallay <[email protected]> * Add sudo on installs Signed-off-by: John Sallay <[email protected]> * Need one more package Signed-off-by: John Sallay <[email protected]> * Need to add sudo Signed-off-by: John Sallay <[email protected]> * Use new gnuradio images Signed-off-by: John Sallay <[email protected]> * Needed to change name in one more place Signed-off-by: John Sallay <[email protected]> * Need to use std::visit to make compiler happy Signed-off-by: John Sallay <[email protected]> * Update fmt dep so that we can compile everywhere Signed-off-by: John Sallay <[email protected]> * Install clang in emscripten jobs Signed-off-by: John Sallay <[email protected]> * Only require c++20. Signed-off-by: John Sallay <[email protected]> --------- Signed-off-by: John Sallay <[email protected]>
- Loading branch information
Showing
5 changed files
with
23 additions
and
65 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[wrap-file] | ||
directory = fmt-8.1.1 | ||
source_url = https://github.com/fmtlib/fmt/archive/8.1.1.tar.gz | ||
source_filename = fmt-8.1.1.tar.gz | ||
source_hash = 3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346 | ||
patch_filename = fmt_8.1.1-2_patch.zip | ||
patch_url = https://wrapdb.mesonbuild.com/v2/fmt_8.1.1-2/get_patch | ||
patch_hash = cd001046281330a8862591780a9ea71a1fa594edd0d015deb24e44680c9ea33b | ||
wrapdb_version = 8.1.1-2 | ||
directory = fmt-11.0.2 | ||
source_url = https://github.com/fmtlib/fmt/archive/11.0.2.tar.gz | ||
source_filename = fmt-11.0.2.tar.gz | ||
source_hash = 6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f | ||
patch_filename = fmt_11.0.2-1_patch.zip | ||
patch_url = https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch | ||
patch_hash = 90c9e3b8e8f29713d40ca949f6f93ad115d78d7fb921064112bc6179e6427c5e | ||
wrapdb_version = 11.0.2-1 | ||
|
||
[provide] | ||
fmt = fmt_dep |