summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-115-19/+34
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* ENH: improve docsBill Hoffman2007-09-111-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-111-1/+1
|
* 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 ↵Brad King2007-09-102-0/+21
| | | | of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers.
* STYLE: Nightly Version updateAndy Cedilnik2007-09-101-1/+1
|
* ENH: remove debug printBill Hoffman2007-09-091-1/+0
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-091-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-081-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-071-1/+1
|
* BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on ↵David Cole2007-09-061-0/+0
| | | | Windows. It was inadvertently removed.
* ENH: acdc is deadBill Hoffman2007-09-061-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-061-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
| | | | Alex
* STYLE: mark the generator options as advancedAlexander Neundorf2007-08-311-0/+7
| | | | Alex
* STYLE: disable header checkAlexander Neundorf2007-08-311-1/+1
| | | | Alex
* ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old ↵Brad King2007-08-313-41/+46
| | | | file to include the new one for compatibility. This should prevent the long delays of CTest traversing the whole tree looking for CTestCustom.ctest files.
* STYLE: add makefile target MoreStyleChecks, which runs KWStyle with moreAlexander Neundorf2007-08-312-0/+39
| | | | | | checks enabled and creates the html files. Alex
* STYLE: the temporary variable is not necessaryAlexander Neundorf2007-08-311-3/+1
| | | | Alex
* ENH: add support for Fortran to the KDevelop generatorAlexander Neundorf2007-08-314-135/+198
| | | | | | -minor optimization for GetLanguageEnabled() Alex
* 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
| | | | | | -add a call to the EXPORT() command Alex
* STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no otherAlexander Neundorf2007-08-302-1/+17
| | | | | | place Alex
* ENH: add support for the next python release, python 2.6Alexander Neundorf2007-08-302-2/+2
| | | | Alex
* STYLE: "Build file" still doesn't work, but now it is at least a bit closer,Alexander Neundorf2007-08-301-1/+1
| | | | | | it needs some more support from CB Alex
* STYLE: add the | to the docsAlexander Neundorf2007-08-301-0/+1
| | | | Alex
* BUG: work if there are spaces in the path to cmakeAlexander Neundorf2007-08-291-4/+6
| | | | Alex
* ENH: fail with error if trying to create a RPM stating that rpmbuild can'tAlexander Neundorf2007-08-291-0/+4
| | | | | | handle spaces Alex
* BUG: make paths with spaces work in CodeBlocksAlexander Neundorf2007-08-291-12/+5
| | | | | | -gcc is always gcc and not mingw Alex
* BUG: this seems to fix the regexp result-storage problem, now it seems the ↵Alexander Neundorf2007-08-291-1/+1
| | | | | | actual result is tored instead of "1" , as it happened for StringFileTest on Windows Alex
* STYLE: add docs about the supported regexp characters and CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-291-1/+14
| | | | Alex
* ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set byAlexander Neundorf2007-08-291-0/+33
| | | | | | regex matches (STRING(REGEX), IF(MATCHES)) Alex
* ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-294-14/+19
| | | | Alex
* 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
| | | | | | | -put the include dirs in the project file to enable autocompletion -prepare for nmake Alex
* COMP: explicitely cast to int to silence warning with msvc8Alexander Neundorf2007-08-281-1/+1
| | | | Alex
* ENH: add flag so a terminating slash for the link path can be specified ↵Alexander Neundorf2007-08-282-0/+4
| | | | | | (needed by the Digital Mars D compiler) Alex
* STYLE: add links to docsAlexander Neundorf2007-08-281-0/+13
| | | | Alex
* STYLE: fix typoAlexander Neundorf2007-08-281-1/+1
| | | | Alex
* COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabledAlexander Neundorf2007-08-281-1/+32
| | | | | | | or if the curses library is neither in /lib nor in /usr/lib . This makes it build on NetBSD. For more comments see CMakeLists.txt Alex
* COMP: enable ANSI C, this should make it work with the HP-UX compilerAlexander Neundorf2007-08-282-5/+12
| | | | Alex
* ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as inAlexander Neundorf2007-08-282-0/+2
| | | | | | | | | | the main project. I think it doesn't make sense if a project disables RPATH, uses CHECK_C_SOURCE_RUNS() to see if something is able to run, and this succeeds because it has been built with RPATH, but an executable built within the project won't be able to run since it has been built without RPATH. Alex