Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmLocalGenerator: Constify AppendDefines and AddCompileDefinitions | Brad King | 2016-06-10 | 2 | -7/+10 |
* | Merge topic 'refactor-cmLocalGenerator-flags' | Brad King | 2016-06-10 | 4 | -58/+66 |
|\ | |||||
| * | cmLocalGenerator: Move GetFrameworkFlags implementation to private helper | Tobias Hunger | 2016-06-09 | 1 | -9/+19 |
| * | cmLocalGenerator: Adopt GetFrameworkFlags method | Tobias Hunger | 2016-06-09 | 4 | -54/+55 |
| * | cmCommonTargetGenerator: De-duplicate CMAKE_BUILD_TYPE lookup | Tobias Hunger | 2016-06-08 | 1 | -6/+3 |
* | | Merge topic 'cmake-gui-osx-symlink-qt5-plugin' | Brad King | 2016-06-10 | 1 | -0/+34 |
|\ \ | |||||
| * | | cmake-gui: Teach Qt5 where plugins are when launched through a symlink | Robert Maynard | 2016-06-09 | 1 | -0/+34 |
| * | | Merge branch 'fix-TARGET_PROPERTY-LOCATION-crash' into release | Brad King | 2016-06-02 | 1 | -3/+9 |
| |\ \ | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-10 | 1 | -1/+1 |
* | | | | Merge topic 'ninja-no-ranlib-windows' | Brad King | 2016-06-09 | 2 | -1/+19 |
|\ \ \ \ | |||||
| * | | | | Run ranlib on archives only if the tool is available | Brad King | 2016-06-08 | 2 | -1/+19 |
* | | | | | Merge topic 'refactor-cmLocalGenerator-flags' | Brad King | 2016-06-09 | 5 | -16/+17 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | cmLocalGenerator: Pass configuration to GetTargetFlags | Tobias Hunger | 2016-06-08 | 5 | -16/+17 |
* | | | | | Merge topic 'small-cleanups' | Brad King | 2016-06-09 | 9 | -43/+32 |
|\ \ \ \ \ | |||||
| * | | | | | Prefer std::ostream& over derivatives as parameters | Daniel Pfeifer | 2016-06-08 | 6 | -14/+13 |
| * | | | | | cmake: remove unnused member Verbose | Daniel Pfeifer | 2016-06-08 | 2 | -8/+2 |
| * | | | | | cmake: Fix constness of methods | Stephen Kelly | 2016-06-08 | 2 | -14/+15 |
| * | | | | | cmake: Make internal method file static | Stephen Kelly | 2016-06-08 | 2 | -4/+2 |
| * | | | | | Parser: Merge identical conditions | Stephen Kelly | 2016-06-08 | 1 | -3/+0 |
| |/ / / / | |||||
* | | | | | Merge topic 'xmlwriter' | Brad King | 2016-06-09 | 3 | -85/+85 |
|\ \ \ \ \ | |||||
| * | | | | | CPack/PackageMaker: port to cmXMLWriter | Daniel Pfeifer | 2016-06-09 | 3 | -85/+85 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-09 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'find_path-in-framework' | Brad King | 2016-06-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | find_path: Fix location of <dir/header.h> in a framework on OS X | Harry Mallon | 2016-06-07 | 1 | -1/+1 |
* | | | | | Merge topic 'clang-format-again' | Brad King | 2016-06-08 | 6 | -110/+75 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Source/CPack: Run clang-format to fix style | Brad King | 2016-06-07 | 6 | -110/+75 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'remove-c_str' | Brad King | 2016-06-07 | 21 | -90/+88 |
|\ \ \ | |||||
| * | | | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 20 | -84/+80 |
| * | | | call static cmOutputConverter::GetFortranFormat without object | Daniel Pfeifer | 2016-06-06 | 3 | -6/+8 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-07 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'productbuild' | Brad King | 2016-06-06 | 8 | -386/+801 |
|\ \ \ | |||||
| * | | | productbuild: Add new productbuild cpack generator. | Clinton Stimpson | 2016-06-03 | 6 | -1/+328 |
| * | | | PackageMaker: factor out common code for creating pkg files. | Clinton Stimpson | 2016-06-02 | 5 | -388/+476 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-06 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-05 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-04 | 1 | -1/+1 |
* | | | | Merge topic 'minor-cleanups' | Brad King | 2016-06-03 | 1 | -5/+1 |
|\ \ \ \ | |||||
| * | | | | cmLocalGenerator: Consolidate conditions in AddArchitectureFlags | Brad King | 2016-06-02 | 1 | -5/+1 |
* | | | | | Merge topic 'fix-TARGET_PROPERTY-LOCATION-crash' | Brad King | 2016-06-03 | 1 | -3/+9 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix crash on $<TARGET_PROPERTY:...,LOCATION> genex (#16134) | Brad King | 2016-06-02 | 1 | -3/+9 |
* | | | | | Merge topic 'size-empty' | Brad King | 2016-06-03 | 16 | -32/+34 |
|\ \ \ \ \ | |||||
| * | | | | | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 16 | -32/+34 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'simplify-boolean-expressions' | Brad King | 2016-06-03 | 37 | -169/+73 |
|\ \ \ \ \ | |||||
| * | | | | | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 37 | -169/+73 |
| | |_|/ / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-03 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'minor-cleanups' | Brad King | 2016-06-02 | 4 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | cmGlobalGenerator: Make IsMultiConfig() const | Tobias Hunger | 2016-06-01 | 4 | -4/+4 |
| |/ / / | |||||
* | | | | Merge topic 'bin-dir-option' | Brad King | 2016-06-02 | 5 | -9/+22 |
|\ \ \ \ | |||||
| * | | | | Add option to control 'bin' directory of CMake's own installation (#16076) | Nicolas BUNEL | 2016-06-01 | 5 | -9/+22 |
| |/ / / |