Allen Byrne
27596d1157
Fix compile error - declaration after executable statement
2019-12-18 15:08:40 -06:00
Dana Robinson
1ad02a4459
Yanked -Wc++-compat from the flags used to build the C library in both
...
the Autotools and CMake.
2019-12-04 00:49:52 -08:00
David Young
0108072f7a
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf
)"
2019-11-27 11:26:02 -06:00
David Young
bf6b89c841
Quiet decleration-after-statement warnings.
2019-11-13 14:38:22 -06:00
David Young
4d834adba4
Use HD prefix.
2019-11-12 12:40:51 -06:00
David Young
e8de6a46e2
Fix HDFFV-10937: use a more reliable (and probably faster) scheme for
...
visiting all elements of a matrix in an arbitrary order.
2019-10-28 16:54:05 -05:00
Jerome Soumagne
c13078a0ed
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
2019-10-08 14:30:24 -05:00
Dana Robinson
78fda91295
Fixed some exit calls.
2019-09-06 18:06:26 -07:00
Allen Byrne
c60ceb8c08
Merge reconciliation and VFD test fixes
2019-08-04 15:19:51 -05:00
Allen Byrne
44e2ddac97
Merge cleanup mostly whitespace
2019-07-30 12:39:20 -05:00
Quincey Koziol
1ccbdfee58
Add support for GCC 7.x warnings, update warnhist script to account for them,
...
clean up warnings.
2019-06-21 10:05:34 -05:00
Vailin Choi
0073f19897
Set V112 as the latest format and extend the arrays of version bounds.
2019-04-04 16:29:37 -05:00
Dana Robinson
97cdcc47e4
Used the H5_INC_ENUM macro to squash enum value increment warnings.
2019-03-21 01:15:09 -07:00
Jacob Smith
f7115c3136
Remove "bad" statements at end of TEST_ERROR.
...
Formerly arguments to FAIL_PUTS_ERROR
2019-01-04 11:28:39 -06:00
Jacob Smith
a0c6e622e4
Add semicolon at end of TEST_ERROR() invocation for consistency.
2019-01-04 09:07:55 -06:00
Jacob Smith
763db8178e
Change FAIL_PUTS_ERROR to TEST_ERROR.
2019-01-03 23:02:20 -06:00
Jacob Smith
210ab50725
Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ERROR-raising macros.
...
Formatting tweaks.
2018-12-20 11:12:53 -06:00
Jacob Smith
7541ed1fc7
Formatting adjustments.
2018-12-18 15:11:42 -06:00
Jacob Smith
5efc08a06d
Merge branch 'develop' into dset_ohdr_minimize
2018-12-18 11:50:58 -06:00
Jacob Smith
61350bf350
Re-format test/ohdr_mindset.c
...
Fix a few transcription errors in other test files.
2018-12-13 22:11:29 -06:00
Jacob Smith
0a4834c264
Reformat to be more consistent with existing code.
...
Fix a few typos.
2018-12-13 14:02:29 -06:00
Jacob Smith
ea73325250
Merge branch 'develop' into dset_ohdr_minimize
2018-12-12 17:26:08 -06:00
Jacob Smith
1fed1a7be7
Incorporate minimized dset ohdr tests into extant suite.
2018-11-19 14:08:31 -06:00
Quincey Koziol
0df6e44a6e
Squashed commit of private branch changes to support stackable VOL plugins.
...
modified: test/dsets.c
2018-10-24 23:52:47 -05:00
Dana Robinson
e962df1591
VOL FEATURE
2018-10-10 08:10:15 -07:00
Dana Robinson
eb78fd8832
Develop normalization with vol_integration.
...
Mostly peripheral things like the tools and wrappers,
with just enough core library code to support that.
2018-09-18 22:57:37 -07:00
Jacob Smith
602dd3ac15
Stash work on object header reduction code and tests.
...
CMake stuff is not verified.
2018-09-11 16:37:14 -05:00
Vailin Choi
b178d80be0
Changes made based on feedback from pull request #1039 .
2018-05-14 12:26:48 -05:00
Vailin Choi
e6bc326ec0
Fix for HDFFV-10180 Performance issues with H5Oget_info.
2018-04-24 15:10:13 -05:00
Quincey Koziol
d812c6fe60
Cleanup API context function usage.
2018-03-18 22:51:19 -05:00
Quincey Koziol
f38864920d
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
...
Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
2018-03-18 18:36:49 -05:00
Quincey Koziol
4a17aff408
Add API context interface and use it throughout the library.
2018-03-15 16:54:30 -05:00
Binh-Minh Ribler
39e3da7563
Improving tests
...
Description:
- Added test for version bounds with nested datatypes
- Added script for additional version bound test in h5repack
- Cleaned up tests for consistency
- Removed extra included header files
Platforms tested:
Linux/64 (jelly)
Linux/64 (moohan)
Darwin (osx1010test)
2018-02-17 16:18:37 -06:00
Allen Byrne
41d541f1c2
More includes cleanup
2018-02-14 11:14:26 -06:00
Binh-Minh Ribler
0a61befddc
Additional tests
...
Description:
- Revised and add more variety to version bound tests per review
- Revised gen_bounds.c per review
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
Darwin (osx1010test)
2018-02-13 11:05:08 -06:00
Allen Byrne
637a8f7562
Correct linkage of filters and other libs
2017-11-16 09:04:51 -06:00
Allen Byrne
c577a5e995
HDFFV-10297 update calls to H5Zfilter_avail
2017-10-09 17:00:15 -05:00
Vailin Choi
8935c921f7
Fix for HDFFV-10217 infinite loop in H5VM_power2up().
...
The function H5VM_power2up() returns the next power of 2 for n.
When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping.
The fix ensures that the function checks for n >= 2^63 and returns 0.
2017-07-10 03:22:48 -05:00
Dana Robinson
1e9354bcf5
Merge branch 'develop' into windows_open
2017-05-31 15:07:49 -07:00
Dana Robinson
18ae45027c
Fixed additional minor warnings.
2017-05-25 08:42:18 -04:00
lrknox
c8a5520d3a
Call to H5Dopen has H5dopen2 arguments at line 12704 of test/dsets.c -
...
changed to H5Dopen2 to fix failure with --with-default-api-version=v16
configure option.
2017-05-10 14:44:58 -05:00
Vailin Choi
d436db6c6e
Fix for the two issues reported in HDFFV-10051
...
Modifications made based on the review comments from pull request #494
Tested on moohan, mayll, kituo, platypus, ostrich, osx1010test, quail, emu.
2017-05-08 22:14:20 -05:00
Vailin Choi
6a4f1187cc
Fix for the two issues reported in HDFFV-10051:
...
(1) Repeated open/close of a compact dataset fails due to the
increment of ndims in the dataset structure for every open.
--This is done only for chunked dataset via H5D__chunk_set_sizes().
(2) layout "dirty" flag for a compact dataset is not reset
properly after flushing the data at dataset close.
--Reset the "dirty" flag before flushing the message to the object header
via H5O_msg_write().
Tested on moohan, kituo, platypus, ostrich, osx1010test, quail, emu.
2017-05-06 23:40:44 -05:00
Dana Robinson
734aebc395
Rework of the POSIX file open permissions and macros to clean up
...
HDopen() calls.
Also fixed a minor const warning in the core VFD.
2017-04-28 18:13:22 -04:00
Dana Robinson
d3b664b6a7
Changed the Windows POSIX open() file permissions to be correct
...
according to MSDN. Partial fix for HDFFV-9630.
2017-04-28 08:11:29 -07:00
Larry Knox
89fbe00dec
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to 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.
2017-04-25 16:05:36 -05:00
Quincey Koziol
0313cbb91d
Final merge of page buffering branch to develop
2017-03-13 21:30:37 -07:00
Quincey Koziol
5df52404bc
Misc. small cleanups to sync against incoming page buffering changes.
2017-03-02 06:24:46 -08:00
Quincey Koziol
fc482f126f
Bring over tweak for missing environment variable.
2016-12-18 00:59:36 -08:00
Quincey Koziol
64a339183f
Bring SWMR support in to the main development branch. (Finally!) More tests
...
and the tool and API wrappers will be coming in over the weekend.
2016-12-02 08:07:04 -08:00