Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 15 | -63/+112 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-10-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | ENH: fix syntax error | Bill Hoffman | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is set | Bill Hoffman | 2008-09-29 | 7 | -7/+20 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-28 | 1 | -1/+1 |
| | |||||
* | COMP: Avoid incompatible pointer warning | Brad King | 2008-09-27 | 1 | -0/+3 |
| | | | | | | In SharedForward, the call to execvp warned on MinGW because the signature declared in process.h has an extra const. We use an explicit cast to convert the pointer type. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-27 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 7746 | Bill Hoffman | 2008-09-27 | 1 | -0/+1 |
| | |||||
* | ENH: fix suffix stuff | Bill Hoffman | 2008-09-26 | 1 | -5/+9 |
| | |||||
* | ENH: generate curlbuild.h | Bill Hoffman | 2008-09-26 | 4 | -24/+159 |
| | |||||
* | ENH: Add test for KWSys SharedForward | Brad King | 2008-09-26 | 2 | -0/+45 |
| | | | | | This tests the basic capability of running another executable from the build tree. | ||||
* | BUG: Fix SharedForward with spaces on windows | Brad King | 2008-09-26 | 1 | -1/+168 |
| | | | | | The windows execvp function does not re-escape arguments correctly. Instead we generate the escape sequences before calling it. | ||||
* | BUG: Fix SharedForward in-tree detection | Brad King | 2008-09-26 | 1 | -1/+33 |
| | | | | | | | To detect when the launcher is running from the build tree we now test if the directory containing it is the same as the build-tree directory using an inode test instead of string comparison. This makes it more robust on case-insensitive filesystems and other quirky situations. | ||||
* | COMP: Avoid 64-to-32-bit integer conversion warning | Brad King | 2008-09-26 | 1 | -2/+2 |
| | | | | | In SharedForward we are only dealing with command-line-length strings so we need not worry about integer overflow. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 7704 | Bill Hoffman | 2008-09-25 | 1 | -0/+6 |
| | |||||
* | BUG: fix for bug 7733, document that debug try compile may break the build | Bill Hoffman | 2008-09-25 | 1 | -1/+5 |
| | |||||
* | ENH: Create $CACHE{VAR} syntax | Brad King | 2008-09-25 | 2 | -1/+30 |
| | | | | | This syntax allows reading of cache entries even when variables of the same name have been defined in the local scope. See issue #7715. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | ENH: add comment about fixing RC | Bill Hoffman | 2008-09-24 | 1 | -0/+2 |
| | |||||
* | ENH: missed one | Bill Hoffman | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | STYLE: fix compiler warning | Bill Hoffman | 2008-09-24 | 2 | -3/+2 |
| | |||||
* | BUG: Skip a command if its arguments fail to parse | Brad King | 2008-09-24 | 3 | -3/+9 |
| | | | | | | | | If the arguments to a command fail to parse correctly due to a syntax error, the command should not be invoked. This avoids problems created by processing of commands with bad arguments. Even though the build system will not be generated, the command may affect files on disk that persist across CMake runs. | ||||
* | ENH: Improve context for errors in macros | Brad King | 2008-09-24 | 1 | -29/+2 |
| | | | | | | We now properly report the source location of command arguments inside macros instead of using the macro invocation site. No information is lost because full call-stack information is already reported. | ||||
* | ENH: Improve argument parsing error messages | Brad King | 2008-09-24 | 5 | -22/+79 |
| | | | | | | | | | | | | | | Previously error messages produced by parsing of command argument variable references, such as bad $KEY{VAR} syntax or a bad escape sequence, did not provide good context information. Errors parsing arguments inside macro invocations gave no context at all. Furthermore, some errors such as a missing close curly "${VAR" would be reported but build files would still be generated. These changes teach CMake to report errors with good context information for all command argument parsing problems. Policy CMP0010 is introduced so that existing projects that built despite such errors will continue to work. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | ENH: partial working configure for curlbuild.h | Bill Hoffman | 2008-09-23 | 2 | -171/+198 |
| | |||||
* | ENH: add configured file | Bill Hoffman | 2008-09-23 | 1 | -0/+153 |
| | |||||
* | 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 |
| |