| Commit message (Expand) | Author | Age | Files | Lines |
* | Genex: Memoize usage requirement TARGET_PROPERTY existence | Brad King | 2019-07-23 | 1 | -0/+5 |
|
|
* | Genex: Optimize usage requirement TARGET_PROPERTY recursion | Brad King | 2019-07-23 | 1 | -0/+7 |
|
|
* | De-duplicate checks for whether a platform uses Windows DLLs | Brad King | 2019-07-12 | 1 | -1/+0 |
|
|
* | Refactor checks for whether a target has an import library | Brad King | 2019-07-12 | 1 | -2/+6 |
|
|
* | BUILD_RPATH/INSTALL_RPATH: Add generator expression support | Kyle Edwards | 2019-06-25 | 1 | -1/+7 |
|
|
* | Refactor: introduce method cmGeneratorTarget::GetFilePostfix | Marc Chevrier | 2019-05-02 | 1 | -0/+3 |
|
|
* | Refactor: Add new methods to retrieve prefix and suffix | Marc Chevrier | 2019-04-10 | 1 | -0/+14 |
|
|
* | Genex: Add capability to retrieve base name for various target artifacts | Marc Chevrier | 2019-04-08 | 1 | -0/+3 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -3/+3 |
|
|
* | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 1 | -6/+12 |
|
|
* | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -2/+3 |
|
|
* | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -5/+0 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -5/+5 |
|
|
* | cmTarget,cmGeneratorTarget: Add optional `before` parameter to AddSource | Sebastian Holtermann | 2019-01-18 | 1 | -2/+2 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -31/+13 |
|
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+5 |
|
|
* | Merge topic 'fix-custom-target-with-csharp' | Brad King | 2018-11-01 | 1 | -5/+1 |
|\ |
|
| * | CSharp: Fix regression in VS project type selection for custom target | Brad King | 2018-10-31 | 1 | -5/+1 |
|
|
* | | Add generator APIs to get build settings with backtraces | Brad King | 2018-10-18 | 1 | -6/+25 |
|
|
* | | add_dependencies: Track backtraces internally | Brad King | 2018-10-18 | 1 | -2/+1 |
|
|
* | | cmLinkItem: Add backtrace | Brad King | 2018-10-18 | 1 | -1/+3 |
|
|
* | | cmGeneratorTarget::GetExportMacro: return const std::string* | Vitaly Stakhovsky | 2018-10-16 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'fix-csharp-target-type' | Brad King | 2018-10-03 | 1 | -1/+1 |
|\ |
|
| * | CSharp: Fix regression in VS project type selection | Brad King | 2018-10-02 | 1 | -1/+1 |
|
|
* | | LINK_DIRECTORIES: Add new properties and commands | Marc Chevrier | 2018-09-25 | 1 | -2/+6 |
|
|
* | | cmGeneratorTarget: Factor target name resolution out of link item resolution | Brad King | 2018-09-12 | 1 | -0/+7 |
|
|
* | | cmLinkItem: Convert to a "sum type" over a string and target pointer | Brad King | 2018-09-07 | 1 | -1/+1 |
|
|
* | | static library: add property STATIC_LIBRARY_OPTIONS | Marc Chevrier | 2018-08-15 | 1 | -0/+3 |
|
|
* | | Return std::string from cmGeneratorTarget::ImportedGetLocation | Sebastian Holtermann | 2018-07-11 | 1 | -1/+1 |
|
|
* | | Merge topic 'safe_property' | Brad King | 2018-07-03 | 1 | -0/+3 |
|\ \ |
|
| * | | Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFile | Sebastian Holtermann | 2018-07-02 | 1 | -0/+3 |
|
|
* | | | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 1 | -0/+4 |
|/ / |
|
* | | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -0/+6 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -5/+5 |
|
|
* | cmGeneratorTarget: Make import library checks config-aware | Michael Stürmer | 2018-04-05 | 1 | -4/+4 |
|
|
* | cmGeneratorTarget: add GetManagedType() and CheckManagedType() methods | Michael Stürmer | 2018-04-05 | 1 | -0/+17 |
|
|
* | cmGeneratorTarget: add HasLanguage() as wrapper for GetLanguages() | Michael Stürmer | 2018-04-05 | 1 | -0/+6 |
|
|
* | Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories | Brad King | 2018-03-12 | 1 | -1/+2 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Autogen: Clear sources meta data cache | Sebastian Holtermann | 2017-08-10 | 1 | -0/+5 |
|
|
* | Diagnose object library self-reference | Brad King | 2017-07-14 | 1 | -0/+5 |
|
|
* | IPO: Consider support for each language separately | Brad King | 2017-06-14 | 1 | -2/+3 |
|
|
* | Features: Refactor <LANG>_STANDARD update | Brad King | 2017-05-01 | 1 | -0/+2 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -3/+2 |
|
|
* | cmGeneratorTarget::SourceFileFlags: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -5/+0 |
|
|
* | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 1 | -0/+1 |
|\ |
|
| * | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -0/+1 |
|
|
* | | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -16/+26 |
|/ |
|