summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Normalize with vol_integration.Dana Robinson2018-05-2917-412/+426
|
* Removed unused H5MF functions and updated FUNC_ENTER macros andDana Robinson2018-05-241-206/+91
| | | | naming in H5MFsection.c.
* Minor H5FS tweaks.Dana Robinson2018-05-243-12/+12
|
* Put back CTRL-L charsAllen Byrne2018-05-231-52/+52
|
* Valgrind fixed by checking for prefix_len of 0Allen Byrne2018-05-231-90/+90
|
* GGC requires attribute before functionAllen Byrne2018-05-091-20/+20
|
* Correct COMPILE defs usageAllen Byrne2018-05-091-5/+5
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-3028-1871/+1833
|\ | | | | | | | | | | | | * commit '1f8cb03e11a46f853881f45dac18eff2dd68401e': Fix errors in Makefile.am files that cause "make check" to repeat test, even when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean') Further minor cleanups Checkpoint normalization against incoming hyperslab / selection / dataspace improvements.
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-04-29451-31489/+37928
| |\ | | | | | | | | | merge_hyperslab_updates
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-04-1117-84/+736
| |\ \ | | | | | | | | | | | | merge_hyperslab_updates
| * | | Further minor cleanupsQuincey Koziol2017-03-283-39/+35
| | | |
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-03-2815-41/+192
| |\ \ \ | | | | | | | | | | | | | | | merge_hyperslab_updates
| * | | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-2829-1836/+1802
| | | | | | | | | | | | | | | | | | | | improvements.
* | | | | TRILABS-19 Fix missing angle charAllen Byrne2018-04-271-2/+2
| | | | |
* | | | | TRILABS-19 add mpi libs to utility programsAllen Byrne2018-04-261-4/+4
| | | | |
* | | | | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-63/+56
| |_|_|/ |/| | |
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-231-11/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'fa829e322ed44a67e2b3f2d6adf1306ad794859b': Fix non-threadsafe API context head pointer handling.
| * | | | Fix non-threadsafe API context head pointer handling.Quincey Koziol2018-04-191-11/+2
| | | | |
* | | | | TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
| | | | |
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-183-53/+26
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * commit 'e217bd113db96b96b485de82395688ca2313918a': Resolve memory leak of last API context, by freeing it in H5CX terminate routine. Revert "Close memory leak of last API context when shutting library down."
| * | | | Resolve memory leak of last API context, by freeing it in H5CX terminateQuincey Koziol2018-04-183-35/+11
| | | | | | | | | | | | | | | | | | | | routine.
| * | | | Revert "Close memory leak of last API context when shutting library down."Quincey Koziol2018-04-182-21/+18
| | | | | | | | | | | | | | | | | | | | This reverts commit 0bd3634dc5747d88582a966050896bad57acb892.
* | | | | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-2/+9
|/ / / /
* | | | Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-172-18/+21
| | | |
* | | | HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-2/+2
| | | |
* | | | Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-061-2/+2
| | | | | | | | | | | | | | | | standard H5CX_DEBUG form.
* | | | Minor warning cleanup while working on VOL issues.Dana Robinson2018-04-062-3/+3
| | | |
* | | | Correct errors with non-"instrumented library" builds (production & parallel,Quincey Koziol2018-04-052-0/+8
| | | | | | | | | | | | | | | | generally speaking).
* | | | Revert using H5MF_sect_small_can_shrink and H5MF_sect_small_shrink for theQuincey Koziol2018-04-021-2/+14
| | | | | | | | | | | | | | | | file's free space manager (and add a comment about them).
* | | | Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
| | | | | | | | | | | | | | | | after a file is open.
* | | | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-014-133/+171
|\ \ \ \
| * | | | Created internal functions for a couple of H5F calls.Dana Robinson2018-03-303-248/+334
| | | | |
* | | | | Expanded comments abuot H5CX_t fields.Quincey Koziol2018-03-291-12/+14
| | | | |
* | | | | Add an assert to verify that we don't write when between MPI_Barrier() callsQuincey Koziol2018-03-271-0/+3
| | | | | | | | | | | | | | | | | | | | during a flush.
* | | | | Add comments for internal structs.Quincey Koziol2018-03-271-4/+44
| | | | |
* | | | | Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-2716-62/+58
| | | | |
* | | | | Correct typo in comment.Quincey Koziol2018-03-271-1/+1
| | | | |
* | | | | Revert some tangential code cleanups.Quincey Koziol2018-03-231-1/+1
| | | | |
* | | | | Add API context source files to CMake configuration file.Quincey Koziol2018-03-211-2/+12
| | | | |
* | | | | Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest formatVailin Choi2018-03-201-1/+1
| | | | |
* | | | | Corrections for parallel I/O & tests.Quincey Koziol2018-03-213-51/+28
| | | | |
* | | | | Update handling of reporting for breaking collective I/O when the defaultQuincey Koziol2018-03-201-10/+14
| | | | | | | | | | | | | | | | | | | | DXPL is used.
* | | | | Correct typo for error checking malloc return value.Quincey Koziol2018-03-201-1/+1
| | | | |
* | | | | Refactor H5CX code to reduce duplication.Quincey Koziol2018-03-201-684/+116
| | | | |
* | | | | Cleanup API context function usage.Quincey Koziol2018-03-1935-1491/+421
| | | | |
* | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1896-3126/+4604
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * | | | Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to ↵Dana Robinson2018-03-133-4/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'b877534a330a201e3b5c51d97daa8e01a5c1cd3a': Added a fix for HDFFV-10358.
| | * | | | Added a fix for HDFFV-10358.Dana Robinson2018-03-133-4/+8
| | | | | |
| * | | | | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-1210-45/+273
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.