-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Pointers are now working. Need to dive into the benchmark functions to make sure they actually work though * Restricting catch2 version Catch2 v3 (catch3?) has breaking API changes and is a static library (vs. header only). Thus, the version must now be restricted to 2.X until v3.0 is officially supported. * Fixed range parsing for Conan
- Loading branch information
Showing
13 changed files
with
841 additions
and
116 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 |
---|---|---|
|
@@ -13,8 +13,6 @@ compiler: | |
addons: | ||
apt: | ||
packages: | ||
- gcc | ||
- g++ | ||
- cmake-data | ||
- cmake | ||
- ninja-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
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.