summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* COMP: Shorten ExportImport test command linesBrad King2009-07-142-22/+20
* STYLE: Nightly Date StampKWSys Robot2009-07-141-1/+1
* BUG: Parse escapes in single-quoted unix argumentsBrad King2009-07-131-1/+1
* COMP: Include <malloc.h> for 'free' on QNXBrad King2009-07-131-0/+3
* ENH: almost all tests passing in vs 10, commit fixes preprocess and starts v...Bill Hoffman2009-07-139-39/+150
* COMP: Include <stdlib.h> for 'free'Brad King2009-07-131-0/+1
* ENH: Add cmSystemTools::ParseUnixCommandLineBrad King2009-07-132-0/+36
* ENH: Provide unix-sytle command line parsingBrad King2009-07-133-256/+303
* ENH: Create Fortran ABI detection frameworkBrad King2009-07-132-0/+17
* ENH: Check tarball filename in ep_addBrad King2009-07-131-2/+5
* BUG: Teach UntarFile to delete dir on errorBrad King2009-07-131-0/+1
* BUG: Fix rpath-link flag for SunPro C++ on LinuxBrad King2009-07-131-0/+1
* COMP: Fix ExportImport testLib6 on VS6Brad King2009-07-132-1/+1
* STYLE: Nightly Date StampKWSys Robot2009-07-131-1/+1
* BUG: disable the test for now, will make it work correctly laterAlexander Neundorf2009-07-121-3/+3
* STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly fromAlexander Neundorf2009-07-124-13/+36
* STYLE: Nightly Date StampKWSys Robot2009-07-121-1/+1
* STYLE: move the code for writing the initial cache into its own separateAlexander Neundorf2009-07-112-12/+31
* STYLE: rename InitCache to InitialCache, since it contains the contents forAlexander Neundorf2009-07-112-5/+5
* ENH: Export and import link interface languagesBrad King2009-07-112-0/+45
* ENH: Test export/import of link interface languagesBrad King2009-07-117-22/+42
* ENH: add group support and fix borland errorBill Hoffman2009-07-118-49/+164
* STYLE: Nightly Date StampKWSys Robot2009-07-111-1/+1
* BUG: Fix Xcode linker languageBrad King2009-07-103-3/+62
* ENH: Update LINKER_LANGUAGE and HAS_CXX docsBrad King2009-07-101-9/+15
* ENH: Test transitive link languagesBrad King2009-07-104-0/+23
* ENH: Consider link dependencies for link languageBrad King2009-07-102-19/+135
* COMP: Fix cmCTestHG for old HP compilerBrad King2009-07-101-2/+2
* ENH: change so rules show up in GUI, must be windows pathBill Hoffman2009-07-101-3/+6
* ENH: Teach CTest to handle Mercurial repositoriesBrad King2009-07-109-1/+613
* ENH: New OutputParser::Process() signatureBrad King2009-07-101-0/+2
* COMP: Mask out shadowed declaration warnings that always follow already maske...David Cole2009-07-101-2/+3
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-1019-115/+347
* STYLE: Nightly Date StampBrad King2009-07-101-1/+1
* COMP: More KWSys SharedForward pointer const-nessBrad King2009-07-091-1/+1
* STYLE: Nightly Date StampBrad King2009-07-091-1/+1
* COMP: Eliminate "conversion may change sign of result" warnings by using size...David Cole2009-07-081-1/+1
* COMP: Eliminate "conversion may change sign of result" warnings by using size...David Cole2009-07-081-6/+8
* COMP: Fix KWSys SharedForward sign conversionBrad King2009-07-081-3/+4
* COMP: Fix KWSys SharedForward pointer const-nessBrad King2009-07-081-9/+10
* COMP: Suppress warnings from the Utilities/cmtar code in dashboard results.David Cole2009-07-081-0/+1
* BUG: Use link language for target name computationBrad King2009-07-082-26/+69
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-088-18/+27
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-088-16/+18
* ENH: Use fixed header file type mapping for XcodeBrad King2009-07-081-10/+6
* ENH: Do not compute link language for LOCATIONBrad King2009-07-082-21/+0
* ENH: Introduce cmTarget::LinkImplementation APIBrad King2009-07-083-81/+119
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-0821-79/+0
* ENH: Identify HP C compilerBrad King2009-07-081-0/+3
* COMP: Pimplize cmTarget ImportInfo and OutputInfoBrad King2009-07-082-25/+35