| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+1 |
|
|
* | Merge topic 'sourceFile-new-properties' | Brad King | 2018-01-25 | 1 | -63/+39 |
|\ |
|
| * | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -1/+12 |
|
|
| * | VisualStudio generators: refactoring | Marc Chevrier | 2018-01-23 | 1 | -62/+21 |
|
|
| * | sourceFile properties: add property COMPILE_OPTIONS | Marc Chevrier | 2018-01-23 | 1 | -0/+6 |
|
|
* | | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -1/+1 |
|/ |
|
* | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode | Brad King | 2018-01-12 | 1 | -7/+17 |
|
|
* | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode | Brad King | 2018-01-12 | 1 | -2/+5 |
|
|
* | cmLocalVisualStudio7Generator: Clarify variable name of compiled language | Brad King | 2018-01-11 | 1 | -4/+6 |
|
|
* | cmLocalVisualStudio7Generator: Clarify condition for target that compiles | Brad King | 2018-01-11 | 1 | -1/+1 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -15/+12 |
|
|
* | Merge topic 'per-source-COMPILE_LANGUAGE-genex-support' | Brad King | 2017-12-14 | 1 | -15/+22 |
|\ |
|
| * | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 1 | -15/+22 |
|
|
* | | cmIDEOptions: use std::string instead of const char* | Vitaly Stakhovsky | 2017-12-09 | 1 | -2/+2 |
|/ |
|
* | Add generator expression support to per-source COMPILE_DEFINITIONS | Marc Chevrier | 2017-12-05 | 1 | -3/+3 |
|
|
* | Merge topic 'src-genex-refactoring' | Brad King | 2017-12-05 | 1 | -3/+2 |
|\ |
|
| * | Refactor per-source generator expression evaluation | Marc Chevrier | 2017-12-04 | 1 | -3/+2 |
|
|
* | | Use CM_FALLTHROUGH in Windows-specific code | Brad King | 2017-12-04 | 1 | -0/+2 |
|/ |
|
* | cmSourceGroup: Return strings from GetName and GetFullName | Brad King | 2017-11-15 | 1 | -1/+1 |
|
|
* | VS,Xcode: Add CMakeLists.txt sources without mutating targets | Brad King | 2017-10-18 | 1 | -46/+54 |
|
|
* | VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS property | Brad King | 2017-10-03 | 1 | -1/+1 |
|
|
* | Merge topic 'auto_ptr' | Brad King | 2017-09-27 | 1 | -2/+2 |
|\ |
|
| * | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -2/+2 |
|
|
* | | VS: Adapt project parsers to support "ProjectGUID" without curly brackets | Fredrik Orderud | 2017-09-26 | 1 | -1/+4 |
|/ |
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -3/+3 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -2/+2 |
|
|
* | MSVC: Add support for ARM64 architecture | Minmin Gong | 2017-09-12 | 1 | -0/+1 |
|
|
* | Performance: Fix a few more unnecessary vector copies missed in af3fd6f | Aaron Orenstein | 2017-08-18 | 1 | -8/+9 |
|
|
* | IPO: Consider support for each language separately | Brad King | 2017-06-14 | 1 | -1/+1 |
|
|
* | Merge topic '16760-refactor-get-mac-content-directory' | Brad King | 2017-04-21 | 1 | -2/+4 |
|\ |
|
| * | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -2/+4 |
|
|
* | | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -20/+9 |
|/ |
|
* | VS: Teach generators how to mark per-config source files | Brad King | 2017-04-13 | 1 | -21/+42 |
|
|
* | VS: List config-specific object library files on link lines | Brad King | 2017-04-13 | 1 | -11/+10 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | VS: Simplify logic collecting object library files as sources | Brad King | 2017-04-11 | 1 | -26/+21 |
|
|
* | Merge topic 'ipo-policy-CMP0069' | Brad King | 2017-03-31 | 1 | -0/+3 |
|\ |
|
| * | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -0/+3 |
|
|
* | | VS: Fix OBJECT library support in Intel Fortran projects | Christian Pfeiffer | 2017-03-28 | 1 | -4/+6 |
|/ |
|
* | Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS' | Brad King | 2017-03-22 | 1 | -1/+1 |
|\ |
|
| * | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files | Brad King | 2017-03-21 | 1 | -1/+1 |
|
|
* | | fix include order of windows.h | Daniel Pfeifer | 2017-03-14 | 1 | -1/+1 |
|/ |
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -18/+9 |
|
|
* | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -7/+5 |
|
|
* | VS: Refactor AdditionalOptions generation | Brad King | 2017-02-15 | 1 | -4/+0 |
|
|
* | VS: Fix quoting of special characters in cmake re-run check commands | Brad King | 2017-02-06 | 1 | -4/+2 |
|
|
* | Add generator expression support to per-source COMPILE_FLAGS | Zsolt Parragi | 2016-10-28 | 1 | -1/+3 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -38/+39 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|