summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use --sysroot when cross compiling.Stephen Kelly2013-06-0710-9/+136
* CMake Nightly Date StampKitware Robot2013-06-061-1/+1
* Merge topic 'fix-genex-HEAD-target'Brad King2013-06-053-4/+20
|\
| * Genex: Fix the HEAD target used for evaluated expressionsStephen Kelly2013-06-053-4/+20
* | Merge topic 'xcode-framework-paths'Brad King2013-06-051-11/+7
|\ \
| * | Xcode: Fix framework search paths in STATIC library targets (#14191)Brad King2013-06-041-11/+7
* | | Merge topic 'fix-path-root-dot-dot'Brad King2013-06-051-0/+5
|\ \ \
| * | | get_filename_component: Test ABSOLUTE of .. after root componentBrad King2013-06-041-0/+5
* | | | Merge topic 'update-kwsys'Brad King2013-06-051-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-06-041-1/+1
| |\ \ \
| | * | | KWSys 2013-06-03 (d79a792e)KWSys Robot2013-06-041-1/+1
* | | | | Merge topic 'doc-CMAKE_PARENT_LIST_FILE'Brad King2013-06-051-5/+6
|\ \ \ \ \
| * | | | | Docs: Clarify CMAKE_PARENT_LIST_FILE (#14194)Brad King2013-06-041-5/+6
* | | | | | Merge topic 'suppress-unused-cli-with-value-in-cache'Brad King2013-06-055-12/+49
|\ \ \ \ \ \
| * | | | | | CLI: Suppress the unused warning if the key value pair is cached.Stephen Kelly2013-06-045-12/+49
* | | | | | | Merge topic 'cleanups'Brad King2013-06-052-8/+6
|\ \ \ \ \ \ \
| * | | | | | | Add some spaces to the INCLUDE_DIRECTORIES documentation.Stephen Kelly2013-06-041-6/+6
| * | | | | | | Remove unused cmAddDefinitionsCommand::ParseDefinition method.Stephen Kelly2013-06-041-2/+0
* | | | | | | | Merge topic 'add_compile_options-command'Brad King2013-06-058-1/+202
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce add_compile_options command.Stephen Kelly2013-06-048-1/+202
| |/ / / / / / /
* | | | | | | | Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-0524-0/+228
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-025-20/+75
| * | | | | | | | Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-0222-0/+173
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-06-051-1/+1
* | | | | | | | | Merge topic 'fix-variable_watch-cases'Brad King2013-06-049-18/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | variable_watch: Print accesses as "CMake Debug Log" messagesBrad King2013-06-033-11/+11
| * | | | | | | | | variable_watch: Remove leftover debugging code (#14187)Brad King2013-06-034-13/+13
| * | | | | | | | | variable_watch: Add test for MODIFIED_ACCESS reportBrad King2013-06-035-0/+13
| * | | | | | | | | variable_watch: Add missing string enumeration entry (#14188)Yichao Yu2013-06-031-0/+1
* | | | | | | | | | Merge topic 'update-kwsys'Brad King2013-06-044-13/+85
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | bootstrap: Compile KWSys SystemTools with UTIME(S|NSAT) valuesBrad King2013-06-031-1/+9
| * | | | | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-06-033-12/+76
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | / / / | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | KWSys 2013-05-31 (dccf7725)KWSys Robot2013-06-033-12/+76
* | | | | | | | | Merge topic 'cfbundle-location'Brad King2013-06-048-51/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-038-51/+29
* | | | | | | | | | Merge topic 'qt4-macros-TARGET-arg'Brad King2013-06-046-38/+140
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Qt4Macros: Allow specifying a TARGET in invokations of macros.Stephen Kelly2013-06-036-38/+140
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-06-041-1/+1
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge topic 'escape-regex-specials-in-path'Brad King2013-06-037-37/+53
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into escape-regex-specials-in-pathRolf Eike Beer2013-06-03332-1297/+5781
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Fix test failures caused by regexp-sensitive characters in the build pathsModestas Vainius2013-06-037-36/+52
* | | | | | | | | Merge topic 'useless-MATCHES'Brad King2013-06-039-25/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | replace string(... MATCHES "^const$) with string(... STREQUAL "const")Rolf Eike Beer2013-06-029-25/+19
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-0325-63/+752
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add target_compile_options command.Stephen Kelly2013-06-029-0/+242
| * | | | | | | | | Add COMPILE_OPTIONS target property.Stephen Kelly2013-06-0210-1/+286
| * | | | | | | | | cmTarget: Rename LinkInterfaceIncludeDirectoriesEntriesStephen Kelly2013-06-021-6/+6
| * | | | | | | | | cmTarget: Rename struct to be more re-usable.Stephen Kelly2013-06-021-21/+21
| * | | | | | | | | Add <LANG>_COMPILER_ID generator expressions.Stephen Kelly2013-06-022-0/+110
| * | | | | | | | | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-029-25/+77