summaryrefslogtreecommitdiff
path: root/test cases/windows/3 cpp
AgeCommit message (Collapse)Author
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz
Otherwise it always returns the value for c++98, starting with MSVC 2017 15.7 or later. Earlier versions are not affected by this mis-feature. See: https://docs.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=msvc-160 This was originally applied as 0b97d585480e973d8b149618901f7a4ddfa1a906 but later reverted because it made the CI red. Try it again, now. Original-patch-by: Dylan Baker <dylan@pnwbakers.com> Co-authored-by: Dylan Baker <dylan@pnwbakers.com>
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen
This reverts commit 0b97d585480e973d8b149618901f7a4ddfa1a906.
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker
Otherwise it always returns the value for c++98, starting with MSVC 2017 15.7 or later. Earlier versions are not affected by this mis-feature
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-04-19Fixed Windows garbage line endings.Jussi Pakkanen
2013-04-19Added test case for Windows cpp building.Jussi Pakkanen