summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document and test find_package <pkg>_DIR env varBrad King2009-11-042-0/+11
| | | | | The find_package(<pkg>) command checks the <pkg>_DIR environment variable. This commit documents and tests the feature.
* libarchive: Fix Borland integer constantsBrad King2009-11-046-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 warningsBrad King2009-11-043-0/+15
| | | | | We disable warnings to silence them while making minimal changes to third-party code.
* bzip2: Disable Borland warningsBrad King2009-11-042-3/+6
| | | | | We disable warnings to silence them while making minimal changes to third-party code.
* libarchive: Disable MSVC warningsBrad King2009-11-041-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 Mullen2009-11-041-0/+1
|
* Fix for warning on dash8 that caused a build failure because of -WErrorBill Hoffman2009-11-041-2/+2
|
* Fixed ctest doc typos. (bug 9836)Zach Mullen2009-11-041-5/+5
|
* Add more documentation to moduleMathieu Malaterre2009-11-041-0/+14
|
* Adding support for java 1.6.0-oem. Make sure to report failure when user ask ↵Mathieu Malaterre2009-11-041-5/+6
| | | | for version but regex failed to parse version number
* Fix -fPIC from being used on executable object files.James Bigler2009-11-041-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 StampKWSys Robot2009-11-041-1/+1
|
* Add missing depend because of registry write with complex name, they can not ↵Bill Hoffman2009-11-041-0/+2
| | | | be done in parallel.
* Fix for dash17 ACL requires linking to a library acl that we don't want to ↵Bill Hoffman2009-11-031-2/+2
| | | | depend on.
* Replace FATAL_ERROR with status. Remove output when QUIET is ONMathieu Malaterre2009-11-031-2/+6
|
* Fix warningBill Hoffman2009-11-031-1/+1
|
* Fix warnings for unused variablesBill Hoffman2009-11-033-5/+7
|
* Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ↵Zach Mullen2009-11-032-5/+22
| | | | ctest_build command
* remove makefiles as they cause the in source build test of cmake to failBill Hoffman2009-11-038-660/+0
|
* Fix cygwin package stuff to work with libarchiveBill Hoffman2009-11-033-80/+64
|
* KWSys Nightly Date StampKWSys Robot2009-11-031-1/+1
|
* Added logic to check for cycles in the test dependency graph before any ↵Zach Mullen2009-11-022-1/+52
| | | | tests are run. Previously a cycle resulted in a segfault from stack overflow.
* Warn on set(PARENT_SCOPE) at top scopeBrad King2009-11-021-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 + typoMathieu Malaterre2009-11-021-1/+4
|
* BUG: hardcoded path, are not hints. Split the two lists. Thanks BradMathieu Malaterre2009-11-021-12/+20
|
* borland builds, but still has some link errorsBill Hoffman2009-11-027-4/+15
|
* BUG: To be able to use ENV and at the same time allow /usr/loca/bin to ↵Mathieu Malaterre2009-11-021-8/+3
| | | | override /usr/bin, apply patch suggested by Hendrik Sattler (thanks)
* Fix for hpux...Bill Hoffman2009-11-021-1/+1
|
* ENH: Make those variables advanced.Mathieu Malaterre2009-11-022-0/+6
|
* BUG: 0009817 cmake does not search in solaris subdirectory for ↵Mathieu Malaterre2009-11-021-0/+1
| | | | JAVA_INCLUDE_PATH2. Thanks to Gaetan Lehmann for patch
* KWSys Nightly Date StampKWSys Robot2009-11-021-1/+1
|
* Fixes for borland, compiles with lots of warnings, but compiles, might fix ↵Bill Hoffman2009-11-019-57/+90
| | | | vs70 again too.
* KWSys Nightly Date StampKWSys Robot2009-11-011-2/+2
|
* Fix for haikuBill Hoffman2009-10-312-0/+47
|
* KWSys Nightly Date StampKWSys Robot2009-10-311-1/+1
|
* Try to fix borlandBill Hoffman2009-10-311-1/+1
|
* Try to fix old hpuxBill Hoffman2009-10-303-6/+18
|
* Increase ctest RunScript line coverage. (Note: NEW_PROCESS argument is ↵Zach Mullen2009-10-301-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 warningBill Hoffman2009-10-301-1/+2
|
* Remove unused variable to fix warningBill Hoffman2009-10-301-1/+1
|
* only use archive_entry_copy_bhfi.c on windows so we don't get empty .o file ↵Bill Hoffman2009-10-301-2/+2
| | | | warnings
* Fix for VS 7 or lower not having ULL postfix for typesBill Hoffman2009-10-301-1/+5
|
* Fix compile issues on Mac OSX 10.3 on midworld dashboard.David Cole2009-10-302-6/+6
|
* Fix bug #9722. Report error when not able to create build directory.Clinton Stimpson2009-10-301-1/+8
|
* Remove libtarBill Hoffman2009-10-3038-8329/+0
|
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-30467-1048/+289777
| | | | | | This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well.
* STYLE: respect convention (while being backward compat)Mathieu Malaterre2009-10-301-11/+9
|
* Fix failed submit test 'failures'... Regular expression now matches ↵David Cole2009-10-301-2/+2
| | | | [Cc]ouldn't and [Cc]ould not.
* FIX: BUG: 0009124. Fix documentationMathieu Malaterre2009-10-301-0/+44
|
* ENH: FIX 0009777. This should sync FindJava and ↵Mathieu Malaterre2009-10-301-0/+4
| | | | CMakeDetermineJavaCompiler.cmake now