summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-281-0/+3
* STYLE: add links to docsAlexander Neundorf2007-08-281-0/+13
* STYLE: fix typoAlexander Neundorf2007-08-281-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-281-1/+1
* BUG: fix #5326: source files with the same name in different groups lead to c...Alexander Neundorf2007-08-272-22/+43
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-276-51/+177
* COMP: disable nmake support until somebody tests itAlexander Neundorf2007-08-271-2/+2
* COMP: make it build on NetBSD, which has separate curses and ncurses, soAlexander Neundorf2007-08-276-8/+59
* COMP: remove unused variableAlexander Neundorf2007-08-271-1/+0
* STYLE: Nightly Version updateAndy Cedilnik2007-08-271-1/+1
* ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelopAlexander Neundorf2007-08-262-3/+41
* COMP: parent is not used anymore with this patch, since now the name isAlexander Neundorf2007-08-263-10/+6
* STYLE: Nightly Version updateAndy Cedilnik2007-08-261-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-251-1/+1
* STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member ofAlexander Neundorf2007-08-243-16/+27
* BUG: fix #4057 (which had several duplicates): handle recursivew source group...Alexander Neundorf2007-08-244-95/+86
* ENH: Add InstallNameFixupPath to support installing built frameworks on the M...David Cole2007-08-244-35/+94
* BUG: handle source_group names which consist only of the delimiter the same w...Alexander Neundorf2007-08-241-8/+7
* ENH: use cmCommandArgumentHelper for INSTALL(TARGETS, FILES, PROGRAMS,Alexander Neundorf2007-08-241-801/+273
* STYLE: Nightly Version updateAndy Cedilnik2007-08-241-1/+1
* ENH: class for parsing the arguments for INSTALL()Alexander Neundorf2007-08-233-0/+255
* ENH: add support for a default value, fix case when there is no item exceptAlexander Neundorf2007-08-232-3/+10
* STYLE: Nightly Version updateAndy Cedilnik2007-08-231-1/+1
* ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...David Cole2007-08-225-43/+223
* BUG: if there is no match, don't construct the stl string from a NULLAlexander Neundorf2007-08-221-1/+8
* STYLE: Nightly Version updateAndy Cedilnik2007-08-221-1/+1
* STYLE: more space in the cmake_install.cmake script (easier to read)Alexander Neundorf2007-08-211-2/+2
* COMP: make it build on LinuxAlexander Neundorf2007-08-215-18/+27
* BUG: fix segfault if FindFiles() is called without actual match patternAlexander Neundorf2007-08-211-2/+9
* ENH: also check for .hpp and .cxx filesAlexander Neundorf2007-08-211-2/+2
* COMP: header was missing...Alexander Neundorf2007-08-211-1/+8
* ENH: store the matches for paren-delimited subexpression inAlexander Neundorf2007-08-211-0/+28
* STYLE: fix documentation for STRING(REPLACE) #5536Alexander Neundorf2007-08-211-8/+4
* STYLE: Nightly Version updateAndy Cedilnik2007-08-211-1/+1
* STYLE: add some newlines to cmake_install.cmake, so it's easier to readAlexander Neundorf2007-08-203-3/+3
* STYLE: Fix line length style errors introduced last week.David Cole2007-08-201-2/+4
* ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIRAlexander Neundorf2007-08-201-0/+7
* STYLE: Nightly Version updateAndy Cedilnik2007-08-201-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-191-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-181-1/+1
* COMP: include windows.h first, as it is done in the other source filesAlexander Neundorf2007-08-171-6/+4
* ENH: patch from MiguelAlexander Neundorf2007-08-172-231/+260
* STYLE: InitializeInternal() is unusedAlexander Neundorf2007-08-172-8/+1
* ENH: patch from Eric Noulard for an RPM package generatorAlexander Neundorf2007-08-172-6/+25