Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix for xlf module linkage | Bill Hoffman | 2008-10-29 | 1 | -1/+1 |
| | |||||
* | ENH: add test for FortranCInterface | Bill Hoffman | 2008-10-29 | 5 | -4/+43 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-29 | 1 | -1/+1 |
| | |||||
* | ENH: add support for g77 extra _ at the end of functions that have an _ in ↵ | Bill Hoffman | 2008-10-28 | 1 | -9/+35 |
| | | | | the name... | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | ENH: add support for module functions | Bill Hoffman | 2008-10-28 | 1 | -32/+84 |
| | |||||
* | ENH: make the scc optional | Bill Hoffman | 2008-10-27 | 1 | -12/+0 |
| | |||||
* | ENH: add fortran link discovery module | Bill Hoffman | 2008-10-27 | 2 | -0/+144 |
| | |||||
* | BUG: fix for 7839 and 4524 | Bill Hoffman | 2008-10-27 | 1 | -7/+2 |
| | |||||
* | BUG: Fixed CMAKE_FIND_LIBRARY_PREFIXES related error on Win32 systems. | Petr Gotthard | 2008-10-27 | 1 | -2/+2 |
| | |||||
* | BUG: removed unused CMakeFindFrameworks include | Petr Gotthard | 2008-10-25 | 1 | -2/+0 |
| | |||||
* | ENH: added a module to find M&S HLA RTI | Petr Gotthard | 2008-10-25 | 1 | -0/+90 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-25 | 1 | -1/+1 |
| | |||||
* | BUG: Fix find of assistant on Mac. | Clinton Stimpson | 2008-10-24 | 1 | -2/+2 |
| | |||||
* | ENH: Activate GetPrerequisites code on Linux. Thanks to Mike Arthur for ↵ | David Cole | 2008-10-24 | 2 | -12/+16 |
| | | | | finishing it off. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | BUG: Fix regression in finding QtAssistant | Clinton Stimpson | 2008-10-20 | 1 | -3/+17 |
| | |||||
* | BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally; | Miguel A. Figueroa-Villanueva | 2008-10-20 | 1 | -2/+18 |
| | | | | supports gcc, nmake, and visual studio in all configurations. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-20 | 1 | -1/+1 |
| | |||||
* | BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix ↵ | Miguel A. Figueroa-Villanueva | 2008-10-20 | 1 | -2/+3 |
| | | | | for wxWidgets_ROOT_DIR search. | ||||
* | ENH: Enable cvs update test with CMake before 2.6 | Brad King | 2008-10-19 | 1 | -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 tools | Brad King | 2008-10-19 | 4 | -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_EN | Bill Hoffman | 2008-10-19 | 1 | -4/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | BUG: Fix recognition of files deleted from CVS | Brad King | 2008-10-18 | 1 | -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 CMake | Bill Hoffman | 2008-10-18 | 1 | -0/+6 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | BUG: Fix KWSys SystemInformation dependencies | Brad King | 2008-10-17 | 1 | -0/+4 |
| | | | | | The SystemInformation component of KWSys requires Process and FundamentalType. | ||||
* | BUG: Enforce KWSys component dependencies early | Brad King | 2008-10-17 | 1 | -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 Cygwin | Sebastien Barre | 2008-10-17 | 1 | -4/+8 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | ENH: fix for Vista | Sebastien Barre | 2008-10-16 | 2 | -9/+16 |
| | |||||
* | ENH: oops | Sebastien Barre | 2008-10-16 | 1 | -0/+4 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-16 | 1 | -1/+1 |
| | |||||
* | ENH: fix for Windows Vista | Sebastien Barre | 2008-10-16 | 1 | -7/+22 |
| | |||||
* | ENH: better way to find uic and moc. | Clinton Stimpson | 2008-10-15 | 1 | -23/+14 |
| | |||||
* | ENH: run the right cmake | Bill Hoffman | 2008-10-15 | 1 | -1/+1 |
| | |||||
* | ENH: run the right cmake | Bill Hoffman | 2008-10-15 | 1 | -2/+4 |
| | |||||
* | ENH: fix bootstrap test and warning | Bill Hoffman | 2008-10-15 | 1 | -2/+8 |
| | |||||
* | BUG: 4244, add a --build option to cmake that can build projects configured ↵ | Bill Hoffman | 2008-10-15 | 8 | -13/+187 |
| | | | | by CMake | ||||
* | ENH: remove extra set | Bill Hoffman | 2008-10-15 | 1 | -1/+0 |
| | |||||
* | BUG: Fix color check for dependency scanning | Brad King | 2008-10-15 | 2 | -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 MSVC | Brad King | 2008-10-15 | 1 | -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 line | Brad King | 2008-10-15 | 4 | -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 King | 2008-10-15 | 2 | -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 Cole | 2008-10-15 | 1 | -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 Stamp | Brad King | 2008-10-15 | 1 | -1/+1 |
| |