Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake 2.8.1-rc1 | Brad King | 2010-01-28 | 358 | -3143/+7287 |
| | |||||
* | CMake 2.8.0v2.8.0 | Brad King | 2009-11-13 | 3 | -3/+20 |
| | |||||
* | CMake 2.8.0-rc7 | Brad King | 2009-11-11 | 24 | -53/+204 |
| | |||||
* | CMake 2.8.0-rc6 | Brad King | 2009-11-10 | 6 | -24/+46 |
| | |||||
* | Add missing depend on the branch to get release out as it does not really ↵ | Bill Hoffman | 2009-11-04 | 1 | -0/+2 |
| | | | | affect the RC | ||||
* | CMake 2.8.0-rc5 | Brad King | 2009-11-03 | 29 | -95/+325 |
| | |||||
* | RC 4 merge | Bill Hoffman | 2009-10-28 | 97 | -681/+2658 |
| | |||||
* | Merge in changes for RC 3 | Bill Hoffman | 2009-10-09 | 118 | -778/+1666 |
| | |||||
* | Merge in changes to CMake-2-8 RC 2 | Bill Hoffman | 2009-10-01 | 1002 | -11791/+12774 |
| | |||||
* | Add change log and fix UMR in ctest from head. | Bill Hoffman | 2009-09-25 | 2 | -0/+46 |
| | |||||
* | Use cmake-gui.exe for add/remove icon. | Bill Hoffman | 2009-09-25 | 1 | -0/+3 |
| | |||||
* | Add RC value of 1 | Bill Hoffman | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | change version to RC 0 | Bill Hoffman | 2009-09-24 | 1 | -1/+2 |
| | |||||
* | BUG: Fix issue #8177. Modify the system PATH for all users when requested ↵ | David Cole | 2009-09-24 | 1 | -8/+29 |
| | | | | during an NSIS based installer run. Thanks to Bart Janssens for the patch. | ||||
* | 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 ↵ | Bill Hoffman | 2009-09-24 | 3 | -21/+18 |
| | | | | generator to build cmake is different than the one used for tests (watcom) is used. | ||||
* | 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 |
| | | | | | | | | | | | 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. | ||||
* | 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 ↵ | Zach Mullen | 2009-09-23 | 1 | -1/+1 |
| | | | | will work in parallel now. | ||||
* | Add Xcode SYMROOT setting for custom targets | Brad King | 2009-09-23 | 1 | -3/+4 |
| | | | | | | | | | 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. | ||||
* | Make portable c for Parallel test | Zach Mullen | 2009-09-23 | 1 | -4/+4 |
| | |||||
* | Major optimization of C/C++ dependency scanning. | Alexander Neundorf | 2009-09-23 | 8 | -20/+96 |
| | | | | | | | | | | | | | | 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 | ||||
* | fix compile warnings | Clinton Stimpson | 2009-09-23 | 3 | -32/+36 |
| | |||||
* | Handle older cvs clients that do not allow for the password to be in the ↵ | Bill Hoffman | 2009-09-23 | 2 | -1/+5 |
| | | | | CVSROOT. | ||||
* | Add nightly builds for linux windows and mac. | Bill Hoffman | 2009-09-23 | 1 | -12/+22 |
| | |||||
* | Set new ctest tests to always run, whether CTEST_TEST_CTEST is enabled or ↵ | Zach Mullen | 2009-09-23 | 4 | -67/+66 |
| | | | | not. Changed parallel test to be portable. | ||||
* | Fix KWSys SystemTools build on cygwin with -mwin32 | Brad King | 2009-09-23 | 1 | -2/+1 |
| | | | | | | | 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. | ||||
* | CTestTestParallel now submits to public dashboard for easier debugging | Zach Mullen | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Teach Xcode generator to set XCODE_VERSION | Brad King | 2009-09-23 | 4 | -10/+27 |
| | | | | | 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. | ||||
* | Updated formatting of documentation plus a little reorganization. | James Bigler | 2009-09-23 | 1 | -141/+145 |
| | |||||
* | Added a command to make the output directory. This is to fix the XCode ↵ | James Bigler | 2009-09-23 | 1 | -0/+6 |
| | | | | build that uses a different output directory than other systems, and rather than try to match that we'll just make it. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | add support for finding qcollectiongenerator executable. fixes #9248. | Clinton Stimpson | 2009-09-22 | 1 | -9/+17 |
| | |||||
* | fix issue 9346. add binary directory to window title to make it easier to ↵ | Clinton Stimpson | 2009-09-22 | 2 | -3/+9 |
| | | | | deal with multiple cmake-gui instances | ||||
* | new windows build machine for cmake | Bill Hoffman | 2009-09-22 | 1 | -0/+17 |
| | |||||
* | disable svn | Bill Hoffman | 2009-09-22 | 1 | -0/+1 |
| | |||||
* | Add support for Qt configured with custom qtlibinfix (see issue 9571). Also ↵ | Clinton Stimpson | 2009-09-22 | 1 | -35/+36 |
| | | | | fix CMP 15 warnings. | ||||
* | Fix Xcode project references to the source tree | Brad King | 2009-09-22 | 2 | -56/+34 |
| | | | | | | | | | | | | | 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. | ||||
* | Optionally force conversion to relative path | Brad King | 2009-09-22 | 2 | -14/+17 |
| | | | | | | | | 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. | ||||
* | Make sure KWSYS_DO_NOT_CLEAN_PUTENV is defined at bootstrap time for cmake ↵ | Bill Hoffman | 2009-09-22 | 1 | -0/+1 |
| | | | | in the bootstrap script. | ||||
* | Skip implicit link info for multiple OS X archs | Brad King | 2009-09-22 | 1 | -2/+6 |
| | | | | | | | | | | | 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. | ||||
* | Can not use cmakedefine in kwsys because bootstrap of cmake does not support it. | Bill Hoffman | 2009-09-22 | 1 | -1/+2 |
| | |||||
* | Can not use cmakedefine in kwsys because bootstrap of cmake does not support it. | Bill Hoffman | 2009-09-22 | 2 | -2/+12 |
| |