- Oct 01, 2009
-
-
Bill Hoffman authored
-
- Sep 25, 2009
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Sep 24, 2009
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
David Cole authored
BUG: Fix issue #8177. Modify the system PATH for all users when requested during an NSIS based installer run. Thanks to Bart Janssens for the patch.
-
Bill Hoffman authored
-
Zach authored
-
Bill Hoffman authored
-
Bill Hoffman authored
Make sure CTestTest scripts honor the CMAKE_TEST_GENERATOR so that if the generator to build cmake is different than the one used for tests (watcom) is used.
-
Zach authored
-
Zach authored
-
Brad King authored
The commit "Fix KWSys SystemTools build on cygwin with -mwin32" tried to restore the state of the _WIN32 definition that was broken by the commit "Optimize KWSys SystemTools::FileExists on Windows". It did so for the case of building with -mwin32 on cygwin, but since including <windows.h> defines _WIN32, it failed for the case of not using -mwin32. This commit restores the state of _WIN32 in all cases by undefining it after including <windows.h> if it was not defined beforehand.
-
Kitware Robot authored
-
- Sep 23, 2009
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Zach authored
-
Zach authored
Uncommented the dependency of CTestTestNoExe on CTestTestNoBuild so that it will work in parallel now.
-
Brad King authored
Xcode 1.5 writes helper scripts at the projectDirPath location for targets that do not set SYMROOT. We now add SYMROOT to custom targets so that all targets set it. This prevents Xcode 1.5 from touching the source directory now that we always set projectDirPath. See issue #8481.
-
Zach authored
-
Alexander Neundorf authored
Now only the dependencies for the file where the dependencies actually may have changed are rescanned, before that this was done for all source files even if only one source file had changed. This reduces e.g. on my machine the time for scanning the dependencies of kdelibs/khtml/ when only one file (khtml_global.cpp) has changed from around 7.5 seconds to 1.2 seconds. The tests succeed, it does what I expected it to do on kdelibs, and Brad also reviewed the patch, so I think it should be ok. Alex
-
Clinton Stimpson authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Zach authored
Set new ctest tests to always run, whether CTEST_TEST_CTEST is enabled or not. Changed parallel test to be portable.
-
Brad King authored
Commit "Optimize KWSys SystemTools::FileExists on Windows" accidentally added "#undef _WIN32" when including <windows.h> on cygwin, which breaks builds using the -mwin32 flag. This commit removes that line and fixes the real error it was intended to avoid.
-
Zach authored
-
Brad King authored
We set the variable 'XCODE_VERSION' in the CMake language to the Xcode version string (e.g. "3.1.2"). Platform config files may use it later.
-
James Bigler authored
-
James Bigler authored
Added a command to make the output directory. This is to fix the XCode build that uses a different output directory than other systems, and rather than try to match that we'll just make it.
-
Kitware Robot authored
-
- Sep 22, 2009
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
fix issue 9346. add binary directory to window title to make it easier to deal with multiple cmake-gui instances
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Clinton Stimpson authored
-
Brad King authored
Xcode project source file references need to always be relative to the top of the source tree in order for SCM and debug symbols to work right. We must even allow the relative paths to cross outside of the top source or build directories. For subdirectory project() command Xcode projects we use the source directory containing the project() command as the top. Relative paths are generated accordingly for each subproject. See issue #8481.
-
Brad King authored
In cmLocalGenerator::ConvertToRelativePath we normally convert to relative path only if the local and remote paths both lie inside the source tree or both lie inside the build tree. This commit adds an optional 'force' argument to allow conversion even when this rule is violated.
-
Bill Hoffman authored
-
Brad King authored
Implicit link information contains architecture-specific libraries and directories. The link information cannot be explicitly specified safely when CMAKE_OSX_ARCHITECTURES contains more than one architecture. As a result, we currently cannot support mixed-language C++/Fortran targets and OS X universal binaries simultaneously. In order to avoid conflicts for simple C/C++ cases, we now simply skip detection of implicit link information in this case.
-