| Commit message (Expand) | Author | Age | Files | Lines |
* | STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other | Alexander Neundorf | 2007-08-30 | 2 | -1/+17 |
|
|
* | STYLE: "Build file" still doesn't work, but now it is at least a bit closer, | Alexander Neundorf | 2007-08-30 | 1 | -1/+1 |
|
|
* | STYLE: add the | to the docs | Alexander Neundorf | 2007-08-30 | 1 | -0/+1 |
|
|
* | BUG: work if there are spaces in the path to cmake | Alexander Neundorf | 2007-08-29 | 1 | -4/+6 |
|
|
* | BUG: make paths with spaces work in CodeBlocks | Alexander Neundorf | 2007-08-29 | 1 | -12/+5 |
|
|
* | BUG: this seems to fix the regexp result-storage problem, now it seems the ac... | Alexander Neundorf | 2007-08-29 | 1 | -1/+1 |
|
|
* | STYLE: add docs about the supported regexp characters and CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -1/+14 |
|
|
* | ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 4 | -14/+19 |
|
|
* | 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 |
|
|
* | COMP: explicitely cast to int to silence warning with msvc8 | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
|
|
* | ENH: add flag so a terminating slash for the link path can be specified (need... | Alexander Neundorf | 2007-08-28 | 1 | -0/+3 |
|
|
* | STYLE: add links to docs | Alexander Neundorf | 2007-08-28 | 1 | -0/+13 |
|
|
* | STYLE: fix typo | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
|
|
* | 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 c... | Alexander Neundorf | 2007-08-27 | 2 | -22/+43 |
|
|
* | ENH: add install files generators for targets which have PUBLIC_HEADER, | Alexander Neundorf | 2007-08-27 | 6 | -51/+177 |
|
|
* | COMP: disable nmake support until somebody tests it | Alexander Neundorf | 2007-08-27 | 1 | -2/+2 |
|
|
* | COMP: make it build on NetBSD, which has separate curses and ncurses, so | Alexander Neundorf | 2007-08-27 | 6 | -8/+59 |
|
|
* | COMP: remove unused variable | Alexander Neundorf | 2007-08-27 | 1 | -1/+0 |
|
|
* | 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 |
|
|
* | COMP: parent is not used anymore with this patch, since now the name is | Alexander Neundorf | 2007-08-26 | 3 | -10/+6 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-26 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-25 | 1 | -1/+1 |
|
|
* | STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member of | Alexander Neundorf | 2007-08-24 | 3 | -16/+27 |
|
|
* | BUG: fix #4057 (which had several duplicates): handle recursivew source group... | Alexander Neundorf | 2007-08-24 | 4 | -95/+86 |
|
|
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the M... | David Cole | 2007-08-24 | 4 | -35/+94 |
|
|
* | BUG: handle source_group names which consist only of the delimiter the same w... | Alexander Neundorf | 2007-08-24 | 1 | -8/+7 |
|
|
* | ENH: use cmCommandArgumentHelper for INSTALL(TARGETS, FILES, PROGRAMS, | Alexander Neundorf | 2007-08-24 | 1 | -801/+273 |
|
|
* | 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 |
|
|
* | ENH: add support for a default value, fix case when there is no item except | Alexander Neundorf | 2007-08-23 | 2 | -3/+10 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-23 | 1 | -1/+1 |
|
|
* | ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo... | David Cole | 2007-08-22 | 5 | -43/+223 |
|
|
* | BUG: if there is no match, don't construct the stl string from a NULL | Alexander Neundorf | 2007-08-22 | 1 | -1/+8 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-22 | 1 | -1/+1 |
|
|
* | STYLE: more space in the cmake_install.cmake script (easier to read) | Alexander Neundorf | 2007-08-21 | 1 | -2/+2 |
|
|
* | COMP: make it build on Linux | Alexander Neundorf | 2007-08-21 | 5 | -18/+27 |
|
|
* | BUG: fix segfault if FindFiles() is called without actual match pattern | Alexander Neundorf | 2007-08-21 | 1 | -2/+9 |
|
|
* | ENH: also check for .hpp and .cxx files | Alexander Neundorf | 2007-08-21 | 1 | -2/+2 |
|
|
* | COMP: header was missing... | Alexander Neundorf | 2007-08-21 | 1 | -1/+8 |
|
|
* | ENH: store the matches for paren-delimited subexpression in | Alexander Neundorf | 2007-08-21 | 1 | -0/+28 |
|
|
* | STYLE: fix documentation for STRING(REPLACE) #5536 | Alexander Neundorf | 2007-08-21 | 1 | -8/+4 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-21 | 1 | -1/+1 |
|
|
* | STYLE: add some newlines to cmake_install.cmake, so it's easier to read | Alexander Neundorf | 2007-08-20 | 3 | -3/+3 |
|
|
* | STYLE: Fix line length style errors introduced last week. | David Cole | 2007-08-20 | 1 | -2/+4 |
|
|
* | ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIR | Alexander Neundorf | 2007-08-20 | 1 | -0/+7 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-20 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-19 | 1 | -1/+1 |
|
|