summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* COMP: make it build on LinuxAlexander Neundorf2007-08-215-18/+27
| | | | Alex
* BUG: fix segfault if FindFiles() is called without actual match patternAlexander Neundorf2007-08-211-2/+9
| | | | | | | (e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* ) #4620 Alex
* ENH: also check for .hpp and .cxx filesAlexander Neundorf2007-08-211-2/+2
| | | | Alex
* COMP: header was missing...Alexander Neundorf2007-08-211-1/+8
| | | | Alex
* ENH: fix leakBill Hoffman2007-08-213-0/+3
|
* ENH: store the matches for paren-delimited subexpression inAlexander Neundorf2007-08-211-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) #5536Alexander Neundorf2007-08-211-8/+4
| | | | Alex
* 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
| | | | | | -move the array behind the if, it's unused before it Alex
* 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
| | | | Alex
* 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: also use -Wl,-relax and -lc -lnss etc. when using the IBM compilerAlexander Neundorf2007-08-171-1/+9
| | | | Alex
* COMP: include windows.h first, as it is done in the other source filesAlexander Neundorf2007-08-171-6/+4
| | | | Alex
* ENH: patch from MiguelAlexander Neundorf2007-08-172-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 unusedAlexander Neundorf2007-08-172-8/+1
| | | | Alex
* ENH: patch from Eric Noulard for an RPM package generatorAlexander Neundorf2007-08-173-6/+210
| | | | | | | | 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
* ENH: use the correct flag for the linkerBill Hoffman2007-08-171-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2007-08-171-1/+1
|
* COMP: quick windows name mangling fix (otherwise the compiler complains ↵Alexander Neundorf2007-08-161-0/+2
| | | | | | about cmMakefile::GetCurrentDirectoryA(), which doesn't exist) Alex
* ENH: move the code for the NOTFOUND checking into its own function, soAlexander Neundorf2007-08-162-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
* STYLE: this wasn't intended to be committedAlexander Neundorf2007-08-161-1/+0
| | | | Alex
* ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you ↵Alexander Neundorf2007-08-162-7/+3
| | | | | | can get "relocation truncated to fit" errors Alex
* ENH: Added dash1win98 expected nightly.Brad King2007-08-161-0/+1
|
* ENH: make sure osx searches static and shared libs like other platformsBill Hoffman2007-08-161-2/+2
|
* COMP: fix argumentsAlexander Neundorf2007-08-161-1/+1
| | | | Alex
* COMP: Directory and Glob have pointer data membersMathieu Malaterre2007-08-162-0/+7
|
* STYLE: Nightly Version updateAndy Cedilnik2007-08-161-1/+1
|
* STYLE: don't use an extra file to generate CMakeSystem.cmake but insteadAlexander Neundorf2007-08-154-35/+23
| | | | | | | configure the toolchain file into it if required -also search for nm, objdump and objcpy, so these can be used in macros Alex
* STYLE: explicitely set default options for sdcc, so it is visible for whichAlexander Neundorf2007-08-151-1/+10
| | | | | | processor it currently compiles, use --out-fmt-ihx to enforce .ihx files Alex
* COMP: Second try getting rid of Microsoft deprecation warnings. This time ↵David Cole2007-08-152-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 indexAlexander Neundorf2007-08-153-14/+21
| | | | | | | | 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: ccmake requires ncurses, according to Berk and since it doesn't buildAlexander Neundorf2007-08-152-6/+74
| | | | | | | | | | on NetBSD where there are separate curses and ncurses libraries, and where the curses library is found, which doesn't work for ccmake while the existing ncurses library would work. With this change it should be possible to test whether the found curses lib provides ncurses functionality. Alex
* COMP: Suppress Microsoft deprecation warnings when building kwsys .c and ↵David Cole2007-08-151-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 - unsignedAlexander Neundorf2007-08-151-1/+2
| | | | Alex
* COMP: fix build on HPUX, snprintf apparently doesn't work thereAlexander Neundorf2007-08-151-7/+6
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-151-1/+1
|
* ENH: Improve framework support in the makefile generator to match the ↵David Cole2007-08-142-105/+79
| | | | support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework.
* STYLE: document the behaviour of UTILITY_SOURCE in cross compiling modeAlexander Neundorf2007-08-141-1/+7
| | | | Alex
* ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵David Cole2007-08-1414-226/+468
| | | | Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
* COMP: patch from Mathieu: fix warning about unused variables in bootstrapAlexander Neundorf2007-08-141-1/+3
| | | | | | mode Alex
* STYLE: another patch from Mathieu with some commentsAlexander Neundorf2007-08-141-2/+6
| | | | Alex
* BUG: fix typoAlexander Neundorf2007-08-141-1/+1
| | | | Alex
* ENH: deb generator: don't use the system provided ar, but do it yourselfAlexander Neundorf2007-08-144-38/+274
| | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-141-1/+1
|
* ENH: for universal binaries return the endianess based on the processorAlexander Neundorf2007-08-131-8/+18
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-131-1/+1
|
* COMP: turn error into warning for nowAlexander Neundorf2007-08-131-2/+2
| | | | Alex