Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: working on the mac | Bill Hoffman | 2008-09-23 | 1 | -0/+1 |
| | |||||
* | BUG: Fix lib/ to lib/64/ search path conversion | Brad King | 2008-09-23 | 1 | -1/+2 |
| | | | | | | | Automatic generation of 64-bit library search paths must preserve trailing slashes. This fixes a failure case exposed by the recent rewrite of find_library, which assumes trailing slashes occur on all search paths. | ||||
* | ENH: get it working for linux | Bill Hoffman | 2008-09-23 | 1 | -3/+5 |
| | |||||
* | ENH: import of new curl version | Bill Hoffman | 2008-09-23 | 1175 | -0/+320631 |
| | |||||
* | ENH: one more fix for HAIKU | Bill Hoffman | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | STYLE: fix warning and rename method | Bill Hoffman | 2008-09-23 | 2 | -3/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | BUG: fix 7669, cpack did not work with symlinks | Bill Hoffman | 2008-09-22 | 1 | -154/+18 |
| | |||||
* | ENH: Fix #7433. Put list of files in a .pro file and call lupdate on it, | Clinton Stimpson | 2008-09-22 | 1 | -3/+17 |
| | | | | instead of putting the list of files on the command line. | ||||
* | ENH: a few more haiku fixes, stop the debugger from coming up for tests | Bill Hoffman | 2008-09-22 | 3 | -1/+7 |
| | |||||
* | ENH: add max width option to ctest ouptut | Bill Hoffman | 2008-09-22 | 4 | -4/+26 |
| | |||||
* | BUG: remove debug statements. | Clinton Stimpson | 2008-09-22 | 1 | -2/+0 |
| | |||||
* | ENH: Teach find_library to find OpenBSD-style libs | Brad King | 2008-09-22 | 3 | -2/+38 |
| | | | | | | | OpenBSD shared libraries use a ".so.<major>.<minor>" extension and do not have a symlink with just a ".so" extension. Its "ld" is capable of finding the library with the best version. This change adds support for finding such libraries. See issue #3470. | ||||
* | ENH: Refactor find_library search logic | Brad King | 2008-09-22 | 1 | -50/+207 |
| | | | | | | | | Previously we searched for library files by enumerating every possible combination of prefix and suffix. Now we load (and cache) directory content from disk and search for matching file names. This should reduce disk access. It will also allow more advanced matching rules in the future. See issue #3470. | ||||
* | ENH: Make dir content cache work during configure | Brad King | 2008-09-22 | 2 | -5/+6 |
| | | | | | | Previously the cmGlobalGenerator::GetDirectoryContent method would work safely only during build system generation. These changes make it safe to use during each configure step by flushing it at the beginning. | ||||
* | BUG: 7435, remove warning for not setting DESTDIR | Bill Hoffman | 2008-09-22 | 1 | -5/+0 |
| | |||||
* | ENH: Improve docs of OBJECT_DEPENDS property | Brad King | 2008-09-22 | 1 | -4/+16 |
| | | | | | Specify exactly what the value of the property should contain and the resulting behavior. Note alternatives for a common out-dated usage. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-20 | 1 | -1/+1 |
| | |||||
* | BUG: 7435 fixes to add optional post-install | Bill Hoffman | 2008-09-19 | 1 | -18/+51 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | ENH: try to make this work if ncurses lib is found bug not the ncurses header | Bill Hoffman | 2008-09-18 | 1 | -14/+32 |
| | |||||
* | 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 |
| |