- 02 Mar, 2015 7 commits
-
-
Роман Донченко authored
The old version would admit, for example, a variable named "xxxCPACK".
-
Brad King authored
-
Kitware Robot authored
-
- 01 Mar, 2015 1 commit
-
-
Kitware Robot authored
-
- 28 Feb, 2015 4 commits
-
-
Brad King authored
-
Brad King authored
-
Nils Gladitz authored
LANGUAGE should be ignored when LC_ALL=C. It seems this isn't the case with hg so set both.
-
Kitware Robot authored
-
- 27 Feb, 2015 15 commits
-
-
Daniele E. Domenichelli authored
ARGV# could be defined from a parent scope.
-
Brad King authored
-
Nils Gladitz authored
If LC_ALL is set it takes precedence over LC_MESSAGES.
-
Zack Galbreath authored
A more-specific error message is always displayed earlier in the output if any real error occurred. This final summary message is distracting to readers searching through the output for the word "error". Simply drop it.
-
Brad King authored
-
Domen Vrankar authored
Use test infrastructure added by commit 1cbb1562 (Fix handling of relocation prefix parent directories, 2015-02-26) to cover the same use cases from tests added by commit 5857ca5e (CPackRPM: Drop explicit handling of '@' symbols that breaks them, 2015-01-07) and drop the latter.
-
Domen Vrankar authored
Resolve conflict in Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake by combining the changes from both sides.
-
Domen Vrankar authored
In commit 3ec02547 (CPackRPM: Allow multiple path relocation prefixes for one package, 2015-01-21) a regression was introduced that causes parent directories of relocation paths to be incorrectly included in the rpm. Fix this and make the test case more strict to cover it.
-
Kitware Robot authored
-
- 26 Feb, 2015 11 commits
-
-
Brad King authored
-
Robert Goulet authored
Avoid a separate open/close for each file installed. Use a single file(WRITE) instead of a loop with file(APPEND).
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
-
Brad King authored
-
Gregor Jasny authored
The Ninja build system does not support a in-file verbositiy switch. Instead teach 'cmake --build' to extract the CMAKE_VERBOSE_MAKEFILE setting and pass it as an optional '-v' argument to Ninja. This can serve as a reasonable fallback. Signed-off-by:
Gregor Jasny <gjasny@googlemail.com>
-
Brad King authored
-
Kitware Robot authored
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 1b75ad3d | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' d4e7f08e..1b75ad3d Domen Vrankar (3): 2b042ff6 SystemTools: Optionally report error from GetRealPath 7c9a970a Glob: Remove dead code 1b75ad3d Glob: Remove addition of extra '/' Change-Id: I04ac5aa4748925bc953db0abff2d4418080882b5
-
Kitware Robot authored
-
- 25 Feb, 2015 2 commits
-
-
Brad King authored
In Platform/Windows-MSVC the C and CXX flags are initialized to contain preprocessor definitions describing the platform. On WinCE platforms this may not be just -DWIN32. This information may be important to RC sources too, so add such preprocessor definitions to the default RC flags. Suggested-by:
Gunnar Roth <gunnar.roth@gmx.de>
-
Brad King authored
The RC language is special in that it is automatically enabled on Windows-based platforms when another primary language is enabled. Move enablement of RC from early in the enablement of the other language to late. This will allow it to use information detected as part of enabling C, CXX, or Fortran.
-