Commit Graph

  • c559067f77 CMake refactoring gabime 2019-05-29 00:13:02 +0300
  • 30bd80bd85 CMake improvements gabime 2019-05-29 00:04:36 +0300
  • 5709cb10d1
    Merge pull request #1089 from gabime/static-lib Gabi Melman 2019-05-25 23:14:32 +0300
  • 9329f8d3cd Merge v1.x gabime 2019-05-24 12:46:20 +0300
  • 884c23a9c9 Merge v1.x gabime 2019-05-24 12:44:51 +0300
  • 7a3a560c44 Merge v1.x gabime 2019-05-24 12:33:14 +0300
  • 2963da1392 Updated travis gabime 2019-05-24 08:47:29 +0300
  • 54f1941691 Fixed target_compile_options in cmake gabime 2019-05-24 01:39:02 +0300
  • ca14ae19db Turn off tsan in travis - gives false positives gabime 2019-05-24 01:38:26 +0300
  • 6636ae6e63 CmakeLists.txt compiler warnings gabime 2019-05-23 23:35:30 +0300
  • 2e75f42c69 Install using GNUInstallDirs in cmake gabime 2019-05-23 19:17:52 +0300
  • c9547f383a Fixed appveyor cmake gabime 2019-05-23 18:33:02 +0300
  • 65576707bf Removed shared_lib option (not supported by windwos) and remove example and test from default build gabime 2019-05-23 18:26:47 +0300
  • 6ec8a06a09 Fixed Cmake under windows and disable bench build from default config gabime 2019-05-22 12:32:59 +0300
  • 9205c9d031 Merge branch 'static-lib' of https://github.com/gabime/spdlog into static-lib gabime 2019-05-22 12:19:55 +0300
  • 1ef80d6330 Updated CMakeLists.txt gabime 2019-05-19 19:39:38 +0300
  • 322665a22f
    Delete example.cpp Gabi Melman 2019-05-19 17:59:00 +0300
  • cfa6d12691
    Delete Application.mk Gabi Melman 2019-05-19 17:58:52 +0300
  • c264c3e2dd
    Delete Android.mk Gabi Melman 2019-05-19 17:58:44 +0300
  • d21bcd2f87
    Delete utils.h Gabi Melman 2019-05-19 17:57:18 +0300
  • 84f25b9f18
    Update CMakeLists.txt Gabi Melman 2019-05-19 17:19:35 +0300
  • 576fec4c36
    Update CMakeLists.txt Gabi Melman 2019-05-19 17:17:58 +0300
  • 48acafd10d
    Update CMakeLists.txt Gabi Melman 2019-05-19 17:16:22 +0300
  • a532a072ce
    Update CMakeLists.txt Gabi Melman 2019-05-19 17:06:22 +0300
  • 2cd53c6ff1 Updated cmake example gabime 2019-05-19 16:34:38 +0300
  • 18ccd55725 Removed multisink and test in example gabime 2019-05-19 15:57:22 +0300
  • 87eb569929 More updates to CMake (version support , cmake.in) gabime 2019-05-19 15:47:49 +0300
  • 92387b1527 Merge branch 'static-lib' of https://github.com/gabime/spdlog into static-lib gabime 2019-05-19 12:27:11 +0300
  • dd2f293f33 Clean up CMake a bit more David Zemon 2019-05-17 23:33:44 -0500
  • 24e4f0aa87 Allowed overriding of SPDLOG_MASTER_PROJECT to better support Conan David Zemon 2019-05-17 23:31:30 -0500
  • 6fe899af10 Set Threads::Threads dependency on spdlog libs - don't make user do it David Zemon 2019-05-17 23:23:51 -0500
  • 107fe0a142 Ensure header_only library works by adding another example exe David Zemon 2019-05-17 23:20:30 -0500
  • b021be29e5 Add support for .tar.gz and .zip packages via CPack David Zemon 2019-05-17 23:17:46 -0500
  • 55e7844ca0 Remove the namespaced David Zemon 2019-05-17 23:15:08 -0500
  • 8dd85285e7 Allow user to choose between static or shared library David Zemon 2019-05-17 23:09:22 -0500
  • dbcbeb7a57 Ignore CLion's default build directories David Zemon 2019-05-17 23:05:48 -0500
  • a9aee1c5b3 Disable automatic handling of line endings David Zemon 2019-05-17 23:02:39 -0500
  • b3fe4b54c8 Fixed CMakeLists.txt gabime 2019-05-13 01:28:06 +0300
  • 872ea6bf09 Deleted redundant Make files and solutions gabime 2019-05-13 01:13:58 +0300
  • 32fb9d51b9 Cmake update to support both header-only and static gabime 2019-05-13 01:06:25 +0300
  • ce637440bb wip static-lib gabime 2019-05-13 00:09:00 +0300
  • 61e4597488 Removed include of fmt_helper from thrad_pool.h gabime 2019-05-13 00:02:55 +0300
  • 26a064ed2d wip static-lib gabime 2019-05-12 23:36:48 +0300
  • d5c9bac3c7 wip static-lib gabime 2019-05-12 23:08:14 +0300
  • 1665006401 Minor fix in example gabime 2019-05-12 17:12:08 +0300
  • 5220ac4a9e Added missing header gabime 2019-05-12 17:05:14 +0300
  • ee0fdf016a Minore cmake fix gabime 2019-05-12 16:13:13 +0300
  • 8b4eedb594 More template instantiations for static lib gabime 2019-05-12 16:11:35 +0300
  • 01f5efa1d9 Added wincolor sink to static build gabime 2019-05-12 15:32:54 +0300
  • 130bc26b9a wip static-lib gabime 2019-05-12 02:16:31 +0300
  • 09e83937de wip static-lib gabime 2019-05-12 02:10:39 +0300
  • 42e30468a9 added rotating_file_sink to static build gabime 2019-05-12 01:43:30 +0300
  • 3834acad5b #error if compiling spdlog.cpp under header only configuration gabime 2019-05-12 01:12:46 +0300
  • 654f7eceee #error if compiling spdlog.cpp under header only configuration gabime 2019-05-12 01:04:48 +0300
  • ca9c8ae5fb Warn if compiling spdlog.cpp under header only configuration gabime 2019-05-12 01:01:37 +0300
  • 1752086cfd Don't include fmt format.cc source if using external fmt gabime 2019-05-12 00:50:43 +0300
  • 369b2f7cd2 Moved format.cpp into spdlog.cpp - this way only one src file is needed gabime 2019-05-12 00:44:26 +0300
  • 8b244ca988 Moved format.cpp into spdlog.cpp - this way only one src file is needed gabime 2019-05-12 00:43:58 +0300
  • fb9e51d943 Fixed include order and example gabime 2019-05-12 00:34:55 +0300
  • bb3dc87953 Fixed include order and example gabime 2019-05-12 00:32:57 +0300
  • 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro gabime 2019-05-12 00:22:39 +0300
  • 540f865355 Normalized copyright message gabime 2019-05-11 20:15:03 +0300
  • 46ef71e3ec Normalized copyright message gabime 2019-05-11 20:06:17 +0300
  • 005450ff13 wip gabime 2019-05-11 13:52:46 +0300
  • f809427575 Moved cpp files to inl.h gabime 2019-05-11 13:20:11 +0300
  • 9564eb2edb Moved cpp files to inl.h gabime 2019-05-11 13:19:53 +0300
  • 49708f209b fix inclusion of fmt gabime 2019-05-11 12:28:36 +0300
  • 14381fe8d0
    Update os.h Gabi Melman 2019-05-11 03:05:22 +0300
  • 17bec5c3ce Use fmt src file instead of inline in static lib build gabime 2019-05-11 01:33:48 +0300
  • 2b90ab496a ansicolor_sink.cpp gabime 2019-05-10 18:48:03 +0300
  • 74dbf4cf70 mutex protect should_color() gabime 2019-05-10 18:46:13 +0300
  • e504aceeb5
    Update wincolor_sink.h Gabi Melman 2019-05-10 17:59:48 +0300
  • 3ce9ac74a6 Mutex protect set_color_mode() gabime 2019-05-10 17:41:21 +0300
  • 3b0e7b4d0d
    Merge pull request #1075 from psalz/add-force-color-output-option Gabi Melman 2019-05-10 17:20:12 +0300
  • 5e856c6b4d Add mode enum to control output of color sinks Philip Salzmann 2019-05-09 13:16:38 +0200
  • 6651a48c4d wip gabime 2019-05-08 17:50:23 +0300
  • c031ae2aab Cmake message gabime 2019-05-08 17:37:25 +0300
  • 1ac6c9f9c2 clang-format static-lib gabime 2019-05-08 17:17:11 +0300
  • 5d0eb6dda5 wip static-lib gabime 2019-05-08 17:16:56 +0300
  • 29c949ab03 static lib by default gabime 2019-05-08 16:36:14 +0300
  • 576e389788 static lib by default and tests gabime 2019-05-08 16:34:20 +0300
  • 7b15a3d345 wip cmake gabime 2019-04-27 19:42:19 +0300
  • eedb43d756 wip cmake gabime 2019-04-27 19:41:25 +0300
  • 338125b93a wip cmake gabime 2019-04-27 19:40:24 +0300
  • 3ecc3ab798 wip cmake gabime 2019-04-27 19:38:39 +0300
  • de1cdb2dbe wip cmake gabime 2019-04-27 19:38:26 +0300
  • c9887874bc wip cmake gabime 2019-04-27 19:37:59 +0300
  • 69fcaf14e5 wip static-lib gabime 2019-04-27 18:44:48 +0300
  • f414198fee Cmake fix gabime 2019-04-27 02:42:33 +0300
  • 2de924a187 clang-format gabime 2019-04-27 02:34:50 +0300
  • c1c2ff2d07 wip gabime 2019-04-27 02:33:33 +0300
  • ff89f1476d Restored error_handler as std::function gabime 2019-04-26 18:14:59 +0300
  • e8d99cee70 fix formatter bench gabime 2019-04-26 17:52:47 +0300
  • ccfa3f03b0 Fixed clang tidy gabime 2019-04-26 17:39:58 +0300
  • baefe0b3f6 wip gabime 2019-04-26 15:11:01 +0300
  • 3669351427
    Merge pull request #1064 from jhasse/extra-semi Gabi Melman 2019-04-17 20:57:59 +0200
  • 79938b98da Remove unnecessary semicolons (-Wextra-semi) Jan Niklas Hasse 2019-04-17 15:18:16 +0200
  • 411d588fea
    Merge pull request #1058 from mnemotic/cmake-fmt-header-only Gabi Melman 2019-04-10 10:24:53 +0300
  • 7e63d773ef Make header-only external fmt the default Martin Green 2019-04-10 06:49:57 +0300
  • 3e378f009d Fixed build gabime 2019-04-09 16:49:19 +0300