- 01 Oct, 2016 5 commits
-
-
Kitware Robot authored
- 30 Sep, 2016 10 commits
-
-
Schuyler Kylstra authored
Add a module to manage the data needed for the project tests. It will move the test data to the build directory and transfer necessary data to an Android device if that is enabled.
-
Junghyun Kim authored
The change in commit v3.6.0-rc1~54^2 (file: Sort GLOB results to make it deterministic, 2016-05-14) makes sense for `aux_source_directory` too. Signed-off-by:
Junghyun Kim <jh0822.kim@samsung.com>
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Brad King authored
We expect the server to exit when its communication pipes are closed. Close them and wait for the server to exit. If supported by the current version of python, kill the server if it does not exit after a few seconds.
-
Brad King authored
957e72c0 Utilities/Release: Use python 3 for server mode test on Linux binary 64934f20 Utilities/Release: Enable server mode in all binaries ec0bf638 bootstrap: Add options to enable/disable server mode explicitly 523f8ec8 server-mode: Add option to enable/disable test case explicitly 6b97a5ef server-mode: Add option to enable/disable the mode explicitly a8334961 server-mode: Rename variable CMake_{HAVE => ENABLE}_SERVER_MODE 97b6e17c server-mode: Enable from bootstrapped CMake build
-
Kitware Robot authored
-
- 29 Sep, 2016 22 commits
-
-
Tobias Hunger authored
Watch CMakeLists.txt files (and similar) from the Server
-
Tobias Hunger authored
* Add a command to report watched files and directories to clients.
-
Tobias Hunger authored
Enable the server to watch for filesystem changes. This patch includes * The infrastructure for the file watching * makes that infrastructure available to cmServerProtocols * Resets the filesystemwatchers on "configure"
-
Brad King authored
* upstream-libuv: libuv 2016-09-27 (8221f9b3)
-
libuv upstream authored
Code extracted from: https://github.com/libuv/libuv.git at commit 8221f9b305c09205be575d8d34a5c493ba03d392 (v1.x).
-
Brad King authored
The machine that builds the Linux binary has python 3 and 2.6, but the latter is too old for the server mode test script.
-
Brad King authored
Add the CMake_ENABLE_SERVER_MODE option explicitly to the configuration of all binary builds. We want to know the mode is available if the build succeeds.
-
Brad King authored
-
Brad King authored
Add a `CMake_TEST_SERVER_MODE` option that can be set in testing builds to enable/disable server mode tests explicitly. This will allow testing in combination with `CMake_TEST_EXTERNAL_CMAKE` or for server mode to be built on systems that have a python version that cannot run the test.
-
Brad King authored
Provide a way for scripts building CMake to enable server mode explicitly and assume the risk of a build failure if it is not supported. This will allow such scripts to ensure that server mode is available if the build succeeds. It also allows scripts to explicitly disable server mode even if it would be supported.
-
Brad King authored
The latter is a better name for making it a public-facing option.
-
Brad King authored
CMake is frequently built from source via bootstrap. There is no reason we cannot support server mode.
-
Brad King authored
* upstream-KWSys: KWSys 2016-09-29 (6cfcbede)
-
Kitware Robot authored
Code extracted from: http://public.kitware.com/KWSys.git at commit 6cfcbedeb253b64e6d07f436f1ac0f0b488bbc9b (master). Upstream Shortlog ----------------- Brad King (1): 6cfcbede SystemTools: Include strings.h on MinGW for strcasecmp
-
Kitware Robot authored
-
- 28 Sep, 2016 3 commits