Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-31 | 1 | -1/+1 |
| | |||||
* | BUG: Fix Unset test on VS 6 | Brad King | 2008-08-30 | 2 | -2/+3 |
| | | | | | Visual Studio 6 does not recognize .cc as a C++ extension by default. Simplify the test to be C-only and use a .c extension. | ||||
* | ENH: For #7433, add documentation that directories also can be specified to | Clinton Stimpson | 2008-08-30 | 1 | -3/+3 |
| | | | | update the translation files. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-30 | 1 | -1/+1 |
| | |||||
* | BUG: Link flags should still be chained | Brad King | 2008-08-29 | 1 | -4/+1 |
| | | | | | | | The recent fix to avoid including flags in dependency inferral also dropped them from chaining of dependencies through targets. This fix restores chaining of flags through known dependency lists while still leaving them out of inferred dependency lists. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | BUG: A -framework Foo is also a lib | Brad King | 2008-08-29 | 1 | -1/+2 |
| | |||||
* | BUG: Fix previous fix. | Brad King | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | BUG: When recognizing flags on link lines, we must still treat -l as a library. | Brad King | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-28 | 1 | -1/+1 |
| | |||||
* | ENH: Changes that allow configuring/building BundleTest test separately from ↵ | David Cole | 2008-08-27 | 2 | -5/+5 |
| | | | | the main CMake build. (Eliminate reference to CMake_SOURE_DIR.) | ||||
* | COMP: Do not use private typedef from outside class. | Brad King | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: New link line item ordering algorithm | Brad King | 2008-08-27 | 2 | -153/+241 |
| | | | | | | | | | This change introduces a new algorithm for link line construction. The order it computes always begins with the exact link line specified by the user. Dependencies of items specified by the user are tracked, and those that are not already satisified by the line are appended to it at the end with minimal repeats. This restores the behavior of CMake 2.4 and below while still fixing some of its bugs. See issue #7546. | ||||
* | BUG: Do not infer dependencies of link flags | Brad King | 2008-08-27 | 2 | -5/+14 |
| | | | | | | | In cmComputeLinkDepends link items that look like flags (starting in '-') should not be included in dependency inferral. They are not libraries and therefore have no dependencies. They should just be passed through to the final link line unchanged. See issue #7546. | ||||
* | BUG: Treat empty config name as no configuration | Brad King | 2008-08-27 | 1 | -1/+1 |
| | | | | | In cmComputeLinkDepends we should treat an empty configuration name as equivalent to no specific configuration at all. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | BUG: Do not use "Default" as a language, remove 2nd occurence of "English", ↵ | David Cole | 2008-08-26 | 1 | -7/+3 |
| | | | | and remove three other languages not supported by older versions of NSIS. Tested with version 2.18 of NSIS on gaia.kitware. | ||||
* | ENH: Add comments about pre-processor defines and moc. | Clinton Stimpson | 2008-08-26 | 1 | -2/+3 |
| | |||||
* | BUG: Correct typo in error message. | David Cole | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | ENH: Use COMPILE_DEFINTIONS instead of DEFINITIONS. | Clinton Stimpson | 2008-08-26 | 1 | -4/+6 |
| | |||||
* | ENH: Add -DWIN32 for moc on Windows. Final fix for #7465. | Clinton Stimpson | 2008-08-26 | 1 | -0/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | ENH: Add -D preprocessor defines to the moc commands. | Clinton Stimpson | 2008-08-25 | 1 | -16/+16 |
| | | | | Needed to fix #7465. | ||||
* | ENH: Add unset() command. | Brad King | 2008-08-25 | 11 | -8/+207 |
| | | | | | | | | This introduces the unset() command to make it easy to unset CMake variables, environment variables, and CMake cache variables. Previously it was not even possible to unset ENV or CACHE variables (as in completely remove them). Changes based on patch from Philip Lowman. See issue #7507. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-24 | 1 | -1/+1 |
| | |||||
* | BUG: Correct typo in documentation: or -> of | David Cole | 2008-08-23 | 1 | -1/+1 |
| | |||||
* | ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. ↵ | David Cole | 2008-08-23 | 2 | -2/+18 |
| | | | | Exposes the recently added kwsys capability that prevents recursing through symlinks to CMake scripts. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-23 | 1 | -1/+1 |
| | |||||
* | BUG: remove extension from inserts | Bill Hoffman | 2008-08-22 | 1 | -56/+56 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-22 | 1 | -1/+1 |
| | |||||
* | ENH: sort languages and use list from NSIS 2.22 | Bill Hoffman | 2008-08-21 | 1 | -49/+56 |
| | |||||
* | BUG: remove some languages that are not supported in older versions of NSIS | Bill Hoffman | 2008-08-21 | 1 | -4/+0 |
| | |||||
* | ENH: Allow custom limit on object file path length | Brad King | 2008-08-21 | 4 | -12/+66 |
| | | | | | | | | Some native build tools, particularly those for cross compiling, may have a limit on the length of the full path to an object file name that is lower than the platform otherwise supports. This change allows the limit to be set by the project toolchain file through the variable CMAKE_OBJECT_PATH_MAX. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | ENH: try to fix error | Bill Hoffman | 2008-08-20 | 1 | -1/+0 |
| | |||||
* | ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ↵ | David Cole | 2008-08-20 | 3 | -1/+19 |
| | | | | globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters. | ||||
* | ENH: Add if(TARGET) command | Brad King | 2008-08-20 | 8 | -0/+72 |
| | | | | | | | | | | It is useful to be able to test if a target has been created. Often targets are created only inside conditions. Rather than storing the result of the condition manually for testing by other parts of the project, it is much easier for the other parts to just test for the target's existence. This will also be useful when find-modules start reporting results with IMPORTED targets and projects want to test if a certain target is available. | ||||
* | BUG: Handle case when select() lies | Brad King | 2008-08-20 | 1 | -7/+10 |
| | | | | | | | According to "man select" on Linux it is possible that select() lies about data being ready on a pipe in some subtle cases. We deal with this by switching to non-blocking i/o and checking for EAGAIN. See issue #7180. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 6462, delete key should delete the current char | Bill Hoffman | 2008-08-19 | 1 | -2/+9 |
| | |||||
* | BUG: fix for bug 7104 look for GL in X11R6 dirs | Bill Hoffman | 2008-08-19 | 1 | -4/+4 |
| | |||||
* | BUG: fix for 7045, use gcc for .m | Bill Hoffman | 2008-08-19 | 1 | -2/+3 |
| | |||||
* | BUG: fix 6647 arguments after -E should not be parsed by CMake | Bill Hoffman | 2008-08-19 | 3 | -11/+18 |
| | |||||
* | BUG: fix for 6794 support for LTCG WholeProgramOptimization, which is not ↵ | Bill Hoffman | 2008-08-19 | 1 | -0/+1 |
| | | | | available in VS 8 and newer. | ||||
* | BUG: fix for bug 6775, FindPHP4 did not honor required | Bill Hoffman | 2008-08-19 | 1 | -0/+2 |
| | |||||
* | BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATH | Bill Hoffman | 2008-08-19 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 7446 NSIS support for other languages | Bill Hoffman | 2008-08-19 | 1 | -1/+55 |
| | |||||
* | ENH: check in current build scripts | Bill Hoffman | 2008-08-19 | 4 | -3/+7 |
| |