| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Avoid word 'Copyright' in KWSys MD5 encode test | Brad King | 2009-09-25 | 1 | -3/+3 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-25 | 1 | -1/+1 |
|
|
* | Output a message in ctest when each test is started | Zach Mullen | 2009-09-24 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | Tests which are not run should be added to the failed test list. | Zach Mullen | 2009-09-23 | 1 | -0/+1 |
|
|
* | Add Xcode SYMROOT setting for custom targets | Brad King | 2009-09-23 | 1 | -3/+4 |
|
|
* | Major optimization of C/C++ dependency scanning. | Alexander Neundorf | 2009-09-23 | 8 | -20/+96 |
|
|
* | fix compile warnings | Clinton Stimpson | 2009-09-23 | 3 | -32/+36 |
|
|
* | Fix KWSys SystemTools build on cygwin with -mwin32 | Brad King | 2009-09-23 | 1 | -2/+1 |
|
|
* | Teach Xcode generator to set XCODE_VERSION | Brad King | 2009-09-23 | 3 | -10/+26 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-23 | 1 | -1/+1 |
|
|
* | fix issue 9346. add binary directory to window title to make it easier to de... | Clinton Stimpson | 2009-09-22 | 2 | -3/+9 |
|
|
* | Fix Xcode project references to the source tree | Brad King | 2009-09-22 | 2 | -56/+34 |
|
|
* | Optionally force conversion to relative path | Brad King | 2009-09-22 | 2 | -14/+17 |
|
|
* | 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 |
|
|
* | Put a flag in that will stop system tools from deleting system environment me... | Bill Hoffman | 2009-09-22 | 2 | -0/+5 |
|
|
* | Rescan dependencies also if CMakeDirectoryInformation.cmake has changed. | Alexander Neundorf | 2009-09-22 | 2 | -21/+51 |
|
|
* | Optimize KWSys SystemTools::FileExists on Windows | Brad King | 2009-09-22 | 2 | -22/+79 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-22 | 1 | -1/+1 |
|
|
* | More SLURM experimentation (ctest batch mode) | Zach Mullen | 2009-09-21 | 1 | -5/+17 |
|
|
* | Fixed a slurm batch argument identifier. | Zach Mullen | 2009-09-21 | 1 | -1/+1 |
|
|
* | Need to quote args when generating batch scripts from ctest | Zach Mullen | 2009-09-21 | 2 | -2/+36 |
|
|
* | Re-enabled failing tests; fixed ctest_build output to be consistent in the er... | Zach Mullen | 2009-09-21 | 1 | -5/+6 |
|
|
* | Fix Bug #8332, add support for .pch files for Xcode. | Bill Hoffman | 2009-09-21 | 1 | -1/+2 |
|
|
* | Fix Bug #8928, add support for .xib files for Xcode. | Bill Hoffman | 2009-09-21 | 1 | -0/+4 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-21 | 1 | -1/+1 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-20 | 1 | -1/+1 |
|
|
* | Minor optimization in dependency checking. | Alexander Neundorf | 2009-09-19 | 1 | -2/+12 |
|
|
* | Remove cmGlobalXCode21Generator subclass | Brad King | 2009-09-19 | 5 | -111/+30 |
|
|
* | Fix check for -isysroot on OS X | Brad King | 2009-09-19 | 1 | -7/+2 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-19 | 1 | -1/+1 |
|
|
* | Only do the OSX arch stuff on OSX. | Bill Hoffman | 2009-09-18 | 1 | -2/+3 |
|
|
* | Add detection of gcc versions that do not support isysroot option and do not ... | Bill Hoffman | 2009-09-18 | 1 | -7/+13 |
|
|
* | Fix the build for version 2.5 of Xcode. | Bill Hoffman | 2009-09-18 | 1 | -0/+9 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-18 | 1 | -1/+1 |
|
|
* | Fix case where no archs are found on older macs. | Bill Hoffman | 2009-09-17 | 1 | -4/+4 |
|
|
* | Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs... | Bill Hoffman | 2009-09-17 | 2 | -31/+28 |
|
|
* | Bug #9430, recognize the FR flag | Bill Hoffman | 2009-09-17 | 1 | -0/+1 |
|
|
* | Do not call CollapseFullPath for PDB file names | Brad King | 2009-09-17 | 3 | -3/+3 |
|
|
* | Remove old check for duplicate subdirectories | Brad King | 2009-09-17 | 1 | -15/+0 |
|
|
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-09-17 | 1 | -1/+1 |
|
|
* | Fix typo in name | Bill Hoffman | 2009-09-17 | 1 | -1/+1 |
|
|
* | Major improvement of the generated targets in Eclipse. | Alexander Neundorf | 2009-09-16 | 4 | -14/+102 |
|
|