summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-07-301-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge topic 'fix-export-includes-crash'Brad King2013-07-293-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES.Stephen Kelly2013-07-293-1/+8
* | | | | | | | | Merge topic 'PrintHelperFunctions'Brad King2013-07-291-0/+146
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add macros cmake_print_properties() and cmake_print_variables()Alex Neundorf2013-07-271-0/+146
| |/ / / / / / / /
* | | | | | | | | Merge topic 'memcheck_pre_post_args'Brad King2013-07-292-4/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "CTest: fix pre and post test commands with spaces" (#13887)Rolf Eike Beer2013-07-272-4/+7
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindPNG-dbg-rel'Brad King2013-07-291-3/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPNG: improve library detection (#14301)Rolf Eike Beer2013-07-271-3/+30
| |/ / / / / / / /
* | | | | | | | | Merge topic 'rpath-on-mac'Brad King2013-07-291-1/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | OS X: If necessary, use xcrun to help find otool used to query install names.Clinton Stimpson2013-07-271-1/+9
| |/ / / / / / / /
* | | | | | | | | Merge topic 'DocumentGraphvisOptions'Brad King2013-07-292-2/+87
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | graphvizoptions: add copyright noticeAlex Neundorf2013-07-261-0/+14
| * | | | | | | | | Add documentation for the --graphviz supportAlex Neundorf2013-07-262-2/+73
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'ninja_bad_cmcldeps_paths'Brad King2013-07-294-9/+82
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Ninja: Update BuildDepends test to verify cmcldeps depfiles.Robert Maynard2013-07-263-0/+58
| * | | | | | | | Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc'Reid Kleckner2013-07-261-9/+24
* | | | | | | | | Merge topic 'minor-cleanups'Brad King2013-07-2917-37/+97
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Genex: Disallow LINKER_LANGUAGE only when used on a static library.Stephen Kelly2013-07-264-8/+12
| * | | | | | | | | cmTarget: Fix iface libraries and languages for static libraries.Stephen Kelly2013-07-267-1/+45
| * | | | | | | | | cmTarget: Remove duplicates when printing traces of tll signaturesStephen Kelly2013-07-261-1/+7
| * | | | | | | | | Export: Fix typo of LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-07-263-3/+3
| * | | | | | | | | Docs: Document variables for default visibility values.Stephen Kelly2013-07-261-0/+16
| * | | | | | | | | Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs.Stephen Kelly2013-07-261-14/+5
| * | | | | | | | | Docs: Trim trailing whitespace in generated doc.Stephen Kelly2013-07-262-2/+2
| * | | | | | | | | Docs: Document existing target property debugging options.Stephen Kelly2013-07-261-3/+5
| * | | | | | | | | Qt4Macros: Simplify some variable population.Stephen Kelly2013-07-261-4/+2
| * | | | | | | | | Qt4Macros: Remove undefined varible use.Stephen Kelly2013-07-261-1/+1
| * | | | | | | | | Qt4Macros: Remove unneeded generate CONDITION.Stephen Kelly2013-07-261-1/+0
| * | | | | | | | | Docs: Document file(GENERATE) CONDITION as optional.Stephen Kelly2013-07-251-1/+1
* | | | | | | | | | Merge topic 'FindGTK2Debug'Brad King2013-07-291-83/+92
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | FindGTK2: Remove GTK2_SKIP_MARK_AS_ADVANCED optionDaniele E. Domenichelli2013-07-291-9/+2
| * | | | | | | | | FindGTK2: Update local changelogDaniele E. Domenichelli2013-07-291-0/+9
| * | | | | | | | | FindGTK2: Append _INCLUDE_DIR to var name in _GTK2_FIND_INCLUDE_DIRDaniele E. Domenichelli2013-07-291-35/+35
| * | | | | | | | | FindGTK2: Append _LIBRARY to var name in _GTK2_FIND_LIBRARYDaniele E. Domenichelli2013-07-291-39/+36
| * | | | | | | | | FindGTK2: Use GTK_XXX_LIBRARY_DEBUG libraries in debug modeDaniele E. Domenichelli2013-07-291-17/+27
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-07-291-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2013-07-281-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-07-271-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'tid-system-argument'Brad King2013-07-261-1/+1
|\ \ \ \ \ \
| * | | | | | cmTarget: Fix property name typo in docs.Stephen Kelly2013-07-251-1/+1
* | | | | | | Merge topic 'install-interface-relative'Brad King2013-07-265-6/+44
|\ \ \ \ \ \ \
| * | | | | | | Genex: Allow relative paths in INSTALL_INTERFACE.Stephen Kelly2013-07-255-6/+44
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'install-interface-includes'Brad King2013-07-2614-12/+127
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-2414-12/+127
* | | | | | | Merge topic 'Qt4-INTERFACE_LINK_LIBRARIES'Brad King2013-07-261-0/+5
|\ \ \ \ \ \ \
| * | | | | | | FindQt4: Populate the INTERFACE_LINK_LIBRARIES of IMPORTED targets.Stephen Kelly2013-07-251-0/+5
* | | | | | | | Merge topic 'doc-check-compiler-flag-override'Brad King2013-07-262-5/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Check*CompilerFlag: Document use of CMAKE_REQUIRED_DEFINITIONS (#14309)Brad King2013-07-252-5/+7
| |/ / / / / / /
* | | | | | | | Merge topic 'sha2-avoid-type-pun'Brad King2013-07-261-4/+8
|\ \ \ \ \ \ \ \