-
Notifications
You must be signed in to change notification settings - Fork 394
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
Fixing problems with compilation using C++11 compilers #24
base: master
Are you sure you want to change the base?
Commits on Apr 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c554273 - Browse repository at this point
Copy the full SHA c554273View commit details
Commits on Apr 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4d9462e - Browse repository at this point
Copy the full SHA 4d9462eView commit details
Commits on Jun 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3db5894 - Browse repository at this point
Copy the full SHA 3db5894View commit details
Commits on Mar 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 26b58cf - Browse repository at this point
Copy the full SHA 26b58cfView commit details
Commits on Apr 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 25ac527 - Browse repository at this point
Copy the full SHA 25ac527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d4cb54 - Browse repository at this point
Copy the full SHA 7d4cb54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5566d44 - Browse repository at this point
Copy the full SHA 5566d44View commit details
Commits on Apr 27, 2017
-
fixed GCC 6.3 warning: invalid suffix on literal; C++11 requires a sp…
…ace between literal and string macro [-Wliteral-suffix]
Configuration menu - View commit details
-
Copy full SHA for a98e44f - Browse repository at this point
Copy the full SHA a98e44fView commit details -
Merge pull request #1 from Robbepop/master
fixed GCC 6.3 warning: invalid suffix on literal; C++11 requires a sp…
Configuration menu - View commit details
-
Copy full SHA for 0662095 - Browse repository at this point
Copy the full SHA 0662095View commit details
Commits on Mar 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 99e19fc - Browse repository at this point
Copy the full SHA 99e19fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bb7bc - Browse repository at this point
Copy the full SHA 29bb7bcView commit details
Commits on Jun 29, 2018
-
Fix linking of minisat as dependency library on MacOSX
RPath needed by MacOSX was not correctly set for minisat. Therefore it was not correctly linked against STP.
Configuration menu - View commit details
-
Copy full SHA for 1aa1e87 - Browse repository at this point
Copy the full SHA 1aa1e87View commit details
Commits on Jul 2, 2018
-
Merge pull request #2 from MartinNowack/patch-1
Fix linking of minisat as dependency library on MacOSX
Configuration menu - View commit details
-
Copy full SHA for a259927 - Browse repository at this point
Copy the full SHA a259927View commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dbef978 - Browse repository at this point
Copy the full SHA dbef978View commit details -
Merge pull request #4 from bpfoley/clang-warnings
Quell some clang warnings
Configuration menu - View commit details
-
Copy full SHA for 47baffb - Browse repository at this point
Copy the full SHA 47baffbView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 93da0f0 - Browse repository at this point
Copy the full SHA 93da0f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c6fe6 - Browse repository at this point
Copy the full SHA a2c6fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd31450 - Browse repository at this point
Copy the full SHA dd31450View commit details
Commits on Sep 1, 2020
-
Merge pull request #5 from stp/stp-master
Adding Export, fixing static libraries and binaries
Configuration menu - View commit details
-
Copy full SHA for 16d13d0 - Browse repository at this point
Copy the full SHA 16d13d0View commit details
Commits on Sep 2, 2020
-
CMakeLists: support different lib dirs
On 64bit systems, the usual destination for libraries is /usr/lib64, not /usr/lib. So add CMAKE_INSTALL_LIBDIR and allow overriding the the default.
Configuration menu - View commit details
-
Copy full SHA for 1193f18 - Browse repository at this point
Copy the full SHA 1193f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9111f - Browse repository at this point
Copy the full SHA 5f9111fView commit details -
Revert "CMakeLists: support different lib dirs"
This reverts commit 1193f18.
Configuration menu - View commit details
-
Copy full SHA for 5b16571 - Browse repository at this point
Copy the full SHA 5b16571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a38d36 - Browse repository at this point
Copy the full SHA 5a38d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37158a3 - Browse repository at this point
Copy the full SHA 37158a3View commit details
Commits on Feb 6, 2023
-
utils/System.*: use fpu_control only on glibc
Bug: vprover/vampire#432 Signed-off-by: Maciej Barć <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c8afcd - Browse repository at this point
Copy the full SHA 4c8afcdView commit details -
Merge pull request #6 from xgqt/fix_musl
utils/System.*: use fpu_control only on glibc
Configuration menu - View commit details
-
Copy full SHA for 14c7820 - Browse repository at this point
Copy the full SHA 14c7820View commit details