summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Ran bin/reconfigure after so number change.lrknox2017-06-061-3/+3
|
* Update version to 1.8.19-pre1.lrknox2017-06-021-2/+2
|
* Propagate .so number changes to Makefile.ins with bin/reconfigure.lrknox2017-06-021-5/+5
|
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-247-50/+24
| | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
* Merge branch 'hdf5_1_8' of ↵lrknox2017-05-201-1504/+1446
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Tools merge from develop-1.10Allen Byrne2017-05-171-1510/+1450
| |
* | Merge branch 'hdf5_1_8' of ↵lrknox2017-05-164-4/+48
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Merge pull request #513 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-05-163-2/+46
| |\ | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '839bbd544a8cf11184e0d8429778ebf45c522d10': Fix for HDFFV-10051 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.
| | * Fix for HDFFV-10051Vailin Choi2017-05-123-2/+46
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Increment snap version.hdftest2017-05-161-2/+2
| | |
* | | Change copyright headers to replace url referring to file to belrknox2017-05-16354-2124/+1416
|/ / | | | | | | removed and replace it with new url for COPYING file.
* | Snapshot 1.8.19-snap3hdftest2017-05-151-2/+2
|/
* Change position of declaration to top of blockAllen Byrne2017-05-111-425/+426
|
* Change the signature of H5PLget_size functionAllen Byrne2017-05-112-12/+20
|
* Merge pull request #485 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-05-112-36/+41
|\ | | | | | | | | | | | | | | hdf5_1_8 * commit '8c2d4c354413d4f3578aa30cf28ee4c4f5c137cf': Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments. Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
| * Incorporate additional code changes for the H5DOread_chunk patch from GE ↵Vailin Choi2017-05-111-0/+3
| | | | | | | | | | | | healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments.
| * Incorporate additional code changes for the H5DOread_chunk patch from GE ↵Vailin Choi2017-05-031-36/+38
| | | | | | | | | | | | | | | | | | healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
* | Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-101-2/+5
|/ | | | | | 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.
* Ran bin/reconfigure on jam after changes to make_err.Dana Robinson2017-04-261-0/+8
|
* HDFFV-10170 fix reconfigureAllen Byrne2017-04-183-1/+13
|
* Reformat char * argsAllen Byrne2017-04-181-4/+4
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-04-071-6/+5
|\ | | | | | | | | * commit '5c4aeef7ff5845a98f4fea5d2be74aa258cd1562': Fix illegal references for sanity checks. Correct illegal references for HDassert() checks when in debug mode. Tested on emu, osx1010test, mayll, kituo, ostrich.
| * Fix illegal references for sanity checks.Vailin Choi2017-04-061-6/+5
| | | | | | | | | | Correct illegal references for HDassert() checks when in debug mode. Tested on emu, osx1010test, mayll, kituo, ostrich.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-04-066-128/+473
|\ \ | |/ | | | | | | | | * commit '043aabe8cbd1abcc41ea2fb887b3a8ddd706500c': Made corrections according to code review. 1) Change fprintf to HDfprintf in hl/test/test_dset_opt.c 2) Remove extra line in src/H5Dpkg.h 3) Add one more test to hl/test/test_dset_opt.c Tested on mayll and osx1010test. Incorporate patch from GE Heathcare (HDFFV-9934) 1) Integrate the patch 2) Fix bugs when debugging the patch 3) Add test to hl/test/test_dset_opt.c Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
| * Made corrections according to code review.Vailin Choi2017-04-031-1/+0
| | | | | | | | | | | | | | 1) Change fprintf to HDfprintf in hl/test/test_dset_opt.c 2) Remove extra line in src/H5Dpkg.h 3) Add one more test to hl/test/test_dset_opt.c Tested on mayll and osx1010test.
| * Incorporate patch from GE Heathcare (HDFFV-9934)Vailin Choi2017-04-036-128/+474
| | | | | | | | | | | | | | 1) Integrate the patch 2) Fix bugs when debugging the patch 3) Add test to hl/test/test_dset_opt.c Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
* | Update with checks for index boundsAllen Byrne2017-04-031-1/+10
| |
* | FIX pkg include errorAllen Byrne2017-03-301-0/+1
| |
* | HDFFV-10143 fix use before setAllen Byrne2017-03-301-1/+1
| |
* | HDFFV-10143 check for H5PL_PACKAGE in 1.8Allen Byrne2017-03-301-1/+1
| |
* | Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-301-2/+1
| |
* | HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-302-6/+4
| |
* | HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-302-32/+33
| |
* | HDFFV-10143 change put to replace and add constAllen Byrne2017-03-302-10/+10
| |
* | Remove redundant codeAllen Byrne2017-03-301-13/+9
| |
* | HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
| |
* | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-303-100/+88
| | | | | | | | | | | | Fixed Conflicts: MANIFEST test/plugin.c
* | Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-295-34/+361
|/
* Bring fix for HDFFV-9697 from develop branch.Vailin Choi2017-03-078-96/+157
| | | | | Populate the fix for HDFFV-9697: Fix for unknown message from develop branch. Tested on ostrich, platypus, kite, quail, osx1010test, emu, mayll, moohan, kituo.
* Updated the H5L.c error message after additional thought.Dana Robinson2017-02-271-1/+1
| | | | Fix for HDFFV-10141.
* Updated an error message in H5L.c to be more helpful.Dana Robinson2017-02-271-2/+4
| | | | Fixes HDFFV-10141.
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-221-344/+0
| | | | snapshot release. (Changed daily test command to add specific files for commit instead of all new and modified files.)
* Snapshot version 1.8 release 19 (snap1)HDF Tester2017-02-202-2/+346
|
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-161-344/+0
| | | | | | snapshot release. Add 2 test files to testfiles to be removed list in hl/test/Makefile.am.
* Snapshot version 1.8 release 19 (snap0)HDF Tester2017-02-132-2/+346
|
* Correct typoAllen Byrne2017-02-061-2/+2
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-17/+18
|
* Removed some C++-style comments from H5Omtime.c.Dana Robinson2017-01-231-5/+6
| | | | Fixes HDFFV-10110.
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* Merge commit '6974764348a' into hdf5_1_8lrknox2016-11-182-27/+39
|\ | | | | | | | | (HDF5 1.8.18 release changes) Update HISTORY-1_8.txt and RELEASE.txt files.