7 Commits (7fe4c8c813c9771c2b0ed46942e5c633fff8744c)

Author SHA1 Message Date
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. 12 years ago
gereon 004633b79a fixed brackets in BaseException 12 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 12 years ago
PBerger fe95c2225b Added missing contructors to all exceptions. 12 years ago
PBerger 08f87d545c Some more refactoring, renaming, adding #ifndef guards... 12 years ago
gereon cc1441ce26 fixed wrong return type of operator<<() for BaseException. Templates FTW! 12 years ago
gereon a9129c00c7 new exception 12 years ago