Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
9ac0a488eceMMerge remote-tracking branch 'origin/develop' into async
Houjun TangHoujun Tang
51a2aede4e8MMerge branch 'develop' into async
Houjun TangHoujun Tang
c05764d90fcAdd H5Fwait to header file
Houjun TangHoujun Tang
46bb6f35343Revert temporary testing changes
Houjun TangHoujun Tang
d8811b7b093MMerge branch 'develop' into async
Houjun TangHoujun Tang
bd233bd1c7cAdd H5Fwait, H5Dwait, and other changes for async vol connector
Quincey KoziolQuincey Koziol
2d499813ddfMMerge remote-tracking branch 'origin/vl_dev' into vl_dev_stream
Quincey KoziolQuincey Koziol
62c5855ffc7MMerge remote-tracking branch 'origin/develop' into vl_dev
David YoungDavid Young
14851e3b82aMMerge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-experiment to develop * commit 'c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08': (24 commits) Use the right format string, "%zu", for size_t. Repair more format strings. Fix a bunch of format string errors reported by Larry. Fix some HDfprintf compilation errors: use the right format strings ("zu", PRIuHSIZE), avoid casting some printf arguments, pass the right number of arguments. Test the format string "ll" befo...
David YoungDavid Young
c0fbc5c0865Use the right format string, "%zu", for size_t.
David YoungDavid Young
08034972bc4MMerge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David YoungDavid Young
d20e1274a7bRepair more format strings.
David YoungDavid Young
5f0bb858131MMerge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David YoungDavid Young
f8652be7fbfFix a bunch of format string errors reported by Larry.
David YoungDavid Young
6486892de56Fix some HDfprintf compilation errors: use the right format strings ("zu", PRIuHSIZE), avoid casting some printf arguments, pass the right number of arguments.
David YoungDavid Young
cd1d772f353Test the format string "ll" before "l", "L", and "q", like the ./configure script does. This ought to fix the compilation failure in test/dt_arith.c that Allen told me about: /home/buildbot/bb-workers/centos8-vm01/hdf5trunk-StdShar-code-centos8/build/hdfsrc/test/dt_arith.c: In function ‘test_conv_int_1’: /home/buildbot/bb-workers/centos8-vm01/hdf5trunk-StdShar-code-centos8/build/hdfsrc/test/dt_arith.c:2500:34: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type...
David YoungDavid Young
f796cd3c783Cast a non-void pointer to void pointer for "%p".
David YoungDavid Young
d85cd245d29MMerge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David YoungDavid Young
651facc1446Use PRIu32 and "zu" formats. Delete some casts from `size_t`.
David YoungDavid Young
0bb87534a6aMMerge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David YoungDavid Young
3e91eeb270eI'm taking a guess that this code intended to point the 2-digit wide hexadecimal octet values, not 2 character-wide pointers to the bytes. The %02p format, which is a GNU-ism, disagreed with GCC 8.3.0 and the option flags we use.
David YoungDavid Young
ea21b3f89ff%08p is not portable, it's a GNU-ism. Use %8p, instead. Squashes a GCC error.
David YoungDavid Young
ddd5e4a6c32Add format string macros PRI[doxX]HID for hid_t and use PRIdHID.
David YoungDavid Young
36befb6bfe1Use HDva_copy() and introduce a bunch of compatbility format-string constants for uppercase hexadecimal strings, `PRIX...`. Should fix the VS2010 errors that Allen mentioned: H5system.obj : error LNK2019: unresolved external symbol va_copy referenced in function HDvasprintf [C:\autotest\hdf5trunk-StdShar-code-vs10\build\ctest\hdfbld\src\hdf5-shared.vcxproj] ...
David YoungDavid Young
69d51065d29MMerge branch 'rebased-fprintf-experiment' into fprintf-develop
David YoungDavid Young
a8dc4bd93faAlways #define HDfprintf as fprintf in this header. I believe this will fix the Windows build error that Allen reported.
David YoungDavid Young
922e465b468Provide an HDvasprintf implementation only if it isn't #defined. This should fix the mingw compilation issue that Allen reported.
David YoungDavid Young
62dbb80cb6aFix va_list usage in the vasprintf(3) implementation.
David YoungDavid Young
90466630ea7Promote format-string warnings to errors.
David YoungDavid Young
f68226ed892Use the portable `-eq` operator instead of the bash-ism `==`. Fixes the tests on NetBSD, where /bin/sh != bash.
David YoungDavid Young
d553bd4bf3dRestore a literal percent sign ("%%") that I accidentally deleted.
David YoungDavid Young
9159b93da62Fix code that made GCC complain about a NULL or `unsigned char *` arguments for "%s". XXX The duplication between test/ros3.c test/s3comms.c is really annoying.
David YoungDavid Young
345443f9ad2Take pains to provide UINT64_MAX in all conditions.
David YoungDavid Young
c6fcec46c97Correct a couple of format strings.
David YoungDavid Young
23bbe96c754Use PRIuHSIZE and PRIXHSIZE for portability.
David YoungDavid Young
4e41ca05aacDelete extra argument, there is no formatting for it.
David YoungDavid Young
ca8a73923f8Fix fprintf arguments: "%p" expects a `void *` argument.
David YoungDavid Young
307cb5da486Squash my changes on branch `fprintf-experiment` into one commit for reapplication to my new warnings branch, `warnings-again`. These changes are included: commit 915551b7bf64e777dd2007386ec77b1d117770da Merge: 63858c2 a8892bb Author: David Young <dyoung@hdfgroup.org> Date: Mon Nov 25 17:39:49 2019 -0600 Merge remote-tracking branch 'hdf5/develop' into fprintf-experiment commit a8892bb42d6f6e4fbc30fae0eb2b957f81c938b9 Merge: 5c911d8 f907b51 Author: David Young <dyoung@hdfgroup.org> ...
Quincey KoziolQuincey Koziol
5ae328e84cdAdd correct cache tagging macros
Quincey KoziolQuincey Koziol
c6541f782a3MMerge remote-tracking branch 'origin/vl_dev' into vl_dev_stream
Quincey KoziolQuincey Koziol
73c26e9837aRevert "Only initialize the contiguous or compact I/O info struct when needed." This reverts commit ad9a2ceabe2dd9045111f8b57774948a124607b9.
Quincey KoziolQuincey Koziol
e6378d09019MMerge remote-tracking branch 'origin/vl_dev' into vl_dev_stream
Quincey KoziolQuincey Koziol
0803d2f8ae1MMerge remote-tracking branch 'origin/develop' into vl_dev
Quincey KoziolQuincey Koziol
a33afe424d3Initial implementation of streaming API functionality
Quincey KoziolQuincey Koziol
a8194b562a4Add missing file
Quincey KoziolQuincey Koziol
0275495eb43Add initial stream API routines
Quincey KoziolQuincey Koziol
e297fa86418MMerge remote-tracking branch 'origin/develop' into vl_dev
Quincey KoziolQuincey Koziol
5004f3ad8e4MMerge remote-tracking branch 'origin/develop' into vl_dev
Quincey KoziolQuincey Koziol
420e5984686MMerge remote-tracking branch 'origin/develop' into vl_dev
Quincey KoziolQuincey Koziol
a5e70679418MMerge remote-tracking branch 'origin/develop' into vl_dev