-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CMake to 3.9 #1159
Merged
Merged
Update CMake to 3.9 #1159
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
464affd
Always set the symbol visibility preset to hidden.
teo-tsirpanis 15a9e48
Merge branch 'main' into fvisibility-hidden
jmklix 82fc2ba
Add function so all projects can set the same common CMake policies
graebm bf2dcbd
fix typo
graebm 53a4465
Update required CMake
graebm f1975f2
Merge branch 'main' into update-cmake
graebm 2608a04
debug failing memtrace test
graebm c499292
Keep symbols visible in Debug builds (and in test executables), so th…
graebm ed3b492
move libcrypto weirdness to aws-c-cal's CMakeLists.txt
graebm 484fdda
revert all changes regarding --exclude-libs,libcrypto.a
graebm e98c7dd
Makefile.common updates for CBMC (#1148)
tautschnig cda9704
Run proofs with CBMC 6.2.0 (#1149)
graebm 9582e7f
Only set mtune neoverse if compiler supports it (#1150)
DmitriyMusatkin dc94351
Add comment about tuning for "neoverse-v1" (#1153)
graebm e9f38b9
[fix] prebuild set CMAKE_PREFIX_PATH properly (#1154)
TingDaoK d223f60
merge main
waahm7 1c55339
Update cmake_minimum_required to 3.9
waahm7 cba509a
undo changes
waahm7 6a5627c
don't log to err
waahm7 3e6fa05
revert
waahm7 897e15f
Merge branch 'main' into update-cmake
waahm7 21880c4
PR feedback
waahm7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment about WHY we're picking CMake 3.9. Because it's the latest supported version in ... RHEL5? Amazon Linux 1?