summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: added tests for the CMAKE_MATCH_(0..9) variables, which get set byAlexander Neundorf2007-08-291-0/+33
* 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-282-0/+4
* STYLE: add links to docsAlexander Neundorf2007-08-281-0/+13
* STYLE: fix typoAlexander Neundorf2007-08-281-1/+1
* COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabledAlexander Neundorf2007-08-281-1/+32
* COMP: enable ANSI C, this should make it work with the HP-UX compilerAlexander Neundorf2007-08-282-5/+12
* ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as inAlexander Neundorf2007-08-282-0/+2
* COMP: maybe it compiles this way with the HP-UX compilerAlexander Neundorf2007-08-281-5/+5
* 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 test for installing a header marked as PUBLIC_HEADER of a libraryAlexander Neundorf2007-08-272-0/+4
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-276-51/+177
* COMP: add a test for exporting and importing targetsAlexander Neundorf2007-08-272-2/+34
* COMP: the SimpleInstall test also succeeds on the Mac, so maybe AndysAlexander Neundorf2007-08-272-70/+32
* ENH: add the source_group() demo to the testsAlexander Neundorf2007-08-272-0/+10
* 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-277-11/+75
* 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
* BUG: KDEDIRS contains the kde install locations, not the binary dirs, soAlexander Neundorf2007-08-261-4/+2
* COMP: parent is not used anymore with this patch, since now the name isAlexander Neundorf2007-08-263-10/+6
* STYLE: fix typoAlexander Neundorf2007-08-261-2/+2
* STYLE: Nightly Version updateAndy Cedilnik2007-08-261-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-08-251-1/+1
* BUG: demo (not really test) for the source_group() commandAlexander Neundorf2007-08-243-7/+28
* 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-248-43/+105
* BUG: handle source_group names which consist only of the delimiter the same w...Alexander Neundorf2007-08-241-8/+7
* ENH: add test for source_groupAlexander Neundorf2007-08-246-0/+37
* ENH: use cmCommandArgumentHelper for INSTALL(TARGETS, FILES, PROGRAMS,Alexander Neundorf2007-08-241-801/+273
* STYLE: fix typo in the docsAlexander Neundorf2007-08-241-1/+1
* 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
* ENH: support QtScriptAlexander Neundorf2007-08-211-0/+4
* ENH: support QtScript (since Qt 4.3), #4632Alexander Neundorf2007-08-211-0/+19
* 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