Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Simplify makefile ref to interactive editor | Brad King | 2008-10-09 | 1 | -3/+3 |
| | | | | | | The CMAKE_EDIT_COMMAND make variable need not be constructed with ConvertToOutputForExisting. The CMAKE_COMMAND variable works fine without it. | ||||
* | ENH: Simplify framework -F flag generation | Brad King | 2008-10-09 | 2 | -4/+8 |
| | | | | | This removes an unnecessary use of ConvertToOutputForExisting which is needed only on Windows to consider short-pathing. | ||||
* | BUG: Pass definitions to rc with Makefiles | Brad King | 2008-10-09 | 1 | -1/+1 |
| | | | | | | The build rule to run the resource compiler on Windows with a Makefiles generator should include the placeholder to add the definition flags. See issue #7769. | ||||
* | BUG: Finish fix to old DEFINITIONS property | Brad King | 2008-10-09 | 1 | -0/+2 |
| | | | | | | | The cmMakefile::DefineFlagsOrig ivar was created to help preserve the old DEFINITIONS property behavior now that definitions are moved from DefineFlags to the COMPILE_DEFINITIONS directory property. This fixes propagation of the original value into subdirectories. | ||||
* | BUG: fix for 5218 Error message pattern match for VS8 | Bill Hoffman | 2008-10-09 | 1 | -1/+2 |
| | |||||
* | BUG: fix for 4026, display a message if ccmake has errors | Bill Hoffman | 2008-10-09 | 1 | -4/+5 |
| | |||||
* | ENH: Put custom target sources in Xcode projects | Brad King | 2008-10-09 | 2 | -24/+62 |
| | | | | | Source files in custom targets are now placed in the Xcode project for convenient editing. See issue #5848. | ||||
* | ENH: Allow custom sources in custom targets | Brad King | 2008-10-09 | 3 | -5/+26 |
| | | | | | | | This adds a SOURCES option to ADD_CUSTOM_TARGET, enabling users to specify extra sources for inclusion in the target. Such sources may not build, but will show up in the IDE project files for convenient editing. See issue #5848. | ||||
* | ENH: Return utility target after creation | Brad King | 2008-10-09 | 2 | -12/+14 |
| | | | | | | After creating a utility target with AddUtilityCommand, return a pointer to the cmTarget instance so the caller may further modify the target as needed. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | STYLE: lowercase ctest_test() in the documentation | Alexander Neundorf | 2008-10-08 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: Fix issue #7533. Revise fix for issue #7058 to use pragma comment libs ↵ | David Cole | 2008-10-08 | 2 | -13/+25 |
| | | | | in the source file rather than using TARGET_LINK_LIBRARIES in CMakeLists.txt because of the complex ifdef logic used in correct copies of comdef.h. | ||||
* | ENH: Remove implicit NO_MODULE when recursing | Brad King | 2008-10-08 | 2 | -23/+15 |
| | | | | | | | | | Recently we taught find_package that the NO_MODULE option is implied when it is recursively invoked in a find-module. This behavior may be confusing because two identical calls may enter different modes depending on context. It also disallows the possibility that one find-module defers to another find-module by changing CMAKE_MODULE_PATH and recursively invoking find_package. This change reverts the feature. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | ENH: add missing property definitions | Bill Hoffman | 2008-10-07 | 1 | -0/+26 |
| | |||||
* | BUG: fix for 4524, add support for target properties to set vs source code ↵ | Bill Hoffman | 2008-10-07 | 2 | -3/+32 |
| | | | | control information | ||||
* | ENH: Fix #7784. Fix link of glib when needed. | Clinton Stimpson | 2008-10-07 | 1 | -6/+7 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | BUG: Fix convenience rule working directory | Brad King | 2008-10-06 | 1 | -3/+3 |
| | | | | | | | We generate convenience rules to build object files, preprocessed outputs, and assembly outputs of source files individually with make rules. This removes a redundant working directory change when more than one target builds the same source file. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-04 | 1 | -1/+1 |
| | |||||
* | ENH: Add UNSUITABLE result to package version test | Brad King | 2008-10-03 | 3 | -7/+26 |
| | | | | | | | Package version test files may now declare that they are unsuitable for use with the project testing them. This is important when the version being tested does not provide a compatible ABI with the project target environment. | ||||
* | ENH: Help recursive find_package calls in modules | Brad King | 2008-10-03 | 6 | -3/+54 |
| | | | | | | | These changes teach find_package to behave nicely when invoked recursively inside a find-module for the same package. The module will never be recursively loaded again. Version arguments are automatically forwarded. | ||||
* | ENH: Warn and ignore EXACT without version | Brad King | 2008-10-03 | 1 | -0/+8 |
| | | | | | If the find_package command is invoked with the EXACT option but without a version, warn and ignore the option. | ||||
* | BUG: Fix config test for target install rules | Brad King | 2008-10-03 | 2 | -55/+37 |
| | | | | | | | | | | | | In single-configuration generators a target installation rule should apply to all configurations for which the INSTALL command was specified. The configuration in which the target is built does not matter. In multi-configuration generators each installation rule must be associated with a particular build configuration to install the proper file. The set of configurations for which rules are generated is the intersection of the build configurations and those for which the INSTALL command was specified. | ||||
* | ENH: undo bad checkin | Bill Hoffman | 2008-10-03 | 1 | -9/+0 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | STYLE: add documentation for the "TYPE" target property | Alexander Neundorf | 2008-10-02 | 1 | -0/+7 |
| | | | | Alex | ||||
* | BUG: 7763 fix, OPTIMIZATION was not set right. Also fix for BUG 7764, put ↵ | Bill Hoffman | 2008-10-02 | 1 | -16/+14 |
| | | | | XCODE_ATTRIBUTES_ last | ||||
* | BUG: fix for 5705, link in standard libs for mingw | Bill Hoffman | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | STYLE: fix line length issues | Bill Hoffman | 2008-10-02 | 4 | -16/+32 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 6280, -E time was not sending back return value | Bill Hoffman | 2008-10-01 | 1 | -3/+3 |
| | |||||
* | ENH: find perl with FindPerl not find_program, bug: 6243 | Bill Hoffman | 2008-10-01 | 1 | -1/+2 |
| | |||||
* | BUG: fix for 7451 | Bill Hoffman | 2008-10-01 | 1 | -0/+12 |
| | |||||
* | BUG: fix for bug 4772, enable_language should now work on linux with correct ↵ | Bill Hoffman | 2008-10-01 | 2 | -2/+14 |
| | | | | flags | ||||
* | ENH: add new sgi release scripts | Bill Hoffman | 2008-10-01 | 2 | -0/+28 |
| | |||||
* | BUG: undo fix for 7292 because a switched file should show up as an odd ↵ | Bill Hoffman | 2008-10-01 | 1 | -1/+1 |
| | | | | thing on the dashbaord | ||||
* | STYLE: fix hidden variable warning | Bill Hoffman | 2008-10-01 | 1 | -2/+2 |
| | |||||
* | BUG: fix for 7738, allow for spaces in the package target path to ↵ | Bill Hoffman | 2008-10-01 | 2 | -15/+25 |
| | | | | CPackConfig files | ||||
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 15 | -63/+112 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | ENH: fix syntax error | Bill Hoffman | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is set | Bill Hoffman | 2008-09-29 | 7 | -7/+20 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | COMP: Avoid incompatible pointer warning | Brad King | 2008-09-27 | 1 | -0/+3 |
| | | | | | | In SharedForward, the call to execvp warned on MinGW because the signature declared in process.h has an extra const. We use an explicit cast to convert the pointer type. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-27 | 1 | -1/+1 |
| |