Commit graph

8 commits

Author SHA1 Message Date
turleypol
dbb25bdb62
Include and buildsystem cleanup (#45)
Include cleanup
Reworked buildsystem (Linux only)
Removed dynamic libs, Linux now again uses static linking (like windows)
2018-01-29 21:55:48 +01:00
turley
189cad3479 Formating everything
Authors are not forced to use the clang-format setting, but should
atleast be inspired by the style.
The only thing which is now not allowed are tabs for ident/alignment!
2016-02-19 19:26:35 +01:00
Gabriele Tozzi
d1ac902926 Documentation: reformatted headers for DoxyGen 2016-01-28 14:52:40 +01:00
Thomas Volkert
f1a96bb33c Simplified source 2015-08-31 18:38:59 +02:00
turley
b77a13073c corrected several data races 2015-03-14 11:45:14 +01:00
turley
35aeb9e32c quitting time...fixed order of initialization 2015-02-02 20:06:46 +01:00
turley
2d06c7f134 second try for linux build 2015-02-02 20:00:41 +01:00
turley
28456ccaba new experimental setting pol.cfg SingleThreadDecay 1/0 (default 0)
new experimental setting pol.cfg ThreadDecayStatistics 1/0 (default 0)
SingleThreadDecay only spawns one thread for decay instead of one thread per realm (reduces thread switches)
ThreadDecayStatistics only works with active SingleThreadDecay log statistics about the decay cycles. Need to collect live data before starting the next step of optimizing decay.
2015-02-02 19:41:40 +01:00