summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2009-09-181-1/+1
* Fix case where no archs are found on older macs.Bill Hoffman2009-09-171-4/+4
* Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs...Bill Hoffman2009-09-172-31/+28
* Bug #9430, recognize the FR flagBill Hoffman2009-09-171-0/+1
* Do not call CollapseFullPath for PDB file namesBrad King2009-09-173-3/+3
* Remove old check for duplicate subdirectoriesBrad King2009-09-171-15/+0
* KWSys Nightly Date StampKWSys Robot2009-09-171-1/+1
* Fix typo in nameBill Hoffman2009-09-171-1/+1
* Major improvement of the generated targets in Eclipse.Alexander Neundorf2009-09-164-14/+102
* Teach configure_file to handle directory namesBrad King2009-09-162-0/+21
* Teach configure_file to handle relative pathsBrad King2009-09-162-12/+27
* Fix typo in cmConfigureFileCommand ivar nameBrad King2009-09-162-5/+5
* Put compiler defined macros into eclipse project filesAlexander Neundorf2009-09-161-0/+69
* Fix uninitialized errors.Bill Hoffman2009-09-161-0/+7
* Generate proper Intel Fortran project versionBrad King2009-09-161-1/+13
* Create VS generator GetRegistryBase methodBrad King2009-09-168-0/+22
* Initialize directory scope with closure of parentBrad King2009-09-161-2/+10
* KWSys Nightly Date StampKWSys Robot2009-09-161-1/+1
* KWSys Nightly Date StampKWSys Robot2009-09-151-1/+1
* Fix for bug #8969, pick a better default version for VS, and make it easier t...Bill Hoffman2009-09-151-27/+24
* Fix for bug# 5373, include CMake verison in generated docs.Bill Hoffman2009-09-151-2/+4
* Bug #8356, add support for image types in Xcode files.Bill Hoffman2009-09-141-0/+4
* Fix for bug #8807, add support for CMAKE_EXE_LINKER_FLAGS_(config) to Xcode g...Bill Hoffman2009-09-141-0/+9
* Fix for Bug #9190, -U did not work on case insensitive file systems because o...Bill Hoffman2009-09-143-5/+10
* Clarify documentation for if.Bill Hoffman2009-09-141-1/+1
* Removed fork-and-continue option from ctest generated batch script entriesZach Mullen2009-09-142-2/+1
* Fix open solaris build issue with concept checking that breaks std vector for...Bill Hoffman2009-09-142-9/+32
* KWSys Nightly Date StampKWSys Robot2009-09-141-1/+1
* KWSys Nightly Date StampKWSys Robot2009-09-131-1/+1
* Avoid shadowing std::vector memberBrad King2009-09-121-3/+3
* KWSys Nightly Date StampKWSys Robot2009-09-121-1/+1
* Fix for bug#9442, ctest crash if CTEST_SOURCE_DIRECTORY was not set.Bill Hoffman2009-09-111-1/+1
* Fix new CTest output handling for no newlineBrad King2009-09-111-0/+1
* Add label summary times to ctest default output. Also, remove parallel time ...Bill Hoffman2009-09-114-20/+43
* Rewrite CTest child output handlingBrad King2009-09-115-203/+132
* Initialize cmCTestRunTest instances robustlyBrad King2009-09-113-18/+6
* Remove barely-used cmCacheManager::AddCacheEntryBrad King2009-09-113-18/+3
* Fix option() interpretation of non-boolean valuesBrad King2009-09-111-1/+2
* Add parentheses around '&&' between '||' for gccBrad King2009-09-1111-42/+47
* KWSys Nightly Date StampKWSys Robot2009-09-111-1/+1
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-107-2/+94
* Remove barely-used cmMakefile::AddCacheDefinitionBrad King2009-09-103-23/+2
* sync target generation with the CodeBlocks generatorAlexander Neundorf2009-09-102-80/+51
* As in the Eclipse generator: don't insert the edit_cache target if it is ccma...Alexander Neundorf2009-09-101-1/+18
* Added some ctest batch capabilitiesZach Mullen2009-09-102-0/+148
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-106-48/+38
* KWSys Nightly Date StampKWSys Robot2009-09-101-1/+1
* KWSys Nightly Date StampKWSys Robot2009-09-091-1/+1
* ENH: ctest now writes time cost data to a file after a test set is run, and u...Zach Mullen2009-09-083-9/+61
* BUG: Fixed extraneous newlines from ctest process outputZach Mullen2009-09-082-21/+26