| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -4/+4 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -38/+38 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -38/+38 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -5/+7 |
|/ |
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -9/+9 |
|\ |
|
| * | cmGeneratorTarget: Move GetPDBDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|
|
| * | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -7/+7 |
|
|
* | | cmLocalGenerator: Add current source directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -8/+8 |
|
|
* | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -3/+3 |
|/ |
|
* | cmGeneratorTarget: Add methods for generate-time source addition. | Stephen Kelly | 2015-10-07 | 1 | -2/+6 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+14 |
|
|
* | VS: Add manifest tool settings to VS 8 and 9 project files | Brad King | 2015-09-17 | 1 | -10/+14 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -3/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -3/+4 |
|
|
* | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|