1. 25 Mar, 2021 1 commit
    • Chris Mc's avatar
      Remove version requirement from fmt find_package · 65317eb0
      Chris Mc authored
      By introducing 'no module' support this inadvertently triggered the find_package to use the "full version" version selection.
      
      From https://cmake.org/cmake/help/latest/command/find_package.html#version-selection:
      
      > When the [version] argument is given, Config mode will only find a version of the package that claims compatibility with the requested version (see format specification).
      
      FMT does not set this configuration https://github.com/fmtlib/fmt/blob/7.1.3/support/cmake/fmt-config.cmake.in... but regardless it would not be "any compatibility" based on version semantics.
      
      Which causes this error. v1.8.2 builds perfectly fine.
      
      ```
      CMake Error at CMakeLists.txt:181 (find_package):
        Could not find a configuration file for package "fmt" that is compatible
        with requested version "5.3.0".
      
        The following configuration files were considered but not accepted:
      
          /home/proj/build/e98598522b7c484d9220bffc7ec84474515facbc/fmt-config.cmake, version: 7.1.3
      ```
      65317eb0
  2. 24 Mar, 2021 4 commits
  3. 23 Mar, 2021 1 commit
  4. 22 Mar, 2021 1 commit
  5. 20 Mar, 2021 2 commits
  6. 19 Mar, 2021 1 commit
  7. 16 Mar, 2021 2 commits
  8. 12 Mar, 2021 2 commits
  9. 04 Mar, 2021 4 commits
  10. 02 Mar, 2021 4 commits
  11. 27 Feb, 2021 2 commits
    • Klaim (Joël Lamotte)'s avatar
      Add build2 package support · fe74c809
      Klaim (Joël Lamotte) authored
      WARNING: Please do not merge yet! See below.
      
      We are currently in the process of packaging `spdlog` for `build2`, we have it working (even on unsupported Windows, see for example: https://ci.stage.build2.org/@a993b64e-8ba2-422e-97d7-250cdb5828e0?builds=&pv=&tc=*&cf=&mn=&tg=&rs=*)
      
      This change simply adds the necessary information to use this package when using `build2`. Some notes:
       - not sure how to give the info succintly because `build2` allows packages to come from different sources, including the git repository of the package - in doubt I just linked to the future community repository address providing all the info, but the other package manager didn't do it like that so not sure if it's ok for you?; 
       - `build2` distinguish the package (`depends: spdlog <some-version-scheme>`, added in the `manifest` file of a `build2` project) and the target (`spdlog%lib{spdlog}` imported in a `buildfile`) because packages can contain several targets. I was not sure how to formulate that here, so feel free to tell me if I should just provide the name of the package and not more info?
      
      The package isn't available yet so this have to be merged only once it is made available (probably in a few days).
      fe74c809
    • Gabi Melman's avatar
      Update daily_file_sink.h · fa659bf7
      Gabi Melman authored
      fa659bf7
  12. 26 Feb, 2021 10 commits
  13. 25 Feb, 2021 2 commits
  14. 24 Feb, 2021 2 commits
  15. 18 Feb, 2021 1 commit
  16. 17 Feb, 2021 1 commit