summaryrefslogtreecommitdiffstats
path: root/dist/changes-1.39-19980611
Commit message (Expand)AuthorAgeFilesLines
* Long live Qt!Lars Knoll2009-03-231-0/+194
| | | | | | | | | | | | | | | | | | | | | | | | The commit "fix for bug 4772" added a work-around to CMakeCInformation for platform config files that put compiler information in the system file (like SunOS flags for GCC). This commit adds the same work-around for CXX and Fortran. It is necessary to support enabling these languages separately from C in other subdirectories. The commit "Avoid (Unix|Windows)Paths.cmake multiple include" added include blockers that prevent the files from multiple inclusion, so it is safe to include the system information files from every language. See issue #4772 and issue #9656. * | | | | Target copy ctor should initialize internal stateBrad King2009-10-061-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit "Target copy ctor should copy internal state" created a new cmTargetInternals constructor but failed to initialize a POD member that the original constructor initializes. This commit fixes it. * | | | | Use explicit conversion to avoid warnings in cmELFBrad King2009-10-061-2/+2 | | | | | * | | | | KWSys Nightly Date StampKWSys Robot2009-10-061-1/+1 | | | | | * | | | | Updated copyright notice to conform to NVIDIA guidelines.James Bigler2009-10-054-8/+4 | | | | | * | | | | Fortran test: Match config for external projectBrad King2009-10-051-0/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the Fortran test we use a custom command to build another Fortran project internally. The project provides a Fortran module and library to which to link. This commit teaches the test to build the extra project using the same build configuration as the main project. * | | | | Add tests for uncovered bits of the math and cmake_minimum_required cmake ↵David Cole2009-10-055-0/+87 | | | | | | | | | | | | | | | | | | | | functions. * | | | | FortranCInterface: Mangling for Intel on WindowsBrad King2009-10-051-0/+4 | | | | | | | | | | | | | | | | | | | | | | | | | The Intel Fortran compiler for Windows uses upper-case symbol names with no trailing underscore. * | | | | Target copy ctor should copy internal stateBrad King2009-10-051-3/+9 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ideally we should never copy cmTarget instances, but it is a pain to remove current uses of it. The pimplized portion of cmTarget has mostly members that cache results, but some are part of the object state. These should be copied in the copy ctor instead of re-initialized. * | | | | don't allow consecutive generates without a configure.Clinton Stimpson2009-10-05