forked from simongog/sdsl-lite
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from eseiler/infra/tag_deps
[INFRA] pin dependencies
- Loading branch information
Showing
16 changed files
with
92 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
Development repository for SDSL Version 3 | ||
# SDSL v3 - Succinct Data Structure Library | ||
|
||
[![linux status][1]][2] | ||
[![macos status][3]][4] | ||
|
||
[1]: https://img.shields.io/github/workflow/status/xxsds/sdsl-lite/SDSL%20CI%20on%20Linux/master?style=flat&logo=github&label=Linux%20CI "Open GitHub actions page" | ||
[2]: https://github.com/xxsds/sdsl-lite/actions?query=branch%3Amaster | ||
[3]: https://img.shields.io/github/workflow/status/xxsds/sdsl-lite/SDSL%20CI%20on%20macOS/master?style=flat&logo=github&label=macOS%20CI "Open GitHub actions page" | ||
[4]: https://github.com/xxsds/sdsl-lite/actions?query=branch%3Amaster | ||
|
||
## Main differences to [v2](https://github.com/simongog/sdsl-lite) | ||
|
||
* header-only library | ||
* support for serialisation via [cereal](https://github.com/USCiLab/cereal) | ||
* compatible with C++17 and C++20 | ||
|
||
## Supported compilers | ||
|
||
Other compiler may work, but are not tested within the continuous integration. In general, the latest minor release of each | ||
listed major compiler version is supported. | ||
|
||
* GCC 8, 9, 10, 11 | ||
* clang 9, 10, 11, 12 | ||
|
||
## Dependencies | ||
|
||
As SDSL v3 is header-only, dependencies marked as `required` only apply to building tests/examples. | ||
|
||
* required: [CMake >= 3.2](https://github.com/Kitware/CMake) | ||
* required: [googletest 1.11.0](https://github.com/google/googletest/releases/tag/release-1.11.0) | ||
* optional: [cereal 1.3.0](https://github.com/USCiLab/cereal) | ||
|
||
cereal can be activated by passing `-DSDSL_CEREAL=1` to CMake. |
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
Submodule googletest
updated
109 files
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
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