- 31 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 30 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 29 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 28 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 27 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 26 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 25 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 24 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 23 Dec, 2013 11 commits
-
-
fb107d84 Help: Fix Sphinx extension with docutils < 0.11
-
12862e93 Help: Simplify top-level index organization
-
37a1157a CPackWiX: adhere to CMake member naming convention
-
870bd16f QtAutogen: Don't modify target source files while iterating them.
-
ae6fc555 cmGlobalGenerator: Fix value type pushed into autogens vector
-
7eea71ea CPackWiX: replace slash with backslash in registry key path
-
In older versions of python docutils "error_reporting" was not in the "utils" subpackage, so try the older location if the new one failed. Alex
-
Kitware Robot authored
-
- 22 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 21 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 20 Dec, 2013 19 commits
-
-
Brad King authored
Revise the organization introduced in commit 2c7cd95c (Help: Organize top-level index, 2013-10-28) to drop "Other Manuals" and put them in "Reference Manuals" because the distinction between them has blurred. Perhaps a better breakdown of the reference manuals will emerge in the future. While at it, sort the reference manual toctree by name.
-
Brad King authored
-
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 2426b57d | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 88165c5e..2426b57d Clinton Stimpson (1): 2426b57d Encoding: Add support for program arguments argc/argv. Change-Id: Id1fbc042a093b1de398753ffa16d4f9449e99423
-
Stephen Kelly authored
-
Nils Gladitz authored
-
Stephen Kelly authored
Populate a separate vector of files and append them separately. This was the pattern used prior to commit 035b6908 (Autogen: Split AutoRcc handling into two methods, 2013-12-10), which was erroneously not maintained in that refactoring.
-
Teach CMake to guess the project type guid based on the project file extension. This allows non-C++ projects like *.vbproj or *.csproj to be included.
-
Stephen Kelly authored
This exists for pre-CMake 2.4 compatibility. All such compatibility code was removed for CMake 3.0, so remove this too.
-
Brad King authored
The parent commit changed the AutogensType::value_type to be "std::pair<cmQtAutoGenerators,cmTarget const*>" but our std::make_pair call returns "std::pair<cmQtAutoGenerators,cmTarget*>". Construct the value_type directly instead of using make_pair. Otherwise the Sun 5.9 compiler complains ".../Source/cmGlobalGenerator.cxx", line 1281: Error: Formal argument x of type "const std::pair<cmQtAutoGenerators, const cmTarget*>&" in call to "std::vector<std::pair<cmQtAutoGenerators, const cmTarget*> > ::push_back(const std::pair<cmQtAutoGenerators, const cmTarget*>&)" is being passed "std::pair<cmQtAutoGenerators, cmTarget*>".
-
8f849b90 Help: Mention if(POLICY) and NO_POLICY_SCOPE in policies manual.
-
b51b6e97 Export: Skip INTERFACE libraries when generating -config files. cad5c79e cmTarget: Fix typo 08e72a34 Automoc: Fix style 2eda9243 Genex: Use case-sensitive comparison in PLATFORM_ID. 9436353f Genex: Always return immediately on error. 20a06d01 Export: Clean up comment. f4d94661 Genex: Accept arbitrary content in *_CASE and MAKE_C_IDENTIFIER. d36b4894 Genex: Allow single param expressions to accept arbirary input. 218ad35f Constify cmStrCmp. 4cb7d792 Help: Fix CMP0037 docs. 5187580b Help: Add missing period.
-
9650c09b FindBacktrace: Search and report only when not already found
-
Brad King authored
Add the .NOTPARALLEL target to each local Makefile command-line interface entry point file so that even with -j we launch only one "make -f Makefile2" at a time. The actual build rules in Makefile2 and lower will still run in parallel. Do not add .NOTPARALLEL for Borland or Watcom make tools because they do not tolerate it. Other make tools that do not understand .NOTPARALLEL will not be hurt. Suggested-by:
Robert Luberda <robert-cmake@debian.org>
-