summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-generator-documentation'Brad King2018-06-2216-3387/+453
|\
| * CPack: Move internal implementation modules into Internal/CPack directoryKyle Edwards2018-06-2116-2716/+136
| * Help: Add new section for CPack generatorsKyle Edwards2018-06-211-358/+3
| * CPackIFW: Turn documentation into a block commentKyle Edwards2018-06-211-671/+672
* | Merge topic 'FindJPEG-fix-debug'Brad King2018-06-221-7/+1
|\ \ | |/ |/|
| * FindJPEG: Drop ancient compatibility NATIVE_JPEG_* result variablesAndrey Karpov2018-06-211-6/+0
| * FindJPEG: Add forgotten names of libraries for Debug configurationAndrey Karpov2018-06-211-1/+1
* | Merge topic 'xcode-10-archs'Brad King2018-06-196-12/+14
|\ \
| * | Xcode: Detect architecture(s) using ARCHS instead of CURRENT_ARCHBrad King2018-06-186-12/+14
| |/
* | Merge topic 'FindCURL-target-name'Brad King2018-06-191-5/+5
|\ \
| * | FindCURL: Rename imported target to match upstream CURLBrad King2018-06-181-5/+5
| |/
| * Merge branch 'UseSWIG-csharp-variant' into release-3.12Brad King2018-06-131-2/+7
| |\
| * \ Merge branch 'UseSWIG-fix-genex' into release-3.12Brad King2018-06-121-7/+7
| |\ \
| * \ \ Merge branch 'UseSWIG-handle-SWIG_MODULE_NAME' into release-3.12Brad King2018-06-121-1/+1
| |\ \ \
| * \ \ \ Merge branch 'FindPython-3.8' into release-3.12Brad King2018-06-083-3/+3
| |\ \ \ \
* | | | | | UseSWIG: add support of target property INCLUDE_DIRECTORIES consumptionMarc Chevrier2018-06-131-0/+22
* | | | | | Merge topic 'UseSWIG-csharp-variant'Brad King2018-06-131-2/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | UseSWIG: Add CSHARP variant for wrapper filesRishi Theivendran2018-06-121-2/+7
* | | | | | Merge topic 'UseSWIG-fix-genex'Brad King2018-06-131-7/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | UseSWIG: add support for generator expressionsMarc Chevrier2018-06-121-7/+7
| |/ / / /
* | | | | Merge topic 'UseSWIG-handle-SWIG_MODULE_NAME'Brad King2018-06-131-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | UseSWIG: Fix handling of `SWIG_MODULE_NAME` source file propertyFelix Schwitzer2018-06-121-1/+1
| |/ / /
* | | | Merge topic 'FindPython-3.8'Brad King2018-06-123-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | FindPython: Add support for version 3.8Marcel Plch2018-06-083-3/+3
| |/ /
* | | Merge topic 'LINK_OPTIONS'Brad King2018-06-0823-3/+61
|\ \ \ | |_|/ |/| |
| * | LINK_OPTIONS: Add support of "LINKER:" prefixMarc Chevrier2018-06-0623-3/+61
| |/
* | Help: Package without components should use 'check_required_components' tooRuslan Baratov2018-06-071-7/+9
|/
* Merge topic 'intel-compile-features'Brad King2018-06-051-1/+1
|\
| * Features: Add special case to disable relaxed constexpr for Intel 18Brad King2018-06-041-1/+1
* | Merge topic 'more-misc-typos'Brad King2018-06-056-11/+11
|\ \
| * | Fix misc. typosluz.paz2018-06-046-11/+11
* | | Merge topic 'ep-support-passing-var-ending-with-notfound'Brad King2018-06-051-1/+1
|\ \ \
| * | | ExternalProject: Fix cache generation when args end with "-NOTFOUND"Jean-Christophe Fillion-Robin2018-06-041-1/+1
* | | | Merge topic 'fix/CPackNuGet-var-para-deindent'Craig Scott2018-06-051-2/+2
|\ \ \ \
| * | | | Help: Fix indentation for `CPACK_NUGET_PACKAGE_AUTHORS`Alex Turbov2018-06-051-2/+2
* | | | | Merge topic 'external-project-url-hash-docs'Craig Scott2018-06-051-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ExternalProject: Improve URL_HASH argument descriptionMatt McCormick2018-06-041-3/+3
| | |/ / | |/| |
* | | | Merge topic 'fix-ti-c-standard'Brad King2018-06-041-0/+6
|\ \ \ \
| * | | | TI: Add support for C language standardsArnaud Gelas2018-06-041-0/+6
| | |_|/ | |/| |
* | | | Merge topic 'gnu-CMAKE_LANG_COMPILER_PREDEFINES_COMMAND'Brad King2018-06-042-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Move GNU COMPILER_PREDEFINES_COMMAND from Platform to CompilerSebastian Holtermann2018-06-012-1/+2
* | | | Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-018-29/+29
* | | | clang-format: Add comments to suppress some formattingBrad King2018-06-011-1/+2
* | | | FindALSA: reformat docsRolf Eike Beer2018-05-311-9/+16
* | | | FindALSA: provide an imported targetRolf Eike Beer2018-05-311-0/+14
|/ / /
* | | Merge topic 'vs-toolset-version'Brad King2018-05-302-0/+5
|\ \ \
| * | | VS: Add option to select the version of the toolset used by VS 2017Basil Fierz2018-05-292-0/+5
* | | | Merge topic 'cuda-unused-placeholder'Brad King2018-05-292-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | CUDA: Drop unused/broken platform link flags placeholderBrad King2018-05-252-7/+7
* | | | Merge topic 'doxygen-all'Craig Scott2018-05-291-2/+10
|\ \ \ \ | |/ / / |/| | |