Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed infinite loop condition when a test's dependent test executable could ↵ | Zach Mullen | 2009-11-05 | 1 | -0/+2 |
| | | | | not be found. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | libarchive: Use consistent function storage class | Brad King | 2009-11-04 | 3 | -3/+3 |
| | | | | Functions declared 'static' should be defined 'static' too. | ||||
* | libarchive: Fix integer type defaults for Windows | Brad King | 2009-11-04 | 1 | -35/+25 |
| | | | | | | Most of the integer type defaults needed for MSVC and Borland actually work with all Windows compilers. This commit generalizes the defaults to avoid compiler-specific tests. | ||||
* | libarchive: Provide SetFilePointerEx for VS 6 | Brad King | 2009-11-04 | 1 | -0/+14 |
| | |||||
* | libarchive: Fix unconfigured header logic | Brad King | 2009-11-04 | 2 | -29/+30 |
| | | | | | | | The commit "libarchive: Fix Borland integer constants" introduced use of HAVE_* configured macros into archive.h and archive_entry.h where they are not allowed. This commit replaces the logic with something that does not depend on the configured macros. | ||||
* | libarchive: Fix dev_t configuration | Brad King | 2009-11-04 | 1 | -0/+3 |
| | |||||
* | libarchive: Fix intptr_t and uintptr_t configuration | Brad King | 2009-11-04 | 2 | -6/+22 |
| | |||||
* | libarchive: Fix wincrypt.h inclusion on VS 6 | Brad King | 2009-11-04 | 1 | -0/+4 |
| | | | | | | The VS 6 version of wincrypt.h only works if _WIN32_WINNT >= 0x0400. We block its inclusion through windows.h by defining NOCRYPT, and then define _WIN32_WINNT and include it only when necessary. | ||||
* | bzip2: Restore fix for unused variables | Brad King | 2009-11-04 | 1 | -0/+3 |
| | | | | | | The commit "bzip2: Disable Borland warnings" accidentally reverted changes from commit "Fix warnings for unused variables". This restores them. | ||||
* | Document and test find_package <pkg>_DIR env var | Brad King | 2009-11-04 | 2 | -0/+11 |
| | | | | | The find_package(<pkg>) command checks the <pkg>_DIR environment variable. This commit documents and tests the feature. | ||||
* | libarchive: Fix Borland integer constants | Brad King | 2009-11-04 | 6 | -5/+29 |
| | | | | | | | Some versions of Borland provide <stdint.h>, so we use it when possible. However, the 64-bit signed and unsigned integer min/max constants cause overflow warnings from Borland itself! For these constants we fall back on our default definitions. | ||||
* | libarchive: Disable Borland warnings | Brad King | 2009-11-04 | 3 | -0/+15 |
| | | | | | We disable warnings to silence them while making minimal changes to third-party code. | ||||
* | bzip2: Disable Borland warnings | Brad King | 2009-11-04 | 2 | -3/+6 |
| | | | | | We disable warnings to silence them while making minimal changes to third-party code. | ||||
* | libarchive: Disable MSVC warnings | Brad King | 2009-11-04 | 1 | -0/+4 |
| | | | | | We disable warnings to silence them while making minimal changes to third-party code. | ||||
* | Fix unused param warning resulting from libarchive API change. | Zach Mullen | 2009-11-04 | 1 | -0/+1 |
| | |||||
* | Fix for warning on dash8 that caused a build failure because of -WError | Bill Hoffman | 2009-11-04 | 1 | -2/+2 |
| | |||||
* | Fixed ctest doc typos. (bug 9836) | Zach Mullen | 2009-11-04 | 1 | -5/+5 |
| | |||||
* | Add more documentation to module | Mathieu Malaterre | 2009-11-04 | 1 | -0/+14 |
| | |||||
* | Adding support for java 1.6.0-oem. Make sure to report failure when user ask ↵ | Mathieu Malaterre | 2009-11-04 | 1 | -5/+6 |
| | | | | for version but regex failed to parse version number | ||||
* | Fix -fPIC from being used on executable object files. | James Bigler | 2009-11-04 | 1 | -14/+36 |
| | | | | BUILD_SHARED_LIBS is now only recognized when calling CUDA_ADD_LIBRARY. If you want the CMAKE_SHARED_LIBRARY_C/CXX_FLAGS to be used, pass SHARED as an argument. This prevents -fPIC from being used on objects destined for executables by default. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Add missing depend because of registry write with complex name, they can not ↵ | Bill Hoffman | 2009-11-04 | 1 | -0/+2 |
| | | | | be done in parallel. | ||||
* | Fix for dash17 ACL requires linking to a library acl that we don't want to ↵ | Bill Hoffman | 2009-11-03 | 1 | -2/+2 |
| | | | | depend on. | ||||
* | Replace FATAL_ERROR with status. Remove output when QUIET is ON | Mathieu Malaterre | 2009-11-03 | 1 | -2/+6 |
| | |||||
* | Fix warning | Bill Hoffman | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Fix warnings for unused variables | Bill Hoffman | 2009-11-03 | 3 | -5/+7 |
| | |||||
* | Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ↵ | Zach Mullen | 2009-11-03 | 2 | -5/+22 |
| | | | | ctest_build command | ||||
* | remove makefiles as they cause the in source build test of cmake to fail | Bill Hoffman | 2009-11-03 | 8 | -660/+0 |
| | |||||
* | Fix cygwin package stuff to work with libarchive | Bill Hoffman | 2009-11-03 | 3 | -80/+64 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Added logic to check for cycles in the test dependency graph before any ↵ | Zach Mullen | 2009-11-02 | 2 | -1/+52 |
| | | | | tests are run. Previously a cycle resulted in a segfault from stack overflow. | ||||
* | Warn on set(PARENT_SCOPE) at top scope | Brad King | 2009-11-02 | 1 | -2/+8 |
| | | | | | | | Previously we silently ignored such calls and set nothing. The commit "Initialize directory scope with closure of parent" inroduced a bad test for the top scope. This commit fixes the test to avoid dereferencing a null pointer, and adds a warning when the case is encountered. | ||||
* | STYLE: minor documentation + typo | Mathieu Malaterre | 2009-11-02 | 1 | -1/+4 |
| | |||||
* | BUG: hardcoded path, are not hints. Split the two lists. Thanks Brad | Mathieu Malaterre | 2009-11-02 | 1 | -12/+20 |
| | |||||
* | borland builds, but still has some link errors | Bill Hoffman | 2009-11-02 | 7 | -4/+15 |
| | |||||
* | BUG: To be able to use ENV and at the same time allow /usr/loca/bin to ↵ | Mathieu Malaterre | 2009-11-02 | 1 | -8/+3 |
| | | | | override /usr/bin, apply patch suggested by Hendrik Sattler (thanks) | ||||
* | Fix for hpux... | Bill Hoffman | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | ENH: Make those variables advanced. | Mathieu Malaterre | 2009-11-02 | 2 | -0/+6 |
| | |||||
* | BUG: 0009817 cmake does not search in solaris subdirectory for ↵ | Mathieu Malaterre | 2009-11-02 | 1 | -0/+1 |
| | | | | JAVA_INCLUDE_PATH2. Thanks to Gaetan Lehmann for patch | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | Fixes for borland, compiles with lots of warnings, but compiles, might fix ↵ | Bill Hoffman | 2009-11-01 | 9 | -57/+90 |
| | | | | vs70 again too. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-01 | 1 | -2/+2 |
| | |||||
* | Fix for haiku | Bill Hoffman | 2009-10-31 | 2 | -0/+47 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Try to fix borland | Bill Hoffman | 2009-10-31 | 1 | -1/+1 |
| | |||||
* | Try to fix old hpux | Bill Hoffman | 2009-10-30 | 3 | -6/+18 |
| | |||||
* | Increase ctest RunScript line coverage. (Note: NEW_PROCESS argument is ↵ | Zach Mullen | 2009-10-30 | 1 | -1/+1 |
| | | | | currently causing the test to fail, still investigating the reason for this, will add coverage for it later) | ||||
* | Remove unused variable to fix warning | Bill Hoffman | 2009-10-30 | 1 | -1/+2 |
| | |||||
* | Remove unused variable to fix warning | Bill Hoffman | 2009-10-30 | 1 | -1/+1 |
| |