- Sep 09, 2008
-
-
David Cole authored
PERF: Test takes too long when recursing for executable files and when doing recursive prerequisite analysis. Put it back the way it was. Add another test later to do the recursive prerequisite analysis.
-
Bill Hoffman authored
-
- Sep 08, 2008
-
-
Brad King authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Alexander Neundorf authored
"arm-linux-gcc") if we are cross compiling and the compiler is gcc Alex
-
Bill Hoffman authored
-
Brad King authored
Use the new-style error reporting mechanism to provide more context information for a find_package call with a bad package name. When the package is not required, issue a warning instead of an error.
-
- Sep 07, 2008
-
-
Brad King authored
-
Alexander Neundorf authored
(use the (relatively) new CMAKE_MATCH_x variables set by all regex operations) Alex
-
Alexander Neundorf authored
Alex
-
- Sep 06, 2008
-
-
Brad King authored
-
Alexander Neundorf authored
also in Config mode, so the xxxConfig.cmake files can e.g. test the QUIETLY parameter and print something or not Alex
-
David Cole authored
ENH: Add BundleUtilities.cmake and supporting changes to GetPrerequisites.cmake. Function copy_and_fixup_bundle in BundleUtilities helps to make standalone bundle applications on the Mac by pulling in prerequisite non-system libraries and frameworks as needed. Uses otool and install_name_tool to do analysis and fixups. Project-specific hooks for deciding where to embed libraries and for resolving item names into full path file names are also provided.
-
- Sep 05, 2008
-
-
Brad King authored
-
David Cole authored
BUG: Fix issue #7046 - make sure extensionless headers and resource files work with the Xcode generator. Also fix incorrect mappings in the lastKnownFileType code. Add some extensionless files to the Framework test.
-
- Sep 04, 2008
-
-
Brad King authored
-
Brad King authored
Create a DEBUG_CONFIGURATIONS global property as a way for projects to specify which configuration names are considered to be 'debug' configurations.
-
Bill Hoffman authored
-
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