- Sep 04, 2008
-
-
Brad King authored
Add some missing whitespace to fix formatting of the documentation.
-
Brad King authored
The set_property command unsets a property if it is given no value. In the case of GLOBAL properties, the cmake::SetProperty method would replace a NULL value with "NOTFOUND". Instead it should be left as NULL so that the property is unset as expected. Once it is unset the get_cmake_property command will still report NOTFOUND while the get_property command will return the empty string as documented.
-
Brad King authored
When the -C or --build-config option is used to specify the configuration to be tested by CTest, do not override it with the configuration in which CTest is built.
-
- Sep 03, 2008
-
-
Brad King authored
-
Bill Hoffman authored
-
- Sep 02, 2008
-
-
Brad King authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
David Cole authored
BUG: Fix issue #3648 - make sure CMake reruns if a Bundle application's directory is removed or if it's Info.plist file disappears since those elements are put in place at CMake configure time.
-
Brad King authored
A Mac OS X Framework should provide a Resources/Info.plist file containing meta-data about the framework. This change generates a default Info.plist for frameworks and provides an interface for users to customize it.
-
David Cole authored
ENH: Add indirect dependency to Carbon and call a Carbon function from executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies.
-
Brad King authored
This change cleans up the implementation of cmXCodeObject to avoid un-escaping and re-escaping string values. There is no need to store the string in escaped form. It can be escaped once when it is printed out to the generated project file.
-
- Sep 01, 2008
-
-
Brad King authored
-
- Aug 31, 2008
-
-
Brad King authored
-
- Aug 30, 2008
-
-
Brad King authored
-
Brad King authored
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.
-
Clinton Stimpson authored
ENH: For #7433, add documentation that directories also can be specified to update the translation files.
-
- Aug 29, 2008
- Aug 28, 2008
- Aug 27, 2008
-
-
Brad King authored
-
David Cole authored
ENH: Changes that allow configuring/building BundleTest test separately from the main CMake build. (Eliminate reference to CMake_SOURE_DIR.)
-
Brad King authored
-
Brad King authored
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.
-
Brad King authored
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.
-
Brad King authored
In cmComputeLinkDepends we should treat an empty configuration name as equivalent to no specific configuration at all.
-
- Aug 26, 2008
-
-
Brad King authored
-
David Cole authored
BUG: Do not use "Default" as a language, remove 2nd occurence of "English", and remove three other languages not supported by older versions of NSIS. Tested with version 2.18 of NSIS on gaia.kitware.
-
Clinton Stimpson authored
ENH: Add comments about pre-processor defines and moc.
-
David Cole authored
-
Clinton Stimpson authored
ENH: Use COMPILE_DEFINTIONS instead of DEFINITIONS.
-
Clinton Stimpson authored
ENH: Add -DWIN32 for moc on Windows. Final fix for #7465.
-
- Aug 25, 2008
-
-
Brad King authored
-
Clinton Stimpson authored
ENH: Add -D preprocessor defines to the moc commands. Needed to fix #7465.
-
Brad King authored
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.
-
- Aug 24, 2008
-
-
Brad King authored
-
- Aug 23, 2008
-
-
Brad King authored
-