| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Convert: Move access to CurrentBinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -6/+8 |
|
|
* | Convert: Avoid START_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -5/+5 |
|
|
* | Convert: Replace Convert(FULL) with equivalent | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | Convert: Replace UNCHANGED conversions with new API call | Stephen Kelly | 2016-08-27 | 1 | -10/+8 |
|
|
* | VS: Replace FULL/UNCHANGED conversion with equivalent | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports | Yury Zhuravlev | 2016-07-11 | 1 | -2/+4 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -4/+4 |
|
|
* | call static cmOutputConverter::GetFortranFormat without object | Daniel Pfeifer | 2016-06-06 | 1 | -2/+4 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -18/+23 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1252/+962 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -14/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+34 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -5/+5 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+2 |
|
|
* | VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990) | Brad King | 2016-03-29 | 1 | -0/+5 |
|
|
* | VS: Fix WinCE remote debugger tool per-config target name | Brad King | 2016-03-17 | 1 | -1/+2 |
|
|
* | VS: Optionally generate remote directory for WinCE projects | Andrej Bosik | 2016-03-15 | 1 | -0/+26 |
|
|
* | cmLocalVisualStudio7Generator: Fix name of helper function | Brad King | 2016-03-09 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget: Add API for property keys | Stephen Kelly | 2015-10-27 | 1 | -5/+6 |
|
|
* | VS7: Port some implementation details to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -4/+4 |
|
|
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -4/+4 |
|
|
* | VS: Port interface to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -2/+2 |
|
|
* | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port ImplibDir to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -5/+3 |
|
|
* | VS7: Port to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -110/+98 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -24/+21 |
|
|
* | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|