| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
In this context, currentBinDir refers to the CMAKE_BINARY_DIR because it
comes from the first local generator. GetHomeOutputDirectory is the
same as CMAKE_BINARY_DIR, so the computation here is unnecessary.
|
|
|
|
|
|
| |
The conditional early return can be moved to clients, which would have
many benefits, notably making cmOutputConverter independent of
directory-specific state.
|
|
|
|
|
| |
This means that we don't encounter the asserts in the case where we
early-return from here.
|
|
|
|
| |
This function delegates to another function which does the same check.
|
| |
|
|
|
|
| |
Remove comment made obsolete by them.
|
|
|
|
|
| |
Remove old ConvertToRelativePath function now that all clients have
migrated to the new signature.
|
|
|
|
|
| |
Avoid violations of Interface Segregation Principle. These two calls
now simply call different methods.
|
|\
| |
| |
| |
| | |
68277e16 server-mode: Improve shutdown behavior
|
| |
| |
| |
| |
| |
| | |
Add a signal handler to trigger shutdown and be more paranoid about
libuv doing things asynchronously. This should fix test cases not
shutting down properly.
|
|\ \
| | |
| | |
| | |
| | | |
646d01da VS: Use absolute target-specific directory for `resources.pri`
|
| |/
| |
| |
| |
| |
| |
| |
| | |
The change in commit v3.7.0-rc1~219^2 (VS: Use target-specific directory
for `resources.pri`, 2016-08-25) incorrectly specifies a relative path
for the `ProjectPriFullPath` value. Fix it to use an absolute path.
Issue: #16106
|
|\ \
| | |
| | |
| | |
| | | |
53858177 Do not define cout/cerr preprocessor symbols
|
| | |
| | |
| | |
| | |
| | |
| | | |
Apply the change from commit bd3d0eaf (cmCTest: don't redefine cout and
cerr, 2016-09-01) to the rest of ctest and cpack. These definitions
are no longer needed because our conventions are well established.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
eb1a57d7 QtIFW: Reference cmake.org via https in cmake.org.html
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
dc6d8066 Add a BUILD_RPATH target property specifying build-tree RPATH entries
|
| | |
| | |
| | |
| | |
| | |
| | | |
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`.
|
|/ / |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
1b43f9d1 cmake-server: Stop the file monitor on client disconnect
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
a189d019 QtAutogen: Use cmSystemTools::Error instead of std::cerr
|
| | |
| | |
| | |
| | |
| | | |
We can use std::cerr only in the build-time tool, not during CMake
generation.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
bcafc399 QtAutogen: Add test for empty qrc file
98b11f25 QtAutogen: Allow .qrc files that do not contain any file reference
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
50b27de4 aux_source_directory: Sort results to make it deterministic
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
4e34f042 server-mode: Watch CMakeLists.txt files
26250002 server-mode: Report watched files to client
0d96e193 server-mode: Add infrastructure to watch the filesystem
|
| | |
| | |
| | |
| | | |
Watch CMakeLists.txt files (and similar) from the Server
|
| | |
| | |
| | |
| | | |
* Add a command to report watched files and directories to clients.
|
| |/
| |
| |
| |
| |
| |
| | |
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"
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
| |
| |
| | |
The latter is a better name for making it a public-facing option.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
6fe45e98 Merge branch 'upstream-KWSys' into update-kwsys
0ab471ad KWSys 2016-09-29 (6cfcbede)
|
| |/
| |
| |
| |
| | |
* upstream-KWSys:
KWSys 2016-09-29 (6cfcbede)
|
|/ |
|
|\
| |
| |
| |
| |
| | |
66c70cd9 cmake_parse_arguments: Add additional unit tests
41291b20 cmake_parse_arguments: Fix PARSE_ARGV multi-value argument handling
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The `PARSE_ARGV` mode was recently added to help functions properly
parse their arguments even when those arguments may be quoted and
contain literal `;` in their values. Fix the implementation to encode
`;`s in reported multi-value arguments and in `UNPARSED_ARGUMENTS` so
that `;`s in the individual values are preserved in the lists. This
allows clients to access all their argument values correctly.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
71a50587 server-mode: Add project data for unit tests
7b1e60f2 server-mode: Report CMakeCache entries
84553a6e server-mode: Add command to retrieve build system files
ead71873 server-mode: Report information relevant for a codemodel
|
| | |
| | |
| | |
| | |
| | | |
With this it would be possible to implement something like
cmake-gui using server-mode.
|
| | |
| | |
| | |
| | | |
Add a command to retrieve files that are input to cmake itself.
|
| |/
| |
| |
| |
| | |
Add "codemodel" command to report information relevant to feed a code
model.
|