Commit Graph

31 Commits (4619e18a166d4a19fd83c974fecde816e6700bc9)

Author SHA1 Message Date
albert-github 81ce5fcdb7
Remove obsolete part from cmake configuration files (#2871)
Updating minimum CMake version to 3.11
2 years ago
gabime 1f61f5e019 clang format 2 years ago
gabime ac6908a139 Update bench CMakelists.txt 4 years ago
Gabi Melman 28e415fb3e Update to google benchmark to v1.6.0 4 years ago
gabime e7e8b75a4c clang-format 4 years ago
kitattyor 5567ed01e5 Download googlebenchmark if not found; requires cmake 3.11 5 years ago
Raul Tambre 76cdeb62e3 Don't enable C language in CMake
spdlog doesn't seem to actually require the C language.
Not enabling it results in a significant initial configure time speedup.
5 years ago
Raul Tambre ae9627c64c Raise CMake requirement to 3.13
* Reduces the range of possible version we'd need to test with.
* Enables newer policies reducing possible deprecation warnings from new policies.
* Allows removing some code for compatibility with older versions.
* Coincides with LLVM's bump to requiring CMake 3.13.
5 years ago
gabime 75c15e8028 Formatted cmake 5 years ago
gabime ff0e430e46 Formatted cmake using cmake-format 5 years ago
gabime 9b7812a0f2 auto create log dir 6 years ago
gabime 68a0193d95 CMake refactoring to functions 6 years ago
gabime 76fc166e11 CMakeLists.txt minor improvments 6 years ago
gabime fc53e3339f CMakeLists.txt minor improvments 6 years ago
gabime 30bd80bd85 CMake improvements 6 years ago
Gabi Melman 84f25b9f18
Update CMakeLists.txt 6 years ago
David Zemon 6fe899af10 Set Threads::Threads dependency on spdlog libs - don't make user do it 6 years ago
David Zemon 8dd85285e7 Allow user to choose between static or shared library 6 years ago
gabime 872ea6bf09 Deleted redundant Make files and solutions 6 years ago
myd7349 611df4964d Fix #961 benchmark link error 7 years ago
gabime 11d83515dd Added formatter becnhmarks 7 years ago
gabime 7d7ccac416 Updated bench cmake 7 years ago
gabime 665b708e6e Update cmake 7 years ago
Daniel Chabrowski fb37585bc1 Little cmake and tests refactor
Change from spdlog_ex to const spdlog_ex& got rid of the GCC8 warning.
7 years ago
gabime 08064716b3 Fixed cmake for bench 7 years ago
gabime 8008d7fe53 Replace emplace_back with push_back in pattern_formatter 7 years ago
gabime da30e2ef18 Improved CMakeLists and added bench 7 years ago
Gabi Melman 6d5bce46f8 Revert "CMake script improvements" 9 years ago
Kevin M. Godby 350ff13d77 Added g3log and glog benchmarks. 9 years ago
Kevin M. Godby 254a6744e4 Fixed boost.log benchmark build. 9 years ago
Kevin M. Godby 2132fe0ec5 Initial work on benchmarks of other logging systems. 9 years ago