83 Commits (d3124f2c235b66a79311e123d497b207f892b22d)

Author SHA1 Message Date
dehnert 01697a8939 Modules can now be registered and options (should) get parsed correctly. 10 years ago
dehnert 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 10 years ago
dehnert acdced1fee Will this ever end? 10 years ago
dehnert 9547f3a91a Further refactoring of option system. 10 years ago
dehnert 18c0ee1f14 Further big refactoring of option system. 10 years ago
dehnert b5cd4e5758 Further option system refactoring. 10 years ago
dehnert dd942c86dd More work on option system. 10 years ago
dehnert ff50fbe12d Further refactoring of settings classes. 10 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 10 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 10 years ago
dehnert 9569426c86 Moved option registration to the settings class (so it's not deceentralized any longer). This enables to build storm as a library and on top of that build some exectuables, which saves a lot of compile time as soon as several targets have to be built or one switches between targets. 10 years ago
dehnert 47a05fc1b0 Beautified output of option system. Enabled command line interface of counterexample generation. 11 years ago
dehnert e2d4a5c1d3 Started work on beautifying Option-System output. 11 years ago
PBerger 11cc7fc6bc Introduced a new Object called InternalOptionMemento to handle required settings for tests which auto-reset after the test is done 11 years ago
dehnert 6e41ee360d Fixes to several problems with gcc. 11 years ago
PBerger 4b3d4a7c11 Removed buggy logging in setup-routines 11 years ago
PBerger edeedd2bed Added ConversionHelper.h to single out the needed no-strict-aliasing target 11 years ago
PBerger 158430418e Replaced boost integer mask includes with cstdint 11 years ago
PBerger a30f570c2a Added logging to all Settings classes 11 years ago
PBerger 58ff007654 Fixed the Settings structure 11 years ago
PBerger 938959de56 Added a set() Method to the Settings.h for the Tests 11 years ago
PBerger e69c9f1962 Added all options from StoRM 11 years ago
PBerger d5a9656cac Removed OptionsAccumulator.h and merged it into Settings.h 11 years ago
PBerger bde10b750e Added my initial implementation of Settings 11 years ago