Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'hdf5_1_8' of ↵ | Binh-Minh Ribler | 2018-05-07 | 7 | -18/+18 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8 | ||||
| * | Snapshot version 1.8 release 21 (snap12) | hdftest | 2018-04-16 | 7 | -18/+18 |
| | | |||||
| * | Merge pull request #1032 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵ | Binh-Minh Ribler | 2018-04-13 | 30 | -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 improvement | Binh-Minh Ribler | 2018-05-07 | 24 | -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 Ribler | 2018-04-12 | 16 | -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_8 | Allen Byrne | 2018-04-12 | 16 | -48/+51 |
| |\ | | | | | | | | | | | | | * commit 'd87a94a00d09f8b441d02272b06d6866eec4c883': HDFFV-10444 fix so numbers | ||||
| | * | HDFFV-10444 fix so numbers | Allen Byrne | 2018-04-10 | 16 | -48/+51 |
| |/ | |||||
* | | Fixed typos | Binh-Minh Ribler | 2018-04-12 | 30 | -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 Ribler | 2018-04-09 | 1 | -6/+3 |
|\ | | | | | | | | | | | | | to hdf5_1_8 * commit '519e475851e1e864215bef950dd5037e812f44b6': Removed external links from C++ doc. | ||||
| * | Merge branch 'hdf5_1_8' of ↵ | Binh-Minh Ribler | 2018-04-09 | 128 | -5908/+5043 |
| |\ | |/ |/| | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8 | ||||
* | | Snapshot version 1.8 release 21 (snap11) | hdftest | 2018-04-02 | 7 | -18/+18 |
| | | |||||
* | | Merge pull request #1003 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-03-28 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | * commit '87d751eb2805d774deaa45eefe06413c8d450922': Correct name of hl compile script | ||||
| * | | Correct name of hl compile script | Allen Byrne | 2018-03-28 | 1 | -2/+2 |
|/ / | |||||
* | | Snapshot version 1.8 release 21 (snap10) | hdftest | 2018-03-26 | 7 | -18/+18 |
| | | |||||
* | | Merge pull request #994 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-03-23 | 1 | -5/+11 |
|\ \ | | | | | | | | | | | | | * commit 'b7514b5990559c49674032bc5d431638f3d33310': Puul vs2017 readme fix from develop | ||||
| * | | Puul vs2017 readme fix from develop | Allen Byrne | 2018-03-22 | 1 | -5/+11 |
|/ / | |||||
* | | Merge pull request #950 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-03-15 | 57 | -1651/+303 |
|\ \ | | | | | | | | | | | | | | | | | | | * commit '6bda7f4a9d908771488c4652ecd4e6fe1ae51efd': Remove obsolete files Merge from develop HDFFV-8359 and remove FindMPI copies Change CMake min to 3.10 | ||||
| * | | Remove obsolete files | Allen Byrne | 2018-03-13 | 1 | -7/+0 |
| | | | |||||
| * | | Merge from develop HDFFV-8359 and remove FindMPI copies | Allen Byrne | 2018-03-09 | 12 | -5/+261 |
| | | | |||||
| * | | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 53 | -1644/+47 |
|/ / | |||||
* | | Snapshot version 1.8 release 21 (snap9) | hdftest | 2018-03-05 | 7 | -18/+18 |
| | | |||||
* | | Merge pull request #915 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-03-01 | 1 | -3/+3 |
|\ \ | | | | | | | | | | | | | * commit '344940dd2dc894c8e1474ddd20d30886fcc74a1e': Merge compiler versions from develop | ||||
| * | | Merge compiler versions from develop | Allen Byrne | 2018-03-01 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #907 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-02-26 | 1 | -2/+4 |
|\ \ | | | | | | | | | | | | | | | | * commit 'e1107fa559474a6b6a4147d24192be75a495b971': Update list Update list of options | ||||
| * | | Update list | Allen Byrne | 2018-02-26 | 1 | -0/+1 |
| | | | |||||
| * | | Update list of options | Allen Byrne | 2018-02-26 | 1 | -2/+3 |
|/ / | |||||
* | | Snapshot version 1.8 release 21 (snap8) | hdftest | 2018-02-26 | 7 | -18/+18 |
| | | |||||
* | | Merge pull request #906 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-02-23 | 22 | -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 typo | Allen Byrne | 2018-02-22 | 1 | -2/+0 |
| | | | |||||
| * | | HDFFV-10412 merge from develop | Allen Byrne | 2018-02-22 | 5 | -23/+35 |
| | | | |||||
| * | | HDFFV-10384 update ref files - merge from develop | Allen Byrne | 2018-02-19 | 8 | -16/+18 |
| | | | |||||
| * | | HDFFV-10384 merge from develop | Allen Byrne | 2018-02-19 | 1 | -0/+12 |
| | | | |||||
| * | | HDFFV-10384 merge from develop | Allen Byrne | 2018-02-19 | 9 | -30/+47 |
|/ / | |||||
* | | Snapshot version 1.8 release 21 (snap7) | hdftest | 2018-02-19 | 7 | -18/+18 |
| | | |||||
* | | Snapshot version 1.8 release 21 (snap6) | hdftest | 2018-02-12 | 6 | -7/+7 |
| | | |||||
* | | Merge pull request #892 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-02-09 | 4 | -19/+32 |
|\ \ | | | | | | | | | | | | | | | | | | | * commit '953f1e432fabec937665acec5a5ea73754f246b4': HDFFV-10403 fix soname Remove old dependency construct HDFFV-10398 patch for UBSAN | ||||
| * | | HDFFV-10403 fix soname | Allen Byrne | 2018-02-08 | 1 | -2/+2 |
| | | | |||||
| * | | Remove old dependency construct | Allen Byrne | 2018-02-05 | 2 | -4/+1 |
| | | | |||||
| * | | HDFFV-10398 patch for UBSAN | Allen Byrne | 2018-02-05 | 1 | -13/+29 |
|/ / | |||||
* | | Snapshot version 1.8 release 21 (snap5) | hdftest | 2018-02-05 | 6 | -7/+7 |
| | | |||||
* | | Merge pull request #886 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-02-02 | 18 | -227/+189 |
|\ \ | | | | | | | | | | | | | * commit '74cef485ae8026403a660308495fc364523c5f93': HDFFV-10398 Merge from develop | ||||
| * | | HDFFV-10398 Merge from develop | Allen Byrne | 2018-02-01 | 18 | -227/+189 |
|/ / | |||||
* | | Merge pull request #879 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-01-30 | 10 | -229/+242 |
|\ \ | | | | | | | | | | | | | | | | * commit 'c382cdc13679d5350b93f61d94cbcf819a857f4d': Update CMake usage Fix windows and mac compile issues | ||||
| * | | Update CMake usage | Allen Byrne | 2018-01-29 | 6 | -147/+147 |
| | | | |||||
| * | | Fix windows and mac compile issues | Allen Byrne | 2018-01-29 | 4 | -82/+95 |
|/ / | |||||
* | | Snapshot version 1.8 release 21 (snap4) | hdftest | 2018-01-29 | 6 | -7/+7 |
| | | |||||
* | | Merge pull request #874 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-01-26 | 3 | -258/+0 |
|\ \ | | | | | | | | | | | | | * commit '84d523eb00641dba2bfb97baa7623b138fe2ce68': HDFFVC-10396 merge from develop | ||||
| * | | HDFFVC-10396 merge from develop | Allen Byrne | 2018-01-26 | 3 | -258/+0 |
|/ / | |||||
* | | Merge pull request #873 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 | Allen Byrne | 2018-01-26 | 4 | -10/+16 |
|\ \ | | | | | | | | | | | | | * commit 'bc6134ee2da45a1ea902432c65d898e09d6d91a3': Fix extlib references and fortran name typo | ||||
| * | | Fix extlib references and fortran name typo | Allen Byrne | 2018-01-25 | 4 | -10/+16 |
|/ / |