Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Teach generators how to mark per-config source files | Brad King | 2017-04-13 | 4 | -36/+97 |
* | Xcode: Use config-specific object library files on link lines | Brad King | 2017-04-13 | 1 | -1/+1 |
* | VS: List config-specific object library files on link lines | Brad King | 2017-04-13 | 1 | -11/+10 |
* | cmGeneratorTarget: Add method to collect all sources for all configs | Brad King | 2017-04-13 | 2 | -0/+52 |
* | Merge topic 'xcode-remove-UseObjectLibraries' | Brad King | 2017-04-13 | 3 | -57/+32 |
|\ | |||||
| * | cmGeneratorTarget: Drop unused UseObjectLibraries method | Brad King | 2017-04-12 | 2 | -38/+0 |
| * | Xcode: Inline relevant parts of UseObjectLibraries | Brad King | 2017-04-12 | 1 | -12/+22 |
| * | Xcode: Do not add Object Libraries source group on Xcode >= 5 | Brad King | 2017-04-12 | 1 | -11/+14 |
* | | Merge topic 'CheckSymbolExists-update-docs' | Brad King | 2017-04-13 | 1 | -32/+41 |
|\ \ | |||||
| * | | CheckSymbolExists: Document that intrinsics may not be detected | Brad King | 2017-04-12 | 1 | -2/+2 |
| * | | CheckSymbolExists: Format documentation | Brad King | 2017-04-12 | 1 | -18/+26 |
| * | | CheckSymbolExists: Convert docs to bracket comment syntax | Brad King | 2017-04-12 | 1 | -32/+33 |
| |/ | |||||
* | | Merge topic 'project-description' | Brad King | 2017-04-13 | 13 | -3/+82 |
|\ \ | |||||
| * | | project: Add `DESCRIPTION` parameter | Alex Turbov | 2017-04-11 | 13 | -3/+82 |
* | | | Merge topic 'update-kwsys' | Brad King | 2017-04-13 | 5 | -4/+95 |
|\ \ \ | |||||
| * \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-04-12 | 5 | -4/+95 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | KWSys 2017-04-12 (23a4c211) | KWSys Upstream | 2017-04-12 | 5 | -4/+95 |
* | | | | Merge topic 'include-style' | Brad King | 2017-04-13 | 556 | -750/+867 |
|\ \ \ \ | |||||
| * | | | | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 549 | -726/+726 |
| * | | | | CPack: drop CPack prefix for includes | Daniel Pfeifer | 2017-04-11 | 18 | -24/+30 |
| * | | | | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 111 | -0/+111 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-13 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'vs-refactor-source-loop' | Brad King | 2017-04-12 | 4 | -93/+80 |
|\ \ \ \ | |||||
| * | | | | cmGeneratorTarget: Drop unused GetIDLSources method | Brad King | 2017-04-11 | 2 | -8/+0 |
| * | | | | VS: Refactor loop over classified sources | Brad King | 2017-04-11 | 2 | -85/+80 |
* | | | | | Merge topic 'xcode-object-arch-dir' | Brad King | 2017-04-12 | 3 | -31/+61 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Compute a concrete object file arch dir if possible | Brad King | 2017-04-11 | 2 | -1/+19 |
| * | | | | | Xcode: Refactor object directory name computation | Brad King | 2017-04-11 | 2 | -10/+21 |
| * | | | | | Xcode: Refactor internal architecture list construction | Brad King | 2017-04-11 | 2 | -17/+17 |
| * | | | | | cmGlobalGenerator: Abort generation earlier on export() error | Brad King | 2017-04-11 | 1 | -4/+5 |
* | | | | | | Merge topic 'update-kwiml' | Brad King | 2017-04-12 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'upstream-KWIML' into update-kwiml | Brad King | 2017-04-11 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| | * | | | | | KWIML 2017-04-11 (ffc22537) | KWIML Upstream | 2017-04-11 | 1 | -0/+2 |
* | | | | | | | Merge topic 'doc-cmake-E-copy-no-wildcards' | Brad King | 2017-04-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Add note about cmake -E copy not supporting wildcards | Tim | 2017-04-11 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'macos-hidpi-qt-dialog' | Brad King | 2017-04-12 | 2 | -0/+9 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | macOS: Enable Hi-DPI support in applications by default | Ľubomír Carik | 2017-04-11 | 2 | -0/+9 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-12 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'vs-remove-UseObjectLibraries' | Brad King | 2017-04-11 | 6 | -77/+46 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | VS: Simplify logic collecting object library files as sources | Brad King | 2017-04-11 | 2 | -71/+21 |
| * | | | | | | VS: Simplify use of object libraries in WINDOWS_EXPORT_ALL_SYMBOLS | Brad King | 2017-04-11 | 1 | -1/+0 |
| * | | | | | | cmMakefile: Create an explicit "Object Libraries" source group | Brad King | 2017-04-11 | 3 | -5/+25 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'FindPythonInterp-3.6-windows' | Brad King | 2017-04-11 | 1 | -2/+5 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | FindPythonInterp: Add `-32` and `-64` registry entry variants | Robert Dailey | 2017-04-10 | 1 | -2/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-11 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'release' | Brad King | 2017-04-10 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * | | | | | CMake 3.8.0v3.8.0 | Brad King | 2017-04-10 | 1 | -1/+1 |
* | | | | | | Merge branch 'release' | Brad King | 2017-04-10 | 0 | -0/+0 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'vs-rc-defines' into release | Brad King | 2017-04-10 | 1 | -0/+4 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'vs-rc-defines' | Brad King | 2017-04-10 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | |