summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use set_property for MT flagAllen Byrne2018-05-072-12/+18
* Correct command usageAllen Byrne2018-05-077-26/+26
* Remove APPENDAllen Byrne2018-05-038-40/+46
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-05-031-5/+0
|\
| * Merge pull request #1044 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:remove_fragile...Dana Robinson2018-05-031-5/+0
| |\
| | * Yanked fragile java tests that check for exact line numbers andDana Robinson2018-05-021-5/+0
| |/
* | Fix typoAllen Byrne2018-05-031-1/+1
* | Add missing test libAllen Byrne2018-05-031-2/+2
* | add missing folder to pathAllen Byrne2018-05-031-2/+2
* | Fix another command revertAllen Byrne2018-05-031-12/+18
* | Missed a command revertAllen Byrne2018-05-031-6/+9
* | Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-038-161/+234
* | LINK_FLAGS must be separate property setsAllen Byrne2018-05-039-385/+260
* | Fix link flags syntaxAllen Byrne2018-05-037-106/+107
* | Revert refactor link flagsAllen Byrne2018-05-027-109/+105
* | refactor link flags to interfaceAllen Byrne2018-05-027-109/+119
* | Refactor link flagsAllen Byrne2018-05-021-9/+11
* | 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
|\ \ \ \