Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 6 | -8/+59 |
| | | | | | | | 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 | ||||
* | 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: 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 |
| | | | | | | 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 | 4 | -35/+94 |
| | | | | 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: 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: 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 | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. ↵ | David Cole | 2007-08-22 | 5 | -43/+223 |
| | | | | Work in progress... More to come. | ||||
* | BUG: if there is no match, don't construct the stl string from a NULL | Alexander Neundorf | 2007-08-22 | 1 | -1/+8 |
| | | | | | | pointer Alex | ||||
* | 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 |
| | | | | Alex | ||||
* | COMP: make it build on Linux | Alexander Neundorf | 2007-08-21 | 5 | -18/+27 |
| | | | | Alex | ||||
* | BUG: fix segfault if FindFiles() is called without actual match pattern | Alexander Neundorf | 2007-08-21 | 1 | -2/+9 |
| | | | | | | | (e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* ) #4620 Alex | ||||
* | ENH: also check for .hpp and .cxx files | Alexander Neundorf | 2007-08-21 | 1 | -2/+2 |
| | | | | Alex | ||||
* | COMP: header was missing... | Alexander Neundorf | 2007-08-21 | 1 | -1/+8 |
| | | | | Alex | ||||
* | ENH: store the matches for paren-delimited subexpression in | Alexander Neundorf | 2007-08-21 | 1 | -0/+28 |
| | | | | | | | CMAKE_MATCH_[0..9] variables, so to get multiple subexpressions from one string STRING(REGEX MATCH) has to be executed only once Alex | ||||
* | STYLE: fix documentation for STRING(REPLACE) #5536 | Alexander Neundorf | 2007-08-21 | 1 | -8/+4 |
| | | | | Alex | ||||
* | 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 |
| | | | | | | -move the array behind the if, it's unused before it Alex | ||||
* | 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 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-18 | 1 | -1/+1 |
| | |||||
* | COMP: include windows.h first, as it is done in the other source files | Alexander Neundorf | 2007-08-17 | 1 | -6/+4 |
| | | | | Alex | ||||
* | ENH: patch from Miguel | Alexander Neundorf | 2007-08-17 | 2 | -231/+260 |
| | | | | | | | | | | | | | | | - cleaning up a bit: static helper functions, remove unused scanner profiles, remove unused variables, etc. - correct <name> entry in .project file - converts the make command and other paths obtained from cygwin cmake to windows style paths - provide environment setup for compiling with nmake - create linked resources and path entries for executable/library_output_path's not subdirs of binary path - fixes incorrect exclusions of output dirs when named the same as source dir - excludes the CMakeFiles subdirs from the directories to scan for output targets - removes possible redundant entries in <pathentry include ...> - adds the all and preinstall targets to the target list - removes the linked resources for non out-of-source builds and conflicting dirs Alex | ||||
* | STYLE: InitializeInternal() is unused | Alexander Neundorf | 2007-08-17 | 2 | -8/+1 |
| | | | | Alex | ||||
* | ENH: patch from Eric Noulard for an RPM package generator | Alexander Neundorf | 2007-08-17 | 2 | -6/+25 |
| | | | | | | | | It seems rpmbuild can't handle paths with spaces, it complains that Buildroot takes only one tag (or something like this), quoting and escaping don't seem to help. Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-17 | 1 | -1/+1 |
| | |||||
* | COMP: quick windows name mangling fix (otherwise the compiler complains ↵ | Alexander Neundorf | 2007-08-16 | 1 | -0/+2 |
| | | | | | | about cmMakefile::GetCurrentDirectoryA(), which doesn't exist) Alex | ||||
* | ENH: move the code for the NOTFOUND checking into its own function, so | Alexander Neundorf | 2007-08-16 | 2 | -60/+89 |
| | | | | | | | | | | Configure() gets easier to overview -improve the error message, now it also says in which directories and for which targets the missing variables are used -minor speedup: the include directories don't have to be checked per target, per directory is enough Alex | ||||
* | COMP: Directory and Glob have pointer data members | Mathieu Malaterre | 2007-08-16 | 2 | -0/+7 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-16 | 1 | -1/+1 |
| | |||||
* | COMP: Second try getting rid of Microsoft deprecation warnings. This time ↵ | David Cole | 2007-08-15 | 2 | -12/+9 |
| | | | | tested from KWStyle with vs8 to make sure the warnings are really gone. Remove the deprecation defs from CMakeLists and guard the defs in the header so we do not redefine them if they are already defined. | ||||
* | ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index | Alexander Neundorf | 2007-08-15 | 2 | -10/+15 |
| | | | | | | | | and which is more useful, because then you can also access the item behind the one you were looking, useful for writing macros with optional keywords with parameters Alex | ||||
* | COMP: Suppress Microsoft deprecation warnings when building kwsys .c and ↵ | David Cole | 2007-08-15 | 1 | -0/+8 |
| | | | | .cxx files. This way, other projects that include kwsys will not see the warnings in kwsys .c and .cxx files, but they can still see the warnings in their own source files if they want to... | ||||
* | COMP: fix warning about comparison signed - unsigned | Alexander Neundorf | 2007-08-15 | 1 | -1/+2 |
| | | | | Alex | ||||
* | COMP: fix build on HPUX, snprintf apparently doesn't work there | Alexander Neundorf | 2007-08-15 | 1 | -7/+6 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-15 | 1 | -1/+1 |
| | |||||
* | ENH: Improve framework support in the makefile generator to match the ↵ | David Cole | 2007-08-14 | 2 | -105/+79 |
| | | | | support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework. |