| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
* commit '2af8a87af0d7a1589a4df22d16b2d2513876e7a9':
Copy generated files instead creating twice
Fix standalone link
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* commit '04e67af8f968b2c6f50cb42990d3dfa79aa353d9':
Fix Fortran macro use and jni comment
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit 'cf58730177d60fd7311582a29539d87f10a7d88e':
Update Windows platforms
HDFFV-11036 add release note
HDFFV-11036 add file compare test process
Correct usage of add_compile_definitions
|
| | |
|
| |\
| |/
|/|
| |
| | |
* commit 'd24afb233383aa6c945fad430eb1b66edc4d6c63':
Add missing MANIFEST entry, ./doc/code-conventions.md .
|
|\ \
| | |
| | |
| | |
| | | |
* commit '921278c604b3129c1ff5066f0a2b94abcb3aa8f7':
Add missing MANIFEST entry, ./doc/code-conventions.md .
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
* commit '666205a55f01698a71484f504bc8eb9541800f25':
TRILAB-142 Change minimum CMake version to 3.12
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '380fe7cfdfd98461cb1bff54bad4de0ee9904ad6':
Fix always true issue because member is not dynamically allocated
CMake cleanup
HDFFV-11032 fix JNI call
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '51b8c63864c72de9a7b40c00673fe07510fec27e':
Partial fix for HDFFV-10792
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '158ba17be0ad40e3e47a951c1340710608347772':
Replace the old H5F_DECODE_LENGTH() implementation with one that initializes the variable it's loading on every path.
|
| | |/
| |/|
| | |
| | | |
initializes the variable it's loading on every path.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* commit 'def3f1a12e7c2ec165f40b9839f6bfe3da59807b':
Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size inh5fget_file_image_f.
|
| | |
| | |
| | |
| | |
| | |
| | | |
inh5fget_file_image_f.
HDFFV-11029
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
* commit '50aac126d7c4082c2aeb0f3a68cad26bd1cd9783':
Start to document the function/parameter/variable attribute macros.
Filter all of the new _USED / _UNUSED type modifiers.
H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and parameters that are unused under some configurations.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
parameters that are unused under some configurations.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merged per discussion with Elena.
* commit 'b4697f969295245840350e17d75d92a0fdd7e7a9':
Use HD prefix.
Delete unhelpful comment per Jordan's question.
Make sure that H5TS_thread_id() is available as either a function or a macro in all configurations.
Provide local copies of err(3)- and errx(3)-alike functions for Visual Studio compatibility.
Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systems that are missing <inttypes.h>.
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
all configurations.
(Merge remote-tracking branch 'origin/thread_id_everywhere' into vs2010-develop)
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
all configurations.
Previously it was neither declared nor defined in --disable-threadsafety
builds. The compiler's warning got lost in the noise---I first saw the issue
because my -Werror branch stopped compiling cold---and the tests still linked
and ran.
|
| | | | |
| | | | |
| | | | |
| | | | | |
for Visual Studio compatibility.
|
| |/ / /
| | | |
| | | |
| | | | |
that are missing <inttypes.h>.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merged per discussion with Elena.
* commit '3f903a441ad84001ea66589728bd8b036b6fdfca':
Take out the temporary performance tests.
Make calls through a function pointer. Use the same number of arguments, always.
Increase iterations, provide a baseline for no-op, simplify the overhead case a bit.
Temporarily add some code that measures the time to run the simplest possible H5T__copy_all()-like routine 10 million times and then measures the version with FUNC_ENTER_STATIC/_LEAVE_NOAPI and a HGOTO_ERROR() statement.
H5T_copy() constification plus Quincey's contributions.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
always.
|
| | | | |
| | | | |
| | | | |
| | | | | |
case a bit.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
H5T__copy_all()-like routine 10 million times and then measures the version
with FUNC_ENTER_STATIC/_LEAVE_NOAPI and a HGOTO_ERROR() statement.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'a68302883a243c33ceb495e3e151331fa267f455':
TRILAB-148 fix sanitizer and -fsanitize usage
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'b6ea9d25194797fdfb0880ee9721b95bc1533af7':
Update sanitizer note.
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '6a93d1f834184853913d43e50fda5b350fa1dc38':
Fix improper S3 signing key null check (HDFFV-11015).
|
| | |/ / /
| |/| | | |
|