summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot version 1.8 release 20 (snap6)HDF Tester2017-10-092-74/+74
|
* reconfigure needed after commit of test/Makefile.am on 8/22/2017.lrknox2017-09-192-74/+74
| | | | | Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
* Snapshot version 1.8 release 20 (snap3)HDF Tester2017-09-042-74/+74
|
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-2516-130/+102
|\ | | | | | | into hdf5_1_8
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-1414-0/+14
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-1214-56/+14
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
| * Ran bin/reconfigure after so number change.lrknox2017-06-063-9/+9
| |
| * Update version to 1.8.19-pre1.lrknox2017-06-022-74/+74
| |
* | Snapshot version 1.8 release 20 (snap1)HDF Tester2017-08-082-74/+74
| |
* | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-042-74/+74
| |
* | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-042-74/+74
|\ \ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
| * \ Merge pull request #618 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to ↵Scot Breitenfeld2017-08-031-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit 'c7465bdfb8ebd857dbdd36a6e9e89236241add7e': changed comments, (HDFFV-10037) merged NAG changes from develop, (HDFFV-10037) merged NAG changes from develop, (HDFFV-10037) Removed extra Fortran flags, (HDFFV-10037) Rearranged where the substitution occurs. added chmod 755 for h5fc libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
| * | | Commit files missed for commit after Snapshot version 1.8 release 20 (snap0)hdftest2017-08-012-74/+74
| | | |
* | | | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-0414-2/+16
| |/ / |/| |
* | | Removed extra Fortran flags, (HDFFV-10037)M. Scot Breitenfeld2017-08-011-2/+2
|/ /
* | Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-085-83/+83
|/ | | | | | | | 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
* Propagate .so number changes to Makefile.ins with bin/reconfigure.lrknox2017-06-023-15/+15
|
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-2421-325/+331
| | | | | | | | | 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-2/+14
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Minor modifications for HDFFV-9934Vailin Choi2017-05-181-2/+14
| | | | | | | | | | Print out failure/success messages from running the tests in hl/test/test_dset_opt.c. Tested on emu, quail, kituo, platypus.
* | Merge branch 'hdf5_1_8' of ↵lrknox2017-05-162-74/+74
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Increment snap version.hdftest2017-05-162-74/+74
| |
* | Change copyright headers to replace url referring to file to belrknox2017-05-16119-714/+476
|/ | | | removed and replace it with new url for COPYING file.
* Snapshot 1.8.19-snap3hdftest2017-05-152-74/+74
|
* Adds a new H5DO HL test that ensures chunk overwrites work properly.Dana Robinson2017-05-121-12/+125
| | | | Part of HDFFV-10187.
* Windows does not know what a uint isAllen Byrne2017-05-111-88/+88
| | | Index value used in math operation with hsize_t
* Merge pull request #485 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-05-112-297/+776
|\ | | | | | | | | | | | | | | 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-61/+61
| | | | | | | | | | | | 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-032-268/+747
| | | | | | | | | | | | | | | | | | 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-1016-102/+144
|/ | | | | | 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-262-74/+74
|
* HDFFV-10170 fix reconfigureAllen Byrne2017-04-182-74/+74
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-04-063-85/+459
|\ | | | | | | | | | | * 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-032-29/+78
| | | | | | | | | | | | | | 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-033-73/+398
| | | | | | | | | | | | | | 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.
* | Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-291-3/+3
|/
* Add option TEST_SHARED_PROGRAMS to disable shared testing by defaultAllen Byrne2017-03-011-1/+1
|
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-222-0/+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-203-1/+2
|
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-163-1/+1
| | | | | | 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-134-74/+74
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-0619-70/+132
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-1814-14/+14
|
* Change default build mode to production.lrknox2016-11-082-74/+74
| | | | Update version to 1.8.18-pre2.
* Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-0116-260/+441
| | | | | Update autotools and libtool versions. Run bin/reconfigure.
* Updated release preparation branch version number to 1.8.18-pre1lrknox2016-10-272-74/+74
|
* Description:Binh-Minh Ribler2016-10-261-1/+1
| | | | | | | User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam)
* Description:Binh-Minh Ribler2016-10-261-2/+6
| | | | | | | | | | | - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam)
* Description:Binh-Minh Ribler2016-10-241-194/+192
| | | | | | | | | | | | | | | | | | | | | - Merged my commits to develop that fixed HDFFV-9758: b3b7ae087edbc20891a088db2f4e4f83e186c8b0 14e308b2e6eada778818abf53949ceef0e7b2a34 - Merged a commit from trunk by Quincey: commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 Author: Quincey Koziol <koziol@hdfgroup.org> Date: Thu Jul 7 13:54:11 2016 -0500 [svn-r30158] Description: More warning cleanups. This brings us down to ~1300 warnings in 167 Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
* Purpose: Fixed Packet Table issuesBinh-Minh Ribler2016-10-244-91/+164
| | | | | | | | | | | | | | | | | | | | | | | Description: - Removed calls to H5Tget_native_type from PT APIs because it is up to the application, whether it wants the buffer to be read into memory in the machine’s native architecture. Currently, however, the PT doesn't allow an application to specify memory datatype. Perhaps, a new API can be added to provide that capability. - Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save a copy of the application's datatype or the dataset's datatype. - Added various missing H5Tclose to the packet table tests, and various error checkings. Note: leave out changes to test_packet_vlen.c for this commit to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. This commit is associated with develop's commits: 14e308b2e6eada778818abf53949ceef0e7b2a34 be613da6b804e56a51f43a053bf35d898dccb420 Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)