summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2018-05-077-18/+18
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| * Snapshot version 1.8 release 21 (snap12)hdftest2018-04-167-18/+18
| |
| * Merge pull request #1032 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2018-04-1330-459/+460
| |\ | | | | | | | | | | | | | | | | | | | | | | | | to hdf5_1_8 HDFFV-10404: typo fixes * commit 'c1e82e516fb6c8c7fe40be385ef09dd5502205f0': Fixed typos Description: Looked for typos similar to user's report in HDFFV-10404. Not all the same but many were found and fixed. Platforms tested: Linux/64 (jelly) - only typos
* | | C++ API improvementBinh-Minh Ribler2018-05-0724-89/+665
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added another argument, LinkCreatPropList& lcpl, to the CommonFG::createGroup() functions for the use of link creation property list. The new argument has a default value. Group createGroup(const char* name, size_t size_hint = 0, const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT) Group createGroup(const H5std_string& name, size_t size_hint = 0, const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT) - Removed memory leaks caused by accidentally invoking p_get_member_type (in H5CompType.cpp, user reported via email, maybe no jira issue) - Made H5Location::closeObjId static, so no object is needed to close an hdf5 id. - Added classes StrCreatPropList, LinkCreatPropList, AttrCreatPropList for the C property list classes H5P_STRING_CREATE, H5P_LINK_CREATE, and H5P_ATTRIBUTE_CREATE. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* | Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2018-04-1216-48/+51
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| * Merge pull request #1026 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-04-1216-48/+51
| |\ | | | | | | | | | | | | * commit 'd87a94a00d09f8b441d02272b06d6866eec4c883': HDFFV-10444 fix so numbers
| | * HDFFV-10444 fix so numbersAllen Byrne2018-04-1016-48/+51
| |/
* | Fixed typosBinh-Minh Ribler2018-04-1230-459/+460
|/ | | | | | | | Description: Looked for typos similar to user's report in HDFFV-10404. Not all the same but many were found and fixed. Platforms tested: Linux/64 (jelly) - only typos
* Merge pull request #1022 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2018-04-091-6/+3
|\ | | | | | | | | | | | | to hdf5_1_8 * commit '519e475851e1e864215bef950dd5037e812f44b6': Removed external links from C++ doc.
| * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2018-04-09128-5908/+5043
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
* | Snapshot version 1.8 release 21 (snap11)hdftest2018-04-027-18/+18
| |
* | Merge pull request #1003 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-03-281-2/+2
|\ \ | | | | | | | | | | | | * commit '87d751eb2805d774deaa45eefe06413c8d450922': Correct name of hl compile script
| * | Correct name of hl compile scriptAllen Byrne2018-03-281-2/+2
|/ /
* | Snapshot version 1.8 release 21 (snap10)hdftest2018-03-267-18/+18
| |
* | Merge pull request #994 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-03-231-5/+11
|\ \ | | | | | | | | | | | | * commit 'b7514b5990559c49674032bc5d431638f3d33310': Puul vs2017 readme fix from develop
| * | Puul vs2017 readme fix from developAllen Byrne2018-03-221-5/+11
|/ /
* | Merge pull request #950 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-03-1557-1651/+303
|\ \ | | | | | | | | | | | | | | | | | | * commit '6bda7f4a9d908771488c4652ecd4e6fe1ae51efd': Remove obsolete files Merge from develop HDFFV-8359 and remove FindMPI copies Change CMake min to 3.10
| * | Remove obsolete filesAllen Byrne2018-03-131-7/+0
| | |
| * | Merge from develop HDFFV-8359 and remove FindMPI copiesAllen Byrne2018-03-0912-5/+261
| | |
| * | Change CMake min to 3.10Allen Byrne2018-03-0953-1644/+47
|/ /
* | Snapshot version 1.8 release 21 (snap9)hdftest2018-03-057-18/+18
| |
* | Merge pull request #915 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-03-011-3/+3
|\ \ | | | | | | | | | | | | * commit '344940dd2dc894c8e1474ddd20d30886fcc74a1e': Merge compiler versions from develop
| * | Merge compiler versions from developAllen Byrne2018-03-011-3/+3
|/ /
* | Merge pull request #907 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-02-261-2/+4
|\ \ | | | | | | | | | | | | | | | * commit 'e1107fa559474a6b6a4147d24192be75a495b971': Update list Update list of options
| * | Update listAllen Byrne2018-02-261-0/+1
| | |
| * | Update list of optionsAllen Byrne2018-02-261-2/+3
|/ /
* | Snapshot version 1.8 release 21 (snap8)hdftest2018-02-267-18/+18
| |
* | Merge pull request #906 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-02-2322-69/+110
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a3fc897d5e8fa6cec58a0c4fcbbc336514a436f6': Correct merge typo HDFFV-10412 merge from develop HDFFV-10384 update ref files - merge from develop HDFFV-10384 merge from develop HDFFV-10384 merge from develop
| * | Correct merge typoAllen Byrne2018-02-221-2/+0
| | |
| * | HDFFV-10412 merge from developAllen Byrne2018-02-225-23/+35
| | |
| * | HDFFV-10384 update ref files - merge from developAllen Byrne2018-02-198-16/+18
| | |
| * | HDFFV-10384 merge from developAllen Byrne2018-02-191-0/+12
| | |
| * | HDFFV-10384 merge from developAllen Byrne2018-02-199-30/+47
|/ /
* | Snapshot version 1.8 release 21 (snap7)hdftest2018-02-197-18/+18
| |
* | Snapshot version 1.8 release 21 (snap6)hdftest2018-02-126-7/+7
| |
* | Merge pull request #892 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-02-094-19/+32
|\ \ | | | | | | | | | | | | | | | | | | * commit '953f1e432fabec937665acec5a5ea73754f246b4': HDFFV-10403 fix soname Remove old dependency construct HDFFV-10398 patch for UBSAN
| * | HDFFV-10403 fix sonameAllen Byrne2018-02-081-2/+2
| | |
| * | Remove old dependency constructAllen Byrne2018-02-052-4/+1
| | |
| * | HDFFV-10398 patch for UBSANAllen Byrne2018-02-051-13/+29
|/ /
* | Snapshot version 1.8 release 21 (snap5)hdftest2018-02-056-7/+7
| |
* | Merge pull request #886 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-02-0218-227/+189
|\ \ | | | | | | | | | | | | * commit '74cef485ae8026403a660308495fc364523c5f93': HDFFV-10398 Merge from develop
| * | HDFFV-10398 Merge from developAllen Byrne2018-02-0118-227/+189
|/ /
* | Merge pull request #879 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-01-3010-229/+242
|\ \ | | | | | | | | | | | | | | | * commit 'c382cdc13679d5350b93f61d94cbcf819a857f4d': Update CMake usage Fix windows and mac compile issues
| * | Update CMake usageAllen Byrne2018-01-296-147/+147
| | |
| * | Fix windows and mac compile issuesAllen Byrne2018-01-294-82/+95
|/ /
* | Snapshot version 1.8 release 21 (snap4)hdftest2018-01-296-7/+7
| |
* | Merge pull request #874 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-01-263-258/+0
|\ \ | | | | | | | | | | | | * commit '84d523eb00641dba2bfb97baa7623b138fe2ce68': HDFFVC-10396 merge from develop
| * | HDFFVC-10396 merge from developAllen Byrne2018-01-263-258/+0
|/ /
* | Merge pull request #873 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2018-01-264-10/+16
|\ \ | | | | | | | | | | | | * commit 'bc6134ee2da45a1ea902432c65d898e09d6d91a3': Fix extlib references and fortran name typo
| * | Fix extlib references and fortran name typoAllen Byrne2018-01-254-10/+16
|/ /