summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* for the Cmake build we do not want to have -Werror or force -WallBill Hoffman2009-11-141-3/+3
|
* exclude warnings from cmbzip2Bill Hoffman2009-11-141-0/+1
|
* Show the current file when there is a tar errorBill Hoffman2009-11-131-0/+2
|
* Fixed parallel HDF5 detection when HDF5_INCLUDE_DIRS has multiple items.Will Dicharry2009-11-131-4/+4
|
* Changed HDF5_INCLUDE_DIR to HDF5_INCLUDE_DIRS to conform to standards.Will Dicharry2009-11-131-10/+10
|
* BUG: rename MPI_PACKAGE_DIR and MPI_PREFIX_PATH vars to be prefixed with _ ↵Dave Partyka2009-11-131-12/+12
| | | | to prevent conflicts with known variable names in other projects.
* BUG: fix MPI_BASE_DIR var to be called _MPI_BASE_DIR to prevent conflicts ↵Dave Partyka2009-11-131-9/+9
| | | | with known variable names in other projects.
* get rid of the rest of the libarchive warnings by not seeing them..Bill Hoffman2009-11-131-1/+1
|
* fix warning for borlandBill Hoffman2009-11-131-0/+3
|
* KWSys Nightly Date StampKWSys Robot2009-11-131-1/+1
|
* Fix regression with CPACK_NSIS_PACKAGE_NAME, if the project is setting the ↵Bill Hoffman2009-11-121-2/+16
| | | | CPACK_NSIS_DISPLAY_NAME then use that as the default value and not the CPACK_PACKAGE_INSTALL_DIRECTORY, also make sure it escapes \ correctly.
* also search for "qmake-mac", which is installed by macports ↵Alexander Neundorf2009-11-121-1/+3
| | | | | | (http://lists.kde.org/?l=kde-core-devel&m=125797773120427&w=2) Alex
* suppress another warning.Bill Hoffman2009-11-121-0/+2
|
* Fix missing return value.Bill Hoffman2009-11-121-0/+1
|
* remove the last of the windows W4 warningsBill Hoffman2009-11-122-2/+4
|
* Remove a few more warningsBill Hoffman2009-11-121-2/+2
|
* KWSys Nightly Date StampKWSys Robot2009-11-121-1/+1
|
* CPackRPM:: add support for USER specified post/pre [un]install scripts (fix ↵Eric Noulard2009-11-111-1/+73
| | | | | | bug 8988) Eric
* CPackRPM:: support user supplied "Provides" in spec file (fix bug 9584)Eric Noulard2009-11-111-1/+16
| | | | Eric
* fix number of callers to work with newer versions of valgrindBill Hoffman2009-11-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2009-11-111-1/+1
|
* libarchive: Borland provides umask, not _umaskBrad King2009-11-101-0/+2
|
* Search for the header QtAssistant for QT_QTASSISTANT_INCLUDE_DIR instead of ↵Alexander Neundorf2009-11-101-1/+1
| | | | | | | | | QtAssistantClient This should not change the result (since both should be in the same directory), but seems a bit more logical and is also in sync with what is done in the KDE version. Alex
* Change logic of ctest subdirs command to allow for absolute paths. Also ↵Zach Mullen2009-11-108-7/+27
| | | | added test coverage for passing absolute paths to subdirs.
* Fix double bootstrap build for in source buildsBill Hoffman2009-11-102-3/+3
|
* Remove a few more warningsBill Hoffman2009-11-101-0/+6
|
* KWSys Nightly Date StampKWSys Robot2009-11-101-1/+1
|
* CPackRPM:: Support USER supplied spec files (bug 9679)Eric Noulard2009-11-091-45/+79
| | | | Eric
* Fixed a bug where it was possible for a test to be started twice if a ↵Zach Mullen2009-11-091-0/+5
| | | | lower-indexed test depended on it.
* keep libarchive from using a system zlib unless cmake uses oneBill Hoffman2009-11-092-2/+8
|
* Removed duplicated documentation entry.Zach Mullen2009-11-091-5/+0
|
* Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) ↵Zach Mullen2009-11-091-0/+6
| | | | | | entries. The ctest subdirs command now checks the relative path first, and if that does not exist, also checks if the given path was absolute. Thanks vodall for the patch.
* Fix CPack bug #9654Eric Noulard2009-11-091-2/+11
| | | | Eric
* libarchive: Put local include dir firstBrad King2009-11-091-1/+1
| | | | | | In libarchive we configure an internal header file called 'config.h'. This commits moves the include directory containing the file to the beginning of the include path to avoid conflicts from system headers.
* Sort documentation entries better and move mark_as_advanced() a bit backAlexander Neundorf2009-11-091-12/+12
| | | | Alex
* Allow test to work on machines with umasks that do not allow files to be ↵Bill Hoffman2009-11-091-0/+10
| | | | overwritten.
* Fix TRY_RUN cross compile test to pass consistentlyZach Mullen2009-11-092-1/+4
|
* Added test coverage for TRY_RUN in cross compile mode.Zach Mullen2009-11-093-0/+17
|
* add better error checking and run from correct directory.Bill Hoffman2009-11-091-3/+9
|
* KWSys Nightly Date StampKWSys Robot2009-11-091-1/+1
|
* add better error checking and support for symlinks to cpack's use of libarchiveBill Hoffman2009-11-091-28/+49
|
* Fix for working with symlinks in tar filesBill Hoffman2009-11-091-29/+29
|
* try to get rid of some warnings on hpuxBill Hoffman2009-11-082-6/+6
|
* remove a few more windows warningsBill Hoffman2009-11-081-1/+6
|
* -another tiny sync with KDE4, no functional changesAlexander Neundorf2009-11-081-2/+6
| | | | Alex
* some syncing with FindQt4.cmake from KDE, no functional changesAlexander Neundorf2009-11-081-9/+16
| | | | | | | | -the mark_as_advanced() calls for the variables coming from qmake are now in the corresponding section, and not in the section where the include dirs are foudn Alex
* Fix some warningsBill Hoffman2009-11-081-2/+2
|
* fix line length errorBill Hoffman2009-11-081-2/+3
|
* go back to running stat and put size check inBill Hoffman2009-11-081-4/+4
|
* KWSys Nightly Date StampKWSys Robot2009-11-081-1/+1
|