11 Commits (7515ca52933bf33354c98eecf7a9bc6b33f768b1)

Author SHA1 Message Date
dehnert 609a948495 Put noexcept in Macro and use deprecated throw() for MSVC to make it happy. 11 years ago
dehnert f8a06b69f5 Fixed a clang-warning related to a throws declaration. 11 years ago
PBerger 1cf8674fa5 Added noexcept Destructors to the exceptions to fix the picky Clang3.5 compiler errors. 11 years ago
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago
dehnert 726569d5f1 Fixed bug in parser that inserted 0-entries on the diagonal at the wrong places. Enabled link-time-optimizations for Release-Build when using clang. Fixed bug in base exception: what() returned a pointer to a char array belonging to a local variable, which got deallocated and thus invalidates the char array content. 13 years ago
gereon 004633b79a fixed brackets in BaseException 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
PBerger fe95c2225b Added missing contructors to all exceptions. 13 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 13 years ago
gereon cc1441ce26 fixed wrong return type of operator<<() for BaseException. Templates FTW! 13 years ago
gereon a9129c00c7 new exception 13 years ago