summaryrefslogtreecommitdiffstats
path: root/hl/src
Commit message (Collapse)AuthorAgeFilesLines
* Incremented lib file .so numbers: revision for all except c++ for dcodelrknox2017-10-311-7/+7
| | | | | change; current incremented, revision and age set to 0 for c++ due to symbols added and removed.
* updated configure changes with bin/reconfigM. Scot Breitenfeld2017-10-272-74/+74
|
* 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-253-78/+76
|\ | | | | | | into hdf5_1_8
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-141-0/+1
| | | | | | | | | | | | | | 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-121-4/+1
| | | | | | | | | | | | | | 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-061-3/+3
| |
| * 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
| * | 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-041-0/+1
|/ /
* | Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-083-77/+77
|/ | | | | | | | 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-021-5/+5
|
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-246-261/+234
| | | | | | | | | 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-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-1624-144/+96
|/ | | | removed and replace it with new url for COPYING file.
* Snapshot 1.8.19-snap3hdftest2017-05-152-74/+74
|
* Merge pull request #485 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-05-111-1/+0
|\ | | | | | | | | | | | | | | 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-031-1/+0
| | | | | | | | | | | | | | | | | | 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-103-76/+79
|/ | | | | | 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
|
* Made corrections according to code review.Vailin Choi2017-04-031-1/+1
| | | | | | | 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-032-4/+87
| | | | | | | 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.
* Snapshot version 1.8 release 19 (snap0)HDF Tester2017-02-132-74/+74
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-3/+4
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* 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-013-98/+111
| | | | | Update autotools and libtool versions. Run bin/reconfigure.
* Updated release preparation branch version number to 1.8.18-pre1lrknox2016-10-272-74/+74
|
* Purpose: Fixed Packet Table issuesBinh-Minh Ribler2016-10-241-4/+9
| | | | | | | | | | | | | | | | | | | | 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 1.8 to wait on QAK about merging the commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* Add namespace and export utilsAllen Byrne2016-10-141-1/+1
|
* [svn-r29801] Purpose: Fix memory leak - HDFFV-9700Binh-Minh Ribler2016-04-251-8/+2
| | | | | | | | | Description: Applied user's patch to fix memory leak. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r29690] Purpose: Merge PT improvements from trunkBinh-Minh Ribler2016-04-132-226/+370
| | | | | | | | | | | | | | Description: Merged from trunk: r29269: Improve Packet Table library r29295: Replaced H5Acreate with H5Acreate2 (by Larry) r29360: Adding missing tests r29364: Improve C++ Packet Table library r29554: Removed extra line in Copyright Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r28438] Snapshot version 1.8 release 17 (snap6)HDF Tester2015-11-221-7/+7
|
* [svn-r28274] Applied patch to eliminate warnings from PRINTSTREAM macros ↵Larry Knox2015-11-041-1/+1
| | | | | | | | from HDF5 1.8.16. Update supported platform and tested configuration info in RELEASE.txt. Tested with h5committest.new.
* [svn-r28125] Add library version changes based on lt_vers.am file.Allen Byrne2015-10-191-3/+3
|
* [svn-r28121] Snapshot version 1.8 release 17 (snap1)HDF Tester2015-10-182-74/+74
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-164-76/+94
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r28012] Reset version after creating hdf5_1_8_16 branch.Larry Knox2015-10-081-3/+3
| | | | Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-11/+22
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and ↵Elena Pourmal2015-04-071-2/+2
| | | | LT_VERS_REVISION to 1 and ran reconfigure.
* [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and ↵Elena Pourmal2015-04-071-1/+1
| | | | Updated RELEASE.txt for the new work to be entered.
* [svn-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-041-1/+0
| | | | | | Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
* [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.Allen Byrne2015-04-011-2/+0
|