Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make it work if new curl is on | Bill Hoffman | 2008-11-18 | 3 | -3/+15 |
| | |||||
* | ENH: add gfortran-4 | Bill Hoffman | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | BUG: fix for #8089, fix rebuild with fortran and -D | Bill Hoffman | 2008-11-14 | 1 | -1/+27 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | BUG: Because of Windows registry madness, we could not find the ↵ | David Cole | 2008-11-13 | 1 | -7/+17 |
| | | | | redistributables directory on Win64 builds... Add a search directory based on devenv (CMAKE_MAKE_PROGRAM) location so we can find it despite the madness. | ||||
* | BUG: the modules shipped with cmake don't need | Alexander Neundorf | 2008-11-13 | 1 | -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 Stamp | Brad King | 2008-11-13 | 1 | -1/+1 |
| | |||||
* | ENH: Added First revision of FindDevIL.cmake | Christopher Harvey | 2008-11-12 | 1 | -0/+51 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | ENH: fix gcc sun fortran mix | Bill Hoffman | 2008-11-11 | 1 | -2/+5 |
| | |||||
* | ENH: fix fortran flags on g77 windows | Bill Hoffman | 2008-11-11 | 1 | -0/+7 |
| | |||||
* | ENH: fix fortran flags on sun | Bill Hoffman | 2008-11-11 | 1 | -2/+5 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | BUG: fix package_source target | Bill Hoffman | 2008-11-10 | 1 | -1/+1 |
| | |||||
* | ENH: put a check in for the gnu sunpro case | Bill Hoffman | 2008-11-10 | 1 | -0/+5 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 8060 Haiku build | Bill Hoffman | 2008-11-07 | 1 | -0/+2 |
| | |||||
* | ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation when | Alexander Neundorf | 2008-11-07 | 1 | -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 Stamp | Brad King | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | ENH: make the test pass when fortran is gnu and c is cl | Bill Hoffman | 2008-11-06 | 1 | -34/+44 |
| | |||||
* | ENH: add a way to fix bullseye link with fortran | Bill Hoffman | 2008-11-06 | 1 | -0/+5 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | STYLE: add some comment, so it says at least a bit what it is good for | Alexander Neundorf | 2008-11-05 | 1 | -0/+2 |
| | | | | Alex | ||||
* | BUG: Fix #7969. Fix moc output files if source dir contains regex characters. | Clinton Stimpson | 2008-11-05 | 1 | -5/+7 |
| | |||||
* | ENH: add support for the MS masm and masm64 assemblers, works with nmake, | Alexander Neundorf | 2008-11-05 | 6 | -2/+36 |
| | | | | | | not (yet) with the Visual Studio generators Alex | ||||
* | BUG: Fix #7934. phonon doesn't always depend on QtDBus. | Clinton Stimpson | 2008-11-05 | 1 | -1/+5 |
| | |||||
* | ENH: only call the fortran c interface test when compilers match | Bill Hoffman | 2008-11-05 | 1 | -47/+63 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | STYLE: mention cdash (not only dart) | Alexander Neundorf | 2008-11-03 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: only allow matching fortran a c compilers to be used | Bill Hoffman | 2008-11-03 | 1 | -2/+11 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-01 | 1 | -2/+2 |
| | |||||
* | ENH: do not error when sunpro or mipspro fortran used | Bill Hoffman | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | ENH: do not error when sunpro or mipspro fortran used | Bill Hoffman | 2008-10-31 | 1 | -2/+13 |
| | |||||
* | ENH: fix for intel module on linux | Bill Hoffman | 2008-10-31 | 1 | -0/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | ENH: better output if module linkage is not found | Bill Hoffman | 2008-10-30 | 1 | -8/+7 |
| | |||||
* | ENH: add some debug stuff for the dashboards | Bill Hoffman | 2008-10-30 | 1 | -0/+28 |
| | |||||
* | ENH: fix uppercase version so defines are not upper as well | Bill Hoffman | 2008-10-30 | 1 | -6/+14 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | ENH: fix check for intel windows module mangling | Bill Hoffman | 2008-10-29 | 1 | -1/+5 |
| | |||||
* | ENH: fix check for intel windows module mangling | Bill Hoffman | 2008-10-29 | 1 | -0/+1 |
| |