Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for the Cmake build we do not want to have -Werror or force -Wall | Bill Hoffman | 2009-11-14 | 1 | -3/+3 |
| | |||||
* | exclude warnings from cmbzip2 | Bill Hoffman | 2009-11-14 | 1 | -0/+1 |
| | |||||
* | Show the current file when there is a tar error | Bill Hoffman | 2009-11-13 | 1 | -0/+2 |
| | |||||
* | Fixed parallel HDF5 detection when HDF5_INCLUDE_DIRS has multiple items. | Will Dicharry | 2009-11-13 | 1 | -4/+4 |
| | |||||
* | Changed HDF5_INCLUDE_DIR to HDF5_INCLUDE_DIRS to conform to standards. | Will Dicharry | 2009-11-13 | 1 | -10/+10 |
| | |||||
* | BUG: rename MPI_PACKAGE_DIR and MPI_PREFIX_PATH vars to be prefixed with _ ↵ | Dave Partyka | 2009-11-13 | 1 | -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 Partyka | 2009-11-13 | 1 | -9/+9 |
| | | | | with known variable names in other projects. | ||||
* | get rid of the rest of the libarchive warnings by not seeing them.. | Bill Hoffman | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | fix warning for borland | Bill Hoffman | 2009-11-13 | 1 | -0/+3 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Fix regression with CPACK_NSIS_PACKAGE_NAME, if the project is setting the ↵ | Bill Hoffman | 2009-11-12 | 1 | -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 Neundorf | 2009-11-12 | 1 | -1/+3 |
| | | | | | | (http://lists.kde.org/?l=kde-core-devel&m=125797773120427&w=2) Alex | ||||
* | suppress another warning. | Bill Hoffman | 2009-11-12 | 1 | -0/+2 |
| | |||||
* | Fix missing return value. | Bill Hoffman | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | remove the last of the windows W4 warnings | Bill Hoffman | 2009-11-12 | 2 | -2/+4 |
| | |||||
* | Remove a few more warnings | Bill Hoffman | 2009-11-12 | 1 | -2/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-12 | 1 | -1/+1 |
| | |||||
* | CPackRPM:: add support for USER specified post/pre [un]install scripts (fix ↵ | Eric Noulard | 2009-11-11 | 1 | -1/+73 |
| | | | | | | bug 8988) Eric | ||||
* | CPackRPM:: support user supplied "Provides" in spec file (fix bug 9584) | Eric Noulard | 2009-11-11 | 1 | -1/+16 |
| | | | | Eric | ||||
* | fix number of callers to work with newer versions of valgrind | Bill Hoffman | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | libarchive: Borland provides umask, not _umask | Brad King | 2009-11-10 | 1 | -0/+2 |
| | |||||
* | Search for the header QtAssistant for QT_QTASSISTANT_INCLUDE_DIR instead of ↵ | Alexander Neundorf | 2009-11-10 | 1 | -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 Mullen | 2009-11-10 | 8 | -7/+27 |
| | | | | added test coverage for passing absolute paths to subdirs. | ||||
* | Fix double bootstrap build for in source builds | Bill Hoffman | 2009-11-10 | 2 | -3/+3 |
| | |||||
* | Remove a few more warnings | Bill Hoffman | 2009-11-10 | 1 | -0/+6 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | CPackRPM:: Support USER supplied spec files (bug 9679) | Eric Noulard | 2009-11-09 | 1 | -45/+79 |
| | | | | Eric | ||||
* | Fixed a bug where it was possible for a test to be started twice if a ↵ | Zach Mullen | 2009-11-09 | 1 | -0/+5 |
| | | | | lower-indexed test depended on it. | ||||
* | keep libarchive from using a system zlib unless cmake uses one | Bill Hoffman | 2009-11-09 | 2 | -2/+8 |
| | |||||
* | Removed duplicated documentation entry. | Zach Mullen | 2009-11-09 | 1 | -5/+0 |
| | |||||
* | Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) ↵ | Zach Mullen | 2009-11-09 | 1 | -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 #9654 | Eric Noulard | 2009-11-09 | 1 | -2/+11 |
| | | | | Eric | ||||
* | libarchive: Put local include dir first | Brad King | 2009-11-09 | 1 | -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 back | Alexander Neundorf | 2009-11-09 | 1 | -12/+12 |
| | | | | Alex | ||||
* | Allow test to work on machines with umasks that do not allow files to be ↵ | Bill Hoffman | 2009-11-09 | 1 | -0/+10 |
| | | | | overwritten. | ||||
* | Fix TRY_RUN cross compile test to pass consistently | Zach Mullen | 2009-11-09 | 2 | -1/+4 |
| | |||||
* | Added test coverage for TRY_RUN in cross compile mode. | Zach Mullen | 2009-11-09 | 3 | -0/+17 |
| | |||||
* | add better error checking and run from correct directory. | Bill Hoffman | 2009-11-09 | 1 | -3/+9 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | add better error checking and support for symlinks to cpack's use of libarchive | Bill Hoffman | 2009-11-09 | 1 | -28/+49 |
| | |||||
* | Fix for working with symlinks in tar files | Bill Hoffman | 2009-11-09 | 1 | -29/+29 |
| | |||||
* | try to get rid of some warnings on hpux | Bill Hoffman | 2009-11-08 | 2 | -6/+6 |
| | |||||
* | remove a few more windows warnings | Bill Hoffman | 2009-11-08 | 1 | -1/+6 |
| | |||||
* | -another tiny sync with KDE4, no functional changes | Alexander Neundorf | 2009-11-08 | 1 | -2/+6 |
| | | | | Alex | ||||
* | some syncing with FindQt4.cmake from KDE, no functional changes | Alexander Neundorf | 2009-11-08 | 1 | -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 warnings | Bill Hoffman | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | fix line length error | Bill Hoffman | 2009-11-08 | 1 | -2/+3 |
| | |||||
* | go back to running stat and put size check in | Bill Hoffman | 2009-11-08 | 1 | -4/+4 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2009-11-08 | 1 | -1/+1 |
| |