summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue building HDF5 with NAG Fortran 7.0.M. Scot Breitenfeld2020-02-271-6/+19
| | | | | | Accounted for the additon of half precision floating-point with a KIND=16. HDFFV-11033
* Merge pull request #2409 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-2716-266/+257
|\ | | | | | | | | | | * commit '13f5b3aee20d1d65f56dc08f088e0f218da5cf37': Update examples and fix old version references. Move MODEL check to before usage in CTestScript.cmake.
| * Update examples and fix old version references.Allen Byrne2020-02-2615-259/+249
| |
| * Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-02-262-7/+8
|/
* Merge pull request #2405 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-255-15/+40
|\ | | | | | | | | | | * commit '2af8a87af0d7a1589a4df22d16b2d2513876e7a9': Copy generated files instead creating twice Fix standalone link
| * Copy generated files instead creating twiceAllen Byrne2020-02-251-8/+32
| |
| * Fix standalone linkAllen Byrne2020-02-254-7/+8
|/
* Merge pull request #2398 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-254-16/+12
|\ | | | | | | | | * commit '04e67af8f968b2c6f50cb42990d3dfa79aa353d9': Fix Fortran macro use and jni comment
| * Fix Fortran macro use and jni commentAllen Byrne2020-02-254-16/+12
|/
* Merge pull request #2394 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-246-22/+172
|\ | | | | | | | | | | | | | | * commit 'cf58730177d60fd7311582a29539d87f10a7d88e': Update Windows platforms HDFFV-11036 add release note HDFFV-11036 add file compare test process Correct usage of add_compile_definitions
| * Update Windows platformsAllen Byrne2020-02-241-5/+1
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-02-241-0/+2
| |\ | |/ |/| | | | | * commit 'd24afb233383aa6c945fad430eb1b66edc4d6c63': Add missing MANIFEST entry, ./doc/code-conventions.md .
* | Merge pull request #2385 in HDFFV/hdf5 from manifest-repair to developDavid Young2020-02-241-0/+2
|\ \ | | | | | | | | | | | | * commit '921278c604b3129c1ff5066f0a2b94abcb3aa8f7': Add missing MANIFEST entry, ./doc/code-conventions.md .
| * | Add missing MANIFEST entry, ./doc/code-conventions.md .David Young2020-02-201-0/+2
| | |
| | * HDFFV-11036 add release noteAllen Byrne2020-02-241-1/+8
| | |
| | * HDFFV-11036 add file compare test processAllen Byrne2020-02-244-13/+162
| | |
| | * Correct usage of add_compile_definitionsAllen Byrne2020-02-231-3/+1
| |/ |/|
* | Merge pull request #2390 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2020-02-2287-337/+436
|\ \ | | | | | | | | | | | | * commit '666205a55f01698a71484f504bc8eb9541800f25': TRILAB-142 Change minimum CMake version to 3.12
| * | TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-2187-337/+436
|/ /
* | Merge pull request #2388 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-214-11/+11
|\ \ | | | | | | | | | | | | | | | | | | * commit '380fe7cfdfd98461cb1bff54bad4de0ee9904ad6': Fix always true issue because member is not dynamically allocated CMake cleanup HDFFV-11032 fix JNI call
| * | Fix always true issue because member is not dynamically allocatedAllen Byrne2020-02-211-7/+7
| | |
| * | CMake cleanupAllen Byrne2020-02-212-2/+2
| | |
| * | HDFFV-11032 fix JNI callAllen Byrne2020-02-211-2/+2
|/ /
* | Merge pull request #1988 in HDFFV/hdf5 from ~JHENDERSON/hdf5_pr:develop to ↵Jordan Henderson2020-02-212-3/+57
|\ \ | | | | | | | | | | | | | | | | | | develop * commit '51b8c63864c72de9a7b40c00673fe07510fec27e': Partial fix for HDFFV-10792
| * \ Merge developJordan Henderson2020-02-21723-22786/+57999
| |\ \ | |/ / |/| |
* | | Merge pull request #2384 in HDFFV/hdf5 from h5f_decode_length to developDavid Young2020-02-201-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit '158ba17be0ad40e3e47a951c1340710608347772': Replace the old H5F_DECODE_LENGTH() implementation with one that initializes the variable it's loading on every path.
| * | | Replace the old H5F_DECODE_LENGTH() implementation with one thatDavid Young2020-02-191-1/+1
| | |/ | |/| | | | | | | initializes the variable it's loading on every path.
* | | Merge pull request #2379 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2020-02-192-1/+4
|\ \ \ | |/ / |/| | | | | | | | * commit 'def3f1a12e7c2ec165f40b9839f6bfe3da59807b': Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size inh5fget_file_image_f.
| * | Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size ↵M. Scot Breitenfeld2020-02-182-1/+4
| | | | | | | | | | | | | | | | | | inh5fget_file_image_f. HDFFV-11029
* | | Merge pull request #2367 in HDFFV/hdf5 from ~DYOUNG/werror:unused to developDavid Young2020-02-1916-32/+124
|\ \ \ | |/ / |/| | | | | | | | | | | | | | * 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.
| * | Start to document the function/parameter/variable attribute macros.David Young2020-02-181-0/+57
| | |
| * | Filter all of the new _USED / _UNUSED type modifiers.David Young2020-02-181-0/+4
| | |
| * | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-1014-32/+63
| | | | | | | | | | | | parameters that are unused under some configurations.
* | | Merge pull request #2369 in HDFFV/hdf5 from ~DYOUNG/vs2010:develop to developDavid Young2020-02-174-21/+79
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>.
| * | | Use HD prefix.David Young2020-02-121-13/+13
| | | |
| * | | Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-102-12/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | all configurations. (Merge remote-tracking branch 'origin/thread_id_everywhere' into vs2010-develop)
| | * | | Delete unhelpful comment per Jordan's question.David Young2020-02-101-3/+0
| | | | |
| | * | | Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-072-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-02-071-7/+37
| | | | | | | | | | | | | | | | | | | | for Visual Studio compatibility.
| * | | | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-02-071-1/+39
| |/ / / | | | | | | | | | | | | that are missing <inttypes.h>.
* | | | Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-1715-194/+480
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Take out the temporary performance tests.David Young2020-02-143-89/+0
| | | | |
| * | | | Make calls through a function pointer. Use the same number of arguments,David Young2020-02-061-18/+26
| | | | | | | | | | | | | | | | | | | | always.
| * | | | Increase iterations, provide a baseline for no-op, simplify the overheadDavid Young2020-01-301-4/+10
| | | | | | | | | | | | | | | | | | | | case a bit.
| * | | | Temporarily add some code that measures the time to run the simplest possibleDavid Young2020-01-303-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | 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.David Young2020-01-2915-194/+480
| | | | |
* | | | | Merge pull request #2377 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-123-17/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a68302883a243c33ceb495e3e151331fa267f455': TRILAB-148 fix sanitizer and -fsanitize usage
| * | | | | TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-02-123-17/+17
|/ / / / /
* | | | | Merge pull request #2372 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-111-3/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b6ea9d25194797fdfb0880ee9721b95bc1533af7': Update sanitizer note.
| * | | | | Update sanitizer note.Allen Byrne2020-02-111-3/+12
|/ / / / /