| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: fix `readability-redundant-smartptr-get` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `readability-qualified-auto` lints | Ben Boeckel | 2022-11-29 | 1 | -3/+3 |
|
|
* | clang-tidy: fix `modernize-loop-convert` lints | Ben Boeckel | 2022-11-29 | 1 | -8/+6 |
|
|
* | clang-tidy: fix `modernize-raw-string-literal` lints | Ben Boeckel | 2022-11-29 | 1 | -2/+2 |
|
|
* | clang-tidy: fix `performance-unnecessary-value-param` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `readability-else-after-return` lints | Ben Boeckel | 2022-11-29 | 1 | -3/+2 |
|
|
* | clang-tidy: fix `readability-redundant-string-cstr` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `modernize-use-auto` lints | Ben Boeckel | 2022-11-29 | 1 | -8/+4 |
|
|
* | clang-tidy: fix `modernize-use-nullptr` lints | Ben Boeckel | 2022-11-29 | 1 | -7/+7 |
|
|
* | clang-tidy: fix `modernize-pass-by-value` lints | Ben Boeckel | 2022-11-29 | 1 | -2/+2 |
|
|
* | clang-tidy: fix `modernize-use-override` lints | Ben Boeckel | 2022-11-29 | 1 | -3/+3 |
|
|
* | clang-tidy: fix `modernize-use-default-member-init` lints | Ben Boeckel | 2022-11-29 | 1 | -2/+1 |
|
|
* | cmCustomCommandGenerator: refactor GetComment to return std::string | Peter Würth | 2022-11-19 | 1 | -3/+3 |
|
|
* | ASM_MARMASM: Add support for Microsoft ARM assembler language | Ilia K | 2022-11-09 | 1 | -0/+33 |
|
|
* | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -2/+2 |
|
|
* | CUDA: Add Device LTO support for nvcc | Robert Maynard | 2022-07-22 | 1 | -1/+2 |
|
|
* | Genex: Add $<LINK_LIBRARY:...> | Marc Chevrier | 2022-02-07 | 1 | -1/+3 |
|
|
* | Make cmGlobalVisualStudioGenerator::VSVersion enum class | Sumit Bhardwaj | 2022-01-25 | 1 | -5/+8 |
|
|
* | Consolidate usage of VsProjectType | Sumit Bhardwaj | 2021-12-23 | 1 | -2/+4 |
|
|
* | VS: Add custom VCEnd labels only in C# projects | Sumit Bhardwaj | 2021-12-16 | 1 | -3/+2 |
|
|
* | Merge topic 'vs-csproj-scripts' | Brad King | 2021-12-16 | 1 | -1/+12 |
|\ |
|
| * | VS: add missing label in C# project-build events | Steven Boswell | 2021-12-15 | 1 | -1/+12 |
|
|
* | | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -4/+4 |
|/ |
|
* | Merge topic 'vs-csproj-scripts' | Brad King | 2021-12-03 | 1 | -2/+2 |
|\ |
|
| * | VS: Revert "Add missing label in C# project-build events" | Brad King | 2021-12-02 | 1 | -2/+2 |
|
|
* | | Source: Fix possible IWYU warnings in Windows generators | NAKAMURA Takumi | 2021-11-19 | 1 | -2/+19 |
|
|
* | | cmLocalGenerator: Simplify Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -9/+15 |
|
|
* | | Source: Replace C headers with C++ ones | Rose | 2021-11-02 | 1 | -1/+2 |
|/ |
|
* | VS: Map /Y- flag to not use precompiled headers with VS 2008 | Luigi Fiorentini | 2021-09-22 | 1 | -0/+1 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -21/+21 |
|
|
* | Merge topic 'enh-AddCacheEntry-accepts-new-types' | Marc Chevrier | 2021-09-10 | 1 | -1/+1 |
|\ |
|
| * | Use new AddCacheEntry signatures | Marc Chevrier | 2021-09-10 | 1 | -1/+1 |
|
|
* | | VS: Add missing label in C# project-build events | Steven Boswell | 2021-09-09 | 1 | -2/+2 |
|/ |
|
* | cmComputeLinkInformation: Improve type safety of item IsPath member | Brad King | 2021-05-29 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Factor out relative path conversion helpers | Brad King | 2021-05-13 | 1 | -9/+4 |
|
|
* | Source: Remove unnecessary comparisons to nullptr | Vitaly Stakhovsky | 2021-05-10 | 1 | -2/+2 |
|
|
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -4/+5 |
|
|
* | PCH: Remove restrictions for REUSE_FROM signature for MSVC | Cristian Adam | 2021-02-02 | 1 | -1/+2 |
|
|
* | Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC" | Brad King | 2021-02-02 | 1 | -2/+1 |
|
|
* | PCH: Remove restrictions for REUSE_FROM signature for MSVC | Cristian Adam | 2021-02-02 | 1 | -1/+2 |
|
|
* | VS: Remove flag table entries for Fortran /Z* flags | Volker Jacht | 2020-10-22 | 1 | -3/+2 |
|
|
* | Merge topic 'genexpr-for-mfc-flag' | Brad King | 2020-10-01 | 1 | -1/+1 |
|\ |
|
| * | VS: Teach CMAKE_MFC_FLAG to support generator expressions | Andrey Starodubtsev | 2020-09-30 | 1 | -1/+1 |
|
|
* | | VS: Make ImportLibary generation optional | Mark Jansen | 2020-09-30 | 1 | -5/+7 |
|/ |
|
* | VS: Avoid unnecessary duplication of custom commands across targets in VS 9 | Brad King | 2020-09-08 | 1 | -1/+6 |
|
|
* | cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup table | Brad King | 2020-09-08 | 1 | -0/+9 |
|
|
* | cmLocalVisualStudio7Generator: Consolidate target iteration | Brad King | 2020-09-04 | 1 | -33/+11 |
|
|
* | cmLocalVisualStudio7Generator: Generate targets in dependency order | Brad King | 2020-09-04 | 1 | -2/+3 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -6/+8 |
|
|
* | WIN32_EXECUTABLE: Add support for generator expressions | Kyle Edwards | 2020-08-21 | 1 | -1/+1 |
|
|