| Commit message (Expand) | Author | Age | Files | Lines |
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-17 | 1 | -1/+1 |
|
|
* | COMP: quick windows name mangling fix (otherwise the compiler complains about... | Alexander Neundorf | 2007-08-16 | 1 | -0/+2 |
|
|
* | ENH: move the code for the NOTFOUND checking into its own function, so | Alexander Neundorf | 2007-08-16 | 2 | -60/+89 |
|
|
* | STYLE: this wasn't intended to be committed | Alexander Neundorf | 2007-08-16 | 1 | -1/+0 |
|
|
* | ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c... | Alexander Neundorf | 2007-08-16 | 2 | -7/+3 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | STYLE: explicitely set default options for sdcc, so it is visible for which | Alexander Neundorf | 2007-08-15 | 1 | -1/+10 |
|
|
* | COMP: Second try getting rid of Microsoft deprecation warnings. This time tes... | David Cole | 2007-08-15 | 2 | -12/+9 |
|
|
* | ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index | Alexander Neundorf | 2007-08-15 | 3 | -14/+21 |
|
|
* | COMP: ccmake requires ncurses, according to Berk and since it doesn't build | Alexander Neundorf | 2007-08-15 | 2 | -6/+74 |
|
|
* | COMP: Suppress Microsoft deprecation warnings when building kwsys .c and .cxx... | David Cole | 2007-08-15 | 1 | -0/+8 |
|
|
* | COMP: fix warning about comparison signed - unsigned | Alexander Neundorf | 2007-08-15 | 1 | -1/+2 |
|
|
* | COMP: fix build on HPUX, snprintf apparently doesn't work there | Alexander Neundorf | 2007-08-15 | 1 | -7/+6 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-08-15 | 1 | -1/+1 |
|
|
* | ENH: Improve framework support in the makefile generator to match the support... | David Cole | 2007-08-14 | 2 | -105/+79 |
|
|
* | STYLE: document the behaviour of UTILITY_SOURCE in cross compiling mode | Alexander Neundorf | 2007-08-14 | 1 | -1/+7 |
|
|
* | ENH: Improvements to the Xcode generator. Build frameworks using native Copy ... | David Cole | 2007-08-14 | 14 | -226/+468 |
|
|
* | COMP: patch from Mathieu: fix warning about unused variables in bootstrap | Alexander Neundorf | 2007-08-14 | 1 | -1/+3 |
|
|
* | STYLE: another patch from Mathieu with some comments | Alexander Neundorf | 2007-08-14 | 1 | -2/+6 |
|
|
* | BUG: fix typo | Alexander Neundorf | 2007-08-14 | 1 | -1/+1 |
|
|
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 4 | -38/+274 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | STYLE: remove unused CheckTypeSize.c.in | Alexander Neundorf | 2007-08-10 | 5 | -82/+99 |
|
|
* | BUG: Fixed passing of configuration names to GetRealDependency and ConstructS... | Brad King | 2007-08-10 | 2 | -11/+20 |
|
|
* | STYLE: remove unnecessary default search paths | Alexander Neundorf | 2007-08-10 | 1 | -26/+4 |
|
|
* | 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 |
|
|
* | ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so it | Alexander Neundorf | 2007-08-10 | 3 | -18/+20 |
|
|
* | BUG: also include UnixPaths.cmake on these platforms, this also sets UNIX to 1 | Alexander Neundorf | 2007-08-10 | 6 | -1/+11 |
|
|
* | 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 |
|
|
* | BUG: use CMAKE_HOST_UNIX here instead of UNIX | Alexander Neundorf | 2007-08-09 | 1 | -3/+3 |
|
|
* | STYLE: use correct case for cmGlobalUnixMakefileGenerator3 | Alexander Neundorf | 2007-08-09 | 5 | -6/+6 |
|
|
* | STYLE: HAVE_LONG_LONG_CONST was completely unused here (it was used in the | Alexander Neundorf | 2007-08-09 | 3 | -14/+13 |
|
|
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 10 | -18/+48 |
|
|
* | COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is used | Alexander Neundorf | 2007-08-09 | 138 | -42831/+2 |
|
|
* | BUG: work with spaces in the path | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
|
|
* | COMP: lets see if this sets the timeout back to 5400 | Alexander Neundorf | 2007-08-09 | 1 | -2/+2 |
|
|