summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge topic 'refactor-try_compile-argument-processing'Brad King2013-06-0336-133/+191
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | try_compile: Refactor argument processingBrad King2013-05-3112-142/+120
| * | | | | | | | | try_compile: Add test for bad call error casesBrad King2013-05-3132-0/+80
* | | | | | | | | | Merge topic 'vs-RootNamespace'Brad King2013-06-032-0/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | VS: Add VS_GLOBAL_ROOTNAMESPACE target propertyJohn Farrier2013-05-312-0/+14
* | | | | | | | | | | Merge topic 'fix-style'Brad King2013-06-032-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix indentation.Stephen Kelly2013-05-292-3/+3
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindImageMagick-v6-includes'Brad King2013-06-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindImageMagick: Find v6 include dir (#14174)Funda Wang2013-05-281-1/+1
* | | | | | | | | | | | Merge topic 'SelectLibraryConfigurations-cached-library'Brad King2013-06-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SelectLibraryConfigurations: Fix for cached <base>_LIBRARYBjoern Thiel2013-05-281-1/+1
* | | | | | | | | | | | | Merge topic 'qt4-qt5-CMAKE_AUTOMOC'Brad King2013-06-037-3/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | QtAutomoc: Get the Qt version through the target link interfaceStephen Kelly2013-05-277-5/+80
| * | | | | | | | | | | | | Use the qt5::moc imported target instead of a variable.Stephen Kelly2013-05-272-1/+18
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'rpath-on-mac'Brad King2013-06-0329-33/+626
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | OS X: Add test for rpaths on Mac.Clinton Stimpson2013-06-0312-0/+249
| * | | | | | | | | | | | | OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-039-1/+65
| * | | | | | | | | | | | | Xcode: Add rpath support in Xcode generator.Clinton Stimpson2013-06-031-0/+23
| * | | | | | | | | | | | | OS X: Add RPATH support for Mac.Clinton Stimpson2013-06-038-32/+289
* | | | | | | | | | | | | | Merge topic 'xcode-shlib-versioning'Brad King2013-06-032-21/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Xcode: Add support for shared library versioningClinton Stimpson2013-05-292-21/+81
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'framework-refactor'Brad King2013-06-0316-169/+229
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-2316-169/+229
* | | | | | | | | | | | | Merge topic 'fix-qt4_use_modules-QtAx'Brad King2013-06-031-8/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules.Stephen Kelly2013-06-031-8/+16
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'find-Qt4-granular-modules'Brad King2013-06-031-20/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | FindQt4: Don't fail if certain Qt modules are unavailable.Stephen Kelly2013-06-031-20/+34
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2013-06-031-1/+1
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2013-06-021-1/+1
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2013-06-011-1/+1
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge topic 'fix-try_compile-library-spaces'Brad King2013-05-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | try_compile: Trim whitespace from LINK_LIBRARIES entriesStephen Kelly2013-05-301-1/+1
* | | | | | | | | | | | Merge topic 'FindBoost-normalize-slashes'Brad King2013-05-311-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | FindBoost: Fix handling of \ in input paths (#14179)Brad King2013-05-301-2/+10
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'test-INCLUDE_DIRECTORIES-genex-read'Brad King2013-05-313-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-303-0/+33
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'fix-INCLUDE_DIRECTORIES-genex-read'Brad King2013-05-311-37/+77
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-301-1/+15
| * | | | | | | | | | | GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode.Stephen Kelly2013-05-301-35/+46
| * | | | | | | | | | | cmTarget: Remove some hardcoding of transitive property names.Stephen Kelly2013-05-301-2/+17
| |/ / / / / / / / / /
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2013-05-311-1/+1
* | | | | | | | | | | Merge topic 'fix-FileIsDirectory-SEGV'Brad King2013-05-307-0/+25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | if: Add test for IS_DIRECTORYBrad King2013-05-287-0/+25
| * | | | | | | | | | | Merge branch 'master' into fix-FileIsDirectory-SEGVBrad King2013-05-28118-463/+3411
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176)Brad King2013-05-281-4/+13
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'update-kwsys'Brad King2013-05-304-9/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-294-9/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | KWSys 2013-05-29 (725e541e)KWSys Robot2013-05-294-9/+18
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2013-05-301-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2013-05-291-1/+1
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |