summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | QtAutomoc: Get the Qt version through the target link interfaceStephen Kelly2013-05-271-3/+26
| * | | | | | | | | Use the qt5::moc imported target instead of a variable.Stephen Kelly2013-05-271-0/+17
* | | | | | | | | | Merge topic 'rpath-on-mac'Brad King2013-06-0316-33/+372
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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-037-32/+284
* | | | | | | | | | | Merge topic 'xcode-shlib-versioning'Brad King2013-06-031-15/+79
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Xcode: Add support for shared library versioningClinton Stimpson2013-05-291-15/+79
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'framework-refactor'Brad King2013-06-0315-167/+228
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-2315-167/+228
* | | | | | | | | | 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 '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 'update-kwsys'Brad King2013-05-304-9/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-294-9/+18
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-05-301-1/+1
|/ / / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-05-291-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge topic 'fix-try_compile-library-spaces'Brad King2013-05-281-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | try_compile: Fix quoting of libraries in generated CMakeLists.txtBrad King2013-05-241-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'genex-generate-file'Brad King2013-05-287-0/+359
|\ \ \ \ \ \ \
| * | | | | | | file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-247-0/+359
* | | | | | | | CMake Nightly Date StampKitware Robot2013-05-281-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-05-271-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2013-05-261-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2013-05-251-1/+1
* | | | | | | Merge topic 'language-generator-expressions'Brad King2013-05-245-8/+84
|\ \ \ \ \ \ \
| * | | | | | | Add $<LINK_LANGUAGE> generator expressionStephen Kelly2013-05-245-8/+84
* | | | | | | | CMake Nightly Date StampKitware Robot2013-05-241-1/+1
* | | | | | | | Merge topic 'xcode-attributes-variant'Brad King2013-05-231-2/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Xcode: Support XCODE_ATTRIBUTE_ with [variant=<config>] (#12532)Cédric OCHS2013-05-221-2/+33
* | | | | | | | | Merge topic 'xcode-shared-linker-flags-per-config'Brad King2013-05-231-17/+13
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Xcode: Honor CMAKE_(MODULE|SHARED)_LINKER_FLAGS_<CONFIG> (#14161)Matthew Bentham2013-05-221-17/+13
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2013-05-231-1/+1
* | | | | | | | Merge topic 'join-genex'Brad King2013-05-223-48/+116
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Add the JOIN generator expression.Stephen Kelly2013-05-162-0/+32
| * | | | | | | Make it possible for any genex to have arbitrary content at the end.Stephen Kelly2013-05-161-1/+14
| * | | | | | | Rename the method determining if a genex accepts arbitrary content.Stephen Kelly2013-05-161-6/+8
| * | | | | | | Extract the ProcessArbitraryContent method.Stephen Kelly2013-05-162-41/+62
* | | | | | | | Merge topic 'LinkLine-typedef'Brad King2013-05-221-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | cmTarget: drop the unused local typedef LinkLineRolf Eike Beer2013-05-221-2/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'wizard-cleanup'Brad King2013-05-221-7/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | wizard: simplify control flowRolf Eike Beer2013-05-221-5/+2
| * | | | | | | | wizard: fix warningsRolf Eike Beer2013-05-211-2/+2
| |/ / / / / / /