summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-305-256/+141
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Removed unused H5MF functions and updated FUNC_ENTER macros andDana Robinson2018-05-241-206/+91
| | | * | | | | Changes made based on feedback from pull request #1039.Vailin Choi2018-05-144-24/+25
| | | * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-1430-1956/+1911
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-2413-151/+551
* | | | | | | | Snapshot version 1.10 release 3 (snap2)hdftest2018-06-041-2/+2
|/ / / / / / /
* | | | | | | Updated version to 1.10.3-snap2hdftest2018-05-291-2/+2
|/ / / / / /
* | | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-253-12/+12
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Minor H5FS tweaks.Dana Robinson2018-05-243-12/+12
* | | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-231-38/+38
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Put back CTRL-L charsAllen Byrne2018-05-231-52/+52
| * | | | | Valgrind fixed by checking for prefix_len of 0Allen Byrne2018-05-231-90/+90
| | |/ / / | |/| | |
* | | | | Fix for HDFFV-10469: set to latest format for virtual layout encoding.Vailin Choi2018-05-171-4/+32
* | | | | Fixed libver bounds underscore issueM. Scot Breitenfeld2018-05-115-7/+7
* | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-102-85/+78
|\ \ \ \ \ | |/ / / /
| * | | | 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
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | 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
| | |/ / | |/| |
* | | | removed extraneous lib. ver. bound, PR commentM. Scot Breitenfeld2018-05-101-6/+0
* | | | temporary fix for HDFFV-10469M. Scot Breitenfeld2018-05-091-101/+1
* | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-08267-17409/+20552
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-29451-31489/+37928
| |\ \ \ | | |/ /
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-231-11/+2
| | |\ \ | | | |/
| | | * 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
| | |\ \ | | | |/
| | | * Resolve memory leak of last API context, by freeing it in H5CX terminateQuincey Koziol2018-04-183-35/+11
| | | * Revert "Close memory leak of last API context when shutting library down."Quincey Koziol2018-04-182-21/+18
| | * | 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
| | * 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
| | * Revert using H5MF_sect_small_can_shrink and H5MF_sect_small_shrink for theQuincey Koziol2018-04-021-2/+14
| | * Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
| | * 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
| | * | 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
| | |\ \ | | | |/
| | * | Corrections for parallel I/O & tests.Quincey Koziol2018-03-213-51/+28