500-internal-server-error d7d5e314db
Fix building with (mostly) default flags on Windows MinGW
It's already being done for Cygwin, presumably for the same reasons.
Clang auto-applies `-mbig-obj` as needed it seems:
https://reviews.llvm.org/D102419

Tests against `std::filesystem` remain broken, though, and building
with MinGW still requires disabling them manually with
`-DGHC_FILESYSTEM_BUILD_STD_TESTING=NO`:
https://github.com/gulrak/filesystem/issues/189#issuecomment-2571334165
2025-02-19 20:24:57 +07:00
..
cmake refs #68, updated readme, fix for failing CI on VS2019. 2020-08-29 20:34:59 +02:00
catch.hpp Update Catch header to v2.13.7 to fix tests against glibc 2.34 2021-11-22 22:34:41 +00:00
CMakeLists.txt Fix building with (mostly) default flags on Windows MinGW 2025-02-19 20:24:57 +07:00
exception.cpp use macro protect all throw function directly 2020-04-07 10:30:36 +08:00
filesystem_test.cpp Fix handling of trailing slash 2024-02-21 17:55:00 -06:00
fwd_test.cpp Added support for forwarding/implementation includes to enhance compile time and hide system headers. 2019-03-24 01:53:44 -07:00
impl_test.cpp Fix for merge error and failing impl_test compile. 2021-05-23 16:27:54 +02:00
multi1.cpp Version bump release v1.5.12 2022-04-03 11:40:58 +02:00
multi2.cpp Version Bump to v1.3.0, switch to MIT license 2020-02-08 18:22:37 +01:00