summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_fM. Scot Breitenfeld2019-03-254-31/+31
| | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
* Merge pull request #1608 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-03-201-2/+2
|\ | | | | | | | | * commit '7a589a0a39bc3b46981f4902e5fc1150c05ecebd': Fix CMake error in name
| * Fix CMake error in nameAllen Byrne2019-03-191-2/+2
|/
* Merge pull request #1607 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2019-03-191-0/+5
|\ | | | | | | | | | | | | develop * commit '2e867d2a6dd5f330011f20333064aa0c12464d59': Commented out memcpy overlap check while we investigate parallel filters issues.
| * Commented out memcpy overlap check while we investigateDana Robinson2019-03-191-0/+5
|/ | | | parallel filters issues.
* Merge pull request #1606 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2019-03-181-1/+0
|\ | | | | | | | | | | | | develop * commit '2db272521e2da51663aa65fc9297cd6cf763e641': Yanked check for memcpy n > 0
| * Yanked check for memcpy n > 0Dana Robinson2019-03-171-1/+0
|/
* Merge pull request #1604 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2019-03-17116-521/+592
|\ | | | | | | | | | | | | | | develop * commit '5c80d3d91284bdcd048d9325b1a601d0ddfca8bd': - Added H5MMprivate.h #includes where needed - Added casts to quiet H5MM_memcpy warnings - Removed char * casts from HDmemcpy Added an H5MM_memcpy call that checks for buffer overlap.
| * - Added H5MMprivate.h #includes where neededDana Robinson2019-03-1644-10/+48
| | | | | | | | | | - Added casts to quiet H5MM_memcpy warnings - Removed char * casts from HDmemcpy
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-16115-513/+546
|/
* Merge pull request #1602 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:wopen_squash ↵Dana Robinson2019-03-155-6/+154
|\ | | | | | | | | | | | | | | to develop * commit '0c20c65e2f3abf390ad87c9167daca4cdff2de39': Added the HDopen work-around on windows to pio_engine.c Adds _wopen support on Windows so that files with UTF-8 names can be opened.
| * Added the HDopen work-around on windows to pio_engine.cDana Robinson2019-03-151-0/+6
| |
| * Adds _wopen support on Windows so that files with UTF-8 namesDana Robinson2019-03-154-6/+148
| | | | | | | | | | | | can be opened. Fixes: HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691
* | Merge pull request #1594 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to ↵Neil Fortner2019-03-1511-29/+243
|\ \ | |/ |/| | | | | | | | | | | | | develop Fix issues with direct chunk operations and the single chunk index. * commit 'c812a6c9ec5ff440dc405167c54b86fdb18dcfa4': Fix issue with direct chunk write not updating the "last chunk" index cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Neil Fortner2019-03-1513-130/+2068
| |\ | |/ |/| | | develop
* | Merge pull request #1601 in HDFFV/hdf5 from ↵Jerome Soumagne2019-03-132-4/+9
|\ \ | | | | | | | | | | | | | | | | | | ~JSOUMAGNE/hdf5:topic_thread_private to develop * commit 'dc69df49e6a8896606c9e4bd0987613a02f7a25a': CMake: fix pthread linking to only be private
| * | CMake: fix pthread linking to only be privateJerome Soumagne2019-03-132-4/+9
| | |
* | | Merge pull request #1599 in HDFFV/hdf5 from preserve_lib_state to developQuincey Koziol2019-03-126-46/+783
|\ \ \ | | | | | | | | | | | | | | | | * commit '86598573641dfa27278c9e29df0fa79bd7d8e07f': Add API routines to retrieve, restore, reset, and free library state.
| * | | Add API routines to retrieve, restore, reset, and free library state.Quincey Koziol2019-03-116-46/+783
|/ / / | | | | | | | | | | | | | | | (Primarily for use in the async VOL connector, which has to schedule API operations for future execution and then restore the state of the library when the operation actually executes)
* | | Merge pull request #1597 in HDFFV/hdf5 from ↵Ray Lu2019-03-081-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset-2 to develop * commit '5f22afff3a05a2c8fc694ddb0c7e1081a660b398': Added a note of bug fix for HDFFV-10705.
| * | | Added a note of bug fix for HDFFV-10705.Songyu Lu2019-03-081-0/+10
|/ / /
* | | Merge pull request #1595 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2019-03-071-1/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | develop * commit 'fc3f606d5c30d614b7e6cddaf4d0dafd80987bec': Fixed the MANIFEST
| * | Fixed the MANIFESTDana Robinson2019-03-071-1/+2
|/ /
* | Merge pull request #1593 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-03-073-79/+1264
|\ \ | | | | | | | | | | | | * commit '775e3740d64ca9a8a31ded673e93815d76387dad': Update documents following DHF5 1.10.5 release.
| * | Update documents following DHF5 1.10.5 release.Larry Knox2019-03-053-79/+1264
| | |
| | * Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-0611-29/+243
| |/ |/| | | | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
* | Merge pull request #1592 in HDFFV/hdf5 from dset_ohdr_min_fix to developQuincey Koziol2019-03-063-6/+107
|\ \ | |/ |/| | | | | | | * commit '33db9f56449c974fed6b4a8a19072546bcd31e15': Fix typo. Move 'minimize dataset object header flag' into API context
| * Fix typo.Quincey Koziol2019-03-051-1/+1
| |
| * Move 'minimize dataset object header flag' into API contextQuincey Koziol2019-03-053-6/+107
|/
* Merge pull request #1588 in HDFFV/hdf5 from ↵Ray Lu2019-03-011-0/+5
|\ | | | | | | | | | | | | ~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset to develop * commit 'b23079de3af4bfb7aa0508fb81aacd67a76c2114': HDFFV-10705: Fixed memory leak in scale offset filter.
| * HDFFV-10705: Fixed memory leak in scale offset filter.Songyu Lu2019-02-281-0/+5
|/
* Merge pull request #1582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-274-9/+120
|\ | | | | | | | | | | * commit '64f21ec6397d00e45ff4d41e70c5131241be587e': Correct CMake examples for a binary install Correct varname
| * Correct CMake examples for a binary installAllen Byrne2019-02-273-8/+119
| |
| * Correct varnameAllen Byrne2019-02-261-1/+1
|/
* Merge pull request #1580 in HDFFV/hdf5 from update_vol_callbacks to developQuincey Koziol2019-02-258-140/+170
|\ | | | | | | | | * commit 'd6663b95ac7e9e378b24bd721ea4403ca98d4adf': Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval' classes.
| * Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-238-140/+170
|/ | | | classes.
* Merge pull request #1571 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-02-223-3/+3
|\ | | | | | | | | * commit '8a4371f69ae07619fa9561431b9ee9df9d5b3e47': Minor fix in h5str_sprintf for NULL region references
| * Minor fix in h5str_sprintf for NULL region referencesJordan Henderson2019-02-223-3/+3
|/
* Merge pull request #1569 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_threadsafe ↵Jerome Soumagne2019-02-224-7/+19
|\ | | | | | | | | | | | | to develop * commit 'bcf5c400c06bf06820b25c37eceaa97245f15f1f': Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h
| * Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-214-7/+19
| | | | | | | | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform
* | Merge pull request #1466 in HDFFV/hdf5 from ↵Dana Robinson2019-02-2044-367/+435
|\ \ | |/ |/| | | | | | | | | ~DEROBINS/hdf5_der:c_stdlib_posix_call_cleanup to develop * commit '32ea4e72f1e85e0e7ff6457aae0bd210e56d1cad': C and POSIX call cleanup
| * Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-19221-23697/+25274
| |\ | |/ |/|
* | Merge pull request #1559 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-1848-375/+364
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6d07eb126e63b025199a5fe68f41a42269b5921b': Update standard check Fix typo HDFFV-10703 Update version match logic HDFFV-10703 revert pre-3.11 option HDFFV-10703 macro vars need quotes HDFFV-10703 Update CMake commands to latest standard Use correct variable name
| * | Update standard checkAllen Byrne2019-02-171-6/+4
| | |
| * | Fix typoAllen Byrne2019-02-171-1/+1
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-02-1722-3977/+1898
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5ad3891d9b861593ebe25d540bed2d913eb83aba': Remove ' ' (typo). Code improvement Removed an extra "using" statement Adding documentation More changes to align with incoming selection improvements. Added C++ wrapper for H5Ovisit2 Adding a C++ wrapper
* | | Merge pull request #1558 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-02-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit 'f69e11efa827521231813496a1ca1243dd0e1cba': Remove ' ' (typo).
| * | | Remove ' ' (typo).Larry Knox2019-02-171-1/+1
|/ / /
* | | Merge pull request #1547 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp5:develop ↵Binh-Minh Ribler2019-02-167-345/+243
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop C++ wrapper for H5Ovisit2 * commit '6c212353c45ef84b5c977c6019e4d72263534aea': Code improvement Removed an extra "using" statement Adding documentation Added C++ wrapper for H5Ovisit2 Adding a C++ wrapper
| * | | Code improvementBinh-Minh Ribler2019-02-163-282/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor