Commit Graph

49 Commits (150ba9e6dd9d374d5d99dcf42c42bcee6c71a5d4)

Author SHA1 Message Date
Charles Milette 4f80077339
Support compile-time format string checking with std::format (#2544)
* Support compile-time format string checking with std::format

* Fix pre-VS 17.5 compilation

* Fix compilation without wchar_t support

* What am I doing

* Bring back fmt optimization

* Move to_string_view to common.h

* Fix SPDLOG_CONSTEXPR_FUNC emitting duplicate symbol errors when building in C++11

* Also add inline on VS 2013

* Appender doesn't work on wide strings
3 years ago
gabime b59b4a2b45 Rvert suppressing msvc2017 warnings and fix ci instead 3 years ago
Gabi Melman a4743370e2
Update appveyor.yml 3 years ago
Gabi Melman 867df8cf87
Update appveyor.yml
Added fatal warnings option to appveyor
3 years ago
Gabi Melman 0df2582674
Update appveyor.yml 4 years ago
Charless Milette 849e90bd01 Use /std:c++latest 4 years ago
Charless Milette 48e35f9c3e Make clang happy, fix VS 2022 generator name 4 years ago
Charless Milette 44a4517e2b Support C++20 std::format as an alternative to fmtlib 4 years ago
Gabi Melman ece31100e0
Update appveyor.yml 4 years ago
Gabi Melman ce4e1ac54b
Update appveyor.yml 4 years ago
Gabi Melman ac87cbb0d1
Update appveyor.yml 4 years ago
Gabi Melman c65de3d689
Update appveyor.yml 4 years ago
Gabi Melman 1433fa4209
Update appveyor.yml 4 years ago
Gabi Melman d51149e5ac
Update appveyor.yml 4 years ago
Issam E. Maghni 1b3438f5a5 AppVeyor: Use standard BUILD_SHARED_LIBS 5 years ago
Charles Milette 1234cda3b3
Don't build the example with wide filenames 5 years ago
Charles Milette a453bccff0
Better support for / separators on Windows, improve wchar filename coverage 5 years ago
Gabi Melman 7143dbc46a
Update appveyor.yml 5 years ago
Gabi Melman 891cc95add
Update appveyor.yml 5 years ago
Gabi Melman 0246b5657a
Update appveyor.yml 5 years ago
Gabi Melman 26ca1fb9f3
Update appveyor.yml 5 years ago
gabime 8878185628 Add dll configuration to appveyor 5 years ago
gabime abaae6e28b Add dll configuration to appveyor 5 years ago
gabime fc900e2432 Enabled warnings in ci 5 years ago
Gabi Melman 1586c4b0c7
Update appveyor.yml 6 years ago
Gabi Melman 9198e97401
Update appveyor.yml 6 years ago
Gabi Melman 346267c82f
Update appveyor.yml 6 years ago
Gabi Melman 529f72325f
Update appveyor.yml 6 years ago
Gabi Melman 1cf1209586
Update appveyor.yml 6 years ago
Gabi Melman 36774529a4
Update appveyor.yml 6 years ago
Gabi Melman 27dcb1008c
Update appveyor.yml 6 years ago
Gabi Melman e8a9c7b13e
Update appveyor.yml 6 years ago
Gabi Melman 7be59851d5
Update appveyor.yml 6 years ago
Gabi Melman 15cf9ec365
Update appveyor.yml 6 years ago
Gabi Melman c44c904161
Update appveyor.yml 6 years ago
Gabi Melman 9e3d8d1650
Update appveyor.yml 6 years ago
Gabi Melman 7b9668fe01
Update appveyor.yml 6 years ago
Gabi Melman 13e1667d61
Update appveyor.yml 6 years ago
Gabi Melman 3c106c9cec
Update appveyor.yml 6 years ago
Gabi Melman 1988668d10
Update appveyor.yml 6 years ago
Gabi Melman 484d7f91e5
Added vs2017 to appveyor.yml 6 years ago
gabime 3806a9c320 Added wchar api tests to windows 6 years ago
Gabi Melman b97c16a636
Update appveyor.yml 6 years ago
gabime fbe6f945f3 Updated travis and appveyor to new cmake options 6 years ago
gabime c9547f383a Fixed appveyor cmake 6 years ago
Gabi Melman 5191948b64
Update appveyor.yml 7 years ago
Gabi Melman 7442d720f4
Update appveyor.yml 7 years ago
Gabi Melman 7be3d2afe9
Update appveyor.yml 7 years ago
Remigiusz Kołłątaj 2e84ca4fa4 Adding additional build environments for AppVeyor
Signed-off-by: Remigiusz Kołłątaj <remigiusz.kollataj@gmail.com>
8 years ago