Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix bug OUTPUT_LIBNAME_EXPORTS done differently now | Bill Hoffman | 2008-09-10 | 2 | -11/+11 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | ENH: fix docs, bug 7590 | Bill Hoffman | 2008-09-09 | 1 | -0/+4 |
| | |||||
* | BUG: fix for bug 7292, svn parsing flagged errors or conflicts for switched ↵ | Bill Hoffman | 2008-09-09 | 1 | -1/+1 |
| | | | | or locked files | ||||
* | BUG: fix empty /D option for vs6, fix for 7580 | Bill Hoffman | 2008-09-09 | 2 | -5/+12 |
| | |||||
* | ENH: support old cmake for dashboards | Bill Hoffman | 2008-09-09 | 1 | -0/+5 |
| | |||||
* | PERF: Test takes too long when recursing for executable files and when doing ↵ | David Cole | 2008-09-09 | 1 | -1/+1 |
| | | | | recursive prerequisite analysis. Put it back the way it was. Add another test later to do the recursive prerequisite analysis. | ||||
* | BUG: 0007569 add ability to do -R/-E in ctest_test command | Bill Hoffman | 2008-09-09 | 2 | -3/+22 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | BUG: fix test to work with new restrictions that cross compiling must be on | Bill Hoffman | 2008-09-09 | 1 | -1/+3 |
| | |||||
* | BUG: fix for 7624, vs7 flag table missing /MAP | Bill Hoffman | 2008-09-08 | 1 | -1/+2 |
| | |||||
* | BUG: only check for a toolchain prefix (e.g. "arm-linux-" in | Alexander Neundorf | 2008-09-08 | 2 | -41/+51 |
| | | | | | | "arm-linux-gcc") if we are cross compiling and the compiler is gcc Alex | ||||
* | ENH: do not add the same thing to the PATH again and again | Bill Hoffman | 2008-09-08 | 1 | -2/+4 |
| | |||||
* | ENH: Improve message for bad find_package call | Brad King | 2008-09-08 | 1 | -10/+3 |
| | | | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from ↵ | Alexander Neundorf | 2008-09-07 | 2 | -2/+16 |
| | | | | | | | | _CMAKE_TOOLCHAIN_PREFIX (use the (relatively) new CMAKE_MATCH_x variables set by all regex operations) Alex | ||||
* | COMP: fix compile warning/error (non-void function returning void) | Alexander Neundorf | 2008-09-07 | 2 | -2/+2 |
| | | | | Alex | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-07 | 1 | -1/+1 |
| | |||||
* | ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ ↵ | Alexander Neundorf | 2008-09-06 | 2 | -57/+66 |
| | | | | | | | | | variables also in Config mode, so the xxxConfig.cmake files can e.g. test the QUIETLY parameter and print something or not Alex | ||||
* | ENH: Add BundleUtilities.cmake and supporting changes to ↵ | David Cole | 2008-09-06 | 3 | -30/+846 |
| | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | BUG: Fix issue #7046 - make sure extensionless headers and resource files ↵ | David Cole | 2008-09-05 | 5 | -20/+44 |
| | | | | work with the Xcode generator. Also fix incorrect mappings in the lastKnownFileType code. Add some extensionless files to the Framework test. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 11 | -47/+138 |
| | | | | | | Create a DEBUG_CONFIGURATIONS global property as a way for projects to specify which configuration names are considered to be 'debug' configurations. | ||||
* | BUG: fix extra close that killed cmake when being debugged | Bill Hoffman | 2008-09-04 | 1 | -15/+7 |
| | |||||
* | BUG: Fix typo in get_property documentation | Brad King | 2008-09-04 | 1 | -1/+1 |
| | | | | Add some missing whitespace to fix formatting of the documentation. | ||||
* | BUG: Fix unsetting of global properties | Brad King | 2008-09-04 | 1 | -4/+0 |
| | | | | | | | | | 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. | ||||
* | BUG: Make CTest honor user-specified config | Brad King | 2008-09-04 | 1 | -2/+8 |
| | | | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 7519 extra closing > in fortran projects | Bill Hoffman | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | BUG: make sure the intel compiler uses the intel linker | Bill Hoffman | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | BUG: remove Catalan as 2.29 does not have it | Bill Hoffman | 2008-09-02 | 1 | -1/+0 |
| | |||||
* | BUG: Fix issue #3648 - make sure CMake reruns if a Bundle application's ↵ | David Cole | 2008-09-02 | 1 | -0/+2 |
| | | | | directory is removed or if it's Info.plist file disappears since those elements are put in place at CMake configure time. | ||||
* | ENH: Create Info.plist files in OS X Frameworks | Brad King | 2008-09-02 | 7 | -3/+117 |
| | | | | | | | 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. | ||||
* | ENH: Add indirect dependency to Carbon and call a Carbon function from ↵ | David Cole | 2008-09-02 | 3 | -2/+31 |
| | | | | executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies. | ||||
* | ENH: Simplify string attributes in Xcode generator | Brad King | 2008-09-02 | 3 | -40/+36 |
| | | | | | | | 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. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | 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.) |