414 Commits (9e9767ceeb8e982e77ad1b16adbd822412caf816)

Author SHA1 Message Date
Tim Quatmann 948e7fdaba cmake: Fixed marking non-existing option as advanced 3 years ago
Tim Quatmann feadd3af77 Added cmake option STORM_RESOURCES_BUILD_JOBCOUNT to have better control on how many jobs we shall use to build external stuff (like spot, carl, cudd, glpk, ?) 3 years ago
Tim Quatmann efeeea0d54 Spot: re-iterated cmake interface to hopefully make it more clean. Added documentation on how to update spot 3 years ago
Tim Quatmann c057e437e4 CMAKE: Do not mark STORM_USE_SPOT as advanced. 3 years ago
Tim Quatmann c1b06f40b7 CMAKE: Added option to include and link against Spot 3 years ago
Tim Quatmann d44bc3c6c2 CMAKE: Added option to include and link against Spot 4 years ago
Tim Quatmann a7a10136fa
Cmake: Marking two options as advanced. 4 years ago
Stefan Pranger 8e31f49468 add STORM_DEVELOPER ALL_WARNINGS GCC case 4 years ago
Stefan Pranger 73e4945818 add STORM_DEVELOPER ALL_WARNINGS GCC case 4 years ago
Tim Quatmann ce0283d80d Cmake: checked whether the stack-check issue still persists with current AppleClang v12.0.0 4 years ago
Tim Quatmann a04085e848 Added cmake option exclude_tests_from_all so that we can run make install without building the tests. 4 years ago
Tim Quatmann ee56f5b2f9 CMake Fixed version-info when the source code is not in a git repository. 4 years ago
Matthias Volk 8d75b84ba6
Throw error when using ThinLTO and GCC 4 years ago
TimQu c6fd7423f2 Disabling stack checks once again for all clang versions >= 11.0.0 because they somehow interfere with exception handling in the PrismParser. (most likely a clang bug). 4 years ago
TimQu 1343ae5c19 Fixed 'boost/optional.hpp file not found' error in storm-version library (simply by not using boost). 4 years ago
TimQu 8b2b0008da The stack check issue has been fixed in newer AppleClang versions. Thus, we no longer have to disable stack checks for AppleClang 11.0.3 or higher. 4 years ago
Matthias Volk 7d4bb545f6 Export option STORM_HAVE_XERCES for stormpy 4 years ago
Tim Quatmann f1462bfda7 Cmake: added a comment that the stack check issue seems to be resolved in more recent clang versions (but still not in the one that comes with the command line tools right now) 4 years ago
Tim Quatmann 70d10bd037 Moved generated file `storm-version.cpp` to build folder. Moved version information to new library `storm-version-info` (addressing Github issue #78) 4 years ago
Tim Quatmann 90ade051c2 Added CMAKE option STORM_LOAD_QVBS to automatically download the quantitative verification benchmark set 4 years ago
Matthias Volk f45db73afe Support coloured output for GCC 5 years ago
Tim Quatmann 1187c0fca1 Added a CMAKE option for ThinLTO 5 years ago
Matthias Volk 3051559ea8 Output on failure for tests 5 years ago
Tim Quatmann 4784e1e1c9 Cmake: Temporarily disabled stack checks for current AppleClang. 5 years ago
Tim Quatmann d0596ecf0c Changed cmake policy for finding packages: Now path specified via -D<Packagename>_ROOT=/path/to/package/ are automatically considered when searching for packages. 5 years ago
Matthias Volk 51d4652a25 Updated generation of Doxygen documentation 5 years ago
Tim Quatmann 6b32bd1dc3 cmake: Added option to specify a path to the qvbs benchmarks. 6 years ago
Matthias Volk 1457c60e4b Crucial fix to enable release mode again 6 years ago
Matthias Volk 9902bb9dff Fixed version parsing for 'commits ahead' 6 years ago
Alexander Bork 3e7b1ffc71 Added dependency names to win and lose flip transitions for PDEPs 6 years ago
Matthias Volk 9e398ffaab Minor improvements for some CMake output 6 years ago
Matthias Volk c5e356bc40 Proper installation of Storm 6 years ago
Matthias Volk 99e5619952 Export storm targets 6 years ago
dehnert 94a5a3da7c remove ffast-math 7 years ago
Alexander Nikolai Bork ce13ce40a9 Added dontCare transformation support for VOT DFT elements. 7 years ago
dehnert 237d390e40 reworked version retrieval slightly 7 years ago
dehnert 32d19e6f0e debug output in git version parsing 7 years ago
Matthias Volk ec5a947d56 Enable LTO for gcc >= 7.0 again 7 years ago
dehnert 24cca08ccf disabling LTO for gcc >= 7 7 years ago
Matthias Volk 295572d24e Better version parsing thanks to regex magic 7 years ago
Matthias Volk d8e166094f Message in cmake if ccache is disabled 7 years ago
Matthias Volk c4c6c9cbce Test compiler configurations within cmake 7 years ago
dehnert e37d5869ef extracted static version to separate cmake file 7 years ago
dehnert 75ec21b1d6 remove USE_CARL variable and add option to take hint for carl directory 7 years ago
Matthias Volk 3f241280ea Refactored version setting in CMake 7 years ago
Matthias Volk 7330f1659e Set development flag for Storm version 7 years ago
dehnert f5ba5204c9 adding some debug functionality to DdManager to corner dynamic reordering issue with CUDD 7 years ago
dehnert 3e7dd56def fixed static version information (used in the absence of git version information) 7 years ago
dehnert 0542d66620 improved checking for git revision information 7 years ago
sjunges f72200bd2c - removed deprecated option USE_CARL (now a variable). - changed behaviour of POPCNT: we usually rely on march=native which uses popcnt if available, and now can force its usuage in other situations 8 years ago