- 28 Sep, 2009 8 commits
-
-
Brad King authored
This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range.
-
Brad King authored
This commit adds KWSys configuration option KWSYS_INSTALL_DOC_DIR to specify the directory for installation of documentation. We use it to put the KWSys Copyright.txt file at the location ${KWSYS_INSTALL_DOC_DIR}/${KWSYS_NAMESPACE}/Copyright.txt in the project installation tree. This helps containing projects meet the license requirement to distribute the copyright and license with binary forms.
-
Brad King authored
Some of our third-party utilities have licenses that require their copyright and license notices to be distributed with binary forms. This commit adds installation rules to include these notices with installed CMake documentation.
-
Brad King authored
-
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.
-
Brad King authored
The commit "Generate proper Intel Fortran project version" replaced the hard-coded 9.10 value with a runtime registry lookup of the real version. Version 10.1 actually uses project file format 9.10, so this commit switches it back for that version. See issue #9169.
-
Brad King authored
Applications on Haiku are discouraged from storing their data in $HOME. This teaches export(PACKAGE) and find_package() to use the BeAPI on Haiku to store the package registry instead of using ~/.cmake/packages. See issue #9603.
-
Kitware Robot authored
-
- 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 5 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.
-