| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue #9412 - remove RPATH from files copied by BundleUtilities.cmake on ... | David Cole | 2009-09-28 | 1 | -0/+4 |
|
|
* | Fix issue #9395 - only return true for .exe files on Windows from the is_file... | David Cole | 2009-09-28 | 1 | -4/+4 |
|
|
* | Test support for OLD behavior of policy CMP0002 | Brad King | 2009-09-28 | 4 | -0/+13 |
|
|
* | Fix support for OLD behavior of policy CMP0002 | Brad King | 2009-09-28 | 2 | -4/+21 |
|
|
* | Fix issue #8818 - escape quotes in the license file when using the DragNDrop ... | David Cole | 2009-09-28 | 1 | -0/+7 |
|
|
* | Remove MFC libraries from install tree. | Bill Hoffman | 2009-09-28 | 1 | -1/+0 |
|
|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 121 | -32/+1588 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 126 | -178/+1627 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 617 | -8561/+5668 |
|
|
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 78 | -773/+742 |
|
|
* | Install KWSys Copyright.txt as documentation | Brad King | 2009-09-28 | 2 | -0/+20 |
|
|
* | Install third-party utility copyright notices | Brad King | 2009-09-28 | 8 | -5/+66 |
|
|
* | Install Copyright.txt | Brad King | 2009-09-28 | 1 | -0/+3 |
|
|
* | Convert FindCUDA helper newlines from CRLF to LF | Brad King | 2009-09-28 | 2 | -309/+309 |
|
|
* | Fix .vfproj file version for Intel Fortran 10.1 | Brad King | 2009-09-28 | 1 | -0/+6 |
|
|
* | Use BeAPI for per-user package registry on Haiku | Brad King | 2009-09-28 | 2 | -0/+27 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-28 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-27 | 1 | -1/+1 |
|
|
* | Correct comments and use ASM${ASM_DIALECT} env. var instead of ASM env. var t... | Alexander Neundorf | 2009-09-26 | 1 | -5/+5 |
|
|
* | document the RUBY_VERSION variable | Alexander Neundorf | 2009-09-26 | 1 | -0/+1 |
|
|
* | Fix bug #9529. | Alexander Neundorf | 2009-09-26 | 1 | -2/+23 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-26 | 1 | -1/+1 |
|
|
* | Fix Windows GUI implib and image version in VS 6 | Brad King | 2009-09-25 | 1 | -8/+8 |
|
|
* | Convert newlines from CRLF to LF | Brad King | 2009-09-25 | 3 | -1447/+1447 |
|
|
* | Oops. Last commit did not create subdir before doing a touch on a file in it.... | David Cole | 2009-09-25 | 1 | -0/+1 |
|
|
* | Fix CMake Internal Error from cmTarget::GetOutputInfo - triggered by calling ... | David Cole | 2009-09-25 | 3 | -13/+49 |
|
|
* | Policies 14 and 15 will be first released in 2.8.0 | Brad King | 2009-09-25 | 1 | -2/+2 |
|
|
* | Document full version number with policy default | Brad King | 2009-09-25 | 1 | -2/+1 |
|
|
* | Fixed uninitialized memory issue in ctest show-only mode | Zach Mullen | 2009-09-25 | 1 | -0/+1 |
|
|
* | Use cmake-gui.exe for the install/uninstall icon for cmake. | Bill Hoffman | 2009-09-25 | 1 | -0/+3 |
|
|
* | Avoid word 'Copyright' in KWSys MD5 encode test | Brad King | 2009-09-25 | 1 | -3/+3 |
|
|
* | Simplify bootstrap script source dir detection | Brad King | 2009-09-25 | 2 | -4/+3 |
|
|
* | Documentation fixes, new CUDA_PROPAGATE_HOST_FLAGS, changed output directory. | James Bigler | 2009-09-25 | 1 | -136/+168 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-25 | 1 | -1/+1 |
|
|
* | CVS is now 2.9 | Bill Hoffman | 2009-09-24 | 1 | -1/+1 |
|
|
* | BUG: Fix issue #8177. Modify the system PATH for all users when requested dur... | David Cole | 2009-09-24 | 1 | -8/+29 |
|
|
* | SEGFAULT does not work on watcom with ctest, so don't expect it to... | Bill Hoffman | 2009-09-24 | 1 | -2/+8 |
|
|
* | Output a message in ctest when each test is started | Zach Mullen | 2009-09-24 | 1 | -0/+3 |
|
|
* | Use CTEST_TEST_GENERATOR | Bill Hoffman | 2009-09-24 | 1 | -7/+6 |
|
|
* | Make sure CTestTest scripts honor the CMAKE_TEST_GENERATOR so that if the gen... | Bill Hoffman | 2009-09-24 | 3 | -21/+18 |
|
|
* | Removed comment | Zach Mullen | 2009-09-24 | 1 | -2/+0 |
|
|
* | Reformat ctest -N output. Removed the "Start processing tests" message as well. | Zach Mullen | 2009-09-24 | 2 | -7/+10 |
|
|
* | Restore KWSys SystemTools _WIN32 state on cygwin | Brad King | 2009-09-24 | 1 | -2/+5 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-24 | 1 | -1/+1 |
|
|
* | Add new changelog to get ready for release | Bill Hoffman | 2009-09-23 | 1 | -1954/+19087 |
|
|
* | Visual Studio 10 has the same bug as 8 so make the path shorter | Bill Hoffman | 2009-09-23 | 1 | -2/+2 |
|
|
* | Tests which are not run should be added to the failed test list. | Zach Mullen | 2009-09-23 | 1 | -0/+1 |
|
|
* | Uncommented the dependency of CTestTestNoExe on CTestTestNoBuild so that it w... | Zach Mullen | 2009-09-23 | 1 | -1/+1 |
|
|
* | Add Xcode SYMROOT setting for custom targets | Brad King | 2009-09-23 | 1 | -3/+4 |
|
|
* | Make portable c for Parallel test | Zach Mullen | 2009-09-23 | 1 | -4/+4 |
|
|