9626 Commits (7db8c86ac90e48aa4a36ba67dd2635646820b62f)
 

Author SHA1 Message Date
Alexander Neundorf 7db8c86ac9 STYLE: add some newlines to cmake_install.cmake, so it's easier to read 18 years ago
David Cole b867a85213 STYLE: Fix line length style errors introduced last week. 18 years ago
Alexander Neundorf 9d45638988 ENH: also process "~" and paths relative to CMAKE_CURRENT_SOURCE_DIR in Foo_DIR 18 years ago
Andy Cedilnik 129a3e9f9e STYLE: Nightly Version update 18 years ago
Andy Cedilnik 4de188d98d STYLE: Nightly Version update 18 years ago
Andy Cedilnik 2d8909562a STYLE: Nightly Version update 18 years ago
Alexander Neundorf 68c2dd8009 COMP: also use -Wl,-relax and -lc -lnss etc. when using the IBM compiler 18 years ago
Alexander Neundorf e8ced6a0e2 COMP: include windows.h first, as it is done in the other source files 18 years ago
Alexander Neundorf 767f24aeda ENH: patch from Miguel 18 years ago
Alexander Neundorf feda0041c3 STYLE: InitializeInternal() is unused 18 years ago
Alexander Neundorf 45da4d2f80 ENH: patch from Eric Noulard for an RPM package generator 18 years ago
Bill Hoffman 038f3e240c ENH: use the correct flag for the linker 18 years ago
Andy Cedilnik 889aeeb48c STYLE: Nightly Version update 18 years ago
Alexander Neundorf 950c1359fa COMP: quick windows name mangling fix (otherwise the compiler complains about cmMakefile::GetCurrentDirectoryA(), which doesn't exist) 18 years ago
Alexander Neundorf 12f6383561 ENH: move the code for the NOTFOUND checking into its own function, so 18 years ago
Alexander Neundorf fee42f6e68 STYLE: this wasn't intended to be committed 18 years ago
Alexander Neundorf 6b0e5745ab ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you can get "relocation truncated to fit" errors 18 years ago
Brad King a7213b3e63 ENH: Added dash1win98 expected nightly. 18 years ago
Bill Hoffman 8ee6fc0598 ENH: make sure osx searches static and shared libs like other platforms 18 years ago
Alexander Neundorf 5fdb818c84 COMP: fix arguments 18 years ago
Mathieu Malaterre 964719128c COMP: Directory and Glob have pointer data members 18 years ago
Andy Cedilnik f9cbfbb458 STYLE: Nightly Version update 18 years ago
Alexander Neundorf b100fe1fe1 STYLE: don't use an extra file to generate CMakeSystem.cmake but instead 18 years ago
Alexander Neundorf 984b0adc5f STYLE: explicitely set default options for sdcc, so it is visible for which 18 years ago
David Cole f1115a30ee COMP: Second try getting rid of Microsoft deprecation warnings. This time 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. 18 years ago
Alexander Neundorf 2f23ecdb8a ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index 18 years ago
Alexander Neundorf 58b0e31784 COMP: ccmake requires ncurses, according to Berk and since it doesn't build 18 years ago
David Cole bdeb4ad217 COMP: Suppress Microsoft deprecation warnings when building kwsys .c and .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... 18 years ago
Alexander Neundorf 911613edf0 COMP: fix warning about comparison signed - unsigned 18 years ago
Alexander Neundorf 1dde4ab36c COMP: fix build on HPUX, snprintf apparently doesn't work there 18 years ago
Andy Cedilnik 96a93400c5 STYLE: Nightly Version update 18 years ago
David Cole 0e96f06954 ENH: Improve framework support in the makefile generator to match the support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework. 18 years ago
Alexander Neundorf a33e059e41 STYLE: document the behaviour of UTILITY_SOURCE in cross compiling mode 18 years ago
David Cole fa61182de8 ENH: Improvements to the Xcode generator. Build frameworks using native Copy 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. 18 years ago
Alexander Neundorf f13c3eef83 COMP: patch from Mathieu: fix warning about unused variables in bootstrap 18 years ago
Alexander Neundorf eff7981b57 STYLE: another patch from Mathieu with some comments 18 years ago
Alexander Neundorf 281e08131a BUG: fix typo 18 years ago
Alexander Neundorf dfbd4ce0f2 ENH: deb generator: don't use the system provided ar, but do it yourself 18 years ago
Andy Cedilnik fbf5025192 STYLE: Nightly Version update 18 years ago
Alexander Neundorf 263bb4e172 ENH: for universal binaries return the endianess based on the processor 18 years ago
Andy Cedilnik 54f0a2f0a0 STYLE: Nightly Version update 18 years ago
Alexander Neundorf c2e714c079 COMP: turn error into warning for now 18 years ago
Andy Cedilnik bd275f0d3b STYLE: Nightly Version update 18 years ago
Andy Cedilnik 1313cb16a6 STYLE: Nightly Version update 18 years ago
Bill Hoffman fa46cb5572 ENH: fix output and valgrind truncation issue 18 years ago
Alexander Neundorf a793daf228 ENH: print a warning if UTILITY_SOURCE is used in cross compiling mode 18 years ago
Alexander Neundorf 578841cce5 STYLE: remove unused CheckTypeSize.c.in 18 years ago
Brad King c6092b7e5e BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this. 18 years ago
Alexander Neundorf 1fe4220669 STYLE: remove unnecessary default search paths 18 years ago
Bill Hoffman 8b07c96090 ENH: fix memory leak 18 years ago