Network

 
AuthorCommitMessageCommit Date
David YoungDavid Young
763d7a778e7Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads implementation ought to be portable to any system that has POSIX Threads. On Windows, I use the same API call as before.
Quincey KoziolQuincey Koziol
25f30e7d63aMMerge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12
Quincey KoziolQuincey Koziol
f8545c459beAlign contents of CMake and autotools testfile cleanup lists.
Quincey KoziolQuincey Koziol
2edc8daa16fAvoid allocating a chunk index for datasets with 0-sized dimensions, until the dataset is extended.
Allen ByrneAllen Byrne
8f58213e391Correct filename
Allen ByrneAllen Byrne
2110dc73594OESS-65 Fix packaging
Allen ByrneAllen Byrne
e76c191daabMMerge pull request #2566 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12 * commit 'a9c980cb28e912f5f4a74fcf1ac999000982bf21': Correct path
Allen ByrneAllen Byrne
a9c980cb28eCorrect path
Allen ByrneAllen Byrne
f0ed3478a90MMerge pull request #2562 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12 * commit 'e0183056d5362f2198726281e446e02912120d4d': Add github actions and cleanup java whitespace
Allen ByrneAllen Byrne
e0183056d53Add github actions and cleanup java whitespace
Allen ByrneAllen Byrne
286d296aa7aMMerge pull request #2546 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12 * commit '38e923b85367b9e1428a3d284cb3c09c9fe8a108': OESS-65 replace szip with aec library
Allen ByrneAllen Byrne
38e923b8536OESS-65 replace szip with aec library
Private HDFPrivate HDF
bf5029051ccMMerge pull request #2528 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf5_1_12 * commit '8a4905b9d329b582b04d1cc2705d9e367f4dd20b': Restrict errors to gcc 4.8 and above. Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop Fix NoFilter build TRILAB-244 separate CXX warnings and errors from C Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be a...
Allen ByrneAllen Byrne
8a4905b9d32Restrict errors to gcc 4.8 and above.
David YoungDavid Young
743a2adb2a5Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop * commit 'd16eb45d536bd13ca3cf1b0bdc76c58d95d13f17': For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX instead of "%ju". Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-in...
Allen ByrneAllen Byrne
88fbce4183dFix NoFilter build
Allen ByrneAllen Byrne
54764c99be2TRILAB-244 separate CXX warnings and errors from C
Larry KnoxLarry Knox
49a76869aa9Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
Private HDFPrivate HDF
60778cb6233MMerge pull request #2545 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_12 to hdf5_1_12 * commit 'ee86b05d9841dbfb14335f60af37d54bf66a1138': Snapshot version 1.12 release 1 (snap0) Update version to 1.12.1-1
Private HDFPrivate HDF
ee86b05d984Snapshot version 1.12 release 1 (snap0) Update version to 1.12.1-1
Allen ByrneAllen Byrne
0c594312797MMerge pull request #2512 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12 * commit 'd5b10a7d0aa300742137fba8157c54d92a594c61': TRILAB-192 version of std=f2008 special check
Allen ByrneAllen Byrne
d5b10a7d0aaTRILAB-192 version of std=f2008 special check
Vailin ChoiVailin Choi
8b475a8a95bMMerge pull request #2497 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_dtype_close_on_error to hdf5_1_12 * commit '365f08e555e7e92f04b095ccfb3dae09b27fd0ad': Fix according to PR feedback. Fix error in previous merge: should use NULL instead of FAIL.
vchoivchoi
365f08e555eFix according to PR feedback.
vchoivchoi
c566935876dFix error in previous merge: should use NULL instead of FAIL.
Vailin ChoiVailin Choi
9b8d28754a4MMerge pull request #30 in ~VCHOI/my_third_fork from hdf5_1_12 to bugfix/112_dtype_close_on_error * commit 'db3f89ce9dc7eae17cb15d39e402112c3fbd2955':
Allen ByrneAllen Byrne
3904f27eaddMMerge pull request #2480 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12 * commit '13bba40029b2ff5f64600b497cdce94f8dba0bcc': Fix shadowed type TRILAB-192 - cleanup edits and match CMake CXX to autotools Add missing " and update function calls incorrectly namedload_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS. TRILAB-192 update LTparse files TRILAB-192 - merge changes from develop Update r...
Allen ByrneAllen Byrne
13bba40029bFix shadowed type
Allen ByrneAllen Byrne
c622e54bb22TRILAB-192 - cleanup edits and match CMake CXX to autotools
Larry KnoxLarry Knox
fbd46d674faAdd missing " and update function calls incorrectly namedload_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.
Allen ByrneAllen Byrne
18e089e4e4dTRILAB-192 update LTparse files
Allen ByrneAllen Byrne
6108186feb0TRILAB-192 - merge changes from develop Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
Allen ByrneAllen Byrne
d2b7bacea1dMMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12) * commit 'db3f89ce9dc7eae17cb15d39e402112c3fbd2955': Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype_close_on_error to develop
Vailin ChoiVailin Choi
db3f89ce9dcMMerge pull request #2488 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_dtype_close_on_error to hdf5_1_12 * commit 'b4d06a7e80d62b93e64abd44425f90ec1e15df81': Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype_close_on_error to develop
Vailin ChoiVailin Choi
b4d06a7e80dMerge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype_close_on_error to develop * commit 'afdcac28b85d690eebc80ab568fa5266081baaaa': A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before...
Allen ByrneAllen Byrne
965c024c6e0Update release note for CMake warnings
Allen ByrneAllen Byrne
74c388e640cCorrect extra flags
Allen ByrneAllen Byrne
ac32ce96a35TRILAB-192 merging warnings changes from develop
Allen ByrneAllen Byrne
490cb6f9cd7MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12) * commit '16b909a7488d8288206dd0bb7cf9ef7036d7f543': Update release notes about H5get_alloc_stats() and H5get_free_list_sizes(). Was checking the wrong compiler macro. Correct failure when allocation tracking are disabled. Remove VCS merge conflict Revise API for H5get_alloc_stats() to take a struct instead of separate values. Add routines to query the library's free list sizes and allocation stats.
Quincey KoziolQuincey Koziol
16b909a7488MMerge pull request #2468 in HDFFV/hdf5 from alloc_stats_1_12 to hdf5_1_12 * commit '0f92c0e908454bb025361060d89de805e4829302': Update release notes about H5get_alloc_stats() and H5get_free_list_sizes(). Was checking the wrong compiler macro. Correct failure when allocation tracking are disabled. Remove VCS merge conflict Revise API for H5get_alloc_stats() to take a struct instead of separate values. Add routines to query the library's free list sizes and allocation stats.
Quincey KoziolQuincey Koziol
0f92c0e9084Update release notes about H5get_alloc_stats() and H5get_free_list_sizes().
Quincey KoziolQuincey Koziol
32742c08901Was checking the wrong compiler macro.
Quincey KoziolQuincey Koziol
a45a994bd4dCorrect failure when allocation tracking are disabled.
Quincey KoziolQuincey Koziol
8f0c6f0e833Remove VCS merge conflict
Quincey KoziolQuincey Koziol
5144eedd2e0Revise API for H5get_alloc_stats() to take a struct instead of separate values.
Quincey KoziolQuincey Koziol
4065a506bc4Add routines to query the library's free list sizes and allocation stats.
Allen ByrneAllen Byrne
5cbdef58407TRILAB-24 use CheckStructHasMember CMake module
Vailin ChoiVailin Choi
3656fb07effMMerge pull request #2454 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/v112_seg_fault_sel_compat to hdf5_1_12 * commit '3b2db5eb19594fa44357e63e36f3b294fbae463d': Merge pull request #2451 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/develop_seg_fault_sel_compat to develop
Vailin ChoiVailin Choi
3b2db5eb195Merge pull request #2451 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/develop_seg_fault_sel_compat to develop * commit '81b1ed4e1724b8a6a731ab2b8fb03234a8b49d15': Fix issues when deserializing point/all/none selection with version beyond the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
Larry KnoxLarry Knox
fbda71a49e8MMerge pull request #2448 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf5_1_12 * commit 'fe1f4d031e3aeb2702639c2b7e11f76811309f48': Add \d to list of characters allowed after - in versions.