Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added dash1win98 expected nightly. | Brad King | 2007-08-16 | 1 | -0/+1 |
| | |||||
* | ENH: make sure osx searches static and shared libs like other platforms | Bill Hoffman | 2007-08-16 | 1 | -2/+2 |
| | |||||
* | COMP: fix arguments | Alexander Neundorf | 2007-08-16 | 1 | -1/+1 |
| | | | | 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 |
| | |||||
* | STYLE: don't use an extra file to generate CMakeSystem.cmake but instead | Alexander Neundorf | 2007-08-15 | 4 | -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 which | Alexander Neundorf | 2007-08-15 | 1 | -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 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 | 3 | -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 build | Alexander Neundorf | 2007-08-15 | 2 | -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 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. | ||||
* | STYLE: document the behaviour of UTILITY_SOURCE in cross compiling mode | Alexander Neundorf | 2007-08-14 | 1 | -1/+7 |
| | | | | Alex | ||||
* | ENH: Improvements to the Xcode generator. Build frameworks using native Copy ↵ | David Cole | 2007-08-14 | 14 | -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 bootstrap | Alexander Neundorf | 2007-08-14 | 1 | -1/+3 |
| | | | | | | mode Alex | ||||
* | STYLE: another patch from Mathieu with some comments | Alexander Neundorf | 2007-08-14 | 1 | -2/+6 |
| | | | | Alex | ||||
* | BUG: fix typo | Alexander Neundorf | 2007-08-14 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 4 | -38/+274 |
| | | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | ENH: for universal binaries return the endianess based on the processor | Alexander Neundorf | 2007-08-13 | 1 | -8/+18 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | COMP: turn error into warning for now | Alexander Neundorf | 2007-08-13 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | ENH: fix output and valgrind truncation issue | Bill Hoffman | 2007-08-10 | 1 | -11/+15 |
| | |||||
* | ENH: print a warning if UTILITY_SOURCE is used in cross compiling mode | Alexander Neundorf | 2007-08-10 | 1 | -2/+22 |
| | | | | | | | -make it possible to preload the cache with the command in cross compiling mode Alex | ||||
* | STYLE: remove unused CheckTypeSize.c.in | Alexander Neundorf | 2007-08-10 | 5 | -82/+99 |
| | | | | | | | | ENH: change test for endianess from TRY_RUN() to TRY_COMPILE() by testing the binary image of a 16bit integer array, tested on Linux x86, Intel Mac and Sun (big endian) Alex | ||||
* | BUG: Fixed passing of configuration names to GetRealDependency and ↵ | Brad King | 2007-08-10 | 2 | -11/+20 |
| | | | | ConstructScript. Added GetConfigName helper method to do this. | ||||
* | STYLE: remove unnecessary default search paths | Alexander Neundorf | 2007-08-10 | 1 | -26/+4 |
| | | | | Alex | ||||
* | ENH: fix memory leak | Bill Hoffman | 2007-08-10 | 1 | -3/+5 |
| | |||||
* | BUG: fix compiler id test on cygwin | Alexander Neundorf | 2007-08-10 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so it | Alexander Neundorf | 2007-08-10 | 3 | -18/+20 |
| | | | | | | | works for scripts, then reset them in CMakeSystemSpecificInformation.cxx, so the platform modules can set them again for the target system Alex | ||||
* | BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1 | Alexander Neundorf | 2007-08-10 | 6 | -1/+11 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | STYLE: mark these variables as advanced, they are only used for testing | Alexander Neundorf | 2007-08-09 | 1 | -0/+2 |
| | | | | | | whether the tests should be added or not Alex | ||||
* | BUG: use CMAKE_HOST_UNIX here instead of UNIX | Alexander Neundorf | 2007-08-09 | 1 | -3/+3 |
| | | | | Alex | ||||
* | STYLE: use correct case for cmGlobalUnixMakefileGenerator3 | Alexander Neundorf | 2007-08-09 | 5 | -6/+6 |
| | | | | | | make export() work with spaces in the path Alex | ||||
* | STYLE: HAVE_LONG_LONG_CONST was completely unused here (it was used in the | Alexander Neundorf | 2007-08-09 | 3 | -14/+13 |
| | | | | | | (unused) copy of curl under CMake/CTest/Curl/ ) Alex | ||||
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 10 | -18/+48 |
| | | | | | | | | | | | | | | cmMakefile.cxx, but now in the platform files and are now valid for the target platform, not the host platform. New variables CMAKE_HOST_WIN32, CMAKE_HOST_UNIX, CMAKE_HOST_APPLE and CMAKE_HOST_CYGWIN have been added in cmMakefile.cxx (...and have now to be used in all cmake files which are executed before CMakeSystemSpecificInformation.cmake is loaded). For compatibility the old set is set to the new one in CMakeDetermineSystem.cmake and reset before the system platform files are loaded, so custom language or compiler modules which use these should still work. Alex | ||||
* | COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is used | Alexander Neundorf | 2007-08-09 | 138 | -42831/+2 |
| | | | | Alex | ||||
* | BUG: work with spaces in the path | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
| | | | | Alex | ||||
* | COMP: lets see if this sets the timeout back to 5400 | Alexander Neundorf | 2007-08-09 | 1 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: properties and module names are case sensitive | Alexander Neundorf | 2007-08-09 | 1 | -27/+22 |
| | | | | Alex | ||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | COMP: silence warnings | Alexander Neundorf | 2007-08-08 | 1 | -1/+4 |
| | | | | Alex |