Commit Graph

426 Commits

Author SHA1 Message Date
Gabi Melman
69dc173979
Update README.md 2021-03-03 00:17:33 +02:00
Gabi Melman
ded8b5ebd4
Added build2 to package managers section in readme 2021-03-03 00:16:59 +02:00
Gabi Melman
ed58ae9f98
Revert PR #1851 2021-03-02 22:49:11 +02:00
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).
2021-02-27 14:45:55 +01:00
ArnaudBienner
0695d9cb5f
📝 README example: Add {:a} format flag to bin_to_hex example
Add {:a} format flag to bin_to_hex example
2020-11-22 20:54:28 +01:00
Gabi Melman
97fea81599
Update README.md 2020-08-31 03:51:17 +03:00
gabime
7097f7a894 Updated stopwatch example to README.md 2020-08-29 03:50:48 +03:00
gabime
537fd7c4ba Added stopwatch example to README.md 2020-08-29 03:49:18 +03:00
gabime
d5048b8b0c Added stopwatch example to README.md 2020-08-29 03:48:24 +03:00
gabime
0348556aac Added stopwatch example to README.md 2020-08-29 03:46:29 +03:00
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 ~]#
2020-08-20 11:01:49 +02:00
Gabi Melman
39150eb8c7
Update README.md 2020-06-18 18:43:12 +03:00
Gabi Melman
83b9149930
Update README.md 2020-05-14 00:13:56 +03:00
Gabi Melman
a6dd1a2b4b
Update README.md 2020-05-02 09:15:08 +03:00
Bruce Mitchener
559984b2fe Fix typos. 2020-05-01 08:54:16 +07:00
Gabi Melman
98388d18de
Update README.md 2020-04-26 19:55:58 +03:00
Gabi Melman
bbc5753b96
Update README.md 2020-04-26 19:53:58 +03:00
Gabi Melman
564eecaa3b
Update README.md 2020-04-26 19:50:33 +03:00
Gabi Melman
0480920058
Update README.md 2020-04-26 19:49:12 +03:00
Gabi Melman
d977dd4395
Update README.md 2020-04-26 09:40:56 +03:00
Gabi Melman
ca402379a9
Update README.md 2020-04-26 09:35:52 +03:00
Gabi Melman
903bf2135d
Update README.md 2020-04-26 09:34:03 +03:00
Gabi Melman
1f732585b2
Update README.md 2020-04-26 09:26:52 +03:00
Gabi Melman
224de0601e
Update README.md 2020-04-26 09:24:33 +03:00
Gabi Melman
9b84337830
Update README.md 2020-04-26 09:23:31 +03:00
Gabi Melman
a4665c27df
Update README.md 2020-04-26 09:20:14 +03:00
Gabi Melman
3337015346
Update README.md 2020-04-26 09:19:05 +03:00
Gabi Melman
b56b6509b1
Update README.md 2020-04-23 02:49:37 +03:00
Gabi Melman
ac85e383a9
Update README.md 2020-04-23 02:48:50 +03:00
Gabi Melman
c89a5148b2
Update README.md 2020-04-14 12:48:11 +03:00
Gabi Melman
c37adba77b
Update README.md 2020-04-14 12:47:18 +03:00
Gabi Melman
95cc3dec3f
Update README.md 2020-04-14 00:42:01 +03:00
Gabi Melman
42c4a91041
Update README.md 2020-04-13 22:07:51 +03:00
Gabi Melman
d253dad2ee
Update README.md 2020-04-13 21:46:29 +03:00
Gabi Melman
7f0265e674
Update README.md 2020-04-13 21:35:39 +03:00
Gabi Melman
0a14e491ab
Update README.md 2020-04-11 11:19:17 +03:00
Zyansheep
c98152e9d0
Use community database instead of AUR 2020-03-26 16:25:38 -04:00
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/)
2020-03-26 11:45:22 -04:00
Gabi Melman
cca004efe4
Update README.md 2020-03-22 17:19:11 +02:00
gabime
332eaaf916 Update readme with custom flags example 2020-03-21 15:54:01 +02:00
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
2020-03-15 21:59:34 +02:00
Gabi Melman
84851e230f
Update README.md 2020-03-06 15:33:24 +02:00
Gabi Melman
52aed9e0de
Update README.md 2020-03-06 15:32:51 +02:00
Gabi Melman
ead9a550fd
Update README.md 2020-03-06 15:32:23 +02:00
Gabi Melman
cf80b492a3
Update README.md 2020-03-06 15:31:38 +02:00
gabime
69f3d2678e Updated readme. 2020-03-06 15:30:14 +02:00
Gabi Melman
6095db951b
Update README.md 2020-03-04 14:12:56 +02:00
Gabi Melman
62189602cb
Update README.md 2020-03-03 09:51:56 +02:00
Karl Liu
92467db591 add example to FMT_STRING 2020-02-21 02:06:06 +08:00
X Nephila
26bdf66659
latest spdlog now available on MacPorts
I am the maintainer of spdlog on MacPorts, now the latest version(1.4.2) of spdlog is available on MacPorts.
2020-01-14 07:04:27 +08:00