Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: For #7433, add a bit more documentation and add ability | Clinton Stimpson | 2008-09-18 | 1 | -3/+9 |
| | | | | to specify extra flags to lupdate. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | ENH: added a module to find Coin3D | Matthew Leotta | 2008-09-17 | 1 | -0/+72 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | ENH: wow. On some Windows machine, trying to mkdir("C:") would fail ↵ | Sebastien Barre | 2008-09-16 | 1 | -0/+7 |
| | | | | miserably. WHy not in debug mode? Why not on other win32 machines. Who knows. | ||||
* | BUG: Fix FindBoost versioned find | Brad King | 2008-09-16 | 1 | -10/+13 |
| | | | | | | | | To locate the boost include directory, all search paths and versioned path suffixes should be passed to one call of FIND_PATH. Previously the test for one version would find an unversioned system boost even when the user set BOOST_ROOT (since the NO_DEFAULT_PATH option is not used). See issue #7456. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | ENH: missed this one, cmake now bootstraps on HAIKU | Bill Hoffman | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 20 | -16/+97 |
| | |||||
* | ENH: Simplify NOTFOUND variable check | Brad King | 2008-09-15 | 1 | -1/+2 |
| | | | | | | | When looking for NOTFOUND libraries, use the direct dependencies of a target instead of all dependencies. At least one target will trigger the NOTFOUND error anyway because at least one must directly link it. This removes another use of the old-style link line computation. | ||||
* | ENH: Use new link info during dependency scanning | Brad King | 2008-09-15 | 1 | -7/+7 |
| | | | | This removes another use of the old-style link line computation. | ||||
* | ENH: Allow link line computation for static libs | Brad King | 2008-09-15 | 1 | -3/+0 |
| | | | | | | In some cases it may be useful to compute a "link" line for a static library even though it will not be put in the generated build system. This removes the assertion which previously diallowed the case. | ||||
* | ENH: Keep target information in final link line | Brad King | 2008-09-15 | 2 | -5/+8 |
| | | | | | | | In cmComputeLinkInformation items in the final link line returned by GetItems now contain a pointer to their corresponding cmTarget if they were produced by a target. This makes available the set of all targets linked. | ||||
* | ENH: Use improved target dependencies for Xcode | Brad King | 2008-09-15 | 1 | -62/+4 |
| | | | | | | | In cmGlobalGenerator we use cmComputeTargetDepends to construct a safe, non-circular set of inter-target dependencies. This change enables use of the results by the Xcode generator. It also removes a lot of old code and another use of the old-style linking logic. See issue #7652. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | BUG: make sure flag is found even with extra spaces at the start | Bill Hoffman | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ↵ | David Cole | 2008-09-11 | 6 | -11/+89 |
| | | | | CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks. | ||||
* | BUG: fix for 6586, set THREADS_FOUND | Bill Hoffman | 2008-09-11 | 1 | -0/+12 |
| | |||||
* | ENH: add installed size to deb package | Bill Hoffman | 2008-09-11 | 1 | -0/+11 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | ENH: Add version comparison to if() command | Brad King | 2008-09-10 | 3 | -0/+70 |
| | | | | | | Provide VERSION_LESS, VERSION_EQUAL, and VERSION_GREATER operators in the if() command. This simplifies component-wise comparison of version numbers in the form "major[.minor[.patch[.tweak]]]". | ||||
* | ENH: fix failing tests | Bill Hoffman | 2008-09-10 | 1 | -4/+4 |
| | |||||
* | ENH: Improve find_package version numbering | Brad King | 2008-09-10 | 8 | -104/+123 |
| | | | | | | | | Make the number of version components specified explicitly available. Set variables for unspecified version components to "0" instead of leaving them unset. This simplifies version number handling for find- and config-modules. Also support a fourth "tweak" version component since some packages use them. | ||||
* | 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. |