summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Genex: Disallow LINKER_LANGUAGE only when used on a static library.Stephen Kelly2013-07-264-8/+12
* cmTarget: Fix iface libraries and languages for static libraries.Stephen Kelly2013-07-267-1/+45
* cmTarget: Remove duplicates when printing traces of tll signaturesStephen Kelly2013-07-261-1/+7
* Export: Fix typo of LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-07-263-3/+3
* Docs: Document variables for default visibility values.Stephen Kelly2013-07-261-0/+16
* Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs.Stephen Kelly2013-07-261-14/+5
* Docs: Trim trailing whitespace in generated doc.Stephen Kelly2013-07-262-2/+2
* Docs: Document existing target property debugging options.Stephen Kelly2013-07-261-3/+5
* Qt4Macros: Simplify some variable population.Stephen Kelly2013-07-261-4/+2
* Qt4Macros: Remove undefined varible use.Stephen Kelly2013-07-261-1/+1
* Qt4Macros: Remove unneeded generate CONDITION.Stephen Kelly2013-07-261-1/+0
* Docs: Document file(GENERATE) CONDITION as optional.Stephen Kelly2013-07-251-1/+1
* Merge topic 'dev/export-target-without-language'Brad King2013-07-257-0/+26
|\
| * export: Error when exporting a target without a languageBen Boeckel2013-07-257-0/+26
* | Merge topic 'doc-RunCMake-strips-expected'Brad King2013-07-251-1/+1
|\ \ | |/ |/|
| * Tests/RunCMake: Document stripping of expected outputBen Boeckel2013-07-251-1/+1
* | Merge topic 'tll-new-signatures'Brad King2013-07-2530-19/+407
|\ \
| * | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-2430-19/+407
* | | Merge topic 'compile-defs-debugging'Brad King2013-07-251-0/+13
|\ \ \
| * | | Test COMPILE_DEFINITIONS target property get/set/get round-tripBrad King2013-07-241-0/+13
* | | | Merge topic 'fix-FindQt4-available-modules'Brad King2013-07-251-1/+1
|\ \ \ \
| * | | | FindQt4: Re-add QAxServer to the QT_MODULES.Stephen Kelly2013-07-241-1/+1
* | | | | Merge topic 'doc-CMAKE_lang_FLAGS'Brad King2013-07-251-2/+6
|\ \ \ \ \
| * | | | | Document CMAKE_<LANG>_FLAGS variable (#14305)Sebastian Leske2013-07-241-2/+6
* | | | | | CMake Nightly Date StampKitware Robot2013-07-251-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'framework-interface-includes'Brad King2013-07-247-0/+60
|\ \ \ \ \
| * | | | | Use linked frameworks as a source of include directories.Stephen Kelly2013-07-247-0/+60
* | | | | | Merge topic 'dev/property-append-with-empty-string'Brad King2013-07-244-2/+15
|\ \ \ \ \ \
| * | | | | | set_property: Do not remove a property when APPENDing nothingBen Boeckel2013-07-244-2/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'FindCuda_more_search_paths'Brad King2013-07-241-1/+5
|\ \ \ \ \ \
| * | | | | | FindCUDA: Search for libraries in <prefix>/lib/<arch>/nvidida-current.Robert Maynard2013-07-221-1/+5
* | | | | | | Merge topic 'windows_ninja_duplicate_paths'Brad King2013-07-241-18/+22
|\ \ \ \ \ \ \
| * | | | | | | Ninja: Properly convert all paths to unix style before we do set intersection.Robert Maynard2013-07-221-18/+22
* | | | | | | | Merge topic 'fix-FindQt4-available-modules'Brad King2013-07-241-18/+12
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | FindQt4: Don't use Qt component _FOUND vars before they're defined (#14286)Stephen Kelly2013-07-241-18/+12
* | | | | | | | Merge topic 'minor-cleanups'Brad King2013-07-242-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove TODO to uniq COMPILE_OPTIONSStephen Kelly2013-07-181-1/+1
| * | | | | | | | Don't add trailing whitespace to error message.Stephen Kelly2013-07-181-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'fix-mapped-config-genex'Brad King2013-07-243-2/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | Genex: Fix $<CONFIG> with IMPORTED targets and multiple locations.Stephen Kelly2013-07-243-2/+61
* | | | | | | | | Merge topic 'remove-LINK_LANGUAGE-genex'Brad King2013-07-2413-110/+53
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Remove the LINK_LANGUAGE generator expression.Stephen Kelly2013-07-2413-110/+53
| | |/ / / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2013-07-241-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2013-07-231-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'AddCommentsToExportsFile'Brad King2013-07-221-1/+3
|\ \ \ \ \ \ \
| * | | | | | | ExportTargets: add one more comment to the generated file.Alex Neundorf2013-07-191-1/+3
* | | | | | | | Merge topic 'rpath-on-mac'Brad King2013-07-228-22/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | OS X: Fix regression handling frameworks for NinjaClinton Stimpson2013-07-222-3/+11
| * | | | | | | | OS X: Enable rpath support on Mac OS X when find_library() is used.Clinton Stimpson2013-07-166-19/+56
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'SelectLibraryConfigurations'Brad King2013-07-222-45/+31
|\ \ \ \ \ \ \ \