Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'target-COMPILE_OPTIONS' | Brad King | 2013-06-03 | 18 | -63/+647 |
|\ | |||||
| * | Add target_compile_options command. | Stephen Kelly | 2013-06-02 | 5 | -0/+170 |
| * | Add COMPILE_OPTIONS target property. | Stephen Kelly | 2013-06-02 | 6 | -1/+253 |
| * | cmTarget: Rename LinkInterfaceIncludeDirectoriesEntries | Stephen Kelly | 2013-06-02 | 1 | -6/+6 |
| * | cmTarget: Rename struct to be more re-usable. | Stephen Kelly | 2013-06-02 | 1 | -21/+21 |
| * | Add <LANG>_COMPILER_ID generator expressions. | Stephen Kelly | 2013-06-02 | 2 | -0/+110 |
| * | Add cmLocalGenerator::GetCompileOptions. | Stephen Kelly | 2013-06-02 | 9 | -25/+77 |
| * | VS6: Rename some variables to correspond to config values. | Stephen Kelly | 2013-06-02 | 1 | -10/+10 |
* | | Merge topic 'refactor-try_compile-argument-processing' | Brad King | 2013-06-03 | 1 | -133/+103 |
|\ \ | |||||
| * | | try_compile: Refactor argument processing | Brad King | 2013-05-31 | 1 | -133/+103 |
* | | | Merge topic 'vs-RootNamespace' | Brad King | 2013-06-03 | 2 | -0/+14 |
|\ \ \ | |||||
| * | | | VS: Add VS_GLOBAL_ROOTNAMESPACE target property | John Farrier | 2013-05-31 | 2 | -0/+14 |
* | | | | Merge topic 'fix-style' | Brad King | 2013-06-03 | 2 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | Fix indentation. | Stephen Kelly | 2013-05-29 | 2 | -3/+3 |
* | | | | | Merge topic 'qt4-qt5-CMAKE_AUTOMOC' | Brad King | 2013-06-03 | 1 | -0/+40 |
|\ \ \ \ \ | |||||
| * | | | | | QtAutomoc: Get the Qt version through the target link interface | Stephen Kelly | 2013-05-27 | 1 | -3/+26 |
| * | | | | | Use the qt5::moc imported target instead of a variable. | Stephen Kelly | 2013-05-27 | 1 | -0/+17 |
* | | | | | | Merge topic 'rpath-on-mac' | Brad King | 2013-06-03 | 16 | -33/+372 |
|\ \ \ \ \ \ | |||||
| * | | | | | | OS X: Add support for @rpath in export files. | Clinton Stimpson | 2013-06-03 | 9 | -1/+65 |
| * | | | | | | Xcode: Add rpath support in Xcode generator. | Clinton Stimpson | 2013-06-03 | 1 | -0/+23 |
| * | | | | | | OS X: Add RPATH support for Mac. | Clinton Stimpson | 2013-06-03 | 7 | -32/+284 |
* | | | | | | | Merge topic 'xcode-shlib-versioning' | Brad King | 2013-06-03 | 1 | -15/+79 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Xcode: Add support for shared library versioning | Clinton Stimpson | 2013-05-29 | 1 | -15/+79 |
* | | | | | | | Merge topic 'framework-refactor' | Brad King | 2013-06-03 | 15 | -167/+228 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 15 | -167/+228 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-06-03 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-06-02 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-06-01 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'fix-try_compile-library-spaces' | Brad King | 2013-05-31 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | try_compile: Trim whitespace from LINK_LIBRARIES entries | Stephen Kelly | 2013-05-30 | 1 | -1/+1 |
* | | | | | | Merge topic 'fix-INCLUDE_DIRECTORIES-genex-read' | Brad King | 2013-05-31 | 1 | -37/+77 |
|\ \ \ \ \ \ | |||||
| * | | | | | | GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-05-30 | 1 | -1/+15 |
| * | | | | | | GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode. | Stephen Kelly | 2013-05-30 | 1 | -35/+46 |
| * | | | | | | cmTarget: Remove some hardcoding of transitive property names. | Stephen Kelly | 2013-05-30 | 1 | -2/+17 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-31 | 1 | -1/+1 |
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2013-05-30 | 4 | -9/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-05-29 | 4 | -9/+18 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-30 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-29 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge topic 'fix-try_compile-library-spaces' | Brad King | 2013-05-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | try_compile: Fix quoting of libraries in generated CMakeLists.txt | Brad King | 2013-05-24 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge topic 'genex-generate-file' | Brad King | 2013-05-28 | 7 | -0/+359 |
|\ \ \ \ \ | |||||
| * | | | | | file: Add GENERATE command to produce files at generate time | Stephen Kelly | 2013-05-24 | 7 | -0/+359 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-28 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-27 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-26 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-25 | 1 | -1/+1 |
* | | | | | Merge topic 'language-generator-expressions' | Brad King | 2013-05-24 | 5 | -8/+84 |
|\ \ \ \ \ | |||||
| * | | | | | Add $<LINK_LANGUAGE> generator expression | Stephen Kelly | 2013-05-24 | 5 | -8/+84 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-24 | 1 | -1/+1 |