- 06 Dec, 2018 2 commits
-
-
Gabi Melman authored
Corrected the text alignment in the example
-
Budo Zindovic authored
I've changed the alignment character in the example to illustrate left alignment of text.
-
- 05 Dec, 2018 1 commit
-
-
gabime authored
-
- 04 Dec, 2018 2 commits
-
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
- 02 Dec, 2018 9 commits
-
-
gabime authored
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
gabime authored
-
Gabi Melman authored
CMake: include(CTest) only when building tests.
-
David P. Sicilia authored
This is needed because ENABLE_TESTING is no longer enabled by default.
-
David P. Sicilia authored
This is needed in order to support usage of this library as a subdirectory in a parent project. In that situation, prior to this change, the inclusion of CTest would unconditionally enable BUILD_TESTING which would then bleed into other parts of the project. Also added some comments explaining how this logic works.
-
- 29 Nov, 2018 1 commit
-
-
gabime authored
-
- 28 Nov, 2018 3 commits
-
-
Gabi Melman authored
Fix some minor warnings found with a recent clang version
-
David P. Sicilia authored
Perhaps this casting should not happen to begin with, but better to make it explicit where it is happening for readability. This fixes a compiler warning.
-
David P. Sicilia authored
-
- 27 Nov, 2018 4 commits
-
-
Gabi Melman authored
Fix exceptions on file size calculation on Windows XP x64 and Windows Server 2003 x64
-
Adi Lester authored
-
Adi Lester authored
For some reason, `_fstat64` fails with errno 22 on Windows Server 2003 x64 when compiled using the `v141_xp` toolset. Using `_filelengthi64` instead solves this issue
-
Gabi Melman authored
-
- 25 Nov, 2018 2 commits
- 24 Nov, 2018 15 commits
- 22 Nov, 2018 1 commit
-
-
gabime authored
-