| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
2f4b13b3 Tests: Protect CTestTestSerialOrder from environment (#15524)
|
| |
| |
| |
| | |
Reported-by: Stephen Kelly <steveire@gmail.com>
|
|\ \
| | |
| | |
| | |
| | | |
a61e0994 Help: Fix formatting of env var refs in ctest.1 manual
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
941e3bd2 Help: Document in find_library how to search for static libraries
|
| |/
| |
| |
| |
| | |
This has been implemented since commit v2.6.0~295 (Make find_library
test for the library file as named, 2008-02-06). Add the docs.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
258ba828 QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523)
acd4f01f cmQtAutoGenerators: Split CR stripping out to helper function
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The stderr may have warning messages. We should not treat these lines
as resource files. However, we must still recognize error message lines
for missing resource files that may be generated.
Extend the QtAutogen test to cover a generated resource as the only one
listed in a .qrc file. This causes 'rcc --list' to print a warning to
stderr that we now intend to ignore.
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
8dc3a67c cmMakefile: Out-of-line the directory methods.
0f3c8cfa cmMakefile: Use method abstraction to access directories.
b288a997 cmMakefile: Rename SetStart* directory API to SetCurrent*.
932d53bc cmMakefile: Remove redundant method duplication.
32b8f03a cmMakefile: Port users of GetStart* methods to new names.
54d6a918 cmMakefile: Rename GetCurrent{Output,Binary}Directory.
55d80d0a cmMakefile: Rename GetCurrent{,Source}Directory.
b23cf06f cmake: Remove redundant start directories.
fcf246ac cmMakefile: Populate Home directories on initialize.
8878bea7 cmake: Initialize Home directories on cmake for find-package mode.
044dc815 Use the Home directories from the cmake class where intended.
d67e8f24 cmake: Fix directory used to find the cache
1ea085d1 cmMakefile: Initialize dir definitions early.
f034bb2f Remove redundant calls to MakeStartDirectoriesCurrent.
3a68c323 cmMakefile: Fix wrong parameter names.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Match names used in CMake code.
|
| | |
| | |
| | |
| | | |
Match the names used in cmake code.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
They are maintained as containing the same content as the 'home'
directories, but they are never read from.
Fix some comments and help strings which confused the two by
name. They actually mean what is called CMAKE_SOURCE_DIR in
cmake code.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
The Home directories can be used to initialize cmMakefile directories
internally.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
The start and home directories are the same, but the intent of the
code here is to use what is currently called the HomeOutput directory.
|
| | | |
|
| | |
| | |
| | |
| | | |
The SetStart{,Output}Directory methods do what it does.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
80909041 cmMakefile: Disable copy constructor.
f3af9517 CPack: Don't copy cmMakefile. Just push a scope instead.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
It is no longer necessary to be able to copy it. Additionally, this
gives us one less reason to copy cmTarget.
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
c8375e15 CPackDeb: Refactor package variable lookup by generator
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Preparation for per component variables.
Patch makes sure we know which variables
will be set for per component generator
and also prevents accidental overflows
of variable values between components.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
0ed22502 FindCUDA: Create output dir while compiling intermediate link file (#15016)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
During compilation of the intermediate link file, the output directory
may not be present in Visual Studio builds. This fix makes sure the
output directory exists before generating the output file.
Suggested-by: Irwin Zaid
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
356c26eb cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Extend the RunSingleCommand signature to capture stdout and stderr
separately. Allow both to be captured to the same std::string
to preserve existing behavior. Update all call sites to do this
so that this refactoring does not introduce functional changes.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
cd953bf7 Help: Add notes for topic 'cpack-rpm-refactored-file-listing'
76080c32 CPackRPM content listing refactor
152e9b32 CPackRPM package content list code move
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Refactoring of content list that removes
use of find and sed to make listing algorithm
more clear and remove external dependencies.
Patch also limits man pages handling to
locations listed in brp-compress rpm script
by default - fixes bug report #14660.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Move rpm package content list code to
a separate function.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
28429270 Tests: Delay RunCMake.ExternalProject case checks
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use RunCMake "-check.cmake" scripts to check the generated initial cache
file content so that the full generation process is completed.
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
05245b42 cmMakefile: Move some preamble out of the Internal method.
6e23a4bd cmMakefile: Remove always-null first parameter to ReadListFile.
d21ebcb2 cmMakefile: Swap parameters of calls to ReadListFile.
95a27267 cmMakefile: Extract conditional code to caller.
7d248547 cmMakefile: Remove intermediate variable.
9db15954 cmMakefile: Move condition to the only calling context where it is true.
5d4480a8 cmMakefile: Populate CMAKE_PARENT_LIST_FILE in callers.
3a8ac242 cmMakefile: Collapse nested conditional.
5947d9b0 cmMakefile: Convert filenametoread into a std::string.
e2d0e0fb cmMakefile: Remove intermediate variable.
3a1ad171 cmMakefile: Combine duplicate condition.
f0dae032 cmMakefile: Re-order independent statements.
08da8742 cmMakefile: Split a conditional.
3dc4fe02 cmMakefile: Re-order independent variable setting.
e4f8f1f1 cmMakefile: Remove intermediate variable.
2d6121a9 cmMakefile: Remove use of intermediate variable.
...
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
The version with a null first parameter is now equivalent.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Call the Internal method with equivalent parameters, passing a null first
argument.
A duplicate path computation exists inside the external_in condition now,
but that is harmless at this point.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Because all external callers of this method pass a null first
parameter, this change has no effect for them.
This also makes it obvious that the CMAKE_PARENT_LIST_FILE is set to
the name of the file being read itself for CMakeLists.txt files,
which may not make any sense.
|