- 27 Sep, 2009 1 commit
-
-
Kitware Robot authored
-
- 26 Sep, 2009 4 commits
-
-
Alexander Neundorf authored
Correct comments and use ASM${ASM_DIALECT} env. var instead of ASM env. var to initialize the the assembler to use. Alex
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
Set the working_dir entry in the codeblocks project file of executable targets to the directory where the executable is created. Then when running CB, executing the target (not building), will run it from that directory. Alex
-
Kitware Robot authored
-
- 25 Sep, 2009 12 commits
-
-
Brad King authored
These commits: Adding image version number (major.minor) property to windows binaries. Added support for import libraries created by executable and module targets. added content to Templates/EXEHeader.dsptemplate that should also have been added to Templates/EXEWinHeader.dsptemplate for the VS6 generator. This commit corrects the error. See issue #9586.
-
Brad King authored
These files were committed to the repository with Windows newlines. This converts them to Unix newlines so they will show up natively.
-
David Cole authored
Oops. Last commit did not create subdir before doing a touch on a file in it. So it fails on some platforms. This fixes that.
-
David Cole authored
Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling GetLocation on a utility target - caused by custom command output file with same name as custom target. The fix is to avoid calling GetLocation unless the target is of a type that is expected to have a location...
-
Brad King authored
CMake policies CMP0014 and CMP0015 were implemented in the development series version 2.7.x but will be first released in 2.8.0. Now that the development version number is higher than that (2.9.x) we can update their version of introduction to the actual release number.
-
Brad King authored
In CMake Policy documentation we specify the default behavior for the current version of CMake. This commit fixes that version by reporting the full version number instead of just major and minor.
-
Zach authored
-
Bill Hoffman authored
-
Brad King authored
We replace the test text in the kwsys.testEncode test to avoid the word 'Copyright'. This simplifies grep results for Copyright verification.
-
Brad King authored
This teaches the bootstrap shell script to detect the CMake source directory from which it is executed using a simpler idiom.
-
James Bigler authored
- Finished updating and formatting documentation. - Added CUDA_PROPAGATE_HOST_FLAGS (Default ON) that can disable the C flag propagation to the host compiler. _ Changed the output directory for support files from ${CMAKE_CURRENT_BINARY_DIR} to ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles. This will hopefully reduce the clutter in the binary directory.
-
Kitware Robot authored
-
- 24 Sep, 2009 10 commits
-
-
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
-
- 23 Sep, 2009 13 commits
-
-
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
-