- May 08, 2012
-
-
Brad King authored
Since commit f39e82c9 (bootstrap: Re-implement command line option processing, 2011-12-16) bootstrap uses POSIX shell expressions of the form "${x#y}" to remove prefix pattern 'y' from the vaule of 'x'. Although this is allowed by POSIX old shells on some platforms do not support it. Revert to using 'sed' to work with old shells.
-
- Apr 18, 2012
-
-
David Cole authored
-
Kitware Robot authored
- Apr 17, 2012
-
-
Kitware Robot authored
-
- Apr 16, 2012
-
-
Kitware Robot authored
-
- Apr 15, 2012
-
-
Kitware Robot authored
-
- Apr 14, 2012
-
-
Kitware Robot authored
-
- Apr 13, 2012
-
-
Kitware Robot authored
-
- Apr 12, 2012
-
-
Kitware Robot authored
-
- Apr 11, 2012
-
-
Kitware Robot authored
-
- Apr 10, 2012
-
-
5adb6b7a CheckIncludeFiles: Shorten check description message
-
63d4960a FindBoost: add support for 1.49 and 1.50
-
Kitware Robot authored
-
- Apr 09, 2012
-
-
Brad King authored
Since commit 44d007b6 (CheckIncludeFiles: fix status output, 2012-02-01) check_include_files reports the list of files tested instead of the name of the variable storing the result. Some projects incrementally test and concatenate very long lists leading to long messages that do not provide much information. Users report confusion especially when the lines wrap. For lists of more than two files produce messages of the format Looing for N include files first.h, ..., last.h where N is the list length and "..." is literal. Leave the log file entries and cache entry description unchanged as they should have the full detail of the check performed.
-
Kitware Robot authored
-
- Apr 08, 2012
-
-
Kitware Robot authored
-
- Apr 07, 2012
-
-
Rolf Eike Beer authored
Boost 1.49 has already be released. Add this and the next to come version number to the search list.
-
Kitware Robot authored
-
- Apr 06, 2012
-
-
David Cole authored
Avoid cluttering the gui with variables nearly nobody needs to see.
-
David Cole authored
The parent commit added a search path relative to OSX_DEVELOPER_ROOT. But with Xcode 4.3 the nested Applications folder is in a different relative location compared to that root. This commit makes the intent of the previous commit work with older and newer Xcode directory layouts. Furthermore, it only adds paths that exist to the search path.
-
Kitware Robot authored
-
- Apr 05, 2012
-
-
David Cole authored
And avoid parsing problems at the first "."
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- Apr 04, 2012
-
-
Kitware Robot authored
-
- Apr 03, 2012
-
-
0579fa04 Xcode: Pay attention to custom configuration types (#13082)
-
89987c21 Test generated module .def files
-
fa083753 CMake: Clarify SUFFIX target property documentation.
-
f93d03df fix #13054: support OBJECT libraries in Eclipse
-
d5318e00 Create granular targets for Ninja generators too
-
8a704955 automoc: include <unistd.h> on Apple to get pathconf
-
3a0c60d3 Override topdir from rpm command line seems necessary on Amazon linux.
-
Kitware Robot authored
-