Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'hdf5_1_8' of ↵ | lrknox | 2017-05-16 | 1 | -0/+104 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8 | ||||
| * | Fix for HDFFV-10051 | Vailin Choi | 2017-05-12 | 1 | -0/+104 |
| | | | | | | | | | | | | | | Fix for issue #2 reported in HDFFV-10051: The layout "dirty" flag for a compact dataset is not reset properly after flusing the data at dataset close. --Reset the "dirty" flag before flushing the message. Issue #1 reported in HDFFV-10051 is not a problem for 1.8. | ||||
* | | Change copyright headers to replace url referring to file to be | lrknox | 2017-05-16 | 123 | -738/+492 |
|/ | | | | removed and replace it with new url for COPYING file. | ||||
* | Change the signature of H5PLget_size function | Allen Byrne | 2017-05-11 | 1 | -8/+15 |
| | |||||
* | Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIES | lrknox | 2017-05-10 | 2 | -50/+75 |
| | | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries. | ||||
* | HDFFV-10170 fix reconfigure | Allen Byrne | 2017-04-18 | 1 | -65/+123 |
| | |||||
* | HDFFV-10170 undo patch and fix dyn lib build | Allen Byrne | 2017-04-18 | 1 | -7/+10 |
| | |||||
* | HDFFV-10173 fix cygwin noinst libs | Allen Byrne | 2017-04-17 | 2 | -105/+55 |
| | |||||
* | Add missing test status | Allen Byrne | 2017-04-06 | 1 | -0/+1 |
| | |||||
* | HDFFV-10143 branch does not have HDprintf | Allen Byrne | 2017-04-04 | 1 | -9/+9 |
| | |||||
* | Fix typo deletion | Allen Byrne | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | HDFFV-10143 clean up format and function return | Allen Byrne | 2017-04-04 | 1 | -349/+307 |
| | |||||
* | Update with checks for index bounds | Allen Byrne | 2017-04-03 | 1 | -1/+4 |
| | |||||
* | Correct usuage of HD prefix | Allen Byrne | 2017-04-03 | 1 | -19/+19 |
| | |||||
* | HDFFV-10143 surround will fail with try block | Allen Byrne | 2017-03-30 | 1 | -1/+4 |
| | |||||
* | HDFFV-10143 typo cleanup | Allen Byrne | 2017-03-30 | 1 | -4/+4 |
| | |||||
* | HDFFV-10143 typo removed | Allen Byrne | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | Fix code error and use H5PL_MAX_PATH_NUM in test | Allen Byrne | 2017-03-30 | 1 | -13/+17 |
| | |||||
* | HDFFV-10143 Cleanup due to comments | Allen Byrne | 2017-03-30 | 1 | -7/+7 |
| | |||||
* | HDFFV-10143 remove debugging output | Allen Byrne | 2017-03-30 | 1 | -6/+0 |
| | |||||
* | HDFFV-10143 change h5PLget to use buffer like H5Iget_name | Allen Byrne | 2017-03-30 | 1 | -12/+41 |
| | |||||
* | HDFFV-10143 change put to replace and add const | Allen Byrne | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | HDFFV-10143 Fix initial issues from review | Allen Byrne | 2017-03-30 | 1 | -60/+92 |
| | | | | | | Fixed Conflicts: MANIFEST test/plugin.c | ||||
* | Add missing declarations | Allen Byrne | 2017-03-30 | 1 | -0/+9 |
| | |||||
* | Merge/port changes from develop back to 1.8 for tools and cmake | Allen Byrne | 2017-03-29 | 19 | -569/+1132 |
| | |||||
* | Bring fix for HDFFV-9697 from develop branch. | Vailin Choi | 2017-03-07 | 3 | -172/+346 |
| | | | | | Populate the fix for HDFFV-9697: Fix for unknown message from develop branch. Tested on ostrich, platypus, kite, quail, osx1010test, emu, mayll, moohan, kituo. | ||||
* | Add option TEST_SHARED_PROGRAMS to disable shared testing by default | Allen Byrne | 2017-03-01 | 1 | -241/+187 |
| | |||||
* | Disable SHARED VFD tests and remove links_env from defualt list | Allen Byrne | 2017-02-08 | 1 | -99/+99 |
| | |||||
* | HDFFV-9875 Bring changes from develop branch | Allen Byrne | 2017-02-06 | 2 | -105/+146 |
| | |||||
* | Update CMake required to version 3.2.2 | Allen Byrne | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Remove callback functions that will fail (HDFFV-10046) | Allen Byrne | 2017-01-18 | 1 | -31/+2 |
| | |||||
* | HDFFV-10046 Add callback functions to plugin test | Allen Byrne | 2016-12-07 | 1 | -2/+31 |
| | |||||
* | Update shared object file numbers according to changes in v1.8.18 release. | lrknox | 2016-11-01 | 1 | -14/+26 |
| | | | | | Update autotools and libtool versions. Run bin/reconfigure. | ||||
* | Merge fix for HDFFV-7991 from trunk to 1.18 | Vailin Choi | 2016-09-17 | 1 | -1/+0 |
| | | | | | Missed one change that should be in previous commit. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. | ||||
* | Merge fix for HDFFV-7991 from trunk to 1.18 | Vailin Choi | 2016-09-16 | 1 | -40/+40 |
| | | | | | Modifications made based on comments from pull request review. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. | ||||
* | Merge fix for HDFFV-7991 from trunk to 1.18 | Vailin Choi | 2016-09-04 | 1 | -3/+317 |
| | | | | | | [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. | ||||
* | [svn-r30277] Merge revisions 30264, 30268, and 30275 to 1.8 branch | Neil Fortner | 2016-08-11 | 1 | -17/+184 |
| | | | | | | | | | | | | | | 30264: Fixed an issue that could occur when using H5Pset_alignment where a block could be unaligned, causing an assertion failure. 30268: Remove failure causing code in test/mf.c unintentionally added in r30264. 30275: Rework test_mf_bug1 to work with multi and split drivers. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8) | ||||
* | [svn-r30183] remove reference to unspecified VAR. | Allen Byrne | 2016-07-13 | 1 | -18/+12 |
| | |||||
* | [svn-r30180] reconfigure after fixing errors | Allen Byrne | 2016-07-12 | 2 | -19/+32 |
| | |||||
* | [svn-r30171] HDFFV-9939: convert cmake copy commands to reduce issue with ↵ | Allen Byrne | 2016-07-12 | 6 | -145/+198 |
| | | | | | | | too long command lines on some platforms. Also, refactor hl/tools/gif3h5 cmake files. JAVA-1920: add plugin test with plugin that depends on hdf5 | ||||
* | [svn-r30152] Merge of checkin #30151 from the trunk which is a fix for the ↵ | Vailin Choi | 2016-07-07 | 1 | -3/+3 |
| | | | | | | daily test failures. Tested on osx1010test, moohan, emu, kituo. | ||||
* | [svn-r30145] Merge of checkin #30143 to the trunk which is a bug fix for ↵ | Vailin Choi | 2016-07-04 | 1 | -0/+277 |
| | | | | | | HDFFV-9940. Tested on oxs1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail. | ||||
* | [svn-r29964] Fix plugin test executable link library | Allen Byrne | 2016-05-24 | 1 | -2/+2 |
| | |||||
* | [svn-r29751] Fixed some comments in test/external.c | Dana Robinson | 2016-04-20 | 1 | -8/+5 |
| | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial + run external test only (no code changes) | ||||
* | [svn-r29703] Updated test/Makefile.am to clean up file added in HDFFV-8740 fix. | Dana Robinson | 2016-04-15 | 2 | -2/+2 |
| | | | | Tested on: jam | ||||
* | [svn-r29702] Merged r29182 and 29183 from the trunk. | Dana Robinson | 2016-04-15 | 2 | -90/+707 |
| | | | | | | | | | Fixes HDFFV-8740 (external file storage relative path fix). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran parallel autotools (MPICH 3.1.4) w/ Fortran serial CMake | ||||
* | [svn-r29701] Switched HDoff_t to off_t in external test (for Windows). | Dana Robinson | 2016-04-14 | 1 | -23/+23 |
| | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran | ||||
* | [svn-r29700] Merge of r29030, 29034, and 29035 from trunk | Dana Robinson | 2016-04-14 | 3 | -626/+594 |
| | | | | | | | | | Cleanup of test/externals before merging HDFFV-8740 changes. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran serial CMake parallel autotools w/ Fortran (MPICH 3.1.4) | ||||
* | [svn-r29606] Fix for shared file pointer HDFFV-9469. This is the same fix ↵ | Vailin Choi | 2016-04-01 | 1 | -0/+158 |
| | | | | | | for revise_chunks (#28908). Tested on jam, platypus, emu, kite, moohan, ostrich, osx1010test, quail. | ||||
* | [svn-r28875] Merge of r28861 from trunk (minor string format change). Fixes ↵ | Dana Robinson | 2016-01-13 | 1 | -2/+2 |
| | | | | | | | HDFFV-9640. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 parallel only (MPICH 3.1.4) |