Sebastian Junges
|
e8adc21fdb
|
version is now updated to a dev version when committing after a tagged version
|
8 years ago |
Sebastian Junges
|
7a40af2b98
|
storm version is now exported
|
8 years ago |
Sebastian Junges
|
ee185d2717
|
Export options whether CLN is used.
|
8 years ago |
dehnert
|
97a7689c67
|
gcc and clang working on Debian Stretch again
|
8 years ago |
dehnert
|
ec3468aef5
|
hopefully fixed the compile issue on Linux
|
8 years ago |
dehnert
|
bae4b421ab
|
added missing template instantiation and print more info on LTO in cmake
|
8 years ago |
dehnert
|
aaa6f13cf4
|
separated rational numbers and rational functions and added support for rational numbers to sylvan
|
8 years ago |
dehnert
|
82cc586718
|
fixed some issues related to assigning an initializer list to an unordered_map which causes problems on older platforms
|
8 years ago |
dehnert
|
44dc3e7d8d
|
fixed version output in cmake
|
8 years ago |
dehnert
|
98d956275a
|
reworked version detection via git/defaults if not available
|
8 years ago |
dehnert
|
1c32273708
|
made storm_developer not override build_type if one was explicitly set
|
8 years ago |
dehnert
|
a85f4fdc89
|
replaced some StoRMs and Storms by storm, reworked version output a bit
|
8 years ago |
dehnert
|
fa49ebb922
|
installing correct libcarl if built from shipped version
|
8 years ago |
dehnert
|
7cdc34bdc4
|
renamed version variables to make them consistent
|
8 years ago |
dehnert
|
87bb94f23a
|
undo wrong replace
|
8 years ago |
dehnert
|
1598f0db1e
|
cmake version detection fix for when storm is not built from git
|
8 years ago |
dehnert
|
cbb0b1e0f0
|
initial work on installation of storm
|
8 years ago |
dehnert
|
41ffc5b828
|
added cmake option to toggle link-time-optimization
|
8 years ago |
dehnert
|
77bd6e4a44
|
fixed some model building issues
|
8 years ago |
dehnert
|
ad18fee1dc
|
commit to switch workplace
|
8 years ago |
Sebastian Junges
|
1d8c5f26a4
|
make tests builds all tests without running them. Make check now again works with the new location for executables
|
8 years ago |
sjunges
|
df87d7fa13
|
cleaned cmake list (removal of python related stuff), slightly altered doc (mainly just to improve further work on that
|
8 years ago |
sjunges
|
04d4abbdf9
|
added targets allowing 'make check' and 'make check-verbose' for convenient access to running tests
|
8 years ago |
Sebastian Junges
|
3306d2bb1e
|
removed debug output and some deprecated python inclusion
|
8 years ago |
Sebastian Junges
|
b4ce43ca0a
|
carl conf imported, other dependencies declared als import target and exported to storm conf
|
8 years ago |
Sebastian Junges
|
23254f3e62
|
refactoring resource management in storm cmake to allow easier inclusion in other projects
|
8 years ago |
sjunges
|
0260eaa7be
|
towards exporting targets for storm to be included in other projects
|
8 years ago |
sjunges
|
f7d15b882d
|
added compiler version to output of cmake
|
8 years ago |
Sebastian Junges
|
8c77762e72
|
find xercesc is now provided by cmake, so we use that
|
8 years ago |
Matthias Volk
|
cd971ba6fe
|
Set correct example path for tests
|
8 years ago |
dehnert
|
cbd525b40b
|
Cmake adaptions here and there
|
8 years ago |
Matthias Volk
|
eadf03e3df
|
Forgot merge line
|
8 years ago |
Mavo
|
7a34e7a497
|
Force shared lib when using python
Former-commit-id: eed5d3cfed
|
8 years ago |
Mavo
|
7e53f7d084
|
Build python bindings from cmake
Former-commit-id: cd5526ee59
|
8 years ago |
Mavo
|
621cc58a67
|
Ninja recognizes dependencies + build shared libs
Former-commit-id: 569c0da147
|
8 years ago |
hbruintjes
|
697c30e048
|
Use CMake to generate setup.cfg for include and library paths
Former-commit-id: 45f1e210d4
|
9 years ago |
hbruintjes
|
cfbd58b15e
|
Enable dynamic linking on linux, and replace xerces find module by system version
Former-commit-id: 6f6864404d
|
9 years ago |
sjunges
|
f196afcb66
|
moved tests to src folder, have several binaries now instead of a single monolithic test
|
8 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
8 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
8 years ago |
dehnert
|
f0f9831ac3
|
reworked CMake stuff a bit, removed some superfluous things
Former-commit-id: 16df6afd44 [formerly f27354d54c ]
Former-commit-id: 3e706797be
|
8 years ago |
dehnert
|
21a229e3a3
|
fixed gcc compiler flags
Former-commit-id: cb6b1f8b17 [formerly 6511b3ff09 ]
Former-commit-id: 2a1de45aae
|
8 years ago |
sjunges
|
6431d8d410
|
let xerces inclusion work on linux systems
Former-commit-id: 3251cac0e0 [formerly 7b7a8f5f40 ]
Former-commit-id: 13e8bc7a8d
|
8 years ago |
dehnert
|
7c56b43afc
|
adding linker flags that make lto work
Former-commit-id: 2a7e2cb2ff [formerly 230d50f075 ]
Former-commit-id: 7a250517c3
|
8 years ago |
dehnert
|
41960796f1
|
removed prefetch memory flag from clang as it's not supported (unlike for gcc)
Former-commit-id: f091d1236c [formerly 61906bba07 ]
Former-commit-id: 9479100c6a
|
8 years ago |
dehnert
|
bf68b28b26
|
changed default linking type of boost to dynamic, as otherwise g++ complains about non-relocatable code
Former-commit-id: 63ec8b7a0c [formerly bb9fffd681 ]
Former-commit-id: 42afbe5a81
|
8 years ago |
dehnert
|
392f56aab5
|
made jit model builder work on Ubuntu 16.04/g++
Former-commit-id: c9473408cc [formerly dca321927e ]
Former-commit-id: 1bcd57f6da
|
8 years ago |
dehnert
|
299b2d7a56
|
some start on JIT-based model builder
Former-commit-id: b0bffd4908 [formerly 95829c4970 ]
Former-commit-id: 8e98da5dd4
|
8 years ago |
dehnert
|
8e565a2930
|
forcing boost to use old optional implementation to prevent bug in spirit in boost 1.61; everyone can finally update and we take out the option as soon as this is resolved on the boost side of things
Former-commit-id: 92bc4796a0
|
8 years ago |
sjunges
|
ba81925c1d
|
renamed smt2smtsolver to smtlibsmtsolver and cleaned make files
Former-commit-id: 78c74dc9a5
|
8 years ago |