summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix defs and additional MSVC itemsAllen Byrne2018-05-023-12/+10
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-025-15/+15
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-028-36/+36
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-3031-2078/+2046
|\
| * Merge pull request #1041 in HDFFV/hdf5 from merge_hyperslab_updates to developQuincey Koziol2018-04-3029-2075/+2039
| |\
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-292-3/+7
| | |\ | | |/ | |/|
| * | Merge pull request #1040 in HDFFV/hdf5 from ~KOZIOL/hdf5:fix_make_check_repea...Quincey Koziol2018-04-292-3/+7
| |\ \
| | * | Fix errors in Makefile.am files that cause "make check" to repeat test, evenQuincey Koziol2018-04-292-3/+7
| |/ /
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291874-80664/+155030
| | |\ | | |/ | |/|
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-04-1135-828/+2897
| | |\
| | * | Further minor cleanupsQuincey Koziol2017-03-283-39/+35
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-03-28105-970/+4151
| | |\ \
| | * | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-2830-2040/+2008
* | | | | TRILABS-19 fix fortran link flagsAllen Byrne2018-04-306-34/+34
* | | | | TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-308-254/+531
* | | | | TRILABS-19 revert to previous methodAllen Byrne2018-04-271-1/+1
* | | | | TRILABS-19 fix typosAllen Byrne2018-04-271-1/+1
* | | | | 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-2653-847/+705
* | | | | TRILABS-20 Fix fortran configure during fix of CXX configureAllen Byrne2018-04-2413-209/+242
|/ / / /
* | | | Merge pull request #1038 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-2472-609/+486
|\ \ \ \
| * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-231-11/+2
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1035 in HDFFV/hdf5 from fix_api_context_filter_plugin to ...Quincey Koziol2018-04-191-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-2068-108/+127
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-183-53/+26
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1034 in HDFFV/hdf5 from fix_api_context_fix to developQuincey Koziol2018-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 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-183-16/+19
| * | | | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-1762-489/+344
|/ / / /
* | | | Merge pull request #1033 in HDFFV/hdf5 from fix_h5cx_pop_special_leak to developQuincey Koziol2018-04-172-18/+21
|\ \ \ \
| * | | | Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-172-18/+21
|/ / / /
* | | | Merge pull request #1030 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-121-0/+1
|\ \ \ \
| * | | | Add missing fileAllen Byrne2018-04-121-0/+1
|/ / / /
* | | | Merge pull request #1024 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-1131-380/+1132
|\ \ \ \
| * | | | Whitespace changesAllen Byrne2018-04-101-4/+2
| * | | | Whitespace and test reclassifyAllen Byrne2018-04-108-68/+42
| * | | | Move two more functions from unit testsAllen Byrne2018-04-104-61/+59
| * | | | Reorder of tests for debug APIs optionAllen Byrne2018-04-102-18/+16
| * | | | HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-1017-54/+65
| * | | | Fix Java test for DEBUG_APISAllen Byrne2018-04-099-307/+1080
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-097-21/+18
| |\ \ \ \
| * \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-06331-20748/+23400
| |\ \ \ \ \
| * | | | | | Use var instead of absolute numberAllen Byrne2018-04-051-2/+2
* | | | | | | Merge pull request #1023 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2018-04-101-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fixed return integer type of C functionM. Scot Breitenfeld2018-04-101-2/+2
|/ / / / / /
* | | | | | Merge pull request #1019 in HDFFV/hdf5 from ~KOZIOL/hdf5:update_api_context t...Quincey Koziol2018-04-062-3/+3
|\ \ \ \ \ \
| * | | | | | Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-062-3/+3
|/ / / / / /