summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get_filename_component: Test ABSOLUTE of .. after root componentBrad King2013-06-041-0/+5
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-06-041-1/+1
|\
| * KWSys 2013-06-03 (d79a792e)KWSys Robot2013-06-041-1/+1
* | 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 '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
* | | | | | | | | 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
| | |/ / / / / / / | |/| | | | | | |