- 04 Mar, 2015 1 commit
-
-
Kitware Robot authored
-
- 03 Mar, 2015 5 commits
- 02 Mar, 2015 11 commits
-
-
The old version would admit, for example, a variable named "xxxCPACK".
-
Brad King authored
-
On some stream libraries failbit is not set when trying to read past EOF. Instead, always exit the copy loop when gcount() is zero.
-
Brad King authored
-
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ d2aa1afd | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 1b75ad3d..d2aa1afd Paul Martin (1): d2aa1afd SystemTools: Update CopyFileAlways stream library workarounds Change-Id: I676f2f11ac0d52f7ffc3af5bb444d3726c121be0
-
Brad King authored
-
cfb22354 FindHg: Run hg with C locale when querying its version.
-
a7631fc4 Modules: Check for ARGC before using ARGV#
-
6a661f06 CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES.
-
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
-
-
ARGV# could be defined from a parent scope.
-
Brad King authored
-
6bf13097 CTest: Drop "Error in read script" message at end of testing
-
c4814174 install: Write the entire installation manifest at once
-
Nils Gladitz authored
If LC_ALL is set it takes precedence over LC_MESSAGES.
-
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
-
Resolve conflict in Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake by combining the changes from both sides.
-
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 3 commits
-
-
Brad King 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
-