summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: turn this stuff off to see if it fixes the dashboard on midworldBill Hoffman2007-09-102-4/+4
* ENH: fix memory leakBill Hoffman2007-09-101-1/+2
* ENH: add test that builds a nightly windows cmake binaryBill Hoffman2007-09-104-5/+29
* ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of...Brad King2007-09-102-0/+21
* STYLE: Nightly Version updateAndy Cedilnik2007-09-091-1/+1
* ENH: remove debug printBill Hoffman2007-09-091-1/+0
* STYLE: Nightly Version updateAndy Cedilnik2007-09-081-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-09-071-1/+1
* ENH: MATH is not in bootstrap cmakeBill Hoffman2007-09-071-3/+3
* ENH: for CVS CMake have cpack use the version date in the name of the packageBill Hoffman2007-09-072-3/+24
* ENH: fix spelling errorBill Hoffman2007-09-071-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-09-061-1/+1
* BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windo...David Cole2007-09-061-0/+0
* ENH: acdc is deadBill Hoffman2007-09-061-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-09-051-1/+1
* ENH: removing temporary testing fileZack Galbreath2007-09-041-1/+0
* ENH: testing branchRestrictZack Galbreath2007-09-041-0/+1
* STYLE: fix line lengthsAlexander Neundorf2007-08-312-4/+4
* STYLE: mark the generator options as advancedAlexander Neundorf2007-08-311-0/+7
* STYLE: disable header checkAlexander Neundorf2007-08-311-1/+1
* ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old f...Brad King2007-08-313-41/+46
* STYLE: add makefile target MoreStyleChecks, which runs KWStyle with moreAlexander Neundorf2007-08-312-0/+39
* STYLE: the temporary variable is not necessaryAlexander Neundorf2007-08-311-3/+1
* ENH: add support for Fortran to the KDevelop generatorAlexander Neundorf2007-08-314-135/+198
* BUG: Another space-in-path fix.Brad King2007-08-311-2/+4
* BUG: Fix path to CMake executables when run from bootstrap build.Brad King2007-08-311-0/+1
* STYLE: adapt the test to the change from FILENAME to FILEAlexander Neundorf2007-08-302-2/+10
* STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no otherAlexander Neundorf2007-08-302-1/+17
* ENH: add support for the next python release, python 2.6Alexander Neundorf2007-08-302-2/+2
* STYLE: "Build file" still doesn't work, but now it is at least a bit closer,Alexander Neundorf2007-08-301-1/+1
* STYLE: add the | to the docsAlexander Neundorf2007-08-301-0/+1
* BUG: work if there are spaces in the path to cmakeAlexander Neundorf2007-08-291-4/+6
* ENH: fail with error if trying to create a RPM stating that rpmbuild can'tAlexander Neundorf2007-08-291-0/+4
* BUG: make paths with spaces work in CodeBlocksAlexander Neundorf2007-08-291-12/+5
* BUG: this seems to fix the regexp result-storage problem, now it seems the ac...Alexander Neundorf2007-08-291-1/+1
* STYLE: add docs about the supported regexp characters and CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-291-1/+14
* ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set byAlexander Neundorf2007-08-291-0/+33
* ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-294-14/+19
* BUG: Do not write symbolic make dependencies into depends.internal.Brad King2007-08-291-4/+0
* ENH: don't hardcode gccAlexander Neundorf2007-08-292-37/+152
* COMP: explicitely cast to int to silence warning with msvc8Alexander Neundorf2007-08-281-1/+1
* ENH: add flag so a terminating slash for the link path can be specified (need...Alexander Neundorf2007-08-282-0/+4
* STYLE: add links to docsAlexander Neundorf2007-08-281-0/+13
* STYLE: fix typoAlexander Neundorf2007-08-281-1/+1
* COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabledAlexander Neundorf2007-08-281-1/+32
* COMP: enable ANSI C, this should make it work with the HP-UX compilerAlexander Neundorf2007-08-282-5/+12
* ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as inAlexander Neundorf2007-08-282-0/+2
* COMP: maybe it compiles this way with the HP-UX compilerAlexander Neundorf2007-08-281-5/+5
* STYLE: Nightly Version updateAndy Cedilnik2007-08-271-1/+1
* BUG: fix #5326: source files with the same name in different groups lead to c...Alexander Neundorf2007-08-272-22/+43