| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fix the logic added by commit v3.0.0-rc5~9^2
(InstallRequiredSystemLibraries: MBCS MFC is optional on VS 12,
2014-05-06). Do not test content of MSVC${v}_MFC_DIR until after the
variable is set.
|
|\
| |
| |
| |
| |
| | |
75b0e167 CPackDeb: Add basic package tests
fdfe4586 CPackDeb: Fix lintian md5sum file warning
|
| |
| |
| |
| |
| | |
Tests of generated component based deb packages with lintian and dpkg.
Also includes basic file name check.
|
| |
| |
| |
| | |
Lintian warned about invalid md5sum file permissions.
|
|\ \
| | |
| | |
| | |
| | | |
22926dd6 Allow CMAKE_TOOLCHAIN_FILE to be an empty string
|
| | |
| | |
| | |
| | |
| | | |
Do not try to include() an empty string in the generated CMakeSystem
module.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
680ebebc Check*CompilerFlag: Add another pattern for Clang (#15526)
|
| | | |
| | | |
| | | |
| | | | |
Match 'optimization flag ... not supported' messages.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
c775072a cmGeneratorExpressionEvaluationFile: Add missing sys/types.h include
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
This is needed for 'mode_t', and on mingw-w64 in particular. We added
use of 'mode_t' in commit v3.2.0-rc1~421^2 (file(GENERATE): Use
permissions of input file if present, 2014-07-22).
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
2ecf168f bash-completion: Avoid using _init_completion when not defined
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
With the current version of homebrew one gets:
bash: _init_completion: command not found
Avoid this by initializing manually when the function is not defined.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
b5b20d20 ctest: Treat ENV{CTEST_OUTPUT_ON_FAILURE} as a boolean
fcf9cf6c Tests: Make a CTest test deterministic.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Having this variable in the environment should not be enough to activate
the behavior. It must also not be set to a false value (or empty value).
|
| | | | |
| | | | |
| | | | |
| | | | | |
The test expect sub-test not to run in parallel.
|
| |_|_|/
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
e1c6df39 ExternalProject: Allow dependencies on INTERFACE libraries
c0502faa ExternalProject: Fix error message typo
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Respect INTERFACE library property whitelist. Check that a target has
type "UTILITY" before querying other properties.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
b470d618 Help: Add notes for topic 'ExternalProject-genex'
0273ef14 ExternalProject: Allow generator expressions with LOG_* options (#15287)
7bd8cfb8 ExternalProject: Allow generator expressions in initial cache options
1cf43dcf Tests: Add case to cover ExternalProject with subdirectories
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use file(GENERATE) to write the logging wrapper scripts to evaluate
generator expressions. Use a per-config script names in case the
content varies by configuration.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use file(GENERATE) to write the initial cache file so that we can
evaluate generator expressions. Use a per-config initial cache file
name in case the content varies by configuration.
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add an ExternalProjectSubdir test directory with a minimal test showing
use of ExternalProject_Add for a source tree in a subdirectory. This
will allow us to easily add test external projects that cover specific
behavior where the client project must check results.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | |/
| |/| |
|