summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-0524-0/+228
|\
| * Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-025-20/+75
| * Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-0222-0/+173
* | CMake Nightly Date StampKitware Robot2013-06-051-1/+1
* | Merge topic 'fix-variable_watch-cases'Brad King2013-06-049-18/+32
|\ \
| * | variable_watch: Print accesses as "CMake Debug Log" messagesBrad King2013-06-033-11/+11
| * | variable_watch: Remove leftover debugging code (#14187)Brad King2013-06-034-13/+13
| * | variable_watch: Add test for MODIFIED_ACCESS reportBrad King2013-06-035-0/+13
| * | variable_watch: Add missing string enumeration entry (#14188)Yichao Yu2013-06-031-0/+1
* | | Merge topic 'update-kwsys'Brad King2013-06-044-13/+85
|\ \ \
| * | | bootstrap: Compile KWSys SystemTools with UTIME(S|NSAT) valuesBrad King2013-06-031-1/+9
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-06-033-12/+76
| |\ \ \ | | |/ / | |/| |
| | * | KWSys 2013-05-31 (dccf7725)KWSys Robot2013-06-033-12/+76
* | | | Merge topic 'cfbundle-location'Brad King2013-06-048-51/+29
|\ \ \ \
| * | | | OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-038-51/+29
* | | | | Merge topic 'qt4-macros-TARGET-arg'Brad King2013-06-046-38/+140
|\ \ \ \ \
| * | | | | Qt4Macros: Allow specifying a TARGET in invokations of macros.Stephen Kelly2013-06-036-38/+140
* | | | | | CMake Nightly Date StampKitware Robot2013-06-041-1/+1
* | | | | | Merge topic 'escape-regex-specials-in-path'Brad King2013-06-037-37/+53
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'master' into escape-regex-specials-in-pathRolf Eike Beer2013-06-03332-1297/+5781
| |\ \ \ \ \ | | |/ / / /
| * | | | | Fix test failures caused by regexp-sensitive characters in the build pathsModestas Vainius2013-06-037-36/+52
* | | | | | Merge topic 'useless-MATCHES'Brad King2013-06-039-25/+19
|\ \ \ \ \ \
| * | | | | | replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-029-25/+19
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-0325-63/+752
|\ \ \ \ \ \
| * | | | | | Add target_compile_options command.Stephen Kelly2013-06-029-0/+242
| * | | | | | Add COMPILE_OPTIONS target property.Stephen Kelly2013-06-0210-1/+286
| * | | | | | cmTarget: Rename LinkInterfaceIncludeDirectoriesEntriesStephen Kelly2013-06-021-6/+6
| * | | | | | cmTarget: Rename struct to be more re-usable.Stephen Kelly2013-06-021-21/+21
| * | | | | | Add <LANG>_COMPILER_ID generator expressions.Stephen Kelly2013-06-022-0/+110
| * | | | | | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-029-25/+77
| * | | | | | VS6: Rename some variables to correspond to config values.Stephen Kelly2013-06-021-10/+10
| |/ / / / /
* | | | | | 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