- 16 Dec, 2010 2 commits
-
-
Alexey Ozeritsky authored
-
Alexey Ozeritsky authored
-
- 15 Dec, 2010 1 commit
-
-
Kitware Robot authored
-
- 14 Dec, 2010 21 commits
-
-
Brad King authored
This method replaces '//' with '/' to make the paths look nicer. Originally it correctly skipped a leading '//' in a UNC path as the comment says. However, commit "Removed extra variable initializations" (2005-04-15) accidentally removed the "pos=1" initializer. It was then incorrectly restored by commit "Added missing variable initialization" (2005-04-15) as just "pos=0". Restore the proper initializer. The test for this added by commit "better coverage" (2006-07-31) included incorrect output for a sample UNC-like path. Fix it.
-
36cb7016 allow STRING(SUBSTRING) work with length -1 as "rest of the string"
-
8d366cd1 CPackRPM fix bug 0011595 : Can't generate RPMs (on FC11...)
-
ce013215 Inline help in vim with vertical split.
-
cddcad51 Fix incremental linking for VS2010 with nmake or make.
-
d95913e2 FindTCL: Fix TCL and TK version variable references (#11528)
-
3b7f9014 Fix soname in cross-compiled targets with Mac host (#11547)
-
7145ca67 CTest: Fix ctest_sleep documentation (#11554)
-
608d6bba Fix parallel "make install" of CMake itself
-
a765c491 Honor custom command dependencies on imported targets (#10395)
-
3ce00499 Fix typos in the doc
-
c2895f48 BundleUtilities: error if fixup_bundle_item called on non-embedded item
-
fb97ba62 Enable 64-bit tools with VS 2010 Express (#9981, #10722)
-
Brad King authored
Do not set KWSYS_INSTALL_LIBRARY_RULE just because the parent project set KWSYS_INSTALL_EXPORT_NAME. Require KWSYS_INSTALL_LIB_DIR to be set too.
-
Kitware Robot authored
-
- 13 Dec, 2010 9 commits
-
-
Alexander Neundorf authored
This variable has been supported since 2.6 I think, having it in the cache makes it easier to use (see bug report #9631) Alex
-
Eric Noulard authored
-
Matthias Kretz authored
Added a small script to open a vertical split window with the output of cmake --help-command for the word under the cursor.
-
Brad King authored
Remove a boolean parameter of cmGlobalGenerator::CreateGlobalTarget that is never set to true anymore. Remove global target "consolidation" loop because no global targets exist before it runs anymore.
-
Brad King authored
Commit e01cce28 (Allow add_dependencies() on imported targets, 2010-11-19) started using cmMakefile::FindTargetToUse to follow dependencies, including those of GLOBAL_TARGETs like INSTALL and PACKAGE. Since global targets exist in every directory, dependencies between them must be traced within each directory too. Teach FindTargetToUse to check the current directory before checking globally. For global targets this will find the local copy. For for normal targets this will be a no-op because they are globally unique.
-
Marcus D. Hanwell authored
The code to build up a list was missing the final entry in an initial cache.
-
Philip Lowman authored
-
Philip Lowman authored
Also some whitespace issues are cleaned up. Patch from Adam Richardson attached to #11445
-
Kitware Robot authored
-
- 12 Dec, 2010 2 commits
-
-
Alexander Neundorf authored
This variable can be set to command line arguments which will be passed to make when eclipse invokes make, e.g. you can enter "-j8" to get 8 parallel builds (#9930) Alex
-
Kitware Robot authored
-
- 11 Dec, 2010 2 commits
-
-
Marcus D. Hanwell authored
Escaped the @var@ in the file writes - this was being expanded at file write and so not causing a reconfigure at the right time. I also took care of build up lists of lists in the variables, especially important for things like MPI_EXTRA_LIBRARY. Added some error checking, and use the tmp_dir for initial cache file.
-
Kitware Robot authored
-
- 10 Dec, 2010 3 commits
-
-
Marcus D. Hanwell authored
On Windows the limit for command line arguments is 8192 characters, and this was limiting longer paths with some of our more nested projects such as Library. Placing the -D arguments into CMAKE_CACHE_ARGS will write out an initial cache file, that will be passed to CMake with a -C argument as the initial cache. By forcing the cache variables we preserve the existing behavior with -D, to change the values of cache variables in our inner projects.
-
Brad King authored
The previous commit removed the last use of this parameter from the implementation of WriteTargetsToSolution. Remove the parameter.
-
Brad King authored
If a .sln file refers to a project file with a leading ".\", as in ".\foo.vcxproj" instead of just "foo.vcxproj" or a full path then msbuild behaves strangely. Whenever target foo is built as a dependency of another target, msbuild brings multiple configurations up to date instead of just the requested configuration! Refer to all project files by full path to avoid this behavior.
-