summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix output and valgrind truncation issueBill Hoffman2007-08-101-11/+15
|
* ENH: print a warning if UTILITY_SOURCE is used in cross compiling modeAlexander Neundorf2007-08-101-2/+22
| | | | | | | -make it possible to preload the cache with the command in cross compiling mode Alex
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-105-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 King2007-08-102-11/+20
| | | | ConstructScript. Added GetConfigName helper method to do this.
* STYLE: remove unnecessary default search pathsAlexander Neundorf2007-08-101-26/+4
| | | | Alex
* ENH: fix memory leakBill Hoffman2007-08-101-3/+5
|
* BUG: fix compiler id test on cygwinAlexander Neundorf2007-08-101-2/+2
| | | | Alex
* ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so itAlexander Neundorf2007-08-103-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 1Alexander Neundorf2007-08-106-1/+11
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-101-1/+1
|
* STYLE: mark these variables as advanced, they are only used for testingAlexander Neundorf2007-08-091-0/+2
| | | | | | whether the tests should be added or not Alex
* BUG: use CMAKE_HOST_UNIX here instead of UNIXAlexander Neundorf2007-08-091-3/+3
| | | | Alex
* STYLE: use correct case for cmGlobalUnixMakefileGenerator3Alexander Neundorf2007-08-095-6/+6
| | | | | | make export() work with spaces in the path Alex
* STYLE: HAVE_LONG_LONG_CONST was completely unused here (it was used in theAlexander Neundorf2007-08-093-14/+13
| | | | | | (unused) copy of curl under CMake/CTest/Curl/ ) Alex
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-0910-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 usedAlexander Neundorf2007-08-09138-42831/+2
| | | | Alex
* BUG: work with spaces in the pathAlexander Neundorf2007-08-091-1/+1
| | | | Alex
* COMP: lets see if this sets the timeout back to 5400Alexander Neundorf2007-08-091-2/+2
| | | | Alex
* STYLE: fix typoAlexander Neundorf2007-08-091-1/+1
| | | | Alex
* STYLE: fix typoAlexander Neundorf2007-08-091-1/+1
| | | | Alex
* BUG: properties and module names are case sensitiveAlexander Neundorf2007-08-091-27/+22
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-091-1/+1
|
* COMP: silence warningsAlexander Neundorf2007-08-081-1/+4
| | | | Alex
* BUG: register the rpm generator for RPMAlexander Neundorf2007-08-081-1/+1
| | | | Alex
* ENH: patch from Mathieu: more entries in the debian control fileAlexander Neundorf2007-08-082-12/+73
| | | | Alex
* ENH: remove the watch for the upper case variable name, it breaks theAlexander Neundorf2007-08-082-9/+1
| | | | | | | feature summary, which needs to check for both the upper case and original case _FOUND variables Alex
* ENH: add empty RPM package generator, Eric Noulard wants to work on itAlexander Neundorf2007-08-086-0/+126
| | | | Alex
* COMP: change the order of the tests, so maybe the timeout worksAlexander Neundorf2007-08-081-6/+5
| | | | Alex
* ENH: also specify the C++ compiler for mingwAlexander Neundorf2007-08-081-4/+6
| | | | Alex
* ENH: Remove extra ;Mathieu Malaterre2007-08-081-15/+15
|
* STYLE: Nightly Version updateAndy Cedilnik2007-08-081-1/+1
|
* BUG: disable this test temporarilyAlexander Neundorf2007-08-071-1/+1
| | | | Alex
* COMP: also commit the header...Alexander Neundorf2007-08-071-0/+2
| | | | Alex
* STYLE: find Dart quietly (so it doesn't go in the feature log)Alexander Neundorf2007-08-071-1/+1
| | | | Alex
* ENH: add global properties for collecting enabled/disabled features duringAlexander Neundorf2007-08-073-0/+158
| | | | | | | | | | | | the cmake run and add macros print_enabled/disabled_features() and set_feature_info(), so projects can get a nice overview at the end of the cmake run what has been found and what hasn't FIND_PACKAGE() automatically adds the packages to these global properties, except when used with QUIET Maybe this can also be useful for packagers to find out dependencies of projects. Alex
* ENH: change ibm machine againBill Hoffman2007-08-071-2/+2
|
* STYLE: I think the comment (and the book) were wrong about the naming ofAlexander Neundorf2007-08-071-1/+1
| | | | | | this file Alex
* ENH: Replaced dependency integrity map with an explicit map from object file ↵Brad King2007-08-073-47/+63
| | | | to source file for each language in each target. This simplifies creation of implicit dependency scanning rules and allows more than one object file in a target to start dependency scanning with the same source file.
* BUG: the test for chicken should be named Chicken, not plplotAlexander Neundorf2007-08-071-1/+1
| | | | Alex
* ENH: don't create a CodeBlocks workspace, the CodeBlocks projects coverAlexander Neundorf2007-08-071-39/+0
| | | | | | everything what's needed Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-071-1/+1
|
* STYLE: fix typoAlexander Neundorf2007-08-071-1/+1
| | | | Alex
* ENH: change error to warning so ctesttest3 passesBill Hoffman2007-08-061-2/+2
|
* ENH: add plplot and Chicken Scheme build testsAlexander Neundorf2007-08-061-0/+10
| | | | Alex
* ENH: another fix for the deb generator by MathieuAlexander Neundorf2007-08-061-2/+17
| | | | Alex
* STYLE: fix line lengthsAlexander Neundorf2007-08-063-26/+24
| | | | Alex
* STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmakeAlexander Neundorf2007-08-062-1/+6
| | | | | | -remove unnecessary ELSE() in FindThreads.cmake Alex
* ENH: threads used to include thisBill Hoffman2007-08-061-0/+1
|
* BUG: patch from Mathieu: the md5sums were not correctAlexander Neundorf2007-08-061-0/+7
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-061-1/+1
|