| Commit message (Expand) | Author | Age | Files | Lines |
* | Sublime: Add option to specify env vars for the .sublime-project | Bruno Pedrosa | 2016-10-27 | 1 | -0/+1 |
|
|
* | Merge topic 'vs-host-x64-tools' | Brad King | 2016-10-14 | 1 | -0/+1 |
|\ |
|
| * | VS: Provide an option to use x64 host tools | Brad King | 2016-10-14 | 1 | -0/+1 |
|
|
* | | Sublime: Exclude build tree from source tree project only optionally | Bruno Pedrosa | 2016-10-12 | 1 | -0/+1 |
|/ |
|
* | Add a BUILD_RPATH target property specifying build-tree RPATH entries | Ruslan Baratov | 2016-10-03 | 1 | -0/+1 |
|
|
* | Merge topic 'codelite-organize-by-target' | Brad King | 2016-09-27 | 1 | -0/+1 |
|\ |
|
| * | CodeLite: Optionally use targets to create (sub)project files | Minze Zwerver | 2016-09-26 | 1 | -0/+1 |
|
|
* | | Xcode: Add option to set Swift language version | Brad King | 2016-09-26 | 1 | -0/+1 |
|/ |
|
* | find_package: Optionally sort globbed directories in a meaningful order | Pierluigi Taddei | 2016-09-15 | 1 | -0/+2 |
|
|
* | Help: Clarify documentation of CMAKE_COMPILER_IS_GNU{CC,CXX,G77} | Brad King | 2016-09-14 | 1 | -1/+3 |
|
|
* | Document XCODE variable | Ruslan Baratov | 2016-08-31 | 1 | -0/+1 |
|
|
* | Android: Add `ANDROID` variable to indicate the target | Brad King | 2016-08-23 | 1 | -0/+1 |
|
|
* | Help: Document cross compiling for Android | Brad King | 2016-08-23 | 1 | -0/+8 |
|
|
* | Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-14 | 1 | -0/+8 |
|
|
* | Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-06 | 1 | -0/+5 |
|
|
* | Add options to run `ldd -u -r` as a "link-what-you-use" tool | Bill Hoffman | 2016-06-17 | 1 | -0/+1 |
|
|
* | try_compile: Optionally forward custom platform variables to test project | Brad King | 2016-05-25 | 1 | -0/+1 |
|
|
* | Add a variable to specify language-wide system include directories | Brad King | 2016-05-25 | 1 | -0/+1 |
|
|
* | Help: Document CMAKE_<LANG>_STANDARD_LIBRARIES variable | Brad King | 2016-05-24 | 1 | -1/+1 |
|
|
* | Ninja: Support embedding of CMake as subninja project | Nicolas Despres | 2016-05-17 | 1 | -0/+1 |
|
|
* | Merge topic 'AddDocumentationForEclipseVariables' | Brad King | 2016-04-18 | 1 | -0/+4 |
|\ |
|
| * | Help: Document Eclipse-generator related variables (#15827) | Alex Neundorf | 2016-04-18 | 1 | -0/+4 |
|
|
* | | Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061) | Stafen Teleman | 2016-04-15 | 1 | -0/+1 |
|/ |
|
* | Add options to run clang-tidy with the compiler | Daniel Pfeifer | 2016-04-13 | 1 | -0/+1 |
|
|
* | cmCTestGIT: add an option to initialize submodules on update | Ben Boeckel | 2016-04-01 | 1 | -0/+1 |
|
|
* | Makefile: Optionally scan only source and build trees for dependencies | Attila Krasznahorkay | 2016-03-22 | 1 | -0/+1 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -1/+0 |
|
|
* | try_compile: Add option to control type of target | Brad King | 2016-02-19 | 1 | -0/+1 |
|
|
* | Help: Document the CMAKE_EXPORT_COMPILE_COMMANDS variable | Sebastian Schuberth | 2016-01-15 | 1 | -0/+1 |
|
|
* | Xcode: Add support for combined install on iOS | Ruslan Baratov | 2015-12-10 | 1 | -0/+1 |
|
|
* | VS: Add support for selecting the Windows 10 SDK (#15670) | Gilles Khouzam | 2015-10-02 | 1 | -0/+1 |
|
|
* | Merge topic 'ctest-variable-docs' | Brad King | 2015-09-22 | 1 | -0/+16 |
|\ |
|
| * | Help: document CTEST_CUSTOM_* variables | Ben Boeckel | 2015-09-22 | 1 | -0/+16 |
|
|
* | | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS | Chuck Atkins | 2015-09-21 | 1 | -0/+1 |
|/ |
|
* | CTest: Document and test custom output size settings | Brad King | 2015-09-18 | 1 | -0/+2 |
|
|
* | Allow LINK_SEARCH_{START,END}_STATIC props to have default values. | Chuck Atkins | 2015-08-13 | 1 | -0/+2 |
|
|
* | Merge topic 'ctest-change-id' | Brad King | 2015-07-17 | 1 | -0/+1 |
|\ |
|
| * | CTest: Optionally add a ChangeId attribute on XML Site tags | Zack Galbreath | 2015-07-17 | 1 | -0/+1 |
|
|
* | | VS: Add more Nsight Tegra generator Android property settings | Mikhail Filimonov | 2015-07-14 | 1 | -0/+14 |
|/ |
|
* | Merge topic 'auto_export_dll_symbols' | Brad King | 2015-07-08 | 1 | -0/+1 |
|\ |
|
| * | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+1 |
|
|
* | | ctest: Optionally avoid starting tests that may exceed a given CPU load | Betsy McPhail | 2015-06-30 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'compiler-launcher' | Brad King | 2015-06-15 | 1 | -0/+1 |
|\ |
|
| * | Add options to launch the compiler through tools like ccache or distcc | Bill Hoffman | 2015-06-15 | 1 | -0/+1 |
|
|
* | | Help: Document CMAKE_FIND_APPBUNDLE and CMAKE_FIND_FRAMEWORK | Brad King | 2015-06-08 | 1 | -0/+2 |
|
|
* | | Help: Document CMAKE_SYSTEM_APPBUNDLE_PATH variable | Brad King | 2015-06-08 | 1 | -0/+1 |
|
|
* | | Help: Document CMAKE_SYSTEM_FRAMEWORK_PATH variable | Brad King | 2015-06-08 | 1 | -0/+1 |
|/ |
|
* | Add options to run include-what-you-use with the compiler | Brad King | 2015-05-19 | 1 | -0/+1 |
|
|
* | VS: Add option to put INSTALL target in .sln default build | Robert Goulet | 2015-05-06 | 1 | -0/+1 |
|
|
* | Help: Revise buildsystem artifact file type documentation (#15539) | Brad King | 2015-04-29 | 1 | -0/+3 |
|
|