Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -4207/+4207 |
| | |||||
* | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 1 | -1/+1 |
| | | | | Removes redundant C library headers from hl library | ||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -5/+5 |
| | |||||
* | Merge branch 'develop' into stack_size_warnings | Dana Robinson | 2020-01-17 | 1 | -9/+9 |
|\ | |||||
| * | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -9/+9 |
| | | |||||
* | | Fixed stack and frame size warnings. Not complete, but fixes most of | Dana Robinson | 2020-01-15 | 1 | -38/+123 |
|/ | | | | the easier cases. | ||||
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -2/+2 |
| | | | | the Autotools and CMake. | ||||
* | Changed the name of the temporary directory from 'tmp' to a special name to ↵ | Songyu Lu | 2019-08-14 | 1 | -1/+1 |
| | | | | avoid possible conflicts. | ||||
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -2/+2 |
| | |||||
* | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -5/+0 |
| | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings. | ||||
* | Fixed missing return value checks in VDS tests. | Dana Robinson | 2019-06-27 | 1 | -6/+12 |
| | |||||
* | Banish enum increment warnings | Dana Robinson | 2019-06-26 | 1 | -2/+2 |
| | |||||
* | Refactor H5S__hyper_project_intersection to operate directly on span | Neil Fortner | 2019-06-01 | 1 | -1/+719 |
| | | | | | trees, improving performance and removing the conditionn that the extents be equal. | ||||
* | Merge branch 'develop' of ↵ | Songyu Lu | 2019-04-09 | 1 | -18/+66 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_ray into HDFFV-10658-performance-drop-from-1-8 | ||||
| * | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. | Vailin Choi | 2019-04-06 | 1 | -18/+66 |
| | | | | | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue. | ||||
* | | This commit basically has the following changes: | Songyu Lu | 2019-04-04 | 1 | -193/+5 |
|/ | | | | | | 1. restored the datatype, dataspace, and LCPL of the dataset for VOL connector back to the properties. 2. splitted external.c and vds.c because they called HDsetenv in the program, instead using shell scripts to set the environment variables. 3. changed H5CX_get_vds_prefix and H5CX_get_ext_file_prefix to use H5P_peek instead of H5P_get. | ||||
* | C and POSIX call cleanup | Dana Robinson | 2019-01-11 | 1 | -4/+4 |
| | |||||
* | fixed typo. | Hyo-Kyung Lee | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵ | hdftest | 2018-06-24 | 1 | -4/+1 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. | ||||
* | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-06-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 1 | -1/+1 |
| | | |||||
* | | Fix for HDFFV-10469: set to latest format for virtual layout encoding. | Vailin Choi | 2018-05-17 | 1 | -1/+1 |
| | | |||||
* | | temporary fix for HDFFV-10469 | M. Scot Breitenfeld | 2018-05-09 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-08 | 1 | -9/+0 |
|\ \ | |/ | |||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 1 | -603/+926 |
| |\ | | | | | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros | ||||
* | \ | synced with develop | M. Scot Breitenfeld | 2018-01-05 | 1 | -0/+452 |
|\ \ \ | | |/ | |/| | |||||
| * | | HDFFV-9724 Corrected files and verified tests | Allen Byrne | 2017-12-28 | 1 | -603/+935 |
| | | | |||||
| * | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵ | lrknox | 2017-12-22 | 1 | -923/+570 |
| | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2. | ||||
| * | | Cleanup comments and if() in TRY blocks | Allen Byrne | 2017-12-20 | 1 | -608/+497 |
| | | | |||||
| * | | HDFFV-9724 Add ENV VAR to vds test | Allen Byrne | 2017-12-19 | 1 | -0/+190 |
| | | | |||||
| * | | HDFFV-9724 Initial changes and test | Allen Byrne | 2017-12-11 | 1 | -0/+274 |
| |/ | |||||
| * | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | | Fix library interface commands, add missing JNI | Allen Byrne | 2017-12-21 | 1 | -603/+483 |
| | | |||||
* | | Fix for HDFFV-9947 H5Sencode | Vailin Choi | 2017-11-28 | 1 | -1/+1 |
| | | | | | | | | Modifications to fix H5Sencode bug when num points selected is > 2^32. | ||||
* | | Change copyright headers to replace url referring to file to be removed | lrknox | 2017-04-14 | 1 | -6/+4 |
|/ | | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines. | ||||
* | Fix alignment | Allen Byrne | 2017-03-08 | 1 | -9/+9 |
| | |||||
* | Fix vds tests | Allen Byrne | 2017-03-07 | 1 | -9/+28 |
| | | | | java wrong call vds test - missing checks and if content | ||||
* | [svn-r30189] Description: | Quincey Koziol | 2016-07-18 | 1 | -1/+0 |
| | | | | | | | | | Clean up more warnings: drop the warning count from ~1310 down to ~940, with only 31 types of warnings in 148 files (down from 38 types in 167 files). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) | ||||
* | [svn-r29884] VDS correction for get_space_status, with test change. | Allen Byrne | 2016-05-04 | 1 | -0/+13 |
| | | | | | Add new files for repack tests. Add repack tests for VDS files. | ||||
* | [svn-r29421] Fix for HDFFV-9516. | Dana Robinson | 2016-03-15 | 1 | -7/+153 |
| | | | | | | | | Corrects a problem where H5Dget_access_plist() returns a dapl that does not contain all dapl fields. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial | ||||
* | [svn-r28573] Merge of r28109 from revise_chunks. Minor change to test/vds.c. | Dana Robinson | 2015-12-11 | 1 | -3/+3 |
| | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only | ||||
* | [svn-r27835] Description: | Quincey Koziol | 2015-09-21 | 1 | -5/+7 |
| | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch) | ||||
* | [svn-r27646] Add version number to VDS global heap object encoding. | Neil Fortner | 2015-09-01 | 1 | -5/+7 |
| | | | | | | | | | Fix handling of layout version number. Other minor fixes/cleanup. NOTE: This commit changes the file format for VDS, all files must be re-generated. Tested: ummon | ||||
* | [svn-r27546] Add tests for H5O__dset_bh_info (H5Oget_info) and unlimited ↵ | Neil Fortner | 2015-08-21 | 1 | -8/+27 |
| | | | | | | | | selections in a region reference. Tested: ummon | ||||
* | [svn-r27543] Add tests to cover remaining code coverage assertions in ↵ | Neil Fortner | 2015-08-20 | 1 | -0/+457 |
| | | | | | | | | | H5Shyper.c. Add more tests for unlimited selections. Fix bug related to empty unlimited source dataset. Tested: ummon | ||||
* | [svn-r27538] Add tests to cover remaining code coverage assertions in src ↵ | Neil Fortner | 2015-08-20 | 1 | -17/+414 |
| | | | | | | | | directory except for those in H5Doh.c and H5Shyper.c. Tested: ummon | ||||
* | [svn-r27527] Add tests to hit code coverage assertions in H5Olayout.c. | Neil Fortner | 2015-08-19 | 1 | -2/+44 |
| | | | | | | Fix issue in VDS delete routine. Tested: ummon | ||||
* | [svn-r27520] Add new test for all 3 selection types in the same VDS. | Neil Fortner | 2015-08-18 | 1 | -35/+1095 |
| | | | | | | Minor cleanup in the tests. Tested: ummon | ||||
* | [svn-r27505] Add support for H5Dset_extent for VDS. | Neil Fortner | 2015-08-14 | 1 | -6/+238 |
| | | | | | | | Add tests for this. Other bug fixes/cleanup Tested: Kubuntu 64 (home computer) | ||||
* | [svn-r27498] Add support for I/O after reopening a VDS with unlimited and/or ↵ | Neil Fortner | 2015-08-12 | 1 | -0/+153 |
| | | | | | | | | | | printf mappings without calling H5Dget_space first. Add tests for this. Other minor fixes/cleanup. Tested: ummon |