Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'INCLUDES-DESTINATION-no-config' | Brad King | 2013-08-01 | 2 | -4/+49 |
|\ | |||||
| * | Export: Process generator expressions from INCLUDES DESTINATION. | Stephen Kelly | 2013-07-31 | 1 | -3/+25 |
| * | cmTarget: Add NAME property | Stephen Kelly | 2013-07-31 | 1 | -1/+24 |
* | | Merge topic 'minor-cleanups' | Brad King | 2013-08-01 | 1 | -2/+1 |
|\ \ | |||||
| * | | Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES | Stephen Kelly | 2013-07-31 | 1 | -2/+1 |
| |/ | |||||
* | | Merge topic 'vs-subsystem-order' | Brad King | 2013-08-01 | 1 | -2/+2 |
|\ \ | |||||
| * | | VS10: Honor user-specified /SUBSYSTEM: flag (#14326) | Brad King | 2013-07-31 | 1 | -2/+2 |
| |/ | |||||
* | | Merge topic 'target-command-allow-no-items' | Brad King | 2013-08-01 | 1 | -3/+3 |
|\ \ | |||||
| * | | Allow target commands to be invoked with no items (#14325). | Stephen Kelly | 2013-07-31 | 1 | -3/+3 |
| |/ | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-01 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'static_library_flags' | Brad King | 2013-07-31 | 8 | -98/+158 |
|\ | |||||
| * | VS6: Add handling of CMAKE_*_LINKER_FLAGS_<CONFIG> variables | Patrick Gansterer | 2013-07-31 | 1 | -6/+30 |
| * | Add documentation for the missing CMAKE_*_LINKER_FLAGS_* variables | Patrick Gansterer | 2013-07-31 | 1 | -0/+43 |
| * | Add support for CMAKE_STATIC_LINKER_FLAGS | Patrick Gansterer | 2013-07-31 | 2 | -32/+40 |
| * | Unify the way the flags of a static library are read | Patrick Gansterer | 2013-07-31 | 6 | -60/+45 |
* | | Merge topic '13582_configured_file_regeneration' | Brad King | 2013-07-31 | 1 | -1/+5 |
|\ \ | |||||
| * | | cmMakefile: Do not track configured files known to be temporary | Brad King | 2013-07-30 | 1 | -1/+5 |
* | | | Merge topic 'install-interface-includes' | Brad King | 2013-07-31 | 1 | -7/+0 |
|\ \ \ | |||||
| * | | | install: Remove error condition using INCLUDES DESTINATION without EXPORT. | Stephen Kelly | 2013-07-29 | 1 | -7/+0 |
* | | | | Merge topic 'passthru' | Brad King | 2013-07-31 | 3 | -5/+15 |
|\ \ \ \ | |||||
| * | | | | Add option to use stdout/stderr of original terminal in cmake --build | Patrick Gansterer | 2013-07-29 | 3 | -5/+15 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-31 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-30 | 1 | -1/+1 |
* | | | | | Merge topic 'fix-export-includes-crash' | Brad King | 2013-07-29 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES. | Stephen Kelly | 2013-07-29 | 1 | -1/+1 |
* | | | | | | Merge topic 'memcheck_pre_post_args' | Brad King | 2013-07-29 | 1 | -3/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Revert "CTest: fix pre and post test commands with spaces" (#13887) | Rolf Eike Beer | 2013-07-27 | 1 | -3/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'rpath-on-mac' | Brad King | 2013-07-29 | 1 | -1/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | OS X: If necessary, use xcrun to help find otool used to query install names. | Clinton Stimpson | 2013-07-27 | 1 | -1/+9 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'DocumentGraphvisOptions' | Brad King | 2013-07-29 | 1 | -2/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add documentation for the --graphviz support | Alex Neundorf | 2013-07-26 | 1 | -2/+4 |
* | | | | | | | Merge topic 'ninja_bad_cmcldeps_paths' | Brad King | 2013-07-29 | 1 | -9/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc' | Reid Kleckner | 2013-07-26 | 1 | -9/+24 |
* | | | | | | | | Merge topic 'minor-cleanups' | Brad King | 2013-07-29 | 7 | -27/+61 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | Genex: Disallow LINKER_LANGUAGE only when used on a static library. | Stephen Kelly | 2013-07-26 | 3 | -6/+10 |
| * | | | | | | | cmTarget: Fix iface libraries and languages for static libraries. | Stephen Kelly | 2013-07-26 | 1 | -1/+16 |
| * | | | | | | | cmTarget: Remove duplicates when printing traces of tll signatures | Stephen Kelly | 2013-07-26 | 1 | -1/+7 |
| * | | | | | | | Export: Fix typo of LINK_INTERFACE_LIBRARIES. | Stephen Kelly | 2013-07-26 | 1 | -1/+1 |
| * | | | | | | | Docs: Document variables for default visibility values. | Stephen Kelly | 2013-07-26 | 1 | -0/+16 |
| * | | | | | | | Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs. | Stephen Kelly | 2013-07-26 | 1 | -14/+5 |
| * | | | | | | | Docs: Trim trailing whitespace in generated doc. | Stephen Kelly | 2013-07-26 | 2 | -2/+2 |
| * | | | | | | | Docs: Document existing target property debugging options. | Stephen Kelly | 2013-07-26 | 1 | -3/+5 |
| * | | | | | | | Docs: Document file(GENERATE) CONDITION as optional. | Stephen Kelly | 2013-07-25 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-29 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-28 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-07-27 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'tid-system-argument' | Brad King | 2013-07-26 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmTarget: Fix property name typo in docs. | Stephen Kelly | 2013-07-25 | 1 | -1/+1 |
* | | | | | | Merge topic 'install-interface-relative' | Brad King | 2013-07-26 | 3 | -6/+36 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Genex: Allow relative paths in INSTALL_INTERFACE. | Stephen Kelly | 2013-07-25 | 3 | -6/+36 |
| | |_|_|/ / | |/| | | | |