summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: the modules shipped with cmake don't needAlexander Neundorf2008-11-131-2/+1
| | | | | | | | | CMAKE_MINIMUM_REQUIRED(VERSION), because the cmake they are shipped with is always ok. Additionally, if a Find-module does CMAKE_MINIMUM_REQUIRED(), it changes the policies as they may be set up by the project. So this shouldn't be done in a Find-module (or surrounded by policy-push/pop commands) Alex
* STYLE: Nightly Date StampBrad King2008-11-131-1/+1
|
* ENH: Added First revision of FindDevIL.cmakeChristopher Harvey2008-11-121-0/+51
|
* STYLE: Nightly Date StampBrad King2008-11-121-1/+1
|
* ENH: fix gcc sun fortran mixBill Hoffman2008-11-111-2/+5
|
* ENH: fix fortran flags on g77 windowsBill Hoffman2008-11-111-0/+7
|
* ENH: fix fortran flags on sunBill Hoffman2008-11-111-2/+5
|
* STYLE: Nightly Date StampBrad King2008-11-111-1/+1
|
* BUG: fix package_source targetBill Hoffman2008-11-101-1/+1
|
* ENH: put a check in for the gnu sunpro caseBill Hoffman2008-11-101-0/+5
|
* STYLE: Nightly Date StampBrad King2008-11-101-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-091-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-081-1/+1
|
* BUG: fix for bug 8060 Haiku buildBill Hoffman2008-11-071-0/+2
|
* ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation whenAlexander Neundorf2008-11-071-0/+20
| | | | | | | | | | | executing a ctest script so the search paths are fully set up and variables like CMAKE_SYSTEM are available. This is useful e.g. for new-style ctest scripting. (these files are also loaded on startup by cpack, so now they behave similar). Hmmm, maybe they should be also loaded by cmake -P ? Alex
* STYLE: Nightly Date StampBrad King2008-11-071-1/+1
|
* ENH: make the test pass when fortran is gnu and c is clBill Hoffman2008-11-061-34/+44
|
* ENH: add a way to fix bullseye link with fortranBill Hoffman2008-11-061-0/+5
|
* STYLE: Nightly Date StampBrad King2008-11-061-1/+1
|
* STYLE: add some comment, so it says at least a bit what it is good forAlexander Neundorf2008-11-051-0/+2
| | | | Alex
* BUG: Fix #7969. Fix moc output files if source dir contains regex characters.Clinton Stimpson2008-11-051-5/+7
|
* ENH: add support for the MS masm and masm64 assemblers, works with nmake,Alexander Neundorf2008-11-056-2/+36
| | | | | | not (yet) with the Visual Studio generators Alex
* BUG: Fix #7934. phonon doesn't always depend on QtDBus.Clinton Stimpson2008-11-051-1/+5
|
* ENH: only call the fortran c interface test when compilers matchBill Hoffman2008-11-051-47/+63
|
* STYLE: Nightly Date StampBrad King2008-11-051-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-041-1/+1
|
* STYLE: mention cdash (not only dart)Alexander Neundorf2008-11-031-2/+2
| | | | Alex
* ENH: only allow matching fortran a c compilers to be usedBill Hoffman2008-11-031-2/+11
|
* STYLE: Nightly Date StampBrad King2008-11-031-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-021-1/+1
|
* STYLE: Nightly Date StampBrad King2008-11-011-2/+2
|
* ENH: do not error when sunpro or mipspro fortran usedBill Hoffman2008-10-311-1/+1
|
* ENH: do not error when sunpro or mipspro fortran usedBill Hoffman2008-10-311-2/+13
|
* ENH: fix for intel module on linuxBill Hoffman2008-10-311-0/+2
|
* STYLE: Nightly Date StampBrad King2008-10-311-1/+1
|
* ENH: better output if module linkage is not foundBill Hoffman2008-10-301-8/+7
|
* ENH: add some debug stuff for the dashboardsBill Hoffman2008-10-301-0/+28
|
* ENH: fix uppercase version so defines are not upper as wellBill Hoffman2008-10-301-6/+14
|
* STYLE: Nightly Date StampBrad King2008-10-301-1/+1
|
* ENH: fix check for intel windows module manglingBill Hoffman2008-10-291-1/+5
|
* ENH: fix check for intel windows module manglingBill Hoffman2008-10-291-0/+1
|
* ENH: add check for intel windows module manglingBill Hoffman2008-10-291-1/+1
|
* ENH: add check for intel windows module manglingBill Hoffman2008-10-291-0/+1
|
* ENH: fix upper caseBill Hoffman2008-10-291-4/+4
|
* ENH: Use settings for CPackComponents test to make it fail if the recent fix ↵David Cole2008-10-292-1/+31
| | | | of cmCPackGenerator.cxx revision 1.16 ever encounters another regression.
* ENH: only check for module linkage if f90 is availableBill Hoffman2008-10-291-1/+4
|
* ENH: fix for xlf module linkageBill Hoffman2008-10-291-1/+1
|
* ENH: add test for FortranCInterfaceBill Hoffman2008-10-295-4/+43
|
* STYLE: Nightly Date StampBrad King2008-10-291-1/+1
|
* ENH: add support for g77 extra _ at the end of functions that have an _ in ↵Bill Hoffman2008-10-281-9/+35
| | | | the name...