summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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...
* STYLE: Nightly Date StampBrad King2008-10-281-1/+1
|
* ENH: add support for module functionsBill Hoffman2008-10-281-32/+84
|
* ENH: make the scc optionalBill Hoffman2008-10-271-12/+0
|
* ENH: add fortran link discovery moduleBill Hoffman2008-10-272-0/+144
|
* BUG: fix for 7839 and 4524Bill Hoffman2008-10-271-7/+2
|
* BUG: Fixed CMAKE_FIND_LIBRARY_PREFIXES related error on Win32 systems.Petr Gotthard2008-10-271-2/+2
|
* BUG: removed unused CMakeFindFrameworks includePetr Gotthard2008-10-251-2/+0
|
* ENH: added a module to find M&S HLA RTIPetr Gotthard2008-10-251-0/+90
|
* STYLE: Nightly Date StampBrad King2008-10-251-1/+1
|
* BUG: Fix find of assistant on Mac.Clinton Stimpson2008-10-241-2/+2
|
* ENH: Activate GetPrerequisites code on Linux. Thanks to Mike Arthur for ↵David Cole2008-10-242-12/+16
| | | | finishing it off.
* STYLE: Nightly Date StampBrad King2008-10-241-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-231-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-221-1/+1
|
* STYLE: Nightly Date StampBrad King2008-10-211-1/+1
|
* BUG: Fix regression in finding QtAssistantClinton Stimpson2008-10-201-3/+17
|
* BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally;Miguel A. Figueroa-Villanueva2008-10-201-2/+18
| | | | supports gcc, nmake, and visual studio in all configurations.
* STYLE: Nightly Date StampBrad King2008-10-201-1/+1
|
* BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix ↵Miguel A. Figueroa-Villanueva2008-10-201-2/+3
| | | | for wxWidgets_ROOT_DIR search.
* ENH: Enable cvs update test with CMake before 2.6Brad King2008-10-191-1/+6
| | | | | | When CMake is built by CMake 2.4 or lower the FindCVS module is not available. In that case we activiate CTest.UpdateCVS by searching for the cvs command directly.
* ENH: Test CTest update logic with VCS toolsBrad King2008-10-194-0/+440
| | | | | | This creates new tests "CTest.UpdateSVN" and "CTest.UpdateCVS". They test that the Update.xml produced by CTest for a version-controlled project contains entries for files added, changed, and removed.
* BUG: use LC_MESSAGES = C instead of en_ENBill Hoffman2008-10-191-4/+4
|
* STYLE: Nightly Date StampBrad King2008-10-191-1/+1
|
* BUG: Fix recognition of files deleted from CVSBrad King2008-10-181-1/+8
| | | | | | | | | | | | The output of "cvs update" contains a line such as one of cvs update: `foo.txt' is no longer in the repository cvs update: foo.txt is no longer in the repository cvs update: warning: foo.txt is not (any longer) pertinent when file "foo.txt" has been removed in the version to which the update occurs. Previously only the first case would be recognized. This fixes the regular expression to match all these cases.
* ENH: fix test to work with in-source testing of CMakeBill Hoffman2008-10-181-0/+6
|
* STYLE: Nightly Date StampBrad King2008-10-181-1/+1
|
* BUG: Fix KWSys SystemInformation dependenciesBrad King2008-10-171-0/+4
| | | | | The SystemInformation component of KWSys requires Process and FundamentalType.
* BUG: Enforce KWSys component dependencies earlyBrad King2008-10-171-14/+14
| | | | | | KWSys component dependencies must be enforced before any tests for enabled components are done. This moves the dependency enforcement code to be as early as possible.
* ENH: fix for VS6 and CygwinSebastien Barre2008-10-171-4/+8
|
* STYLE: Nightly Date StampBrad King2008-10-171-1/+1
|
* ENH: fix for VistaSebastien Barre2008-10-162-9/+16
|
* ENH: oopsSebastien Barre2008-10-161-0/+4
|
* STYLE: Nightly Date StampBrad King2008-10-161-1/+1
|
* ENH: fix for Windows VistaSebastien Barre2008-10-161-7/+22
|
* ENH: better way to find uic and moc.Clinton Stimpson2008-10-151-23/+14
|
* ENH: run the right cmakeBill Hoffman2008-10-151-1/+1
|
* ENH: run the right cmakeBill Hoffman2008-10-151-2/+4
|
* ENH: fix bootstrap test and warningBill Hoffman2008-10-151-2/+8
|
* BUG: 4244, add a --build option to cmake that can build projects configured ↵Bill Hoffman2008-10-158-13/+187
| | | | by CMake
* ENH: remove extra setBill Hoffman2008-10-151-1/+0
|
* BUG: Fix color check for dependency scanningBrad King2008-10-152-2/+8
| | | | | Generation of color rules for dependency scanning messages did not account for disabling color at generation time. See issue #7814.
* ENH: Support object lists longer than 128K on MSVCBrad King2008-10-151-8/+29
| | | | | | We use response files to list object files for the MSVC linker. The linker complains if any response file is greater than 128K, so we split the object file lists into multiple response files.
* ENH: Factor out listing of objects on command lineBrad King2008-10-154-55/+48
| | | | | | Previously generation of object file lists for linker and cleaning command lines was duplicated for library and executable target generators. This combines the implementations.
* STYLE: Remove computed but unused variable.Brad King2008-10-152-6/+0
| | | | | An old list of object files for cleaning seems to have been left behind. This removes it.
* BUG: Use the DESTDIR prefix when creating the directory in CPack when ↵David Cole2008-10-151-8/+24
| | | | CPACK_SET_DESTDIR is ON. Thanks to Petri Hodju for reporting this regression to the CMake mailing list: http://www.cmake.org/pipermail/cmake/2008-October/024563.html.
* STYLE: Nightly Date StampBrad King2008-10-151-1/+1
|