Commit Graph

471 Commits (01b3724c484eebb42d83fa21aa8d71a57b2b8fb6)

Author SHA1 Message Date
gabime a29cef5787 Make max_line explicit for qt_color_sink 2 years ago
gabime 9ce7295191 Make max_line explicit for qt_color_sink 2 years ago
gabime 36eb173030 Updated README.md with qt color example 2 years ago
Gabi Melman 5a6b6cafa8
Update README.md 2 years ago
Gabi Melman 32bab0e103
Update README.md 2 years ago
gabime f0e1f22bbc Updated README.md with qt color example 2 years ago
Gabi Melman 57a9fd0841
Update README.md 2 years ago
Kasra Hashemi f9c24d9fa8
Update README.md (#2732)
fixed serious grammar and spelling issues throughout the file without touching the content
2 years ago
Gabi Melman 5a589438d2
Update README.md 3 years ago
Gabi Melman d8c061aa6e
Update README.md 3 years ago
Mohammad Ali 3cab260814
Add a trivial callback sink (#2610)
Add a trivial callback sink
3 years ago
albert-github 5a63426d1c
Spelling corrections (#2606)
Spelling corrections v1.x
3 years ago
Gabi Melman 05e3a73b16
Update README.md 3 years ago
Gabi Melman c92d12bc18
Update README.md 3 years ago
gabime 31d6935b97 updated readme 3 years ago
gabime a7e2bf161e Update user defined type example 3 years ago
offa cf6cdc5ba6 Replace Travis CI Badge with Github Actions 3 years ago
Loren Burkholder afb1699e0a
Add openSUSE installation 3 years ago
Gabi Melman ab7b325906
Update README.md 3 years ago
Gabi Melman 3f49f0f247
Update README.md 4 years ago
Gabi Melman 4cb1187871
Update README.md 4 years ago
Gabi Melman 8dd012096a Update README.md 4 years ago
Gabi Melman cabbe65be4
Update README.md 4 years ago
Gabi Melman 8a6b5b9e62
Update README.md 4 years ago
Gabi Melman c15262c493
Update README.md 4 years ago
Sean Farrell f52d526e1e Add example to replace default logger.
Close #2193
4 years ago
gabime 5b7dfefc7e rename file_event_handlers_t to file_event_handlers 4 years ago
Gabi Melman da621e4402
Update README.md 4 years ago
Gabi Melman ea92864a4d
Update README.md 4 years ago
Gabi Melman a5fa6eb356
Update README.md 4 years ago
Gabi Melman cbaf4880ad
Update README.md 4 years ago
jspraul 8e055a4086
Use generated Status Image
Found out the ~/github vdir portion of the URL is not needed.
4 years ago
jspraul d4967358a5
Update to latest Travis CI Build Status
https://travis-ci.com/gabime/spdlog (404's) → https://app.travis-ci.com/github/gabime/spdlog
https://travis-ci.com/gabime/spdlog.svg?branch=v1.xhttps://app.travis-ci.com/gabime/spdlog.svg?branch=v1.x (Result from clicking Status Image url builder)
4 years ago
Gabi Melman a1d9f501e3
Fix #2075 4 years ago
Gabi Melman 5df9b11141
Update README.md 4 years ago
Michael R. Crusoe 23f47ebc47
List Debian instructions in the README 4 years ago
Gustav 1945a93b33
chore: the link points to the include, make sure the text reflect this 4 years ago
Pranav 890df3d90b
Fixed typo 4 years ago
Gabi Melman 70d2832c0d
Update README.md 4 years ago
Gabi Melman a6987efaec
Update README.md 4 years ago
Gabi Melman ef61fb11f0
Update README.md 4 years ago
Gabi Melman 7d07e0312a
Update README.md 4 years ago
Gabi Melman e1c73fd8f4
Update README.md 4 years ago
Gabi Melman b83ab21283
Update README.md 4 years ago
Gabi Melman 410abc4626
Added the Windows Event logger to readme features 4 years ago
Gabi Melman 69dc173979
Update README.md 5 years ago
Gabi Melman ded8b5ebd4
Added build2 to package managers section in readme 5 years ago
Gabi Melman ed58ae9f98
Revert PR #1851 5 years ago
Klaim (Joël Lamotte) fe74c80992
Add build2 package support
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).
5 years ago
ArnaudBienner 0695d9cb5f
📝 README example: Add {:a} format flag to bin_to_hex example
Add {:a} format flag to bin_to_hex example
5 years ago