- Jun 17, 2016
-
-
René Fritze authored
-
- Jun 14, 2016
-
-
René Fritze authored
-
René Fritze authored
see http://clang.llvm.org/extra/clang-tidy/
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
`add_format` now only takes one argument: a directory that is used the base dir for recursive globbing files into clang-format Usages of the macros are adjusted accordingly. It's still possible to use it multiple times in a project, if one for whatever reason does not wnat to throw it at the source root. Only one `format` target will be generated either way, with one subtarget per `add_format` invocation.
-
René Fritze authored
This reverts commit 58048183. clang-format 3.7 hard fails with unkown config keys present and since that is now our only target this needed to be reverted
-
René Fritze authored
this closes #10
-
René Fritze authored
clang format discovery is improved a lot by using cmake builtins, allowing us to very easily target a specific version only. This is one half of #10
-
René Fritze authored
-
René Fritze authored
To avoid competing initializiations it has become necessary to remove the init object from the threading manager. Library users wanting full control will need to provide their own now. Note TBB will create a default init object if necessary, this defaults to hardware_concurrency many threads. Which is what we defaulted the init in threadmanage to as well.
-
René Fritze authored
-
- Jun 13, 2016
-
-
René Fritze authored
-
- Jun 09, 2016
-
-
René Fritze authored
Previously FileBuffer was actually buffering to file _and_ `cout` at the same time. This is behaviour is now split, with common functionality in OstreamBuffer. The old behviour is kept by using a new DualLogStream in the actual logger. This uses the extensible CombinedBuffer that can be used as a meta container for any SuspendableStrBuffer.
-
- Jun 06, 2016
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
- Jun 03, 2016
-
-
René Fritze authored
-
- Jun 02, 2016
-
-
René Fritze authored
-
René Fritze authored
also add tests for std::size_t
-
René Fritze authored
-
- Jun 01, 2016
-
-
Tobias Leibner authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
mainly this pulls up variable definitions into the fixture ctor it also disambiguates the used DEFAULT_EPSILON
-
René Fritze authored
-
- May 31, 2016
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
this is an API breaking change as an additional param is added to `ValidationInterface::msg` and the ostream inserter for validation objects necessarily removed
-
René Fritze authored
-
René Fritze authored
-
- May 30, 2016
-
-
René Fritze authored
this automagically handles all compares for vector types too
-
- Apr 20, 2016
-
-
René Milk authored
- bracket etc placement is not whitespace - typos - include guards
-
- Apr 19, 2016
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 18, 2016
-
-
Dr. Felix Tobias Schindler authored
-