summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'update-kwsys'Brad King2013-01-089-600/+639
|\
| * Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-01-089-600/+639
| |\
| | * KWSys 2013-01-07 (fc60c8b8)KWSys Robot2013-01-089-600/+639
* | | Merge topic 'include-dirs-convenience'Brad King2013-01-087-1/+64
|\ \ \
| * | | Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable.Stephen Kelly2013-01-087-1/+64
* | | | Merge topic 'qt4-version-openssl'Brad King2013-01-081-5/+5
|\ \ \ \
| * | | | FindQt4: set QT_VERSION_* variables sooner.Clinton Stimpson2013-01-071-5/+5
| | |/ / | |/| |
* | | | Merge topic 'vs11-external-object'Brad King2013-01-081-5/+20
|\ \ \ \
| * | | | VS11: Simplify external object file handling (#13831)Brad King2013-01-071-5/+20
| |/ / /
* | | | Merge topic 'deprecate-load_command'Brad King2013-01-087-32/+1
|\ \ \ \
| * | | | Revert "load_command: Deprecate and document pending removal"Brad King2013-01-077-32/+1
* | | | | CMake Nightly Date StampKitware Robot2013-01-081-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'osx-implicit-link-dirs'Brad King2013-01-0713-29/+220
|\ \ \ \
| * | | | OS X: Detect implicit linker framework search pathsBrad King2012-12-1110-22/+94
| * | | | OS X: Detect implicit link directories on modern toolchainsBrad King2012-12-115-15/+134
| * | | | OS X: Link with all framework search paths, not just the lastBrad King2012-12-111-1/+1
* | | | | Merge topic 'interface-includes-defines'Brad King2013-01-0726-118/+817
|\ \ \ \ \
| * | | | | Handle INTERFACE properties transitively for includes and defines.Stephen Kelly2013-01-059-2/+243
| * | | | | Populate the ExportedTargets member early in GenerateMainFileStephen Kelly2013-01-052-22/+28
| * | | | | Make cycles in target properties ignored, not an error.Stephen Kelly2013-01-053-11/+25
| * | | | | Use mapped config properties to evaluate $<CONFIG>Stephen Kelly2013-01-053-39/+72
| * | | | | Make all relevant targets available in the genex context.Stephen Kelly2013-01-055-6/+29
| * | | | | Add API to populate INTERFACE properties in exported targets.Stephen Kelly2013-01-052-0/+74
| * | | | | Add API to extract target names from a genex string.Stephen Kelly2013-01-052-0/+140
| * | | | | Add the TARGET_NAME generator expression.Stephen Kelly2013-01-058-0/+45
| * | | | | Allow generator expressions to require literals.Stephen Kelly2013-01-051-0/+17
| * | | | | GenEx: Add expressions to specify build- or install-only valuesStephen Kelly2013-01-058-38/+144
* | | | | | Merge topic 'ninja-codeblocks-gui'Brad King2013-01-071-0/+5
|\ \ \ \ \ \
| * | | | | | Ninja: fix building from Codeblocks GUIPeter Kümmel2013-01-051-0/+5
* | | | | | | Merge topic 'doc-Xcode-obj-lib-workaround'Brad King2013-01-071-0/+4
|\ \ \ \ \ \ \
| * | | | | | | add_library: Document object library portability suggestionBrad King2013-01-041-0/+4
* | | | | | | | Merge topic 'test-genex-custom-command'Brad King2013-01-071-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Add test for custom command with a genex referring to a target.Stephen Kelly2013-01-071-0/+6
| |/ / / / / / /
* | | | | | | | Merge topic 'fix-genex-with-no-target'Brad King2013-01-071-0/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't crash when a target is expected but is not available.Stephen Kelly2013-01-031-0/+15
| |/ / / / / / /
* | | | | | | | Merge topic 'qt4-target-depends'Brad King2013-01-074-0/+100
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Qt4: Add module dependencies to the IMPORTED targetsStephen Kelly2013-01-074-0/+100
* | | | | | | | CMake Nightly Date StampKitware Robot2013-01-071-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2013-01-061-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-01-051-1/+1
| |_|/ / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-01-041-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'fix-test-warnings'Brad King2013-01-031-1/+1
|\ \ \ \ \
| * | | | | Tests: Fix warning about unused variableStephen Kelly2013-01-031-1/+1
* | | | | | Merge topic 'FixSDLSearchPaths'Brad King2013-01-035-5/+10
|\ \ \ \ \ \
| * | | | | | FindSDL_...: Restore dropped search paths (#13819)Benjamin Eikel2012-12-305-5/+10
* | | | | | | Merge topic 'fix-13789-wix-ui-enhancements'Brad King2013-01-033-0/+42
|\ \ \ \ \ \ \
| * | | | | | | CPack: WIX Product Icon, UI Banner, UI Dialog support (#13789)Eric LaFranchi2012-12-283-0/+42
* | | | | | | | Merge topic 'include-dirs-debugging'Brad King2013-01-0324-142/+409
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a way to print the origins of used include directories.Stephen Kelly2013-01-037-0/+123
| * | | | | | | | Keep track of INCLUDE_DIRECTORIES as a vector of structs.Stephen Kelly2013-01-0315-98/+243