Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'CheckTypeSize_#14056' | Brad King | 2014-03-20 | 3 | -3/+16 |
|\ | |||||
| * | CheckTypeSize: Add unit test to cover the no-C case | Daniele E. Domenichelli | 2014-03-17 | 2 | -0/+6 |
| * | CheckTypeSize: Support for CXX when C language is not enabled | Daniele E. Domenichelli | 2014-03-15 | 1 | -3/+10 |
* | | Merge topic 'file-DOWNLOAD-cap-progress' | Brad King | 2014-03-20 | 1 | -0/+5 |
|\ \ | |||||
| * | | file: Avoid runaway DOWNLOAD/UPLOAD progress reports (#14807) | Brad King | 2014-03-17 | 1 | -0/+5 |
* | | | Merge topic 'minor_cleanups' | Brad King | 2014-03-20 | 6 | -40/+21 |
|\ \ \ | |||||
| * | | | cmMakefile: Fix style. | Stephen Kelly | 2014-03-17 | 1 | -1/+1 |
| * | | | cmMakefile: Fix typo in comment. | Stephen Kelly | 2014-03-17 | 1 | -1/+1 |
| * | | | Makefiles: Remove duplicate code. | Stephen Kelly | 2014-03-17 | 2 | -18/+1 |
| * | | | cmGeneratorExpression: Remove unused include. | Stephen Kelly | 2014-03-17 | 1 | -2/+0 |
| * | | | Rename local 'dir_max' variables to 'dir' | Stephen Kelly | 2014-03-17 | 3 | -18/+18 |
| |/ / | |||||
* | | | Merge topic 'fix-AllFindModules-test-module-path' | Brad King | 2014-03-20 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Tests: Teach CMakeOnly.AllFindModules to tolerate a system KDE4 | Brad King | 2014-03-19 | 1 | -0/+3 |
* | | | | Merge topic 'add_custom_command-DEPENDS-genex' | Brad King | 2014-03-20 | 6 | -9/+66 |
|\ \ \ \ | |||||
| * | | | | add_custom_command: Evaluate generator expressions in DEPENDS | Stephen Kelly | 2014-03-20 | 6 | -9/+66 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'Android-platform' | Brad King | 2014-03-20 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Modules: Add an Andriod platform file | Stephen Kelly | 2014-03-20 | 1 | -0/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'fix-out-of-date-CTestTestMemcheck' | Brad King | 2014-03-20 | 1 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | Tests: Prevent unnecessary rebuilds in CTestTestMemcheck | David Cole | 2014-03-20 | 1 | -1/+6 |
* | | | | | Merge topic 'add_custom_command-no-INTERFACE-lib' | Brad King | 2014-03-20 | 6 | -1/+23 |
|\ \ \ \ \ | |||||
| * | | | | | Disallow INTERFACE libraries with add_custom_command(TARGET). | Stephen Kelly | 2014-03-19 | 6 | -1/+23 |
* | | | | | | Merge topic 'fix-Qt5-non-Windows' | Brad King | 2014-03-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | QtDialog: Fix Qt 5 build on non-Windows. | Stephen Kelly | 2014-03-19 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-20 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-19 | 1 | -1/+1 |
* | | | | | Merge branch 'release' | Brad King | 2014-03-18 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | CMake 3.0.0-rc2v3.0.0-rc2 | Brad King | 2014-03-17 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-18 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'release' | Brad King | 2014-03-17 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'CONFIG-LOCATION-CMP0026' into release | Brad King | 2014-03-17 | 21 | -3/+117 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'fix-Qt5-windows-build' into release | Brad King | 2014-03-17 | 1 | -2/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'intel-14-version' into release | Brad King | 2014-03-14 | 2 | -2/+10 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'fix-find_dependency-empty-version' into release | Brad King | 2014-03-14 | 1 | -2/+5 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'target-objects-refactor' | Brad King | 2014-03-17 | 32 | -242/+338 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 10 | -103/+20 |
| * | | | | | | | | cmGeneratorTarget: Don't store ObjectSources for object libraries. | Stephen Kelly | 2014-03-15 | 2 | -7/+4 |
| * | | | | | | | | cmLocalGenerator: Add ComputeObjectFilenames interface. | Stephen Kelly | 2014-03-13 | 14 | -69/+176 |
| * | | | | | | | | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 13 | -75/+84 |
| * | | | | | | | | Constify some APIs in generators. | Stephen Kelly | 2014-03-13 | 8 | -32/+36 |
| * | | | | | | | | cmGeneratorTarget: Make GetSourceDepends const. | Stephen Kelly | 2014-03-13 | 2 | -3/+4 |
| * | | | | | | | | cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const. | Stephen Kelly | 2014-03-13 | 5 | -5/+6 |
| * | | | | | | | | cmGeneratorTarget: Constify the AddExplicitObjectName API. | Stephen Kelly | 2014-03-13 | 2 | -2/+2 |
| * | | | | | | | | cmGeneratorTarget: Constify the AddObject API. | Stephen Kelly | 2014-03-13 | 2 | -2/+3 |
| * | | | | | | | | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 10 | -23/+56 |
| * | | | | | | | | Makefiles: Compute local object files on demand. | Stephen Kelly | 2014-03-13 | 3 | -24/+50 |
* | | | | | | | | | Merge topic 'FindPkgConfig_Extend-PKG_CONFIG_PATH' | Brad King | 2014-03-17 | 15 | -8/+248 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | FindPkgConfig: Extend PKG_CONFIG_PATH using CMake variables (#12926) | Daniele E. Domenichelli | 2014-03-17 | 15 | -8/+248 |
* | | | | | | | | | | Merge topic 'CONFIG-LOCATION-CMP0026' | Brad King | 2014-03-17 | 21 | -3/+117 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cmTarget: Port <CONFIG>_LOCATION support to updated string APIs | Stephen Kelly | 2014-03-17 | 1 | -2/+2 |
| * | | | | | | | | | | Merge branch 'master' into CONFIG-LOCATION-CMP0026 | Brad King | 2014-03-17 | 701 | -7087/+9597 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | | |