Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Improve performance with file completion. Fix for #8292. | Clinton Stimpson | 2008-12-16 | 1 | -6/+23 |
| | |||||
* | ENH: | Clinton Stimpson | 2008-12-16 | 10 | -942/+1055 |
| | | | | | | | For bug #7191. Improvements to the dialog that sets up the first configure. Fixing the large size of it by breaking it up into a wizard. Also incorporated suggestions from bug report. | ||||
* | BUG: find_package must push/pop policies | Brad King | 2008-12-16 | 1 | -0/+2 |
| | | | | | | | When the find_package command loads a <name>-version.cmake file to test the package version it must prevent the version file from affecting policy settings. Therefore the policy settings must be pushed and popped. | ||||
* | BUG: Fix component-name test on installation | Brad King | 2008-12-16 | 1 | -2/+2 |
| | | | | | | | Generated cmake_install.cmake script code used MATCHES to compare component names. This does not support characters considered special by regular expression syntax in component names. This change uses STREQUAL instead. See issue #8256. | ||||
* | ENH: Warn if build dir is too long for filesystem | Brad King | 2008-12-16 | 2 | -2/+22 |
| | | | | | | When an object file directory is too deep to place an object file without exceeding CMAKE_OBJECT_PATH_MAX, this issues a warning. Previously we silently ignored the problem. See issue #7860. | ||||
* | ENH: Refactor passing of max length object dir | Brad King | 2008-12-16 | 5 | -43/+44 |
| | | | | | | When computing the maximum length full path to the build directory under which object files will be placed, pass the actual path instead of just its length. This will be useful for error message generation. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | COMP:Fixed warnings. | Francois Bertel | 2008-12-15 | 2 | -13/+15 |
| | |||||
* | BUG: Fix <CONFIG>_POSTFIX property/variable docs | Brad King | 2008-12-15 | 2 | -11/+25 |
| | | | | | | | | The CMAKE_<CONFIG>_POSTFIX variable and <CONFIG>_POSTFIX property were not documented. This updates the CMAKE_DEBUG_POSTFIX and DEBUG_POSTFIX documentation to refer to the more general variable/property. It also clarifies that the variable is used as the property default only for non-executable targets. See issue #7868. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix line length style violations. | David Cole | 2008-12-10 | 2 | -3/+6 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 ↵ | David Cole | 2008-12-09 | 3 | -19/+52 |
| | | | | *.dsp files cannot have hyphens in them. Add utility function GetVS6TargetName to replace hyphens with underscores when generating *.dsp file names. Use the function everywhere necessary in the VS6 generators. And, a workaround: VS6 uses ".\Debug" (for example) as an "$(IntDir)" value - strip any leading ".\" when processing a --config argument in the cmake --build handling code. | ||||
* | ENH: Add useful search locations to find_package | Brad King | 2008-12-09 | 1 | -0/+15 |
| | | | | | | | | | | This teaches find_package to search <prefix>/(share|lib)/cmake/<name>*/ for package configuration files. Packages that do not already have files in a <prefix>/lib/<name>* directory can use this location to avoid cluttering the lib directory. | ||||
* | STYLE: Remove old TODO comment in find_package | Brad King | 2008-12-09 | 1 | -8/+0 |
| | | | | | Versioning has been introduced to find_package, so the comment about it is out of date. | ||||
* | ENH: Preserve <pkg>_FIND_XXX vars in find_package | Brad King | 2008-12-09 | 2 | -12/+51 |
| | | | | | | | | | When the find_package command loads a module it sets several <pkg>_FIND_XXX variables to communicate information about the command invocation to the module. This restores the original state of the variables when the command returns. This behavior is useful when a find-module recursively calls find_package with NO_MODULE so that the inner call does not change the values in the find-module. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | STYLE: fix link length issues | Bill Hoffman | 2008-12-08 | 1 | -11/+31 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | BUG: fix cpu info string | Bill Hoffman | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | ENH: allow startup command to be optional | Bill Hoffman | 2008-12-04 | 1 | -27/+22 |
| | |||||
* | BUG: fix for bug #8216 | Bill Hoffman | 2008-12-04 | 1 | -7/+6 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-04 | 1 | -1/+1 |
| | |||||
* | BUG: fix for rc and vs6 | Bill Hoffman | 2008-12-03 | 1 | -25/+34 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | BUG: Do not require CMAKE_AR in the MSYS Makefiles generator when enabling ↵ | David Cole | 2008-12-01 | 1 | -1/+4 |
| | | | | language "NONE". | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-12-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix line length style violation. | David Cole | 2008-11-28 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-27 | 1 | -1/+1 |
| | |||||
* | COMP: Using the proper type for local variables can eliminate compiler warnings. | David Cole | 2008-11-26 | 1 | -1/+1 |
| | |||||
* | ENH: Implement feature request from issue 7885. Allow setting environment ↵ | David Cole | 2008-11-26 | 7 | -9/+108 |
| | | | | variables on a per-test basis for ctest using set_test_properties ENVIRONMENT. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-26 | 1 | -1/+1 |
| | |||||
* | BUG: Do not map install_name of imported targets | Brad King | 2008-11-25 | 1 | -1/+8 |
| | | | | | | | | | | | | When we install a target on Mac, we generate a call to install_name_tool to fix install_name entries in the target for shared libraries it links. This change makes the step ignore entries for imported targets since their install_name will not change and cmTarget cannot produce a mapping for them. This fixes the error GetLibraryNamesInternal called on imported target: kdelibs seen by kde folks. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | ENH: make it submit to cdash | Bill Hoffman | 2008-11-24 | 1 | -3/+7 |
| | |||||
* | ENH: add more debug stuff to CTestCTest2 so I can figure out redwall | Bill Hoffman | 2008-11-23 | 3 | -0/+23 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | BUG: fix issue with -D and cache force | Bill Hoffman | 2008-11-21 | 3 | -4/+11 |
| | |||||
* | BUG: fix for 8123 documentation issue | Bill Hoffman | 2008-11-21 | 1 | -1/+4 |
| |