| Commit message (Expand) | Author | Age | Files | Lines |
* | CUDA: MSVC pass all cuda gencode flags via AdditionalOptions | Robert Maynard | 2022-06-16 | 1 | -112/+0 |
|
|
* | VS: Add compiler flag table entry for -FI followed by separate argument | Brad King | 2022-04-01 | 7 | -0/+77 |
|
|
* | Merge topic 'vs2022-v143-link-guard-cf' | Brad King | 2022-01-13 | 1 | -7/+0 |
|\ |
|
| * | VS: Remove the '/guard:cf' flag from v143 link flag table | Benjamin Sluis | 2022-01-12 | 1 | -7/+0 |
|
|
* | | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|/ |
|
* | TestDriver: Fix old-style-cast warning in C++ mode | Sylvain Joubert | 2021-10-04 | 1 | -1/+1 |
|
|
* | VS: Fix /reference and /headerUnit flag table entries for v142 and v143 | Brad King | 2021-08-10 | 2 | -4/+4 |
|
|
* | VS: Remove C++ module CompileAs flag table entries for v142 and v143 | Brad King | 2021-07-26 | 2 | -42/+0 |
|
|
* | VS: Remove cl /FS entry from flag table for v142 and v143 | Brad King | 2021-07-26 | 2 | -14/+0 |
|
|
* | Merge topic 'TestDriver-time.h-lint' into release-3.21 | Brad King | 2021-07-19 | 1 | -2/+2 |
|\ |
|
| * | TestDriver: use `CM_NULL` to avoid lints about `nullptr` usage | Ben Boeckel | 2021-07-14 | 1 | -1/+1 |
|
|
| * | TestDriver: suppress deprecated header lints for time.h | Ben Boeckel | 2021-07-14 | 1 | -1/+1 |
|
|
* | | VS: Fix `/sourceDependencies` flag table entries for v143 | Brad King | 2021-07-15 | 1 | -8/+2 |
|
|
* | | VS: Remove broken EnableASAN entry from flag table for v143 | Brad King | 2021-07-15 | 1 | -7/+0 |
|
|
* | | VS: Remove empty ExternalWarningLevel entry from flag table for v143 | Brad King | 2021-07-15 | 1 | -7/+0 |
|
|
* | | VS: Remove empty LanguageStandard entries from flag table for v143 | Brad King | 2021-07-15 | 1 | -14/+0 |
|
|
* | | VS: Remove empty ConformanceMode entry from flag table for v143 | Brad King | 2021-07-15 | 1 | -7/+0 |
|
|
* | | VS: Populate `/JMC-` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -0/+7 |
|
|
* | | VS: Populate `-Qspectre-` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -9/+9 |
|
|
* | | VS: Populate `/Y-` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -1/+1 |
|
|
* | | VS: Add `-Zc:inline[-]` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -0/+7 |
|
|
* | | VS: Fix `/analyze:log` flag mapping for v143 | Brad King | 2021-07-15 | 1 | -14/+4 |
|
|
* | | VS: Remove the /MERGE flag from v143 link flag table | Brad King | 2021-07-15 | 1 | -9/+0 |
|
|
* | | VS: Map the link `/debug` flag for v143 | Brad King | 2021-07-15 | 1 | -10/+18 |
|
|
* | | VS: Fix `/MANIFESTUAC:` link flag mapping for v143 | Brad King | 2021-07-15 | 1 | -25/+4 |
|
|
* | | VS: Add v143 flag tables for VS 17.0 Preview 2 | Brad King | 2021-07-15 | 2 | -0/+2982 |
|
|
* | | VS: Add CSharp VS 2022 compiler version and flag table v143 | Brad King | 2021-07-15 | 1 | -0/+553 |
|
|
* | | VS: Improve v142 CL flag table LanguageStandard ordering | Brad King | 2021-07-15 | 1 | -6/+6 |
|/ |
|
* | TestDriver: Avoid declaring local variable after statement | Brad King | 2021-06-28 | 1 | -2/+4 |
|
|
* | VS: Update v142 CL flag table for VS 17.0 Preview 1 | Brad King | 2021-06-25 | 1 | -0/+7 |
|
|
* | VS: Do not apply any '/external:*' flag table mapping on VS < 16.10 | Brad King | 2021-06-17 | 1 | -0/+8 |
|
|
* | Merge topic 'vs-custom-depfile' | Brad King | 2021-06-10 | 1 | -0/+48 |
|\ |
|
| * | VS: Add support for add_custom_command DEPFILE | Brad King | 2021-06-09 | 1 | -0/+48 |
|
|
* | | VS: Remove the /MERGE flag from FlagTables | Duncan Ogilvie | 2021-06-08 | 6 | -54/+0 |
|/ |
|
* | VS: Update v142 CL flag table for VS 16.10 | Brad King | 2021-06-04 | 1 | -5/+219 |
|
|
* | VS: Update v141 CL flag table for VS 15.9 | Brad King | 2021-06-04 | 1 | -2/+23 |
|
|
* | VS: Re-order v141 and v142 CL flag table entries to match xml files better | Brad King | 2021-06-04 | 2 | -28/+28 |
|
|
* | Merge topic 'vs-16.10-map-external-warnings' | Brad King | 2021-05-28 | 1 | -0/+35 |
|\ |
|
| * | VS: Add flag table entries for '/external:W*' flags in VS 16.10 | Brad King | 2021-05-28 | 1 | -0/+35 |
|
|
* | | Merge topic 'test_driver_tap13_support' | Brad King | 2021-04-29 | 1 | -1/+42 |
|\ \ |
|
| * | | create_test_sourcelist: add test driver option to run all tests | Sergey Bronnikov | 2021-04-28 | 1 | -1/+42 |
|
|
* | | | VS: Revert "Add support for ASAN -fsanitize=address flag" | Brad King | 2021-04-26 | 1 | -7/+0 |
|/ / |
|
* | | Merge topic 'vs-asan' | Brad King | 2021-04-22 | 1 | -0/+7 |
|\ \ |
|
| * | | VS: Add support for ASAN -fsanitize=address flag | oltolm | 2021-04-21 | 1 | -0/+7 |
| |/ |
|
* | | VS: Generalize CSharp /langversion flag mapping | Brad King | 2021-04-21 | 6 | -270/+36 |
|/ |
|
* | CSharp: Add 'warnaserror:...' to v142 flag table for VS | Francois Keith | 2021-01-25 | 1 | -0/+11 |
|
|
* | CSharp: Add 'debug:portable' to v142 flag table for VS | Francois Keith | 2021-01-25 | 1 | -0/+7 |
|
|
* | MSVC: Add support for targeting ARM64EC | Moyo Okeremi 😊 | 2021-01-21 | 2 | -0/+14 |
|
|
* | create_test_sourcelist: fix typo in placeholder name | Sergey Bronnikov | 2020-12-21 | 1 | -1/+1 |
|
|
* | VS: Populate `std:c{11,17}` flag table entries for v142 | Brad King | 2020-09-28 | 1 | -0/+14 |
|
|