summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: store the matches for paren-delimited subexpression inAlexander Neundorf2007-08-211-0/+28
* STYLE: fix documentation for STRING(REPLACE) #5536Alexander Neundorf2007-08-211-8/+4
* STYLE: Nightly Version updateAndy Cedilnik2007-08-211-1/+1
* STYLE: add some newlines to cmake_install.cmake, so it's easier to readAlexander Neundorf2007-08-203-3/+3
* STYLE: Fix line length style errors introduced last week.David Cole2007-08-201-2/+4
* ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIRAlexander Neundorf2007-08-201-0/+7
* STYLE: Nightly Version updateAndy Cedilnik2007-08-201-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-191-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-181-1/+1
* COMP: also use -Wl,-relax and -lc -lnss etc. when using the IBM compilerAlexander Neundorf2007-08-171-1/+9
* COMP: include windows.h first, as it is done in the other source filesAlexander Neundorf2007-08-171-6/+4
* ENH: patch from MiguelAlexander Neundorf2007-08-172-231/+260
* STYLE: InitializeInternal() is unusedAlexander Neundorf2007-08-172-8/+1
* ENH: patch from Eric Noulard for an RPM package generatorAlexander Neundorf2007-08-173-6/+210
* ENH: use the correct flag for the linkerBill Hoffman2007-08-171-2/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-08-171-1/+1
* COMP: quick windows name mangling fix (otherwise the compiler complains about...Alexander Neundorf2007-08-161-0/+2
* ENH: move the code for the NOTFOUND checking into its own function, soAlexander Neundorf2007-08-162-60/+89
* STYLE: this wasn't intended to be committedAlexander Neundorf2007-08-161-1/+0
* ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c...Alexander Neundorf2007-08-162-7/+3
* ENH: Added dash1win98 expected nightly.Brad King2007-08-161-0/+1
* ENH: make sure osx searches static and shared libs like other platformsBill Hoffman2007-08-161-2/+2
* COMP: fix argumentsAlexander Neundorf2007-08-161-1/+1
* COMP: Directory and Glob have pointer data membersMathieu Malaterre2007-08-162-0/+7
* STYLE: Nightly Version updateAndy Cedilnik2007-08-161-1/+1
* STYLE: don't use an extra file to generate CMakeSystem.cmake but insteadAlexander Neundorf2007-08-154-35/+23
* STYLE: explicitely set default options for sdcc, so it is visible for whichAlexander Neundorf2007-08-151-1/+10
* COMP: Second try getting rid of Microsoft deprecation warnings. This time tes...David Cole2007-08-152-12/+9
* ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the indexAlexander Neundorf2007-08-153-14/+21
* COMP: ccmake requires ncurses, according to Berk and since it doesn't buildAlexander Neundorf2007-08-152-6/+74
* COMP: Suppress Microsoft deprecation warnings when building kwsys .c and .cxx...David Cole2007-08-151-0/+8
* COMP: fix warning about comparison signed - unsignedAlexander Neundorf2007-08-151-1/+2
* COMP: fix build on HPUX, snprintf apparently doesn't work thereAlexander Neundorf2007-08-151-7/+6
* STYLE: Nightly Version updateAndy Cedilnik2007-08-151-1/+1
* ENH: Improve framework support in the makefile generator to match the support...David Cole2007-08-142-105/+79
* STYLE: document the behaviour of UTILITY_SOURCE in cross compiling modeAlexander Neundorf2007-08-141-1/+7
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ...David Cole2007-08-1414-226/+468
* COMP: patch from Mathieu: fix warning about unused variables in bootstrapAlexander Neundorf2007-08-141-1/+3
* STYLE: another patch from Mathieu with some commentsAlexander Neundorf2007-08-141-2/+6
* BUG: fix typoAlexander Neundorf2007-08-141-1/+1
* ENH: deb generator: don't use the system provided ar, but do it yourselfAlexander Neundorf2007-08-144-38/+274
* STYLE: Nightly Version updateAndy Cedilnik2007-08-141-1/+1
* ENH: for universal binaries return the endianess based on the processorAlexander Neundorf2007-08-131-8/+18
* STYLE: Nightly Version updateAndy Cedilnik2007-08-131-1/+1
* COMP: turn error into warning for nowAlexander Neundorf2007-08-131-2/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-08-121-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-111-1/+1
* ENH: fix output and valgrind truncation issueBill Hoffman2007-08-101-11/+15
* ENH: print a warning if UTILITY_SOURCE is used in cross compiling modeAlexander Neundorf2007-08-101-2/+22
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-105-82/+99