Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r21787] Unify CMake config macros, split base macros from ext lib macros | Allen Byrne | 2011-12-01 | 1 | -303/+0 |
| | | | | Tested: local linux | ||||
* | [svn-r21785] Correct static lib naming when on windows | Allen Byrne | 2011-12-01 | 1 | -22/+5 |
| | |||||
* | [svn-r21783] Correct macros for building static libs on linux when ↵ | Allen Byrne | 2011-11-30 | 1 | -2/+6 |
| | | | | | | CMAKE_BUILD_TYPE is defined. Also correct use of CMAKE_ANSI_FLAGS for passing into sub-projects. | ||||
* | [svn-r21772] Correctly use CMAKE_BUILD_TYPE in functions for building ↵ | Allen Byrne | 2011-11-22 | 1 | -41/+66 |
| | | | | | | extrnal libraries. Tested: local linux | ||||
* | [svn-r21761] HDFFV-7798: CMake on linux, building Static with zlib built ↵ | Allen Byrne | 2011-11-15 | 1 | -1/+1 |
| | | | | | | internally. Corrected path component in EXTERNAL_ZLIB_LIBRARY macro. Tested: linux | ||||
* | [svn-r21511] Synchronize macros for naming with other libraries | Allen Byrne | 2011-10-11 | 1 | -13/+6 |
| | |||||
* | [svn-r21317] Correct zlib references, zlib svn no longer has src folder | Allen Byrne | 2011-08-26 | 1 | -1/+1 |
| | |||||
* | [svn-r21208] Add fortran COMPILE_FLAGS | Allen Byrne | 2011-08-10 | 1 | -0/+1 |
| | | | | | remove benchpar and mpi-perf tests add new prunTest.cmake that will be modified for parallel tests | ||||
* | [svn-r21192] Correct Windows Fortran static builds. | Allen Byrne | 2011-08-08 | 1 | -4/+9 |
| | |||||
* | [svn-r20858] Correct state of EXTERNALLY_CONFIGURED when using ↵ | Allen Byrne | 2011-05-18 | 1 | -6/+6 |
| | | | | EXTERNAL_PROJECT for extlibs. | ||||
* | [svn-r20721] Refactor ext lib import and install. | Allen Byrne | 2011-05-04 | 1 | -0/+4 |
| | | | | Add SOVERSION for linux | ||||
* | [svn-r20717] Refactor ext lib import and install. | Allen Byrne | 2011-05-04 | 1 | -17/+65 |
| | | | | | | Change case of tools subtests to not conflict with tools tests. Tested: windows, local linux | ||||
* | [svn-r20596] Add missing library suffix to ext lib install list | Allen Byrne | 2011-04-22 | 1 | -1/+1 |
| | |||||
* | [svn-r20590] On windows the ext libs did not work for cpack process. Changed ↵ | Allen Byrne | 2011-04-21 | 1 | -27/+23 |
| | | | | ext lib handling to get the correct path. Needs more work to remove the the pre-install copying. | ||||
* | [svn-r20543] revert install command for External library builds - copy of ↵ | Allen Byrne | 2011-04-18 | 1 | -6/+6 |
| | | | | lib fails if permission to install location is denied. Does not affect build otherwise. | ||||
* | [svn-r20506] Add missing cmake_install_prefix to external projects | Allen Byrne | 2011-04-14 | 1 | -6/+13 |
| | |||||
* | [svn-r20486] Fix handling of ext libs Windows naming for External_Project ↵ | Allen Byrne | 2011-04-12 | 1 | -13/+13 |
| | | | | builds of "Debug" builds. | ||||
* | [svn-r20417] ExternalProject_ADD calls changed to use common project output ↵ | Allen Byrne | 2011-04-05 | 1 | -49/+38 |
| | | | | | | folders for external projects. This eliminates the library copy commands, which were failing on windows. Tested: local linux | ||||
* | [svn-r20184] Enable h5dump tests in valgrind | Allen Byrne | 2011-03-04 | 1 | -8/+36 |
| | |||||
* | [svn-r20156] Update macros to correct errors found on windows | Allen Byrne | 2011-02-25 | 1 | -2/+10 |
| | |||||
* | [svn-r20155] Change macros - do not need URL parameter | Allen Byrne | 2011-02-24 | 1 | -9/+9 |
| | |||||
* | [svn-r20154] Update error in szip ext project macro | Allen Byrne | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | [svn-r20153] Move ext lib handling for ext project building to a common ↵ | Allen Byrne | 2011-02-24 | 1 | -0/+321 |
macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows |