| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | cmGeneratorTarget: Add method to get the object file directory | Brad King | 2017-04-18 | 1 | -0/+4 |
|
|
* | cmGeneratorTarget: Factor out a GetTargetObjectNames method | Brad King | 2017-04-18 | 1 | -0/+5 |
|
|
* | cmGeneratorTarget: Drop default GetLinkerLanguage config argument | Brad King | 2017-04-17 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Drop obj libs from GetConfigCommonSourceFiles | Brad King | 2017-04-13 | 1 | -0/+5 |
|
|
* | cmGeneratorTarget: Add method to collect all sources for all configs | Brad King | 2017-04-13 | 1 | -0/+15 |
|
|
* | Merge topic 'xcode-remove-UseObjectLibraries' | Brad King | 2017-04-13 | 1 | -3/+0 |
|\ |
|
| * | cmGeneratorTarget: Drop unused UseObjectLibraries method | Brad King | 2017-04-12 | 1 | -3/+0 |
|
|
* | | Merge topic 'include-style' | Brad King | 2017-04-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget: Drop unused GetIDLSources method | Brad King | 2017-04-11 | 1 | -2/+0 |
|/ |
|
* | cmGeneratorTarget: Replace source classifier implementation | Brad King | 2017-04-07 | 1 | -20/+41 |
|
|
* | Merge topic '16733-bundle-genex' | Brad King | 2017-03-31 | 1 | -7/+16 |
|\ |
|
| * | Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressions | Gregor Jasny | 2017-03-30 | 1 | -0/+1 |
|
|