summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | * 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 pull request #1041 in HDFFV/hdf5 from merge_hyperslab_updates to developQuincey Koziol2018-04-3029-2075/+2039
| |\ | | | | | | | | | | | | | | | * commit '4411bc27ac8842795c73d7a469273a8d831bb835': 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-292-3/+7
| | |\ | | |/ | |/| | | | merge_hyperslab_updates
| * | Merge pull request #1040 in HDFFV/hdf5 from ↵Quincey Koziol2018-04-292-3/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~KOZIOL/hdf5:fix_make_check_repeat to develop * commit '83e2ea681dd73e65c9b153385279b528cfdfe9df': 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')
| | * | Fix errors in Makefile.am files that cause "make check" to repeat test, evenQuincey Koziol2018-04-292-3/+7
| |/ / | | | | | | | | | | | | when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean')
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-04-291874-80664/+155030
| | |\ | | |/ | |/| | | | merge_hyperslab_updates
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-04-1135-828/+2897
| | |\ | | | | | | | | | | | | 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-28105-970/+4151
| | |\ \ | | | | | | | | | | | | | | | merge_hyperslab_updates
| | * | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-2830-2040/+2008
| | | | | | | | | | | | | | | | | | | | improvements.
* | | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f435ed67fa53ca35462a60f4025464465d7dc9d0': TRILABS-20 set a compiler name on all project commands TRILABS-19 All c code INCLUDE_DIRECTORIES converted TRILABS-19 Initial conversion of include_directories to targets
| * \ \ \ 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.
* | | | | Merge pull request #1035 in HDFFV/hdf5 from fix_api_context_filter_plugin to ↵Quincey Koziol2018-04-191-11/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '76cab1f5cb48af8398e1c09c15a974b1f8347da4': 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-2068-108/+127
| | | | |
| * | | | 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."
* | | | | Merge pull request #1034 in HDFFV/hdf5 from fix_api_context_fix to developQuincey Koziol2018-04-183-53/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bcab84db9f291920ed0fe321116405f73eaddfa5': 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 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit '0bd3634dc5747d88582a966050896bad57acb892': Close memory leak of last API context when shutting library down.
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit '9a8e1e1a7cad7674de2b183ba530affc0f13c615': Add missing file
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '34e3e3ef17f29b721780941866a3ad4c261b7c05': Whitespace changes Whitespace and test reclassify Move two more functions from unit tests Reorder of tests for debug APIs option HDFFV-10444 fix soversion numbers for libraries Fix Java test for DEBUG_APIS Use var instead of absolute number
| * | | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3211e907f4f9349ba7510d70cfbcc6ee36d99c58': Remove vestiges of H5_DEBUG_BUILD macro, switching it to the more standard H5CX_DEBUG form. Minor warning cleanup while working on VOL issues.