kmu
04a2d20bba
fix float type cmp warning
2020-01-22 12:55:01 -06:00
kmu
9be5b2842e
merge and fix
2020-01-20 21:11:32 -06:00
kmu
628d267162
merge and fix conflict
2020-01-19 08:09:44 -06:00
Allen Byrne
db65d57541
Correct standalone function attributes
2020-01-17 12:15:16 -06:00
Allen Byrne
1643f591d6
Standalone should not use import/export attributes
2020-01-17 10:08:10 -06:00
Dana Robinson
a92c735c9b
Squashed commit of the token_refactoring branch:
2020-01-16 13:29:34 -08:00
kmu
d46ea2d08a
merge and fix conflicts
2020-01-14 11:28:27 -06:00
Allen Byrne
341600b4a6
Update tools hid_t declarations with H5I_INVALID_HID
2020-01-13 17:10:09 -06:00
kmu
9712fad601
fix unused related warnings
2020-01-13 13:20:19 -06:00
Allen Byrne
9b82f8c0ac
Fix standalone compile issues
2020-01-09 16:00:13 -06:00
Kimmy Mu
127f07d64a
Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
...
* commit '0a2bb11b248df6841daabca3970df5d8504adfc7':
address problems from comments
fix and address comments
change according to previous comments
add missing piece
remove unnecessary check macro
fix intel compile warnings
Revert "fix warnings from Intel compiler"
Revert "fix warnings and some text alignment"
Revert "let hdf5 pick up the right compiler in Intel environment"
Revert "fix issues from previous PR comments"
Revert "using a different MACRO"
using a different MACRO
fix issues from previous PR comments
let hdf5 pick up the right compiler in Intel environment
fix warnings and some text alignment
fix warnings from Intel compiler
2020-01-06 12:17:10 -06:00
Quincey Koziol
0225e6d596
Small changes from the token_refactoring branch, to reduce the delta to develop
2020-01-03 22:16:38 -06:00
Jordan Henderson
9c9b9b1c7a
Fix issue in h5dump where reference objects weren't being destroyed
2019-12-31 11:33:27 -06:00
Jordan Henderson
1795aa660a
Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro
2019-12-30 18:02:06 -06:00
Jordan Henderson
2cbf31cb3a
Refactor tools library error handling macros
2019-12-28 14:08:04 -06:00
Allen Byrne
de0f667076
Fix compile statement order
2019-12-20 14:18:01 -06:00
Allen Byrne
23f813026f
HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3
2019-12-20 13:23:48 -06:00
Allen Byrne
d7c38eeee9
Add unknown define for h5dump ref objects
2019-12-20 11:08:37 -06:00
Allen Byrne
628c63f125
HDFFV-10980 - h5diff uses new ref APIs
2019-12-19 16:29:43 -06:00
Allen Byrne
dc2cbdaf67
Revert and move declaration
2019-12-13 12:28:18 -06:00
Allen Byrne
4ab00a3d1d
Correct struct access
2019-12-13 11:59:20 -06:00
Allen Byrne
f57907d22c
Fix duplicate and varname
2019-12-13 11:52:38 -06:00
Allen Byrne
e3c75f6cf7
Fix compile and test issues from DT
2019-12-13 11:36:09 -06:00
Allen Byrne
1fc1b09bf3
Fix issues found with ONLY_SHARED_LIBS option
2019-12-11 12:28:33 -06:00
kmu
45a62b2d46
fix and address comments
2019-12-11 10:44:56 -06:00
kmu
f2614c9042
more fix and address comments
2019-12-09 14:08:47 -06:00
kmu
8b51394f38
Merge branch 'develop' into bugfix/intel_warnings
2019-12-09 09:18:56 -06:00
Allen Byrne
7225519e2a
Revert declaration used in macro.
2019-12-07 08:38:06 -06:00
Allen Byrne
73c8e2f9d6
Revert declaration deletion.
2019-12-07 08:31:12 -06:00
Allen Byrne
fce2a31dc5
Address compile warnings
2019-12-06 13:55:34 -06:00
Allen Byrne
cf61098fa6
Fix compile errors - mostly in jni
2019-12-06 12:57:38 -06:00
kmu
f22e258586
remove unsed var,function,macro, etc
2019-12-06 12:03:19 -06:00
Allen Byrne
e8ad5f6d1a
HDFFV-10876 Update dump to match DDL spec
2019-12-05 17:21:02 -06:00
Allen Byrne
d552e97eae
Update h5ls help and rework dump_mem routines for attrs
2019-12-04 16:36:32 -06:00
kmu
132fa33dad
fix intel compile warnings
2019-12-03 20:52:55 -06:00
Allen Byrne
7ad3d62a5c
Update data output reference
2019-12-03 16:05:35 -06:00
Allen Byrne
12fd139e90
Update reference files and fix int as string
2019-12-03 14:43:05 -06:00
Allen Byrne
7e92c2e3e5
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '0772b975d1d2bfa15aedeb4b6e2c2aac78c61a2f':
Fix missing free in H5T__ref_mem_read()
Fix bugs in H5VL file comparison code. Add short circuit success to H5VL_cmp_connector_cls().
Implement file comparison VOL callback. Other changes to allow references to work with non-native connectors. There is a bug somewhere.
Add support for point selections to H5S_select_project_intersection.
Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf
)"
Revert "Oops, remove more C99 designated initializers for VS 2010 compatibility."
H5R: fix H5Tconv to check for null references
Trivial parameter renaming in VOL API calls.
Move checking for zero offset in selection adjust calls to the selection callbacks. This makes the procedure for checking it consistent across selection types and between _s and _u, ensures it is always is performed even when called within the H5S package, and removes the redundant check that would occur when callins H5S_select_adjust_s() from outside the H5S package.
Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() with H5Sselect_adjust. Implement "adjust_s" callback for all selection types. Add range checking to H5Sselect_adjust().
2019-12-02 08:00:20 -06: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
Allen Byrne
dcae4544a3
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'a8892bb42d6f6e4fbc30fae0eb2b957f81c938b9': (45 commits)
Oops, remove more C99 designated initializers for VS 2010 compatibility.
Add an #include to get a function declaration.
Don't use C99 designated initializers, they're not compatible with Visual Studio 2010.
Quiet some more maybe-uninitialized warnings---each is a false positive, *sigh*. This is more code that may not compile with VS2010, *sigh sigh*.
Always warn on maybe-uninitialized. -Wincompatible-pointer-types was not available until GCC 5, so enable it only if that's the GCC version we're using.
Only promote maybe-uninitialized warnings to errors on GCC 8. Even on GCC 8, there may be false positives at low optimization levels? I need to check.
Only use -Werror=cast-function-type with GCC 8 and later.
Put all of the -W options back into the order I found them in so that it's easier to compare old and new config/gnu-flags.
Add new source files to CMakeLists.txt.
Mention the -Werror= flags in libhdf5.settings.in.
free -> HDfree
Promote decleration-after-statement warnings to errors.
Quiet decleration-after-statement warnings.
Move a statement under some declarations since some vintages of Visual Studio don't like declarations after statements.
Document H5D__chunk_mem_xfree_wrapper().
Undo accidental test deletion.
Oops, delete a debug printf that snuck in here.
Undo my changes to the HD macros, hadn't really intended those to be on this branch....
Make errors of some more warnings. Move disabled warnings to DEVELOPER_WARNING_CFLAGS. Put just one warning option on a line, and sort some of the options.
Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *.
...
2019-11-25 18:21:14 -06:00
Allen Byrne
5fe5caf560
Comment correction
2019-11-21 09:33:04 -06:00
David Young
77a9806ab5
Demote errors to warnings for a couple of unused-but-set variables that
...
I cannot untangle right now.
2019-11-13 11:26:49 -06:00
David Young
0cb24f8ad4
Mark an unused parameter H5_ATTR_UNUSED.
2019-11-13 11:25:27 -06:00
Allen Byrne
6b927a773c
HDFFV-10876 Update h5dump and h5ls for new ref api.
2019-11-07 09:49:11 -06:00
Jerome Soumagne
0beba4aac2
Fix reference type comparison in h5dump
2019-10-08 14:30:24 -05:00
Jerome Soumagne
c13078a0ed
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
2019-10-08 14:30:24 -05:00
Allen Byrne
4394f0776b
More whitespace changes
2019-10-03 12:10:24 -05:00
Allen Byrne
bc61159318
HDFFV-10919 merge synching
2019-10-02 15:13:37 -05:00
Dana Robinson
a6930a2bcf
Renamed get/set_time() calls in the tools library to avoid name
...
clash when building static parallel HDF5 w/ static linking to OpenMPI.
2019-09-19 13:50:49 -07:00
Allen Byrne
369d17c05c
HDFFV-10876 h5dump OPAQUE size should be optional
2019-08-27 15:10:37 -05:00
Dana Robinson
8c40dab59e
Untangle #ifdef mess in ROS3 code.
2019-08-19 18:02:47 -07:00
Allen Byrne
64e6665b54
Add HD prefix to tests
2019-08-15 16:46:15 -05:00
Dana Robinson
d95745235a
Updated h5trav.c to emit output that doesn't require ddl changes for map
...
support.
2019-08-13 10:55:34 -07:00
Dana Robinson
5b6bd7c922
Added the map (H5M) API
2019-08-13 01:36:42 -07:00
Larry Knox
8008294578
Squashed commit of the following:
...
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
2019-07-25 11:47:12 -05:00
Quincey Koziol
73df02f13c
Merge branch 'develop' into feature/update_gcc_flags
2019-07-09 22:17:22 -05:00
Quincey Koziol
db7c43d375
Updates to warnhist script, along with a few cleanups, and add some comments
...
to warning cleanups that are a bit obscure.
2019-07-09 22:15:36 -05:00
Allen Byrne
ae0c16d1f2
HDFFV-10581 fix locations for static pdb files
2019-07-08 12:21:11 -05:00
Quincey Koziol
3b594992d6
Add support for GCC9, update warnhist script, and clean up warnings.
2019-07-02 23:43:45 -05:00
Quincey Koziol
d5130bb573
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
...
changes to warnhist script (and some extra improvements for condensing C++
and Java warnings), and fixed a bunch of warnings.
2019-06-28 09:10:43 -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
Allen Byrne
e7f16c6f2c
HDFFV-10805 Add option to only build shared targets
...
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
2019-06-18 07:46:25 -05:00
Binh-Minh Ribler
90d13bef33
Fixed typo
...
Platforms tested:
Darwin (osx1010test)
2019-01-07 20:46:55 -06:00
Binh-Minh Ribler
78d0564c2a
Refixed HDFFV-10578
...
Description:
Applied Neil's fix for this issue after removing previous
attempt. The resources are now released in init_objs() when
failure occurs there.
Neil will fix HDFFV-10676 separately.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1010test)
2019-01-07 20:36:34 -06:00
Allen Byrne
2c48f6bd00
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '7db3ea76da5d3b5c237a707b09d1618d3206ba83':
Makes the installed header files the same between the autotools and CMake.
2018-10-29 11:10:27 -05:00
Dana Robinson
62b92ddf40
Makes the installed header files the same between the autotools
...
and CMake.
* CMake will no longer install private generated headers and tools
library headers.
* Several empty public header files (which represent internal packages)
were removed. These were only installed by CMake.
* Autotools installs will install H5FDwindows.h.
Fixes HDFFV-10614.
2018-10-26 20:44:29 -07:00
Allen Byrne
cce1727525
TRILAB-81 check for func success before using value
2018-10-19 14:45:04 -05:00
Allen Byrne
633b7f93ce
TRILAB-81 coverity fixes
2018-10-17 10:57:56 -05:00
Allen Byrne
27af9a7922
HD prefix and whitespace
2018-08-28 10:54:54 -05:00
Jordan Henderson
d075c0854d
Add quotes to places where MPI_C_LIBRARIES are linked against
2018-07-27 14:58:01 -05:00
Vailin Choi
b178d80be0
Changes made based on feedback from pull request #1039 .
2018-05-14 12:26:48 -05:00
Vailin Choi
ea66ac1e67
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits)
GGC requires attribute before function
Correct COMPILE defs usage
Add missing module_dir property
Text cleanup
Correct sentence punctuation.
Add release note.
Use set_property for MT flag
Correct command usage
Remove APPEND
Fix typo
Add missing test lib
add missing folder to path
Fix another command revert
Missed a command revert
Revert to old style for LINK_FLAGS gen expr not working
LINK_FLAGS must be separate property sets
Fix link flags syntax
Revert refactor link flags
refactor link flags to interface
Refactor link flags
...
2018-05-14 11:20:03 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Vailin Choi
e6bc326ec0
Fix for HDFFV-10180 Performance issues with H5Oget_info.
2018-04-24 15:10:13 -05:00
Allen Byrne
6c82c49dd5
TRILABS-20 set a compiler name on all project commands
2018-04-20 10:11:55 -05:00
Allen Byrne
46f2a2a432
TRILABS-19 Initial conversion of include_directories to targets
2018-04-17 15:57:58 -05:00
Allen Byrne
db3d744f25
HDFFV-10444 fix soversion numbers for libraries
2018-04-10 08:55:17 -05:00
Allen Byrne
24c62ba7fe
Change CMake min to 3.10
2018-03-09 12:32:06 -06:00
Allen Byrne
b36bad53d9
Inc CMake min, Add new tests, rework test CMake files
2018-02-27 12:57:07 -06:00
Allen Byrne
a77a08b02f
HDFFV-10384 Add optional arg to enable-error-stack
2018-02-14 16:14:48 -06:00
Allen Byrne
f0b0c35afb
HDFFV-10396 Eliminate overuse of h5tools_simple_prefix function
2018-01-25 09:58:24 -06:00
Allen Byrne
a5789f6c9a
HDFFV-8745 fix minor defects
2018-01-09 16:26:25 -06:00
Allen Byrne
f8e84c5509
HDFFV-8745 cleanup vl resource usage
2018-01-02 16:25:03 -06:00
Allen Byrne
5f4676f3c8
HDFFV-8745 - fix implementation of 8625
2018-01-02 14:39:45 -06:00
Allen Byrne
732074d47e
Add library INTERFACE and MPI to tools
2017-12-28 16:30:51 -06:00
Allen Byrne
075a32fa0c
Fix typos
2017-10-24 11:03:09 -05:00
Allen Byrne
8e2cedd066
HDFFV-10297 Cleanup, Initialize variables
2017-10-23 09:26:15 -05:00
Allen Byrne
8e30e7eb19
Avoid double free
2017-10-19 16:51:43 -05:00
Allen Byrne
afeaceef5f
Windows had issues - revert code changes for get_option
2017-10-19 12:45:17 -05:00
Allen Byrne
cf3342f8fc
Fix tools error handling and valgrind issues
2017-10-18 14:03:27 -05:00
Allen Byrne
78a5870680
Fix error handling issues
2017-10-17 16:13:12 -05:00
Allen Byrne
2cbdf46cb9
HDFFV-10297 add h5copy test and fix h5diff errors
2017-10-16 17:26:23 -05:00
Allen Byrne
e0bbff9d46
Fix VS2012 declaration error
2017-10-16 10:56:54 -05:00
Allen Byrne
448217e7e3
HDFFV-10297 Fix compiler compaliants
2017-10-16 09:19:41 -05:00
Allen Byrne
d5c073d406
HDFFV-10296 Update tools lib to use the error handling macros.
2017-10-13 16:34:01 -05:00
Allen Byrne
2f636b5d4a
HDFFV-10297 fix vl buffer error
2017-10-10 10:28:53 -05:00
Allen Byrne
c577a5e995
HDFFV-10297 update calls to H5Zfilter_avail
2017-10-09 17:00:15 -05:00
Allen Byrne
daddf169b0
HDFFV-10297 - Fix test errors - five remaining
2017-10-09 12:59:28 -05:00
Allen Byrne
68a9844991
VS2012 and earlier cannot have execute stmnts before declare
2017-10-03 12:34:54 -05:00
Allen Byrne
38e2f0e784
Update error handling to support ARGS and tools stack
2017-10-02 09:53:54 -05:00
Quincey Koziol
8880ec672e
Style cleanups and misc. bugfixes discovered during full SWMR development.
2017-09-23 11:17:47 -05:00
Allen Byrne
33812aee4c
Fix merge typos
2017-09-11 12:44:00 -05:00
Allen Byrne
77313a1d39
HDFFV-9774 Fix code merge
2017-09-08 16:52:00 -05:00
Allen Byrne
89f65fc97e
HDFFV-9774 Add enable-error-stack argument to h5diff
2017-08-31 15:58:37 -05:00
Allen Byrne
b82ba32275
HDFFV-10282 refactor out assert calls in tools
2017-08-23 16:12:40 -05:00
Allen Byrne
164eee91cf
HDFFV-10188 - Check for empty string first
2017-08-16 15:01:29 -05:00
Allen Byrne
e790a0b42d
HDFFV-10246 Add check for string not null before use
2017-07-25 15:15:20 -05:00
Dana Robinson
ffc9b1d917
Stripped C standard library headers from tools test code.
2017-07-19 10:46:27 -05:00
Dana Robinson
ee7816bbfb
Stripped C standard library headers (and a couple of macros)
...
from the tools code. This is all handled in H5private.h, which
should be included in all tools source files.
2017-07-17 13:24:01 -05:00
Allen Byrne
14e52dcfa9
Set default of var to NATIVE
2017-06-20 16:09:32 -05:00
Dana Robinson
291b107d4d
Minor warning fixes in the tools.
2017-05-25 09:47:20 -04:00
Dana Robinson
946fd98b8d
Fixed many minor warnings.
2017-05-25 06:45:53 -04:00
Allen Byrne
60cfdf138c
Remove obsolete function
2017-05-22 13:24:53 -05:00
Allen Byrne
cdcef539a3
HDFFV-8611 change h5repack to save the root group creation order
...
Added test and new arguments to control the the input file parsing.
2017-05-22 13:10:40 -05:00
Allen Byrne
973aebe25f
Add debug trace commands
2017-05-19 11:35:07 -05:00
Allen Byrne
71c223c082
Move execeutable command after declaration
2017-05-17 13:09:13 -05:00
Allen Byrne
3ee87f72ad
HDFFV-9055 Handle H5T_ARRAY types
...
Create variables just for diff_array function
Whitespace updates
2017-05-16 15:58:17 -05:00
Allen Byrne
4f0b92bdd5
HDFFV-10128 Fixed string length with no null fixed
2017-05-16 09:28:49 -05:00
Allen Byrne
56c3ec9820
HDFFV-10128 add test to check null term
...
Test is another dataset
2017-05-15 12:33:58 -05:00
Allen Byrne
7078993d63
HDFFV-10128 Fix null term strings
2017-05-12 14:40:39 -05:00
Allen Byrne
7dc0c79c54
HDFFV-10186 - h5tools_str_append is not printf
2017-05-10 12:20:15 -05:00
Allen Byrne
dd45c3694f
HDFFV-10186 braces formatting
2017-05-10 11:09:55 -05:00
Allen Byrne
445c805a4c
HDFFV-10186 Add endianess to bitfield and fix tests
2017-05-10 10:59:13 -05:00
Allen Byrne
e4e261173f
HDFFV-10186 more whitespace formatting
2017-05-10 10:12:19 -05:00
Allen Byrne
4f36f613a6
HDFFV-10186 Whitespace change
...
Mostly tabs to spaces
Remove Modifications comments
2017-05-09 16:52:05 -05:00
Allen Byrne
5263bc9029
HDFFV-10186 Whitespace changes
...
Mostly replacing tabs with spaces
Removed empty mod sections
2017-05-09 10:41:00 -05: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
Allen Byrne
9e75847d67
HDFFV-10128 fix string compare and add tests
2017-03-03 14:47:59 -06:00
Quincey Koziol
101fa7af8e
Cleanups and normalizations against incoming page_buffering changes.
2017-02-19 18:28:52 -08:00
Allen Byrne
d1292691c4
HDFFV-9875 enable static pdb and cleanup exports
2017-02-03 12:41:30 -06:00
Allen Byrne
177c050891
HDFFV-9875 Fix target exports and add static tools pdb files
2017-02-02 12:09:10 -06:00
Allen Byrne
be260bbf75
Add goto error for dataset read failure. Fixed comments
2017-01-17 09:55:15 -06:00
Allen Byrne
e1bcae8a6a
Update cmake min version and cmake command convention
2017-01-10 17:10:03 -06:00
Quincey Koziol
57afb68e46
Bring SWMR-related tools changes from revise_chunks to develop.
2016-12-11 11:25:08 -08:00
Dana Robinson
122819fec3
Merge pull request #48 in HDFFV/hdf5 from HDFFV-9407-h5dump-fails-to-print-full-precision to develop
...
Merged Kimmy's fix (still needs a test).
* commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38':
fix the issue of h5dump fails to print full precision
2016-12-07 16:17:45 -06:00
Quincey Koziol
bb6cb6adb0
Code style and warning cleanups, from revise_chunks branch.
2016-11-06 12:08:19 -08:00
Allen Byrne
3ee36553b9
Add support for namespace and add tools to binaries config
2016-10-14 11:22:22 -05:00
kmu
f76c3b56e1
fix the issue of h5dump fails to print full precision
2016-09-27 14:04:19 -05:00
Quincey Koziol
f40381b0ea
[svn-r30285] Description:
...
More warning cleanups, bringing the build down to 25 unique types of
warnings, with 550 warnings in 122 files (down from 28, 770, and 134).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-08-13 04:23:53 -05:00
Allen Byrne
1494413413
[svn-r30236] HDFFV-9928: remove duplicate and unconditional includes in h5diff_array.
...
Also format function block in h5diff_attr to eliminate excessive whitespace
2016-08-01 12:26:41 -05:00
Quincey Koziol
bb19817c9f
[svn-r30189] Description:
...
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)
2016-07-17 19:18:42 -05:00
Quincey Koziol
83724bd787
[svn-r30113] Description:
...
Clean up warnings (from 2774 -> 1560, with my standard debug build)
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-28 16:53:48 -05:00
Quincey Koziol
d3396a7953
[svn-r30075] Description:
...
Bring object/dataset/group/named datatype features from revise_chunks
branch to trunk. Also CMake support for h5format_convert and a bunch of
misc. cleanups.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-14 18:07:03 -05:00
Allen Byrne
a5b595e020
[svn-r29889] HDFFV-9775: Add enable-error-stack to tools lib and refactor h5repack error handling.
2016-05-04 13:15:57 -05:00
Allen Byrne
3764d69e9e
[svn-r29885] Fix memory leak when one dataset is vlen.
2016-05-04 11:39:28 -05:00
Allen Byrne
74f3326a67
[svn-r29862] Convert source list names from *_SRCS to *_SOURCES.
...
Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
2016-05-04 10:06:05 -05:00
Allen Byrne
7fe0324fc4
[svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
...
SKIP h5repack VDS tests until h5repack is fixed.
2016-04-11 08:45:33 -05:00
Larry Knox
921b68afa7
[svn-r29678] Revert r29672 changes to h5diff.
...
Tested h5committest.new
2016-04-09 13:48:43 -05:00
Allen Byrne
1a5ee65d50
[svn-r29672] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
2016-04-08 12:43:59 -05:00
Dana Robinson
5a9a9e8f0e
[svn-r29534] Normalization w/ revise_chunks in preparation for big merge.
...
tools directory
Also fixes a minor Java test output error.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java, Fortran, & C++
2016-03-23 12:42:06 -05:00
Allen Byrne
40cdbe0b8d
[svn-r29274] HDFFV-9698: fix subsetting issues with h5dump
2016-03-04 15:41:12 -05:00
Allen Byrne
d0444d4f2b
[svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0
2016-03-03 10:27:48 -05:00
Allen Byrne
f0a7f5978e
[svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time info for VDS files
2016-03-03 08:56:44 -05:00
Allen Byrne
8538eedde3
[svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN support
2016-02-29 16:24:31 -05:00
Allen Byrne
a1617b7cdb
[svn-r29222] HDFFV-9570: Fix segfault when optional args are last option on command line.
...
Tested: java_merge DT
2016-02-28 12:58:37 -05:00
Allen Byrne
f7689087de
[svn-r29186] HDFFV-9654: add VDS options to h5dump
...
includes new data files
2016-02-23 15:23:46 -05:00
Dana Robinson
7511d8b469
[svn-r29179] Revert of 29177 which breaks the autotools build.
...
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial
2016-02-22 15:32:01 -05:00
Allen Byrne
910d420409
[svn-r29177] HDFFV-9654: add VDS options to h5dump
2016-02-22 11:57:07 -05:00
Larry Knox
b3426914a8
[svn-r28669] Changes to correct errors found with -ansi flag.
...
h5tools_dump.c
Removed 3 lines commented out with //.
h5_vds-percival-unlim.c
Changed C++-style comment to C-style comment.
Tested with h5committest.new.
2015-12-15 15:52:12 -05:00
Quincey Koziol
cd49e8a2ab
[svn-r28025] Description:
...
Switch 'int' flag variables to booleans.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & paralel
(too minor for h5committest)
2015-10-10 21:42:20 -05:00
Quincey Koziol
d3c6b4ad72
[svn-r27848] Description:
...
Clean up warnings and some normalization against trunk.
Tested:
McaOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
2015-09-21 19:21:18 -05:00
Quincey Koziol
0695d6366a
[svn-r27835] Description:
...
Sync w/trunk.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
2015-09-20 21:18:45 -05:00
Dana Robinson
d90e4acfa7
[svn-r27801] Minor warning fixes in the tools.
...
Tested on: jam (too minor for h5committest)
2015-09-16 10:23:16 -05:00
Dana Robinson
59aa015d9f
[svn-r27638] Merged r27500-27631 from trunk.
2015-08-31 23:36:17 -05:00
Quincey Koziol
db8e289abe
[svn-r27632] Description:
...
Revert changes to pass file pointer to selection serialize/deserialize
routines. Also patch back in some changes that were merged out in the
previous merge w/trunk.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
2015-08-31 16:58:15 -05:00
Quincey Koziol
2c91cbecc6
[svn-r27630] Description:
...
Bring in changes from the trunk, through r27628.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
2015-08-31 15:14:57 -05:00
Dana Robinson
c226e58005
[svn-r27626] Various minor warning fixes before major SWMR and VDS merges.
...
gcc 4.9.2 was used to create the warning list
- implicit casts
- shadowed variables
- various enum issues
- other minor fixes (comments, unused macros, etc.)
Tested on: h5committest
2015-08-31 14:04:23 -05:00
Scot Breitenfeld
e6f9fc5f7f
[svn-r27625] Added preprocessor commands for PGI compiler.
...
tested: h5committest
2015-08-31 13:49:17 -05:00
Neil Fortner
c365b9a59f
[svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.
...
Tested: ummon
2015-08-27 12:06:54 -05:00
Dana Robinson
2e6100fb23
[svn-r27572] Removed VMS-specific code from the library.
...
The only remaining code consists of a few floating-point tests
that rely on pre-generated and checked-in VMS files. These have
been left alone, even though they will not be possible to
recreate, since testing VMS float behavior is still important.
Tested on: h5committest
2015-08-24 15:19:39 -05:00
Scot Breitenfeld
d06fee7bd2
[svn-r27517] Removed all perl scripts from configure.
...
Tested: h5committest
2015-08-17 16:12:03 -05:00
Dana Robinson
c27d180848
[svn-r27507] Merge of r27237-27500 from the trunk.
...
Tested w/ h5committest
NOTES: - The manifest may still be messed up.
- Cmake fails since the dual binary work needs to be merged with
this repo's CMake externals.
2015-08-14 14:58:54 -05:00
Scot Breitenfeld
caf0e7692a
[svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.
...
Tested: h5committest --PASSED--
2015-08-11 09:35:30 -05:00
Scot Breitenfeld
3b4696ccd1
[svn-r27489] reverted merge of branch
2015-08-10 20:22:33 -05:00
Scot Breitenfeld
a9bef45c75
[svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-08-05 16:35:30 -05:00
Allen Byrne
9e2434625d
[svn-r27469] Merge from trunk with dual-binary CMake code.
...
Tested: local linux with CMake
2015-08-05 16:01:07 -05:00
Neil Fortner
5065c139c7
[svn-r27397] Merge revisions 27255 through 27393 from trunk to vds branch.
...
Tested: ummon
2015-07-15 15:33:50 -05:00
Scot Breitenfeld
2c897f41c0
[svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-07-14 10:34:45 -05:00
Allen Byrne
8bbe712961
[svn-r27364] Add Mac Framework support
2015-07-09 11:56:16 -05:00
Scot Breitenfeld
985e8d02a4
[svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-07-02 14:12:03 -05:00
Allen Byrne
48e1bbb0f8
[svn-r27252] Fix whitespace
2015-06-19 10:57:38 -05:00
Allen Byrne
7fdb38eb6f
[svn-r27239] Add function prototype for local function
2015-06-18 08:52:52 -05:00
Allen Byrne
cf7c5123cb
[svn-r27238] Add function prototype for local function
2015-06-18 08:52:35 -05:00
Dana Robinson
fb27787c2a
[svn-r27222] Merge of r27035-27221 from the trunk.
...
Tested on 64-bit linux VM:
Serial: C++ and Fortran 2003
Parallel: Fortran
2015-06-17 06:48:34 -05:00
Scot Breitenfeld
85bcb77904
[svn-r27221] Reworked Fortran autools REAL KIND detection.
2015-06-16 16:47:00 -05:00
Allen Byrne
78e128c544
[svn-r27195] Add h5dump cmake tests and files.
...
Add tools gen cmake files
move testfiles for pbits to subdir as well as vds
Tested: local linux
2015-06-12 16:29:20 -05:00
Dana Robinson
aa4e3e3985
[svn-r27191] Merged r26781 to r27185 from trunk
...
Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2
(C++ and Fortran 2003 also tested)
2015-06-11 14:18:52 -05:00
Scot Breitenfeld
6c4e3759f5
[svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-06-10 14:23:09 -05:00
Scot Breitenfeld
f2d14c76b8
[svn-r27186] added fix for jam with promoted reals and integers
2015-06-10 14:15:08 -05:00
Mohamad Chaarawi
b9f2a18b5a
[svn-r27185] fix more instances where both mpi is_initialized and is_finalized need to be checked before making any MPI calls.
...
tested with h5committest.
2015-06-10 12:57:32 -05:00
Scot Breitenfeld
62401ac7c6
[svn-r27167] more DT fixes
2015-06-09 12:05:09 -05:00
Scot Breitenfeld
32703c9fc5
[svn-r27164] various bug fixes for DT
2015-06-08 16:13:15 -05:00
Scot Breitenfeld
8641814c4e
[svn-r27154] fixed issue with mis-matching long double between Fortran and C
2015-06-05 17:17:13 -05:00
Scot Breitenfeld
043173a689
[svn-r27151] fixed __float128 errors
2015-06-04 15:26:02 -05:00
Scot Breitenfeld
4d500d4902
[svn-r27140] fixed interger*16 support
2015-06-03 09:13:58 -05:00
Scot Breitenfeld
f486fe1a49
[svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-06-02 09:46:51 -05:00
Mohamad Chaarawi
fc45d5fcb0
[svn-r27133] - Add a new attribute function characterstic for format:
...
* H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z)))
- Rename UNUSED attribute characterstic to H5_ATTR_UNUSED.
- Rename NORETURN attribute characterstic to H5_ATTR_NORETURN
tested with h5committest.
2015-06-01 14:38:09 -05:00
Scot Breitenfeld
52e5579fba
[svn-r27122] removed dependency on generatored fortran source code
2015-05-28 11:53:15 -05:00
Scot Breitenfeld
b1cf507c6d
[svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-05-27 17:12:43 -05:00
Scot Breitenfeld
244784ab2c
[svn-r27115] Moved testing KINDs and SIZEOFs to configure.
2015-05-27 17:07:18 -05:00