- 07 Jul, 2020 1 commit
-
-
escherstair authored
-
- 31 Mar, 2019 1 commit
-
-
Mark Stapper authored
-
- 27 Mar, 2019 1 commit
-
-
Mark Stapper authored
Resolve namespace issues Add workaround for compile error on bool template argument of ArgArray struct Squelch bcc32 warning on accessing the digits array Squelch bcc32 warning on unused values Fix warnings about redefinig macros and conditions always true Disable "LConv" block for bcc32 compiler Remove macro test for deprecated macro Fix appveyor-build for cmake v3.13+
-
- 04 Jul, 2018 1 commit
-
-
Victor Zverovich authored
-
- 09 May, 2018 1 commit
-
-
Jean-Michaël Celerier authored
Else on windows across DLLs the vtable is not visible which causes linking error
-
- 27 Apr, 2018 1 commit
-
-
Henry Schreiner authored
-
- 22 Apr, 2018 1 commit
-
-
Gabi Melman authored
-
- 12 Apr, 2018 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 11 Apr, 2018 2 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 08 Apr, 2018 1 commit
-
-
Victor Zverovich authored
-
- 23 Mar, 2018 1 commit
-
-
Victor Zverovich authored
-
- 07 Feb, 2018 1 commit
-
-
Victor Zverovich authored
-
- 02 Feb, 2018 1 commit
-
-
Victor Zverovich authored
-
- 27 Jan, 2018 1 commit
-
-
Giuseppe Corbelli authored
-
- 21 Jan, 2018 1 commit
-
-
peterbell10 authored
-
- 20 Jan, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 13 Jan, 2018 1 commit
-
-
Victor Zverovich authored
-
- 28 Dec, 2017 1 commit
-
-
Tim Blechmann authored
the transition from v3 to v4 introduced an API change that format.h does not provide printf functionality. to easi the transition we introduce a define `FMT_FORMAT_PROVIDE_PRINTF` that will pull in printf.h from format.h
-
- 20 Dec, 2017 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 16 Dec, 2017 2 commits
-
-
Virgilio Alexandre Fornazin authored
Added support for pre-c++17 experimental string_view
-
Victor Zverovich authored
-
- 28 Nov, 2017 1 commit
-
-
Mihai Todor authored
-
- 14 Nov, 2017 1 commit
-
-
Mike Crowe authored
CMake's GNUInstallDirs knows where particular Linux architectures and distributions want to have their libraries installed. In particular, Debian-derived "multi-arch" distributions keep their libraries in triplet sudirectories under /lib. Other "bi-arch" distributions keep 64-bit libraries in /lib64. Including GNUInstallDirs and using CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR means that fmt's libraries and header files are installed in the correct locations. Tested with OpenEmbedded and on Debian GNU/Linux 9 (the special naming only applies when installing in /usr.)
-
- 12 Nov, 2017 2 commits
-
-
Victor Zverovich authored
-
JP Cimalando authored
-
- 09 Nov, 2017 2 commits
-
-
Victor Zverovich authored
-
Alex Alabuzhev authored
-
- 05 Nov, 2017 1 commit
-
-
virgiliofornazin authored
-
- 22 Oct, 2017 1 commit
-
-
Ludek Vodicka authored
FMT_VARIADIC_CONST - Support for const variadic methods
-
- 18 Oct, 2017 1 commit
-
-
Michael Winterberg authored
This is to avoid using functionality deprecated in C++17.
-
- 15 Oct, 2017 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
yumetodo authored
./fmt/fmt/format.h(308,10): warning : unknown pragma ignored [-Wunknown-pragmas] ^ 1 warning generated. format.cc In file included from fmt\fmt\format.cc:28: fmt\fmt/format.h(308,10): warning : unknown pragma ignored [-Wunknown-pragmas] ^ fmt\fmt\format.cc(165,17): warning : 'strerror' is deprecated: This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations] buffer_ = strerror(error_code_); ^ C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\string.h(178,24) : note: 'strerror' has been explicitly marked deprecated here _ACRTIMP char* __cdecl strerror( ^ fmt\fmt\format.cc(78,37): warning : unused function 'strerror_s' [-Wunused-function] static inline fmt::internal::Null<> strerror_s(char *, std::size_t, ...) { ^ 3 warnings generated. refactor: use attribute to remove -Wunused-function warnings instead of dummy function call
-
- 14 Oct, 2017 1 commit
-
-
Victor Zverovich authored
-