8000 Tags · jenisys/cxx.simplelog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jenisys/cxx.simplelog

Tags

v0.3.0.dev0

Toggle v0.3.0.dev0's commit message
CMake: Add CPM support

* Use CPM as CMake package manager
* SEE: https://github.com/cpm-cmake/CPM.cmake

v0.1.12

Toggle v0.1.12's commit message
UPDATE: spdlog v1.8.2 (was: v1.8.1)

v0.1.11

Toggle v0.1.11's commit message
UPDATE: Package-config description

* Use placeholder for SPDLOG_MIN_VERSION (that is required)
* Add dependency: fmt (needed for some backends, cases)

v0.1.10

Toggle v0.1.10's commit message
Version: 0.1.10

v0.1.9

Toggle v0.1.9's commit message
CMAKE-BOOTSTRAP: Disable wstool-update timeout => Causes partially ch…

…ecked-out Git subprojects

v0.1.8

Toggle v0.1.8's commit message
UPDATE: Tests

v0.1.7

Toggle v0.1.7's commit message
CLEANUP: CMake project structure

v0.1.6

Toggle v0.1.6's commit message
Remove backend-specific config for simplelog

Library cxx_simplelog::simplelog should be generic w/o backend config.
Use cxx_simplelog::simplelog_<BACKEND> library instead if you
need the cmake build configuration for this BACKEND=spdlog, null, ...

Template: project-config.cmake.in
Add find_dependency(spdlog...).

v0.1.5

Toggle v0.1.5's commit message
TWEAK: README

v0.1.4

Toggle v0.1.4's commit message
UPDATE: Inherit log-level and sinks for newly created loggers. Added …

…tests.
0