summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update versionLarry Knox2018-09-051-2/+2
|
* Merge pull request #1227 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2018-08-281-1/+1
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'd8ec4df92880d98907b12af8fc9fff86e0631270': Update system commands with HD prefix and whitespace
| * Update system commands with HD prefix and whitespaceAllen Byrne2018-08-281-1/+1
| |
* | Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developLarry Knox2018-08-281-17/+1
|/ | | | | | | | * commit '763b95c6b0f027025a5a5bfb203b77317ffa2368': Update RELEASE.txt with suggested changes Update MANIFEST file for new t_coll_md_read.c file Remove now-unused local variable Add fix for HDFFV-10501
* Correct nested c-style comments.Larry Knox2018-08-161-1/+1
|
* Corrected commentAllen Byrne2018-08-161-2/+4
|
* HDFFV-10552 fix makevers script and undeprecate 1.10 functionsAllen Byrne2018-08-162-60/+64
|
* Rearrange issues by date orderJordan Henderson2018-08-091-3/+3
| | | | | Update version. Update .so versions to match 1.10.3.
* Add Autotools and CMake checks for big I/O MPI-3 functionsJordan Henderson2018-08-021-0/+1
|
* Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-08-025-22/+78
| | | | | | | | | | | | | | | Add line to libhdf5settings file for status of Parallel writes to filtered datasets status Surround Parallel Compression code in MPI_VERSION >= 3 checks Add disabled message for Parallel Compression built w/ MPI-2 Modify Parallel Compression tests to only run the parallel filtered read tests when parallel filtered writes are disabled Update big I/O code to handle being built with MPI-2 Add checks to CMakeLists.txt for MPI_Mprobe and MPI_Imrecv
* Merge from developAllen Byrne2018-07-311-4/+4
|
* Revise H5D__mpio_array_gatherv() to not allocate memory needlesslyJordan Henderson2018-07-271-38/+61
|
* Eliminate warning about signed to unsigned conversionJordan Henderson2018-07-271-4/+4
|
* Remove unused local variableJordan Henderson2018-07-271-7/+4
| | | Ensure frees are done in a more heap-fragmentation friendly order
* Fix bug in parallel reads of compressed dataJordan Henderson2018-07-271-7/+34
| | | Add remaining parallel compound dataset partial read tests
* Fix for HDFFV-9277: update the ainfo message after removing an attribute.Vailin Choi2018-07-261-3/+6
|
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-261-10/+10
| | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* Removed white spaceBinh-Minh Ribler2018-07-261-1/+2
|
* Fixed HDFFV-10476, HDFFV-10478, HDFFV-10480Binh-Minh Ribler2018-07-263-4/+11
| | | | | | | | | Description: Fixed potential out of bound read and NULL pointer dereferences. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
* Combined macro lines as Dana commentedBinh-Minh Ribler2018-07-263-6/+3
| | | | | Platforms tested: Linux/64 (jelly) (very minor)
* Fix evaluation of __has_attribute(no_sanitize_address) on older GCC versionsJerome Soumagne2018-07-261-3/+7
|
* Fixed division-by-zero issuesBinh-Minh Ribler2018-07-263-24/+39
| | | | | | | | | | | Description: Fixed HDFFV-10481 and HDFFV-10477, division by 0. Fixed another occurrence beside what were reported. Also, changed a local variable to avoid an unnecessary cast. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-2678-249/+248
| | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* Add note about single chunk caching and serial libraryJordan Henderson2018-07-261-1/+7
|
* Add check for actually using the MPI file driver when caching one chunkJordan Henderson2018-07-261-1/+15
| | | Better explain rationale behind chunk caching issue fix
* Fix error message mentioning wrong MPI function usedJordan Henderson2018-07-261-1/+1
|
* HDFFV-10527:corrected two more typos.Hyo-Kyung Lee2018-07-261-2/+2
|
* HDFFV-10527:corrected typos in comment blocks.Hyo-Kyung Lee2018-07-261-2/+2
|
* Changes based on feedback from pull request.Vailin Choi2018-07-261-3/+1
|
* Fix for HDFFV-10333:Vailin Choi2018-07-264-15/+41
| | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump
* Fix for HDFFV-10509Jordan Henderson2018-07-261-2/+15
|
* Fix H5detect to use no_sanitize_address attribute and support GCC sanitizersJerome Soumagne2018-07-261-7/+5
|
* Snapshot version 1.10 release 3 (snap3)hdftest2018-06-241-2/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)hdftest2018-06-1645-1859/+1902
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '87829e06189cd9b29583b5ca8065b52b1f4cd523': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| * Merge pull request #1111 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10Scot Breitenfeld2018-06-1545-1859/+1902
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '57f64b92d19fed2879ee9bafe1d29bfac865d54c': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| | * Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-149-498/+507
| | |\
| | | * Cleaned up H5Fmount/unmount code.Dana Robinson2018-06-071-18/+40
| | | |
| | | * Normalization with vol_integration branch.Dana Robinson2018-06-076-252/+232
| | | |
| | | * Normalization with the vol_integration branch.Dana Robinson2018-06-063-235/+242
| | | |
| | * | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-0438-1365/+1399
| | |\ \ | | | |/
| | | * Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-318-584/+318
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5do_direct_chunk_hl_to_src to develop * commit '1da9c5545c013ebc540ba3044810889d4acfa5be': Restored some unused #defines to the deprecated section of H5Dpublic.h. Added deprecated symbol wrappers for the H5DOwrite/read_chunk wrappers. Updated commenting in the H5DO compat test. Stripped out most of the duplicated functionality in the H5DO compat test. * Added H5DO compatibility functions. * Changed the offset copy to use an array on the stack. * Yanked some unused #defines. * Fixed the error tests * Moved common functionality into helper functions Normalize with trunk prior to update merge Fixed a warning. Finished move of H5DOread/write_chunk calls to H5D. First stage of moving H5DOread/write_chunk() to src/ and making them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| | | | * Restored some unused #defines to the deprecated section of H5Dpublic.h.Dana Robinson2018-05-151-1/+13
| | | | |
| | | | * Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-152-85/+78
| | | | |\
| | | | * | * Added H5DO compatibility functions.Dana Robinson2018-05-042-67/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed the offset copy to use an array on the stack. * Yanked some unused #defines.
| | | | * | * Fixed the error testsDana Robinson2018-05-023-89/+136
| | | | | | | | | | | | | | | | | | | | | | | | * Moved common functionality into helper functions
| | | | * | Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-3029-1863/+1832
| | | | |\ \
| | | | * | | Normalize with trunk prior to update mergeDana Robinson2018-04-301-16/+16
| | | | | | |
| | | | * | | Fixed a warning.Dana Robinson2018-04-301-1/+1
| | | | | | |
| | | | * | | Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-305-600/+142
| | | | | | |
| | | | * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-302-5/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.