Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | 2 | -29/+77 |
| | | | | | | Change case of tools subtests to not conflict with tools tests. Tested: windows, local linux | ||||
* | [svn-r20713] Packed Bits Merge: | Allen Byrne | 2011-05-03 | 4 | -7/+37 |
| | | | | | | | | | removed option defines and #ifdef/#endif refactored all printf to HDfprintf in h5dump.c formatted and indention improvements synched with 1.8 branch Tested: local linux | ||||
* | [svn-r20677] Merge packed bits option from 1.8 branch to trunk. CMake only. ↵ | Allen Byrne | 2011-04-29 | 4 | -2/+6 |
| | | | | | | Autotools merge to come. Tested: local Linux | ||||
* | [svn-r20669] Add test_configuration setting | Allen Byrne | 2011-04-28 | 1 | -0/+2 |
| | |||||
* | [svn-r20641] Add CPack overrides for NSIS install paths. Install for ↵ | Allen Byrne | 2011-04-26 | 2 | -0/+1948 |
| | | | | | | products are: HDF Group/Product/Version 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-r20572] Bug #5929: On windows check for existence of ↵ | Allen Byrne | 2011-04-20 | 2 | -22/+90 |
| | | | | | | InitOnceExecuteOnce for use by threads. merge from 1.8 r20568 | ||||
* | [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-r20499] Fixes erroneous H5_HAVE_GETTIMEOFDAY behavior on Windows (JIRA ↵ | Dana Robinson | 2011-04-14 | 1 | -1/+3 |
| | | | | | | | | HDFFV-5931). Previously, H5_HAVE_GETTIMEOFDAY was never properly defined. The timezone struct and Wgettimeofday() timezone output was also added. This is a merge of several changesets from the log_vfd branch where this work took place: 20355, 20359, 20411, 20413, 20431, 20460 Tested on: Windows | ||||
* | [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-r20476] Removed all references to memory.h | Dana Robinson | 2011-04-11 | 2 | -6/+2 |
| | |||||
* | [svn-r20472] Add message that H5_HAVE_WIN_THREADS requires WINVER >= 0x600 ↵ | Allen Byrne | 2011-04-11 | 2 | -0/+20 |
| | | | | (VISTA or WIN7) | ||||
* | [svn-r20446] Updated valgrind ignore list | Allen Byrne | 2011-04-08 | 1 | -4/+17 |
| | |||||
* | [svn-r20433] Implement MinGW changes to CMake configuration | Allen Byrne | 2011-04-07 | 2 | -7/+10 |
| | | | | Tested: local linux | ||||
* | [svn-r20430] Remove config message for windows - ↵ | Allen Byrne | 2011-04-07 | 1 | -3/+1 |
| | | | | H5_HAVE_GETCONSOLESCREENBUFFERINFO always gets set on windows (this is from the pubconf.h in the windows folder) | ||||
* | [svn-r20429] CMake: correct h5copy test macros, add userblock script test to ↵ | Allen Byrne | 2011-04-07 | 2 | -0/+121 |
| | | | | | | h5jam tests, and correct h5jam tests Tested: local linux | ||||
* | [svn-r20420] Correct typo in macro parameter | Allen Byrne | 2011-04-05 | 1 | -4/+4 |
| | | | | Tested: local linux | ||||
* | [svn-r20419] Correct typo in macro parameter | Allen Byrne | 2011-04-05 | 1 | -2/+2 |
| | |||||
* | [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-r20375] Test name change needed to be updated in valgrind ignore list | Allen Byrne | 2011-03-30 | 1 | -2/+2 |
| | |||||
* | [svn-r20352] Update Valgrind ignore list | Allen Byrne | 2011-03-26 | 1 | -0/+17 |
| | |||||
* | [svn-r20330] Adjust H5JAM tests for valgind execution | Allen Byrne | 2011-03-25 | 1 | -3/+27 |
| | |||||
* | [svn-r20307] The TEST_REFERENCE EOL adjustment block needs to be included in ↵ | Allen Byrne | 2011-03-24 | 1 | -8/+8 |
| | | | | the SKIP_COMPARE IF block | ||||
* | [svn-r20305] Add tests to h5import and 80% of h5jam | Allen Byrne | 2011-03-23 | 2 | -29/+110 |
| | | | | Tested: local linux | ||||
* | [svn-r20250] Enable memcheck of h5stat and h5diff tools | Allen Byrne | 2011-03-15 | 1 | -147/+0 |
| | |||||
* | [svn-r20228] Add tools bin folder to installation variables | Allen Byrne | 2011-03-10 | 1 | -0/+1 |
| | |||||
* | [svn-r20224] Add enable-error-stack option to new features-tools section. | Allen Byrne | 2011-03-10 | 1 | -251/+4 |
| | | | | Enable h5stat tests for valgrind testing. | ||||
* | [svn-r20203] Purpose: | Jonathan Kim | 2011-03-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | Fix Bug 2120 - h5copy: improve to copy an object into same HDF file Description: Before the fix users can't copy an object (dataset or group) with different name if input file (-i) and output file (-o) is same. This feature would be useful to clone any object with different name and reuse contents. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam) | ||||
* | [svn-r20184] Enable h5dump tests in valgrind | Allen Byrne | 2011-03-04 | 2 | -195/+223 |
| | |||||
* | [svn-r20168] BZ2048: Add -E --enable-error-stack option to h5dump. | Allen Byrne | 2011-02-28 | 1 | -1/+1 |
| | | | | Tested: local linux, heiwa, windows | ||||
* | [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 | 2 | -116/+322 |
| | | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows | ||||
* | [svn-r20149] Change Name of Legacy naming option | Allen Byrne | 2011-02-23 | 1 | -9/+9 |
| | |||||
* | [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunk | Allen Byrne | 2011-02-22 | 1 | -0/+121 |
| | |||||
* | [svn-r20110] Ignore valgrind memleak test on cmake script for ↵ | Jonathan Kim | 2011-02-17 | 1 | -0/+2 |
| | | | | H5LS-tgrp_comments and H5DUMP-tarray1_big test cases. | ||||
* | [svn-r20054] Created valgrind cacheinit file | Allen Byrne | 2011-02-07 | 1 | -0/+58 |
| | |||||
* | [svn-r20013] Change use of variable to allow a SITE name to be defined, to ↵ | Allen Byrne | 2011-01-27 | 1 | -0/+289 |
| | | | | using it to extend the build name used in reporting to CDash | ||||
* | [svn-r19993] Added ability to use compressed file for external libraries ↵ | Allen Byrne | 2011-01-25 | 1 | -2/+2 |
| | | | | | | corrected. Tested: local linux | ||||
* | [svn-r19991] Added ability to use compressed file for external libraries | Allen Byrne | 2011-01-25 | 1 | -2/+10 |
| | | | | Tested: local linux | ||||
* | [svn-r19988] Update list of memtest exlude | Allen Byrne | 2011-01-25 | 1 | -0/+3 |
| | |||||
* | [svn-r19914] Correct format of empty parameter | Allen Byrne | 2011-01-05 | 1 | -2/+2 |
| | | | | bring r19913 from 1.8 | ||||
* | [svn-r19909] Change how LINK_FLAGS for fortran are appended on Windows | Allen Byrne | 2011-01-05 | 1 | -2/+2 |
| | | | | bring r19908 from 1.8 branch | ||||
* | [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ↵ | Allen Byrne | 2011-01-04 | 1 | -16/+14 |
| | | | | | | macro use for checking libtype. bring r19906 from 1.8 branch | ||||
* | [svn-r19895] Remove use of /MT compile flag for building static libs and ↵ | Allen Byrne | 2010-12-29 | 2 | -23/+9 |
| | | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries. | ||||
* | [svn-r19884] Corrected time_of_day define configuration, found during ↵ | Allen Byrne | 2010-12-13 | 2 | -11/+12 |
| | | | | | | parallel CMake build. Tested: local linux |