summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Added the map (H5M) APIDana Robinson2019-08-133-1/+19
|
* HDFFV-10879 fix reference fileAllen Byrne2019-08-121-1/+1
|
* Add option to explicitly disable extra testsAllen Byrne2019-08-071-0/+2
|
* Cleanup HD prefixAllen Byrne2019-08-053-909/+557
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-053-680/+762
|\ | | | | | | | | | | | | * commit '5fe1216a4e6af8feef0551f7bece8a0e193310a9': Fix return type for H5Sselect_intersect_block(). Updated H5TRACE macro. Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
| * Merge pull request #1819 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2019-08-043-680/+762
| |\ | | | | | | | | | | | | | | | | | | * commit '905d40aa6f6eb603c5507e7967130760e3a2e43c': Fix return type for H5Sselect_intersect_block(). Updated H5TRACE macro. Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 ↵Quincey Koziol2019-07-307-21/+6835
| | |\ | | | | | | | | | | | | into develop
| | * | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-303-680/+762
| | | | | | | | | | | | | | | | with tests and minor cleanups and refactorings.
* | | | Merge reconciliation and VFD test fixesAllen Byrne2019-08-047-310/+306
|/ / /
* | | Fix VFD tests and repackAllen Byrne2019-08-031-1/+0
| | |
* | | Fix conflicting types for reset_raw_data_files() parameter in ↵Larry Knox2019-08-013-8/+8
| | | | | | | | | | | | | | | | | | external_common.c changed from int to hbool_t. Change 0 and 1 to FALSE and TRUE in calls to reset_raw_data_files().
* | | Fix missing export tagAllen Byrne2019-07-311-2/+10
| | |
* | | Mostly whitespace cleanup and consistent test formatAllen Byrne2019-07-311-2413/+1407
| | |
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-311-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '363217073750d07e0eeb0aac2b404a799fda9f7a': Update COPYING file. Remove hdfs from list of vfds for check-vfd testing as it is read-only. Fixed the MANIFEST
| * | | Update COPYING file.Larry Knox2019-07-301-1/+1
| | |/ | |/| | | | | | | Remove hdfs from list of vfds for check-vfd testing as it is read-only.
* | | Merge cleanup mostly whitespaceAllen Byrne2019-07-306-961/+960
| | |
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-297-21/+6835
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following:
| * | Add HD to string functions.Larry Knox2019-07-263-27/+27
| | | | | | | | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
| * | Squashed commit of the following:Larry Knox2019-07-257-21/+6835
| |/ | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-233-185/+61
|/
* Correct format of drive checkAllen Byrne2019-07-221-5/+9
|
* HDFFV-10845 fix comment syntaxAllen Byrne2019-07-211-2/+2
|
* HDFFV-10845 Windows drive can only goto ZAllen Byrne2019-07-211-946/+950
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-174-23/+43
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-172-3/+3
|
* HDFFV-8631 mingw is different platformAllen Byrne2019-07-171-2/+2
|
* Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-107-5/+87
| | | | to warning cleanups that are a bit obscure.
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-0317-90/+125
|
* Merge pull request #1787 in HDFFV/hdf5 from ↵Dana Robinson2019-07-023-215/+238
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'f250815151df8da8a93c0ff781a3cf134f1c6cbd': Cleaned up misc warnings.
| * Cleaned up misc warnings.Dana Robinson2019-06-293-215/+238
| |
* | Move the -Wformat-nonliteral warning to the developer flags. Fix bugsQuincey Koziol2019-06-291-1/+0
| | | | | | | | I introduced in the last commit.
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-287-143/+106
|\ \ | |/
| * Merge pull request #1782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵Dana Robinson2019-06-283-36/+47
| |\ | | | | | | | | | | | | | | | | | | | | | to develop * commit '1c4101c6a77dd9223483dd9e3f7bec0f9e92f435': Fixed various warnings in testhdf5 files. Warning fixes: * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c
| | * Fixed various warnings in testhdf5 files.Dana Robinson2019-06-283-36/+47
| | |
| * | Merge pull request #12 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-06-272-12/+24
| |\ \ | | |/ | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '2c69584fb124c20e1dd06c31f2baf240b50b381c': Fixed missing return value checks in VDS tests.
| * | Merge branch 'develop' of ↵Vailin Choi2019-06-265-242/+282
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/new_shutdown_fsm
| * \ \ Merge pull request #8 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-06-2420-50/+62
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Fix minor typo in H5S_select_iter_release Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues
| * | | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-204-105/+63
| | | | |
* | | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-2814-199/+217
| |_|_|/ |/| | | | | | | | | | | | | | | 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 Robinson2019-06-272-12/+24
| |_|/ |/| |
* | | Merge pull request #1772 in HDFFV/hdf5 from ↵Vailin Choi2019-06-261-232/+272
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds to develop * commit '3768566139df18928aa29ece0eff3010b224633b': Add release notes. Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds. Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
| * | | Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.Vailin Choi2019-06-251-112/+112
| | | |
| * | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using ↵Vailin Choi2019-06-241-123/+163
| | |/ | |/| | | | | | | | | | | | | | | | H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
* | | Banish enum increment warningsDana Robinson2019-06-263-6/+6
| | |
* | | Fixed a memory issue in trefer.c.Dana Robinson2019-06-251-4/+4
|/ /
* | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-2119-44/+49
| | | | | | | | clean up warnings.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-201-1/+27
|\ \ | |/ | | | | | | | | * commit '2e973f7e12301975f9d8dfdd5534682525554e77': Fix minor typo in H5S_select_iter_release Fix memory leak in objcopy test after H5Aread of vlen data
| * Fix memory leak in objcopy test after H5Aread of vlen dataJerome Soumagne2019-06-191-1/+27
| |
* | HDFFV-10805 Fix test of library libinfoAllen Byrne2019-06-191-6/+13
|/
* Merge pull request #1750 in HDFFV/hdf5 from ↵Dana Robinson2019-06-191-202/+150
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:ohdr_test_memory_issue to develop * commit '6a1e9a1fbe9606d0dd3452092cab17794e131e64': Fixed a problem in the ohdr test where hard-coded strings passed to H5Awrite() triggered -fsanitize failures.