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
Carlos Gomes Martinho
286eb59081
docs: spdlog now available in conan center
2020-01-13 08:40:01 +01:00
Gabi Melman
09d729bfba
Update README.md
2019-12-22 19:46:56 +02:00
Gabi Melman
9caaca742e
Update README.md
2019-12-22 19:42:08 +02:00
Gabi Melman
ac95c3ffbf
Update README.md
2019-12-22 19:40:50 +02:00
Gabi Melman
9715d80030
Update README.md
2019-12-22 19:39:52 +02:00
Gabi Melman
a0a1e5c078
Update README.md
2019-12-22 19:37:42 +02:00
Gabi Melman
d7ba1fdd3d
Update README.md
2019-12-22 19:36:58 +02:00
Mike Lezhnin
9858d4e918
Fix a small problem in the basic example
...
The line
```
SPDLOG_TRACE("Some trace message with param {}", {});
```
which normally is discarded at the compile time since by deafult
`SPDLOG_ACTIVE_LEVEL` is at `SPDLOG_LEVEL_INFO`. If however, one goes
to `tweak.me` and sets
```
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
```
suddenly the basic example does not compile any more.
This commit fixes the potential problem.
2019-12-20 11:05:38 +01:00
Gabi Melman
856b4f4654
Update README.md
2019-10-09 23:22:45 +03:00
Gabi Melman
6696416107
Update README.md
2019-09-25 10:58:30 +03:00
Gabi Melman
abc7bfe5c9
Update README.md
2019-09-05 14:46:07 +03:00
Gabi Melman
f0f4499540
Update README.md
2019-09-05 14:42:34 +03:00
Gabi Melman
ac6407bb8e
Update README.md
2019-08-29 01:13:43 +03:00
Gabi Melman
baf08eee09
Update README.md
2019-08-29 01:12:07 +03:00
Gabi Melman
04a43cd6a1
Update README.md
2019-08-29 01:10:50 +03:00
Gabi Melman
37bfa092a5
Update README.md
2019-08-28 20:13:35 +03:00
Gabi Melman
c517cb64ae
Update README.md
2019-08-28 20:08:51 +03:00
Gabi Melman
51e09fa504
Update README.md
2019-08-28 20:07:31 +03:00
Gabi Melman
691172e28b
Update README.md
2019-08-28 19:56:06 +03:00
Gabi Melman
6cf6d2159b
Update README.md
2019-08-28 19:55:10 +03:00