Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: fix problem where rc language recursively included itself because ↵ | Bill Hoffman | 2008-10-14 | 7 | -7/+9 |
| | | | | CMAKE_BASE_NAME was used from c compiler, do the same fix for other uses of CMAKE_BASE_NAME | ||||
* | ENH: revert last change, as it fails tests | Bill Hoffman | 2008-10-14 | 1 | -7/+0 |
| | |||||
* | ENH: better error message for mis-configured nmake environment | Bill Hoffman | 2008-10-14 | 1 | -1/+8 |
| | |||||
* | ENH: better error message for mis-configured nmake environment | Bill Hoffman | 2008-10-14 | 2 | -1/+17 |
| | |||||
* | ENH: Clarify PATH_SUFFIXES documentation | Brad King | 2008-10-14 | 1 | -2/+4 |
| | | | | | | This clarifies documentation of the find_* commands' PATH_SUFFIXES option. The option adds paths with the suffixes but does not remove the paths without the suffixes. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | ENH: When changing the qmake pointed to, re-find all of Qt's includes, ↵ | Clinton Stimpson | 2008-10-14 | 1 | -294/+117 |
| | | | | | | libraries, etc... This makes it much easier to switch between Qt versions. | ||||
* | BUG: Fix find of dbus dependency in Qt 4.4 | Clinton Stimpson | 2008-10-13 | 1 | -3/+3 |
| | |||||
* | BUG: Fix find_* search order with path suffixes | Brad King | 2008-10-13 | 1 | -7/+1 |
| | | | | | | | In cmFindBase we were searching all path suffixes appended to all paths before considering the paths without any suffixes. Instead we should consider each path with and without suffixes before moving to the next path. See issue #7783. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | COMP: Fix assignment inside condition | Brad King | 2008-10-11 | 1 | -2/+2 |
| | |||||
* | BUG: Make sure context info is always initialized | Brad King | 2008-10-11 | 1 | -0/+1 |
| | | | | | | This adds a missing default constructor to cmListFileContext that makes sure the line number is initialized to zero. A zero line number will indicate a generated context. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | BUG: Fix for issue #5193. Base result of FindMFC.cmake mostly on a ↵ | David Cole | 2008-10-10 | 1 | -12/+40 |
| | | | | TRY_COMPILE result. Gives accurate answer about whether MFC is available. | ||||
* | BUG: Fix issue #7800. Enable CPack to find the NSIS installer on Windows 2000. | David Cole | 2008-10-10 | 1 | -7/+11 |
| | |||||
* | ENH: Improve generated documentation formatting | Brad King | 2008-10-10 | 10 | -27/+163 |
| | | | | | | | | | | | | Applying patch provided in issue #7797. Fixes to man-pages: - Character '-' must be espaced as '\-' - Surround preformatted text with '.nf' and '.fi' to adjust filling - Give every page a NAME section for indexing by mandb - Pass the man page filename without extension to .TH in its header Also added a title to the HTML header. | ||||
* | BUG: Fix help type for filenames with many dots | Brad King | 2008-10-10 | 1 | -1/+1 |
| | | | | | The help page type should be determined using only the extension after the last dot. See issue #7797. | ||||
* | STYLE: Fix typo in GetFilenameLastExtension docs | Brad King | 2008-10-10 | 1 | -1/+1 |
| | | | | See issue #7797. | ||||
* | BUG: fix for 5071, report error if output file can not be opened | Bill Hoffman | 2008-10-10 | 1 | -0/+7 |
| | |||||
* | BUG: fix for 3778, better docs for -E | Bill Hoffman | 2008-10-10 | 1 | -1/+5 |
| | |||||
* | ENH: play it safe and restore the value of LC_MESSAGES | Bill Hoffman | 2008-10-10 | 1 | -1/+17 |
| | |||||
* | ENH: make sure LC_MESSAGES is en_EN so that we can parse the output of svn ↵ | Bill Hoffman | 2008-10-10 | 1 | -0/+8 |
| | | | | and cvs | ||||
* | STYLE: Fix line-too-long | Brad King | 2008-10-10 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-10 | 1 | -1/+1 |
| |