summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* STYLE: Nightly Version updateAndy Cedilnik2007-08-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-08-041-1/+1
|
* ENH: make sure there is an error and notify user if nightly start time not setBill Hoffman2007-08-031-1/+10
|
* ENH: show files as untested if no lines are coveredBill Hoffman2007-08-031-1/+1
|
* ENH: fatal error if cvs update failsBill Hoffman2007-08-031-1/+9
|
* ENH: add a check to make sure nightly start time was specifiedBill Hoffman2007-08-031-3/+12
|
* ENH: add another valgrind error typeBill Hoffman2007-08-031-0/+5
|
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL ↵Brad King2007-08-035-6/+58
| | | | target. Added a foo/preinstall version of targets that need relinking so that exclude-from-all targets can be manually relinked for installation.
* BUG: Target exclusion-from-all tests should always use the root local ↵Brad King2007-08-036-206/+92
| | | | generator associated with the all target being tested.
* COMP: fixed compiler warning in sprintf usageSean McBride2007-08-031-1/+1
|
* ENH: better error messages from the debian package generatorAlexander Neundorf2007-08-034-35/+89
| | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex
* ENH: Added cmTarget::GetLanguages method to centralize computation of the ↵Brad King2007-08-032-13/+11
| | | | list of languages compiled in a target. Transformed NeedRequiresStep to use it.
* STYLE: Nightly Version updateAndy Cedilnik2007-08-031-1/+1
|
* ENH: make the python modules usable for C and C++ and only write the headerAlexander Neundorf2007-08-021-9/+31
| | | | | | if it has changed Alex
* BUG: Removing accidental commit.Brad King2007-08-022-19/+18
|
* BUG: Quick-fix for accidental commit.Brad King2007-08-021-6/+9
|
* ENH: Added cmTarget::GetLanguages method to centralize computation of the ↵Brad King2007-08-022-14/+12
| | | | list of languages compiled in a target.
* ENH: Added cmTarget::GetLanguages method to centralize computation of the ↵Brad King2007-08-023-16/+27
| | | | list of languages compiled in a target.
* ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makesAlexander Neundorf2007-08-023-6/+11
| | | | | | | the mingw cross compiler work out of the box and should help mingw users on windows with a common install dir Alex
* ENH: Simplify makefile target generator listing of object files to clean.Brad King2007-08-023-11/+4
|
* COMP: fix warningAlexander Neundorf2007-08-021-1/+1
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-021-1/+1
|
* ENH: if no COMPONENT is specified, make this install item part of theAlexander Neundorf2007-08-012-7/+7
| | | | | | | | | | | | | "Unspecified" component -> if no components are used at all, no change in behaviour, if components are used completely, no change in behaviour, since this default will be overridden everywhere, if components where used partly, it is now possible to install only the unspecified items (e.g. everything which wasn't marked as "Development") Alex Alex
* BUG: Fix test that broke on Windows - sharing sources between SHARED and ↵David Cole2007-08-012-7/+2
| | | | STATIC libraries requires correct export and import decorations in the source code...
* ENH: separate the commands into current and compat as in cmakeAlexander Neundorf2007-08-011-2/+9
| | | | Alex
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides ↵Brad King2007-08-0110-4/+39
| | | | a common interface to something that was implemented in most local generators anyway.
* BUG: also offer the extra generators in CMakeSetupAlexander Neundorf2007-08-013-2/+13
| | | | Alex
* BUG: Only pay attention to the FRAMEWORK target property for SHARED library ↵David Cole2007-08-015-11/+34
| | | | targets
* STYLE: some more tuning for the comment textAlexander Neundorf2007-08-011-11/+10
| | | | Alex
* ENH: works also with nmake, tested by JeffAlexander Neundorf2007-08-011-3/+3
| | | | Alex
* BUG: Do not recognize preprocessor definition flags for the linker which has ↵Brad King2007-08-011-2/+3
| | | | no preprocessor but does have flags starting with /D.
* BUG: <CONFIG>_LOCATION property should use the config name in the directory ↵Brad King2007-08-011-5/+11
| | | | and not $(OutDir). This addresses bug#5363.
* COMP: Fix warning about not being able to automatically generate a copy ↵Brad King2007-08-011-0/+3
| | | | constructor.
* COMP: also build the static dummy loader on Cray CatamountAlexander Neundorf2007-08-011-1/+2
| | | | Alex
* ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-VillanuevaAlexander Neundorf2007-08-014-0/+814
| | | | Alex
* ENH: add support for Catamount, the OS running on the compute nodes of Cray ↵Alexander Neundorf2007-08-011-0/+26
| | | | | | super computers Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-08-011-1/+1
|
* ENH: add tests for check_c_source_runs(), check_cxx_source_runs(),Alexander Neundorf2007-07-312-53/+106
| | | | | | | | check_c_source_compiles() and check_cxx_source_compiles() -TRY_RUN in crosscompiling mode: copy the created executables to CMAKE_BINARY_DIR so the user can run them manually on the target Alex
* STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() inAlexander Neundorf2007-07-313-16/+28
| | | | | | | | | | | | FindThreads.h BUG: improve CheckC(XX)SourceRuns.cmake so that it works with cross compiling, the return value has to go in the cache but shouldn't overwrite the actual return value, and it should go only in the cache if we have a result from try_run() otherwise we won't get here again if we have a result later on Alex
* BUG: fix DLL and DEF being lost and add real support for /DEF: /DLL does not ↵Bill Hoffman2007-07-311-3/+4
| | | | have an entry so just let it pass to advanced command line
* STYLE: Nightly Version updateAndy Cedilnik2007-07-311-1/+1
|