- 04 Oct, 2016 2 commits
-
-
Kitware Robot authored
- 03 Oct, 2016 16 commits
-
-
Ruslan Baratov authored
Users may need to add custom `RPATH` entries to be able to run binaries from their build tree without setting `LD_LIBRARY_PATH`. Provide a way to do this that does not affect the install-tree `RPATH`.
-
Brad King authored
-
Brad King authored
-
Roman authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
John Beard authored
-
Roger Leigh authored
-
Kitware Robot authored
-
- 02 Oct, 2016 1 commit
-
-
Kitware Robot authored
-
- 01 Oct, 2016 10 commits
-
-
Brad King authored
Add section headers similar to the 3.6 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
Brad King authored
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.7.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
-
Kitware Robot authored
-
- 30 Sep, 2016 11 commits
-
-
Brad King authored
When the client disconnects we need to remove all events from our loop. Prior to the introduction of the file monitor we only needed to remove the client pipes. Now we need to remove the file monitor events too. Without this the event loop may continue to block on file monitor events. If one does eventually come in then the event handler may try to report it to the disconnected client and crash because our internal structures for writing to the client have been freed. This addresses a failure of the `Server` test on some machines.
-
Brad King authored
The introduction of libuv requires some intrinsics such as InterlockedOr that are not available on VS 2005 and below or on MinGW.org's mingw32. Add a release note that we no longer support these compilers for CMake itself.
-
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.
-
Brad King authored
-
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
We can use std::cerr only in the build-time tool, not during CMake generation.
-
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
-