Commit Graph

427 Commits (5e35c2b6abb3138f5227d156b7a68fcf3b0ea35d)

Author SHA1 Message Date
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
Gabi Melman 97fea81599
Update README.md 5 years ago
gabime 7097f7a894 Updated stopwatch example to README.md 5 years ago
gabime 537fd7c4ba Added stopwatch example to README.md 5 years ago
gabime d5048b8b0c Added stopwatch example to README.md 5 years ago
gabime 0348556aac Added stopwatch example to README.md 5 years ago
gk6k6k 38dc0a5c5d
Update README.md
Hi,
fedora yum is obsolite log time ago...
https://www.2daygeek.com/comparison-difference-between-dnf-vs-yum/

Works for fedora 31:

[root@Galleon ~]# uname -a
Linux Galleon 5.6.13-200.fc31.x86_64 #1 SMP Thu May 14 23:26:14 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@Galleon ~]#
5 years ago
Gabi Melman 39150eb8c7
Update README.md 5 years ago
Gabi Melman 83b9149930
Update README.md 5 years ago
Gabi Melman a6dd1a2b4b
Update README.md 5 years ago
Bruce Mitchener 559984b2fe Fix typos. 5 years ago
Gabi Melman 98388d18de
Update README.md 5 years ago
Gabi Melman bbc5753b96
Update README.md 5 years ago
Gabi Melman 564eecaa3b
Update README.md 5 years ago
Gabi Melman 0480920058
Update README.md 5 years ago
Gabi Melman d977dd4395
Update README.md 5 years ago
Gabi Melman ca402379a9
Update README.md 5 years ago
Gabi Melman 903bf2135d
Update README.md 5 years ago
Gabi Melman 1f732585b2
Update README.md 5 years ago
Gabi Melman 224de0601e
Update README.md 5 years ago
Gabi Melman 9b84337830
Update README.md 5 years ago
Gabi Melman a4665c27df
Update README.md 5 years ago
Gabi Melman 3337015346
Update README.md 5 years ago
Gabi Melman b56b6509b1
Update README.md 5 years ago
Gabi Melman ac85e383a9
Update README.md 5 years ago
Gabi Melman c89a5148b2
Update README.md 5 years ago
Gabi Melman c37adba77b
Update README.md 5 years ago
Gabi Melman 95cc3dec3f
Update README.md 5 years ago
Gabi Melman 42c4a91041
Update README.md 5 years ago
Gabi Melman d253dad2ee
Update README.md 5 years ago
Gabi Melman 7f0265e674
Update README.md 5 years ago
Gabi Melman 0a14e491ab
Update README.md 5 years ago
Zyansheep c98152e9d0
Use community database instead of AUR 5 years ago
Zyansheep 7c34859e0c
yaourt is outdated and insecure, use yay
Not maintained anymore: https://archlinux.fr/yaourt-en
Alternatively: spdlog is now apart of the community repo (https://www.archlinux.org/packages/community/x86_64/spdlog/)
5 years ago
Gabi Melman cca004efe4
Update README.md 6 years ago
gabime 332eaaf916 Update readme with custom flags example 6 years ago
Avraham Shukron f0403fa9e4
README: add conda as a supported package manager
spdlog is available on conda-forge for a long time.
https://anaconda.org/conda-forge/spdlog
6 years ago
Gabi Melman 84851e230f
Update README.md 6 years ago
Gabi Melman 52aed9e0de
Update README.md 6 years ago
Gabi Melman ead9a550fd
Update README.md 6 years ago
Gabi Melman cf80b492a3
Update README.md 6 years ago
gabime 69f3d2678e Updated readme. 6 years ago
Gabi Melman 6095db951b
Update README.md 6 years ago
Gabi Melman 62189602cb
Update README.md 6 years ago
Karl Liu 92467db591 add example to FMT_STRING 6 years ago