Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'set_directory_properties-script-mode' | Brad King | 2018-10-30 | 7 | -2/+19 |
|\ | |||||
| * | set_directory_properties: Restore in script mode | Brad King | 2018-10-29 | 7 | -2/+19 |
* | | Merge topic 'flang-preprocess-source' | Brad King | 2018-10-30 | 1 | -1/+1 |
|\ \ | |||||
| * | | Flang: Fix command-line used to preprocess sources | Brad King | 2018-10-29 | 1 | -1/+1 |
* | | | Merge topic 'FindBoost-stacktrace' | Brad King | 2018-10-30 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | FindBoost: Add support for stacktrace components | Martin Quinson | 2018-10-29 | 1 | -0/+6 |
* | | | | Merge topic 'qccDepfile' | Brad King | 2018-10-30 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | QNX: Update qcc depfile flags to be compliant with ccache | Maikel van den Hurk | 2018-10-29 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'UseSWIG-typos' | Brad King | 2018-10-30 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | UseSWIG: Add target language and input file in command description | Sylvain Joubert | 2018-10-29 | 1 | -1/+1 |
| * | | | | UseSWIG: Typo, add missing letter | Sylvain Joubert | 2018-10-29 | 1 | -1/+1 |
* | | | | | Merge topic 'UseSWIG-multi-input' | Brad King | 2018-10-30 | 2 | -2/+40 |
|\ \ \ \ \ | |||||
| * | | | | | UseSWIG: multiple input files must be supported in version 2 | Marc Chevrier | 2018-10-29 | 2 | -2/+40 |
* | | | | | | Merge topic 'FindMatlab-2018a-API' | Brad King | 2018-10-30 | 11 | -128/+328 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindMatlab: Fix linker command under Windows. | Cris Luengo | 2018-10-29 | 1 | -4/+5 |
| * | | | | | | FindMatlab: Fix compilation error in one specific test configuration. | Cris Luengo | 2018-10-29 | 1 | -0/+6 |
| * | | | | | | FindMatlab: added unit tests for new functionality. | Cris Luengo | 2018-10-24 | 9 | -9/+191 |
| * | | | | | | FindMatlab: add change log item. | Cris Luengo | 2018-10-24 | 1 | -0/+7 |
| * | | | | | | FindMatlab: `matlab_add_mex` has new options `R2017b` and `R2018a`. | Cris Luengo | 2018-10-24 | 1 | -70/+87 |
| * | | | | | | FindMatlab: Always find core libraries. | Cris Luengo | 2018-10-24 | 1 | -48/+35 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-10-30 | 1 | -1/+1 |
* | | | | | | | Merge topic 'target_property-clarification' | Brad King | 2018-10-29 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Clarify usage of TARGET_PROPERTY generator expression | Kyle Edwards | 2018-10-26 | 1 | -1/+4 |
* | | | | | | | | Merge topic 'ExternalProject-log-patch' | Brad King | 2018-10-29 | 4 | -0/+16 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ExternalProject: add LOG_PATCH option to log the patch command | Wouter Klouwen | 2018-10-26 | 4 | -0/+16 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'graphviz-fix-alias' | Brad King | 2018-10-29 | 3 | -8/+31 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | graphviz: dereference ALIAS targets | Nick Schultz | 2018-10-26 | 3 | -8/+31 |
* | | | | | | | | | Merge topic 'no-smiley' | Brad King | 2018-10-29 | 47 | -47/+47 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Help: Spell out ";-list" as "semicolon-separated list" | Joachim Wuttke (o) | 2018-10-25 | 47 | -47/+47 |
* | | | | | | | | | | Merge topic 'minusCparse' | Brad King | 2018-10-29 | 13 | -1/+37 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Tests: Add cases for -{C,D,U} without a source tree | Brad King | 2018-10-26 | 12 | -1/+22 |
| * | | | | | | | | | | cmake: distinguish '-Cpath' from '-C path' in source dir parsing | Paul Seyfert | 2018-10-26 | 1 | -0/+15 |
* | | | | | | | | | | | Merge topic 'appdef-stdstring' | Brad King | 2018-10-29 | 4 | -17/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cmLocalGenerator::AppendDefines: Remove const char* overloads | Vitaly Stakhovsky | 2018-10-26 | 4 | -17/+8 |
* | | | | | | | | | | | | Merge topic 'EnableIPOBuild' | Brad King | 2018-10-29 | 2 | -1/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Add option to build CMake itself with IPO/LTO | Cristian Adam | 2018-10-25 | 1 | -0/+12 |
| * | | | | | | | | | | | | curl: Do not call cmake_minimum_required inside CMake itself | Brad King | 2018-10-25 | 1 | -1/+0 |
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-10-29 | 1 | -1/+1 |
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-10-28 | 1 | -1/+1 |
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-10-27 | 1 | -1/+1 |
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'release-3.13' | Brad King | 2018-10-26 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'doc-updates' into release-3.13 | Brad King | 2018-10-26 | 4 | -7/+19 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'doc-updates' | Brad King | 2018-10-26 | 4 | -7/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Help: clarify "LINKER:" prefix usage | Marc Chevrier | 2018-10-26 | 4 | -7/+19 |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge topic 'deprecation2' | Brad King | 2018-10-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Use_wxWindows: Correct version of deprecation | Joachim Wuttke (o) | 2018-10-26 | 1 | -1/+1 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge topic 'xref1' | Brad King | 2018-10-26 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Help: Back-reference from find_package() to "Find Modules" | Joachim Wuttke (o) | 2018-10-25 | 1 | -2/+3 |
* | | | | | | | | | | | | | Merge topic 'relative-rpath' | Brad King | 2018-10-26 | 18 | -4/+172 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | RPATH: Record support for $ORIGIN on various *BSD | Peter Wu | 2018-10-26 | 4 | -0/+11 |