| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-07 | Fix test case numbers. | Jussi Pakkanen | |
| 2022-05-08 | compilers/c++: Add MSVC option to make the __cplusplus define accurate | Eli 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-15 | Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate" | Jussi Pakkanen | |
| This reverts commit 0b97d585480e973d8b149618901f7a4ddfa1a906. | |||
| 2021-08-11 | compilers/c++: Add MSVC option to make the __cplusplus define accurate | Dylan 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 | |||
