https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
fca8e78 Fix FindBLAS for Intel MKL 2017 - lib folder doesn't contain either libguide40 nor openmp - must check for tbb version 01 February 2018, 23:03:18 UTC
5a16e76 Merge topic 'msvc-doc-fix' efe22af2 Help: Clarify MSVC and MSVC_VERSION variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1732 01 February 2018, 13:07:50 UTC
efe22af Help: Clarify MSVC and MSVC_VERSION variables The current documentation doesn't clarify that compilers simulating Visual C++ will also have these variables set. 01 February 2018, 13:05:46 UTC
f8ca0ab Merge topic 'std-string-apis' 653b8946 Reduce raw string pointers usage. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1729 01 February 2018, 13:05:33 UTC
3ffc9b9 Merge topic 'UseSWIG-doc-clarify' b844a414 UseSWIG: Clarify documentation of SWIG_OUTFILE_DIR 315b0927 UseSWIG: Improve documentation markup ce130c7a UseSWIG: Convert docs to a bracket comment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1733 01 February 2018, 13:04:52 UTC
f04cc45 Merge topic 'findmpi-linker-parsing-enh' 0def3604 FindMPI: Discard IMPI boilerplate text 9ecbec5e FindMPI: Support for IMPI's compiler check 76755367 FindMPI: Set up environment variables for wrapper e7c0298d FindMPI: Retain unused link paths 8cddc899 FindMPI: Use more CMake variables 8b79107a FindMPI: Improve link information parsing Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1694 01 February 2018, 13:04:08 UTC
8cb92c2 Merge topic 'perf-from-callgrind' 901c4a1e cmExpandedCommandArgument: add an overload for const char* 88ed556d cmGeneratorTarget: make keyword strings const 14a13d30 cmGeneratorExpressionLexer: only tokenize strings with a '$' f2b8d67f cmTarget: use static strings for special property names 6dfd0f92 cmGeneratorExpressionNode: avoid some strlen in $<TARGET_PROPERTY> f9235fd4 cmAddCustomCommandCommand: use std::string const& for FileIsFullPath c0e7a137 cmAddCustomCommandCommand: store keywords in strings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1689 01 February 2018, 13:03:13 UTC
70695e7 CMake Nightly Date Stamp 01 February 2018, 05:01:10 UTC
b844a41 UseSWIG: Clarify documentation of SWIG_OUTFILE_DIR The `SWIG_OUTFILE_DIR` variable provides the option to specify an output directory location. This commit removes portion stating that this is equal to the `swig -o` option since it does not set the output filename. Fixes: #17703 Signed-off-by: Noel Eck <noel.eck@intel.com> 31 January 2018, 19:22:24 UTC
315b092 UseSWIG: Improve documentation markup 31 January 2018, 19:20:17 UTC
ce130c7 UseSWIG: Convert docs to a bracket comment 31 January 2018, 18:55:22 UTC
0def360 FindMPI: Discard IMPI boilerplate text Intel MPI on Windows prefixes all outputs with some boilerplate copyright text. By discarding it, we should prevent any potential clashes with our regex parsing. 31 January 2018, 16:43:30 UTC
9ecbec5 FindMPI: Support for IMPI's compiler check Intel MPI has an optional feature to check compatibility with the compiler, given by I_MPI_CHECK_COMPILER. This commit adds support for executing that check. 31 January 2018, 16:27:38 UTC
7675536 FindMPI: Set up environment variables for wrapper For MPICH derivates and Intel MPI, we can improve the compiler wrapper behavior and accuracy by defining certain environment variables if they haven't been set otherwise. 31 January 2018, 16:27:37 UTC
901c4a1 cmExpandedCommandArgument: add an overload for const char* Static string comparisons were causing heap allocations just for a comparison. 31 January 2018, 16:04:36 UTC
88ed556 cmGeneratorTarget: make keyword strings const 31 January 2018, 16:04:36 UTC
14a13d3 cmGeneratorExpressionLexer: only tokenize strings with a '$' In standard libraries, `std::string::find` is usually implemented using vectorized code. Since the Tokenize method iterates character-by-character, doing an initial check using `find` improves performance. 31 January 2018, 16:04:36 UTC
f2b8d67 cmTarget: use static strings for special property names Similar to 660769151a7f628f92eb28d77bcae854eaae54c2, the `SetProperty` side is showing up in performance listings due to string comparisons. 31 January 2018, 16:04:35 UTC
6dfd0f9 cmGeneratorExpressionNode: avoid some strlen in $<TARGET_PROPERTY> 31 January 2018, 16:04:35 UTC
f9235fd cmAddCustomCommandCommand: use std::string const& for FileIsFullPath 31 January 2018, 16:04:35 UTC
c0e7a13 cmAddCustomCommandCommand: store keywords in strings Callgrind indicated that `strlen` was being called a lot of times here due to the string comparisons. Since keywords are "sparse" in `add_custom_command`, use a hash comparison to handle keywords and then use strings for comparison since they have a built-in length parameter. 31 January 2018, 16:03:51 UTC
a0c04e7 Merge topic 'windows-cmake-stack-size' c7cee1a1 Windows: Increase stack size used by CMake binaries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1728 31 January 2018, 15:53:21 UTC
653b894 Reduce raw string pointers usage. * Change some functions to take `std::string` instead of `const char*` in the following classes: `cmMakeFile`, `cmake`, `cmCoreTryCompile`, `cmSystemTools`, `cmState`, `cmLocalGenerator` and a few others. * Greatly reduce using of `const char*` overloads for `cmSystemTools::MakeDirectory` and `cmSystemTools::RelativePath`. * Remove many redundant `c_str()` conversions throughout the code. 31 January 2018, 15:23:03 UTC
e2db853 Merge topic 'windows-embed-cmake-gui-version' 45f6aa32 Windows: Embed version information into cmake-gui Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1726 31 January 2018, 14:22:43 UTC
4499cc8 Merge topic 'msvc_cuda_files_use_consistent_obj_names' fa583869 CUDA: Use MSVC default pattern for naming object files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1722 31 January 2018, 13:36:24 UTC
a7ee918 Merge topic 'generate_speedup' aed227fd cmLocalGenerator: change ImportedGeneratorTargets from vector to map 4443adc1 cmLocalGenerator: remove public GetImportedGeneratorTargets Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Attila Krasznahorkay <attila.krasznahorkay@gmail.com> Merge-request: !1717 31 January 2018, 13:34:59 UTC
3fd01be Merge topic 'source_group-TREE-args' 365e02e7 source_group: Fix TREE argument parsing Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1713 31 January 2018, 13:34:24 UTC
174693d Merge topic 'CheckIPOSupported-doc-Fortran' 9e341f05 CheckIPOSupported: Document existing Fortran support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1727 31 January 2018, 13:33:29 UTC
0a37b51 Merge topic 'vs-restore-order' 1fe66c46 VS: Restore the order of the AdditionalIncludeDirectories tag Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1719 31 January 2018, 13:33:00 UTC
efa5a26 Merge topic 'dedup-ComputeObjectFilenames' 79f22e84 Makefile,Ninja: De-duplicate ComputeObjectFilenames method Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1715 31 January 2018, 13:32:27 UTC
0636845 Merge topic 'adsp-asmembler-identification' f83330ed ASM: ADSP assembler identification Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1723 31 January 2018, 13:31:49 UTC
a50828c Merge topic 'FindCUDA-restore-config-types' 9f74aaeb FindCUDA: Fix regression in per-config flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1725 31 January 2018, 13:31:06 UTC
f5b5a72 CMake Nightly Date Stamp 31 January 2018, 05:01:06 UTC
c7cee1a Windows: Increase stack size used by CMake binaries Deep regex matching logic can exceed the default 1MB stack size. Until a better regex engine is used, simply push the problem over a farther horizon by increasing the stack size when built using a MSVC-compatible linker. Issue: #17659 30 January 2018, 19:40:40 UTC
aed227f cmLocalGenerator: change ImportedGeneratorTargets from vector to map For large number of targets significant amount of time is spent in cmLocalGenerator::FindGeneratorTargetToUse, which uses find_if on a vector to locate the given target. Using a map instead of vector for ImportedGeneratorTargets (as done for cmMakefile::ImportedTargets) provides a significant speedup (up to factor of 2). 30 January 2018, 19:04:37 UTC
9e341f0 CheckIPOSupported: Document existing Fortran support Support was added by commit v3.9.0-rc1~318^2 (CheckIPOSupported: Add Fortran support, 2017-04-02) but the documentation was not updated. 30 January 2018, 17:58:41 UTC
365e02e source_group: Fix TREE argument parsing Fixes: #17581 30 January 2018, 17:49:26 UTC
e7c0298 FindMPI: Retain unused link paths If our ``find_library`` step hasn't used a particular link directory at all, it's best to retain it in order to prevent issues from secondary dependencies not being found. 30 January 2018, 17:23:45 UTC
8cddc89 FindMPI: Use more CMake variables This replaces hardcoded expectations of flags like -l and -L with a dynamical solution based on CMake platform variables. Furthermore, the linker flag parsing is dynamified to support more forms and given linker paths are now removed properly from the linker flags. 30 January 2018, 17:23:45 UTC
4443adc cmLocalGenerator: remove public GetImportedGeneratorTargets GetImportedGeneratorTargets is not used anywhere hence remove it to avoid exposing the type of ImportedGeneratorTargets. 30 January 2018, 16:51:14 UTC
45f6aa3 Windows: Embed version information into cmake-gui In commit 5b9da05b7a (Windows: Embed version information into CMake binaries, 2017-10-25) we accidentally left out cmake-gui. 30 January 2018, 16:51:03 UTC
fa58386 CUDA: Use MSVC default pattern for naming object files The default that CUDA uses causes failures when you try to embed CUDA obj's into another target. 30 January 2018, 14:14:02 UTC
1fe66c4 VS: Restore the order of the AdditionalIncludeDirectories tag Move the `AdditionalIncludeDirectories` tag back to the VS-preferred location in `.vcxproj` files. Fixes: #17691 30 January 2018, 13:53:04 UTC
1429382 Merge topic 'update_foreach_range_doc' 7771657c Help: Better explain that foreach(RANGE ) is inclusive. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1716 30 January 2018, 13:48:32 UTC
ed91b81 Merge topic 'doc-typo-CMAKE_INCLUDE_CURRENT_DIR' 99e473ca Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1708 30 January 2018, 13:48:03 UTC
eddea58 Merge topic 'doc-typo-CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE' fc57afde Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1709 30 January 2018, 13:47:18 UTC
e6267df Merge topic 'vcxproj-DebugInformationFormat-newline' b07b1aa4 VS: Use newline for empty DebugInformationFormat tags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1704 30 January 2018, 13:46:24 UTC
bb35233 Merge topic 'xcode-gen-warning' 20ca9d8f cmGlobalXCodeGenerator: Avoid -Wconditional-uninitialized warning Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Sean McBride <sean@rogue-research.com> Merge-request: !1714 30 January 2018, 13:45:45 UTC
9f74aae FindCUDA: Fix regression in per-config flags Changes in commit 48f7e2d300 (Unhardcode the CMAKE_CONFIGURATION_TYPES values, 2017-11-27) accidentally left `CUDA_configuration_types` undefined, but this is used in a few places to handle per-config flags. Restore it. Fixes: #17671 30 January 2018, 13:18:11 UTC
f83330e ASM: ADSP assembler identification Add support to identify the ADSP (Analog Devices) assembler in CMakeDetermineASMCompiler. Fixes: #17695 30 January 2018, 09:06:01 UTC
c631283 CMake Nightly Date Stamp 30 January 2018, 05:01:05 UTC
7771657 Help: Better explain that foreach(RANGE ) is inclusive. 29 January 2018, 15:52:14 UTC
79f22e8 Makefile,Ninja: De-duplicate ComputeObjectFilenames method Move the method implementation up to `cmLocalCommonGenerator` to avoid duplicating it in each generator. 29 January 2018, 15:51:22 UTC
99e473c Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR docs 29 January 2018, 14:42:48 UTC
fc57afd Help: Fix typo in CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE docs 29 January 2018, 14:41:37 UTC
20ca9d8 cmGlobalXCodeGenerator: Avoid -Wconditional-uninitialized warning Clang incorrectly warns about a case where we initialize a variable inside a condition in such a way that it will always be initialized before we use it. Simply initialize the variable when defining it to silence the warning. 29 January 2018, 14:21:46 UTC
92cd3d0 Merge topic 'reduce-temporaries' c85bb007 Reduce allocation of temporary values on heap. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1698 29 January 2018, 13:05:27 UTC
1815321 Merge topic 'ctest_start_function_scope' 13347740 Help: add release notes, documentation for CTEST_RUN_CURRENT_SCRIPT behavior 74092d92 cmCTestScriptHandler: Add new field ShouldRunCurrentScript Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1703 29 January 2018, 13:04:59 UTC
a271286 Merge topic 'intel-cxx17-flags' c3d576f5 Intel: Add C++17 compiler options 4a5727d3 Intel: Correct the C11 ext flag Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1711 29 January 2018, 13:04:28 UTC
53f77fa CMake Nightly Date Stamp 29 January 2018, 05:01:05 UTC
e07cf68 CMake Nightly Date Stamp 28 January 2018, 05:01:09 UTC
c3d576f Intel: Add C++17 compiler options Since Intel C++ 18.0, some C++17 features are supported if the flags -std=c++17, respectively /Qstd=c++17 are given. Fixes: #17687 27 January 2018, 14:09:58 UTC
4a5727d Intel: Correct the C11 ext flag Intel does not support a 'gnu11' standard flag, only 'c11'. 27 January 2018, 14:08:00 UTC
1d65f68 CMake Nightly Date Stamp 27 January 2018, 05:01:14 UTC
b07b1aa VS: Use newline for empty DebugInformationFormat tags Previously, code wrote out empty tags for `<DebugInformationFormat>` like so: <DebugInformationFormat></DebugInformationFormat> This gets corrected by Visual Studio 2017 when saving the solution. The correction appears as: <DebugInformationFormat> </DebugInformationFormat> In the spirit of keeping the XML structure as close to what Visual Studio expects as possible, a newline is inserted after the opening tag in the empty case. 26 January 2018, 15:52:59 UTC
1334774 Help: add release notes, documentation for CTEST_RUN_CURRENT_SCRIPT behavior 26 January 2018, 14:28:33 UTC
74092d9 cmCTestScriptHandler: Add new field ShouldRunCurrentScript This is to avoid scope issues with CTEST_RUN_CURRENT_SCRIPT. If ctest_start() is called within a function scope, the value of CTEST_RUN_CURRENT_SCRIPT that it sets doesn't make it to the global scope. With this change, ctest_start() no longer sets CTEST_RUN_CURRENT_SCRIPT, and instead sets a field directly in cmCTestScriptHandler. The old behavior of CTEST_RUN_CURRENT_SCRIPT has also been kept for projects and tests that rely on setting it. 26 January 2018, 14:27:22 UTC
a24dbba Merge topic 'test-genex-speedup' d71be346 Tests: Speed up RunCMake.TargetPropertyGeneratorExpressions 234a069d Tests: Speed up RunCMake.GeneratorExpression Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1701 26 January 2018, 13:28:43 UTC
0e793e7 Merge topic 'dedup-uv-signal-hack' 3ec5f7c1 De-duplicate cmUVSignalHackRAII 1ad58d30 cmUVSignalHackRAII: Use nullptr instead of NULL Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1699 26 January 2018, 13:28:08 UTC
f343106 Merge topic 'ctest-chrono' e6a80ccf Make use of std::chrono throughout every component ff62b005 CTest: add safe conversion from cmDuration to integer types 695951bc CTest: introduce cmDuration Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1592 26 January 2018, 13:27:37 UTC
b50fb70 Merge topic 'update-curl' cd8e31a1 Merge branch 'upstream-curl' into update-curl af9e6540 curl 2018-01-23 (d6c21c8e) e9c8ea75 curl: Update script to get curl 7.58.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1696 26 January 2018, 13:26:57 UTC
c85bb00 Reduce allocation of temporary values on heap. - Use `std::move` while inserting temporary results into vectors. - Change `push_back` to `emplace_back` where appropriate. 26 January 2018, 10:24:45 UTC
9a52b80 CMake Nightly Date Stamp 26 January 2018, 05:01:07 UTC
d71be34 Tests: Speed up RunCMake.TargetPropertyGeneratorExpressions Consolidate similar test cases. 25 January 2018, 17:08:13 UTC
234a069 Tests: Speed up RunCMake.GeneratorExpression Avoid enabling languages in cases that do not need them. 25 January 2018, 15:50:20 UTC
8b79107 FindMPI: Improve link information parsing The parsing of link information coming from the compiler wrapper has been improved: - Support MSVC /link argument separation properly and add support for potential VC++ link flags - Rely on the global import/static/shared library suffixes instead of hardcoded special values. This should improve compatibility with Cygwin and MinGW should any MPI implementation there need this behavior. - Don't use ``find_library`` if the full path of a library is known anyways. 25 January 2018, 15:31:10 UTC
7c30a3a Merge topic 'doc-dev-release' bb33bb65 Help/dev: Add log step to 'release' branch instructions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1700 25 January 2018, 14:47:45 UTC
bb33bb6 Help/dev: Add log step to 'release' branch instructions Extend the maintainer guide with a reminder to self-review the new ancestry of the `release` and `master` branches to ensure that nothing unexpected was merged. 25 January 2018, 14:44:36 UTC
3ec5f7c De-duplicate cmUVSignalHackRAII This was added separately in `cmCTestMultiProcessHandler` and `cmQtAutoGenerator`. Factor out the duplicate code into a common header for re-use. 25 January 2018, 14:22:47 UTC
1ad58d3 cmUVSignalHackRAII: Use nullptr instead of NULL 25 January 2018, 14:21:39 UTC
fa3ac83 Merge topic 'CPackDeb-help-typo' 99ba188c CPackDeb: Fix typo in documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1697 25 January 2018, 13:37:40 UTC
d1d8daf Merge topic 'xl-qoptfile' c4dc6485 XL: Enable use of response files for includes and objects e342e410 Makefile,Ninja: Use tool-specific response file flag for include dirs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1691 25 January 2018, 13:36:47 UTC
499e36d Merge topic 'fix-cray-pic' b886b46c Cray: Add common PIC flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1692 25 January 2018, 13:36:17 UTC
5c724c4 Merge topic 'server-polish-opt-handshake' 239a3ef8 Server-mode: Document protocol version for optional handshake arguments 9b1a3d24 Server-mode: Rename functions to reflect what they do Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1693 25 January 2018, 13:35:28 UTC
aaf3c5b Merge topic 'RemoveKDevelop3' 551bd0b3 Generators: adjust error message for the removed KDevelop3 generator 9198e6a2 Generators: remove KDevelop3 generator Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1688 25 January 2018, 13:34:53 UTC
721647c Merge topic 'update-kwsys' f8e89468 Merge branch 'upstream-KWSys' into update-kwsys 7a756570 KWSys 2018-01-23 (0579db1c) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1695 25 January 2018, 13:34:21 UTC
76f5a87 Merge topic 'sourceFile-new-properties' 04483111 sourceFile properties: add property INCLUDE_DIRECTORIES 3073bd1f VisualStudio generators: refactoring 78b1c2e0 sourceFile properties: add property COMPILE_OPTIONS 3f935e69 LocalGenerator: refactoring Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1596 25 January 2018, 13:33:35 UTC
03050c5 Merge topic 'fix-include_regular_expression-subdir' 2d64f9f0 include_regular_expression: Fix propagation to subdirectories Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1690 25 January 2018, 13:31:03 UTC
312512e Merge topic 'windows-resources-through-link' c3b80e86 Windows: Add support for running CMake tools through a symlink Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1680 25 January 2018, 13:30:25 UTC
e46ca12 Merge topic 'stdstring' 25243014 cmMakefile: use std::string in more methods; cleanup c_str()s Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1685 25 January 2018, 12:59:08 UTC
5189c1e CMake Nightly Date Stamp 25 January 2018, 05:02:30 UTC
99ba188 CPackDeb: Fix typo in documentation 24 January 2018, 19:35:55 UTC
c4dc648 XL: Enable use of response files for includes and objects The IBM XL compiler supports response files via `-qoptfile=<file>` instead of `@<file>`. 24 January 2018, 19:31:53 UTC
e342e41 Makefile,Ninja: Use tool-specific response file flag for include dirs When we use a response file for `-I` flags, not all compilers support the `@<file>` syntax. Define `CMAKE_<LANG>_RESPONSE_FILE_FLAG` to specify tool-specific flag, just as we do for linking already via `CMAKE_<LANG>_RESPONSE_FILE_LINK_FLAG`. 24 January 2018, 19:31:53 UTC
cd8e31a Merge branch 'upstream-curl' into update-curl * upstream-curl: curl 2018-01-23 (d6c21c8e) 24 January 2018, 19:18:16 UTC
af9e654 curl 2018-01-23 (d6c21c8e) Code extracted from: https://github.com/curl/curl.git at commit d6c21c8eec597a925d2b647cff3d58ac69de01a0 (curl-7_58_0). 24 January 2018, 19:14:23 UTC
e9c8ea7 curl: Update script to get curl 7.58.0 24 January 2018, 19:14:04 UTC
f8e8946 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2018-01-23 (0579db1c) 24 January 2018, 19:11:07 UTC
7a75657 KWSys 2018-01-23 (0579db1c) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 0579db1c97715f9936523dd473c0ed7613b68e68 (master). Upstream Shortlog ----------------- Ben Boeckel (1): 3e807fd6 cmake: specify source file extensions Brad King (1): 38855ca1 Set CMP0042 explicitly with CMake 3.0 and above Chuck Atkins (1): 4ca97fc6 SystemTools: Disable getpwnam for static linux builds Hans Johnson (1): 7d7f3b2d Configure: Add KWSYS_NULLPTR macro for C++ code Sankhesh Jhaveri (1): 20c458d0 Set CMP0022 policy to new to provide link interface definitions Sean McBride (1): c6829e4d Fixed a few comments, mostly regarding base 2 vs base 10 sizes luz.paz (1): 4b67f965 Remove superfluous double whitespace in appropriate places 24 January 2018, 19:11:06 UTC
239a3ef Server-mode: Document protocol version for optional handshake arguments Document which Protocol version only needs the build directory to be passed during a handshake. This is available a bit earlier than that, but from all I can tell 1.2 is the earliest version where that feature is reliably available. 24 January 2018, 16:31:20 UTC
back to top