summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* check for Haiku only with __HAIKU__Rolf Eike Beer2013-01-072-9/+2
* Haiku no longer defines __BEOS__Rolf Eike Beer2013-01-073-4/+4
* bootstrap: use better defaults for HaikuRolf Eike Beer2013-01-071-1/+3
* 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
| * | | | | | Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressionsStephen Kelly2012-12-206-45/+44
* | | | | | | Merge topic 'fix-12904-avoid-overflow'Brad King2013-01-034-1/+107
|\ \ \ \ \ \ \
| * | | | | | | Add CTestLimitDashJ test (#12904)David Cole2013-01-033-0/+101
| * | | | | | | CTest: Prevent creation of unbounded number of tests in ctest (#12904)Casey Goodlett2012-12-181-1/+6
* | | | | | | | Merge topic 'iface-depends'Brad King2013-01-036-2/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | Make targets depend on the link interface of their dependees.Stephen Kelly2013-01-036-2/+89
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'genex-cleanup'Brad King2013-01-031-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace some 'if' with 'else if'Stephen Kelly2012-12-231-4/+4
* | | | | | | | | Merge topic 'update-kwsys'Brad King2013-01-0314-1727/+130
|\ \ \ \ \ \ \ \ \