summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-05-294-9/+18
|\
| * KWSys 2013-05-29 (725e541e)KWSys Robot2013-05-294-9/+18
* | 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 'ExternalData-no-re-stage'Brad King2013-05-284-1/+47
|\ \ \
| * | | ExternalData: Do not re-stage staged object filesBrad King2013-05-244-1/+47
| |/ /
* | | Merge topic 'fix-protobuf-threads'Brad King2013-05-281-0/+13
|\ \ \
| * | | FindProtobuf: also find pthreadMatthew Woehlke2013-05-241-0/+13
* | | | Merge topic 'silence-vs6-warnings'Brad King2013-05-284-4/+18
|\ \ \ \
| * | | | Tests/CompileDefinitions: Avoid spaces in defines on VS 6Stephen Kelly2013-05-244-4/+18
* | | | | Merge topic 'genex-generate-file'Brad King2013-05-2827-0/+430
|\ \ \ \ \
| * | | | | file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-2427-0/+430
* | | | | | Merge topic 'use-java-use-parse-arguments'Brad King2013-05-281-35/+58
|\ \ \ \ \ \
| * | | | | | UseJava.cmake: fully use cmake_parse_arguments in add_jarMatthew Woehlke2013-03-281-35/+58
* | | | | | | 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 'fix-include_directories-whitespace-handling'Brad King2013-05-240-0/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | include_directories: Fix handling of empty or space-only entriesStephen Kelly2013-05-243-2/+28
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'geh-cleanup-identifiers'Brad King2013-05-246-0/+50
|\ \ \ \ \ \
| * | | | | | GenerateExportHeader: Generate only C identifiers as definesStephen Kelly2013-05-246-0/+50
* | | | | | | Merge topic 'geh-MODULE-export'Brad King2013-05-241-5/+3
|\ \ \ \ \ \ \
| * | | | | | | GenerateExportHeader: Allow use of of this macro with MODULEs.Stephen Kelly2013-05-231-5/+3
* | | | | | | | Merge topic 'geh-add-missing-test'Brad King2013-05-241-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests/Module/GenerateExportHeader: Test exported free-functionStephen Kelly2013-05-241-0/+1
* | | | | | | | | Merge topic 'geh-output-tweak'Brad King2013-05-241-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GenerateExportHeader: Add newlines to separate the compiler output.Stephen Kelly2013-05-231-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge topic 'language-generator-expressions'Brad King2013-05-2413-8/+200
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add $<LINK_LANGUAGE> generator expressionStephen Kelly2013-05-2413-8/+200
* | | | | | | | | | Merge topic 'fix-include_directories-whitespace-handling'Brad King2013-05-241-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests/IncludeDirectories: Avoid shared library with no symbolsBrad King2013-05-231-1/+4
* | | | | | | | | | | Merge topic 'Memchecker-Mac-fix'Brad King2013-05-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tests: ignore GuardMalloc messages on all Apple build, not just XCode onesRolf Eike Beer2013-05-231-1/+1
* | | | | | | | | | | | 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-227-51/+145
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Add the JOIN generator expression.Stephen Kelly2013-05-166-3/+61
| * | | | | | | | 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