Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: adapt the test to the change from FILENAME to FILE | Alexander Neundorf | 2007-08-30 | 2 | -2/+10 |
| | | | | | | -add a call to the EXPORT() command Alex | ||||
* | STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other | Alexander Neundorf | 2007-08-30 | 2 | -1/+17 |
| | | | | | | place Alex | ||||
* | ENH: add support for the next python release, python 2.6 | Alexander Neundorf | 2007-08-30 | 2 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: "Build file" still doesn't work, but now it is at least a bit closer, | Alexander Neundorf | 2007-08-30 | 1 | -1/+1 |
| | | | | | | it needs some more support from CB Alex | ||||
* | STYLE: add the | to the docs | Alexander Neundorf | 2007-08-30 | 1 | -0/+1 |
| | | | | Alex | ||||
* | BUG: work if there are spaces in the path to cmake | Alexander Neundorf | 2007-08-29 | 1 | -4/+6 |
| | | | | Alex | ||||
* | ENH: fail with error if trying to create a RPM stating that rpmbuild can't | Alexander Neundorf | 2007-08-29 | 1 | -0/+4 |
| | | | | | | handle spaces Alex | ||||
* | BUG: make paths with spaces work in CodeBlocks | Alexander Neundorf | 2007-08-29 | 1 | -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 Neundorf | 2007-08-29 | 1 | -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 Neundorf | 2007-08-29 | 1 | -1/+14 |
| | | | | Alex | ||||
* | ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set by | Alexander Neundorf | 2007-08-29 | 1 | -0/+33 |
| | | | | | | regex matches (STRING(REGEX), IF(MATCHES)) Alex | ||||
* | ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 4 | -14/+19 |
| | | | | Alex | ||||
* | BUG: Do not write symbolic make dependencies into depends.internal. | Brad King | 2007-08-29 | 1 | -4/+0 |
| | |||||
* | ENH: don't hardcode gcc | Alexander Neundorf | 2007-08-29 | 2 | -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 msvc8 | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: add flag so a terminating slash for the link path can be specified ↵ | Alexander Neundorf | 2007-08-28 | 2 | -0/+4 |
| | | | | | | (needed by the Digital Mars D compiler) Alex | ||||
* | STYLE: add links to docs | Alexander Neundorf | 2007-08-28 | 1 | -0/+13 |
| | | | | Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
| | | | | Alex | ||||
* | COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabled | Alexander Neundorf | 2007-08-28 | 1 | -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 compiler | Alexander Neundorf | 2007-08-28 | 2 | -5/+12 |
| | | | | Alex | ||||
* | ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in | Alexander Neundorf | 2007-08-28 | 2 | -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 | ||||
* | COMP: maybe it compiles this way with the HP-UX compiler | Alexander Neundorf | 2007-08-28 | 1 | -5/+5 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | BUG: fix #5326: source files with the same name in different groups lead to ↵ | Alexander Neundorf | 2007-08-27 | 2 | -22/+43 |
| | | | | | | colliding object file names Alex | ||||
* | ENH: add test for installing a header marked as PUBLIC_HEADER of a library | Alexander Neundorf | 2007-08-27 | 2 | -0/+4 |
| | | | | Alex | ||||
* | ENH: add install files generators for targets which have PUBLIC_HEADER, | Alexander Neundorf | 2007-08-27 | 6 | -51/+177 |
| | | | | | | | PRIVATE_HEADER or RESOURCE_FILES property, use the destination for the public headers as include directory property for exported libraries Alex | ||||
* | COMP: add a test for exporting and importing targets | Alexander Neundorf | 2007-08-27 | 2 | -2/+34 |
| | | | | Alex | ||||
* | COMP: the SimpleInstall test also succeeds on the Mac, so maybe Andys | Alexander Neundorf | 2007-08-27 | 2 | -70/+32 |
| | | | | | | comment is not valid anymore Alex | ||||
* | ENH: add the source_group() demo to the tests | Alexander Neundorf | 2007-08-27 | 2 | -0/+10 |
| | | | | Alex | ||||
* | COMP: disable nmake support until somebody tests it | Alexander Neundorf | 2007-08-27 | 1 | -2/+2 |
| | | | | Alex | ||||
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 7 | -11/+75 |
| | | | | | | | 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 | ||||
* | COMP: remove unused variable | Alexander Neundorf | 2007-08-27 | 1 | -1/+0 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelop | Alexander Neundorf | 2007-08-26 | 2 | -3/+41 |
| | | | | | | doesn't watch these dirs for added or remved files everytime it is started Alex | ||||
* | BUG: KDEDIRS contains the kde install locations, not the binary dirs, so | Alexander Neundorf | 2007-08-26 | 1 | -4/+2 |
| | | | | | | make KDEDIRS actually work in FindKDE4.cmake Alex | ||||
* | COMP: parent is not used anymore with this patch, since now the name is | Alexander Neundorf | 2007-08-26 | 3 | -10/+6 |
| | | | | | | given as a vector of components Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-26 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-25 | 1 | -1/+1 |
| | |||||
* | BUG: demo (not really test) for the source_group() command | Alexander Neundorf | 2007-08-24 | 3 | -7/+28 |
| | | | | Alex | ||||
* | STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member of | Alexander Neundorf | 2007-08-24 | 3 | -16/+27 |
| | | | | | | cmInstallCommandArguments instead of deriving from it Alex | ||||
* | BUG: fix #4057 (which had several duplicates): handle recursivew source ↵ | Alexander Neundorf | 2007-08-24 | 4 | -95/+86 |
| | | | | | | groups better, i.e. multiple sourcegroups with the same end component work now Alex | ||||
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the ↵ | David Cole | 2007-08-24 | 8 | -43/+105 |
| | | | | Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572. | ||||
* | BUG: handle source_group names which consist only of the delimiter the same ↵ | Alexander Neundorf | 2007-08-24 | 1 | -8/+7 |
| | | | | | | was as empty source group names Alex | ||||
* | ENH: add test for source_group | Alexander Neundorf | 2007-08-24 | 6 | -0/+37 |
| | | | | Alex | ||||
* | ENH: use cmCommandArgumentHelper for INSTALL(TARGETS, FILES, PROGRAMS, | Alexander Neundorf | 2007-08-24 | 1 | -801/+273 |
| | | | | | | | | EXPORTS), saves a lot of code. INSTALL(DIRECTORY) is still done the old way, since this seems to be quite complicated -for INSTALL(TARGETS ): also parse PUBLIC_HEADER, PRIVATE_HEADER, RESOURCE Alex | ||||
* | STYLE: fix typo in the docs | Alexander Neundorf | 2007-08-24 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-24 | 1 | -1/+1 |
| | |||||
* | ENH: class for parsing the arguments for INSTALL() | Alexander Neundorf | 2007-08-23 | 3 | -0/+255 |
| | | | | Alex | ||||
* | ENH: add support for a default value, fix case when there is no item except | Alexander Neundorf | 2007-08-23 | 2 | -3/+10 |
| | | | | | | the own group Alex |