| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove the need for method parameters to represent the distinction.
|
|
|
|
| |
They don't provide real value.
|
|
|
|
|
|
|
| |
This makes it easier to remove directory-specific state from
cmOutputConverter where it doesn't belong. Of course, this just
relocates the problem to the makefiles generator for now, but that's
better than affecting the core.
|
|
|
|
|
| |
Don't use cmOutputConverter method which relies on directory-specific
state.
|
| |
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| | |
f2b88600 Help: Extend 3.7 release notes for FindMatlab
2f16ab87 FindMatlab: small documentation fixes
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
e8893030 FindMatlab: remove SIMULINK path from cache when FindMatlab is reconfigured
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
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
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
730ba307 Utilities/Release: Update README to reference https URL
4376e47a Utilities/GitSetup: Fetch local hooks via https
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
241858c5 Utilities/Release: Drop Linux .tar.Z binary
47873307 Utilities/Release: Drop macOS .tar.Z binary
|
| | | |
| | | |
| | | |
| | | |
| | | | |
On Linux the gzip tool is universally available, so our `.tar.gz` is
sufficient.
|
|/ / /
| | |
| | |
| | |
| | | |
On macOS the gzip tool is universally available, so our `.tar.gz` is
sufficient.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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`.
|
|/ / / |
|
|\ \ \
| | |/
| |/| |
|
| |\ \ |
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
a1ecf3f1 Help: Add 3.7 release note for CPack/NSIS
|
| | |/
| |/| |
|
| | | |
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| | |
|
|/
|
|
|
| |
Release versions do not have the development topic section of
the CMake Release Notes index page.
|
|\
| |
| |
| |
| |
| | |
64e63da0 Help: Organize and revise 3.7 release notes
e82c33b8 Help: Consolidate 3.7 release notes
|
| |
| |
| |
| |
| | |
Add section headers similar to the 3.6 release notes and move each
individual bullet into an appropriate section. Revise a few bullets.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | |
| | |
| | | |
a997cac8 FindBoost: Add 1.62 and 1.62.0 as supported versions
|
| | | |
|