- Aug 31, 2007
-
-
Brad King authored
ENH: Create CTestCustom.cmake instead of CTestCustom.ctest. Create the old 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.
-
Alexander Neundorf authored
STYLE: add makefile target MoreStyleChecks, which runs KWStyle with more checks enabled and creates the html files. Alex
-
Alexander Neundorf authored
STYLE: the temporary variable is not necessary Alex
-
Alexander Neundorf authored
ENH: add support for Fortran to the KDevelop generator -minor optimization for GetLanguageEnabled() Alex
-
Brad King authored
-
Brad King authored
-
- Aug 30, 2007
-
-
Alexander Neundorf authored
STYLE: adapt the test to the change from FILENAME to FILE -add a call to the EXPORT() command Alex
-
Alexander Neundorf authored
STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other place Alex
-
Alexander Neundorf authored
ENH: add support for the next python release, python 2.6 Alex
-
Alexander Neundorf authored
STYLE: "Build file" still doesn't work, but now it is at least a bit closer, it needs some more support from CB Alex
-
Alexander Neundorf authored
STYLE: add the | to the docs Alex
-
- Aug 29, 2007
-
-
Alexander Neundorf authored
BUG: work if there are spaces in the path to cmake Alex
-
Alexander Neundorf authored
ENH: fail with error if trying to create a RPM stating that rpmbuild can't handle spaces Alex
-
Alexander Neundorf authored
BUG: make paths with spaces work in CodeBlocks -gcc is always gcc and not mingw Alex
-
Alexander Neundorf authored
BUG: this seems to fix the regexp result-storage problem, now it seems the actual result is tored instead of "1" , as it happened for StringFileTest on Windows Alex
-
Alexander Neundorf authored
STYLE: add docs about the supported regexp characters and CMAKE_MATCH_(0..9) Alex
-
Alexander Neundorf authored
ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set by regex matches (STRING(REGEX), IF(MATCHES)) Alex
-
Alexander Neundorf authored
ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) Alex
-
Brad King authored
-
Alexander Neundorf authored
ENH: don't hardcode gcc -put the include dirs in the project file to enable autocompletion -prepare for nmake Alex
-
- Aug 28, 2007
-
-
Alexander Neundorf authored
COMP: explicitely cast to int to silence warning with msvc8 Alex
-
Alexander Neundorf authored
ENH: add flag so a terminating slash for the link path can be specified (needed by the Digital Mars D compiler) Alex
-
Alexander Neundorf authored
STYLE: add links to docs Alex
-
Alexander Neundorf authored
STYLE: fix typo Alex
-
Alexander Neundorf authored
COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabled 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
-
Alexander Neundorf authored
COMP: enable ANSI C, this should make it work with the HP-UX compiler Alex
-
Alexander Neundorf authored
ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in 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
-
Alexander Neundorf authored
COMP: maybe it compiles this way with the HP-UX compiler Alex
-
- Aug 27, 2007
-
-
Andy Cedilnik authored
-
Alexander Neundorf authored
BUG: fix #5326: source files with the same name in different groups lead to colliding object file names Alex
-
Alexander Neundorf authored
ENH: add test for installing a header marked as PUBLIC_HEADER of a library Alex
-
Alexander Neundorf authored
ENH: add install files generators for targets which have PUBLIC_HEADER, PRIVATE_HEADER or RESOURCE_FILES property, use the destination for the public headers as include directory property for exported libraries Alex
-
Alexander Neundorf authored
COMP: add a test for exporting and importing targets Alex
-
Alexander Neundorf authored
COMP: the SimpleInstall test also succeeds on the Mac, so maybe Andys comment is not valid anymore Alex
-
Alexander Neundorf authored
ENH: add the source_group() demo to the tests Alex
-
Alexander Neundorf authored
COMP: disable nmake support until somebody tests it Alex
-
Alexander Neundorf authored
COMP: make it build on NetBSD, which has separate curses and ncurses, so it has to be detected that curses isn't good enough, but ncurses is, and that ncurses.h instead of curses.h is included Alex
-
Alexander Neundorf authored
COMP: remove unused variable Alex
-
- Aug 26, 2007
-
-
Andy Cedilnik authored
-
Alexander Neundorf authored
ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelop doesn't watch these dirs for added or remved files everytime it is started Alex
-