8 Commits (b18199d3ec4d925eaa2e2b9dba512505832f3b62)

Author SHA1 Message Date
PBerger 79c40126f3 Fixed a bug in the SparseMatrix.h where the multi threaded implementation would crash sometimes 12 years ago
Lanchid ec91dcbe2e Merge branch master into LTLParser 12 years ago
PBerger d3c80dca16 Updated CMakeLists.txt 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
dehnert 89e38fed8f Added temporary check() method to ProbabilisticNoBoundsOperator. 13 years ago
gereon 470fa4c4b7 added sys/mman.h for linux target 13 years ago
PBerger 01ea2c8427 Moved os specific includes into OsDetection.h 13 years ago
PBerger 96c7dd9a79 Added the (default) external build path /build to git ignore. 13 years ago
PBerger cce8391e44 Refactored everything to match naming scheme. 13 years ago
PBerger 851e3a631d Fixed CMakeLists.txt, made everything compile under Windows/MSVC 13 years ago
dehnert 18b72bc8d7 Added necessary include of unistd.h (for close()) to parser. Removed flag MAP_DENYWRITE of mmap for Mac OS and Linux as it is non-existent and ignored, respectively. Changed call to stat64 to call to stat for MAC OS, as stat64 is deprecated and 64-bit mode is turned on by macro that is no correctly set during OS-Detection. 13 years ago
gereon 48323c005a added header to make os detection at one point 13 years ago