Author Commit Message Commit Date Binh-Minh Ribler 79dca0ba251 M Merge pull request #71 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop to develop
Merged in
- added titerate.cpp to MANIFEST
- moved H5Location::throwException to outside of an H5_NO_DEPRECATED_SYMBOLS block to fix daily test failure.
* commit '78e597427c6ffc32ed7cf515234c4cf18d05004f':
Description: Fixed typo that caused daily test failed when --enable-deprecated-symbols is used. Also, removed a commented-out function. Platforms tested: Linux/32 2.6 (jam) Linux/64 (... 12 Oct 2016 Binh-Minh Ribler 78e597427c6 Description:
Fixed typo that caused daily test failed when --enable-deprecated-symbols
is used. Also, removed a commented-out function.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus) with --enable-deprecated-symbols 12 Oct 2016 Binh-Minh Ribler 68055cea638 M Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop 12 Oct 2016 Binh-Minh Ribler f067d70823d M Merge pull request #45 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop to develop
This should be the final change for HDFFV-9920.
* commit 'c38f4af65bf9f8e3811eeb1fcf2ff2f44457bf3d':
Description: Removed commented out lines. Platform tested Jam (only comments)
Purpose: Fix bug HDFFR-9920 cont. Description: Added new test file titerate.cpp.
Purpose: Updated documentation Description: Revised class brief description and other comments for up-to-date info. Platforms ... 11 Oct 2016 Scot Breitenfeld 36b58147850 M Merge pull request #65 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'c7fc321a6d4448c59cb621c46968a5245b080fa1':
Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes. 07 Oct 2016 Scot Breitenfeld c7fc321a6d4 Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.
HDFFV-9973
Fortran library fails to compile and fails tests with NAG compiler 07 Oct 2016 Allen Byrne 9d71583920e M Merge pull request #61 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9961-add-git-to-ext-filter to develop
* commit 'd817b63020310b6f275a569529075551dd2b756e':
Fix copyright to point to cmake
Fix cyclic depends due to typo
Correct how include is used when located inside project
HDFFV-9961: Add GIT option to ext lib macros
Update copyright to latest from kitware 06 Oct 2016 Allen Byrne d817b630203 Fix copyright to point to cmake 06 Oct 2016 Allen Byrne 7d6bea96abc Fix cyclic depends due to typo 05 Oct 2016 Allen Byrne aee8233f162 Correct how include is used when located inside project 05 Oct 2016 Allen Byrne c6bc6dbbfb8 HDFFV-9961: Add GIT option to ext lib macros 04 Oct 2016 Allen Byrne 0d0c711e88a Update copyright to latest from kitware 04 Oct 2016 Scot Breitenfeld c604bca0445 M Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'f9364c0080405bb36d704eb3f9505029d3da41f4':
removed the use of C_SIZEOF for non BIND(C) derived type
Fixed test to use storage_size instead of c_sizeof when available.
fixed missing closing bracket
Removed unused variables.
Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available.
Removed duplicate FCFLAG
Removed duplicate FCFLAG.
Added number of integer KI... 06 Oct 2016 Scot Breitenfeld f9364c00804 removed the use of C_SIZEOF for non BIND(C) derived type 03 Oct 2016 Scot Breitenfeld e45ee9fa961 Fixed test to use storage_size instead of c_sizeof when available. 29 Sep 2016 Scot Breitenfeld cd702dd0515 fixed missing closing bracket 29 Sep 2016 Scot Breitenfeld 678d116eebe Removed unused variables. 29 Sep 2016 Scot Breitenfeld 9fbebbe6d7c Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available. 29 Sep 2016 Scot Breitenfeld c28c6873fed Removed duplicate FCFLAG 29 Sep 2016 Scot Breitenfeld 064073307a4 Removed duplicate FCFLAG. 29 Sep 2016 Scot Breitenfeld 3befe647ee9 Added number of integer KINDs found to the header files. 26 Sep 2016 Scot Breitenfeld 41b22417b7e Added path to source include files when building buidiface. 26 Sep 2016 Scot Breitenfeld 7e5fcd3a4a4 Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler. 26 Sep 2016 Scot Breitenfeld c06993b5b78 M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'a7fb4ede8601e135433ef2d23bf4bbb466d9f58d':
Fix bug in "nooptype" decode in fix for TALOS-0177.
Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validi... 23 Sep 2016 Scot Breitenfeld 3a89114ce59 Misc. cleaning up of the program. 23 Sep 2016 Scot Breitenfeld 7b056aadff5 Added SEQUENCE to derived types for NAG:
Section 81 of the compiler manual, e.g. at
http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf
covers details about the compiler's internal representations, including
"
Fortran derived types are translated into C structs.
If BIND(C) or SEQUENCE is used, the order of the items within
the struct is the same as the order within the derived type definition.
Otherwise, the order of items is permuted to
put larger types at the front of the struct so ... 23 Sep 2016 Scot Breitenfeld 7cbf491e29c misc. format code-cleanup 22 Sep 2016 Scot Breitenfeld 3c37126585b Removed the use of hard-coded integer KINDs. 22 Sep 2016 Scot Breitenfeld 362233bd452 Code clean-up. 22 Sep 2016 Scot Breitenfeld 8eb76e1f65d M Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop 22 Sep 2016 Scot Breitenfeld 392b8ce3c98 HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
Fixes issues with KIND = BYTE assumptions. 22 Sep 2016 Allen Byrne 783f01f478f M Merge pull request #57 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
All changes tested in Buildbot and locally.
* commit '8c49b6e05a7d40218b8129b29bd74bbd2b39758d':
HDFFV-9991: Remove uneeded file
Fix missing defines for standalone perf
Remove hanging property set
Revert clear objects for testfile removal
Merge test output file clearing into runTest.cmake
Move clear-objects inside runTest 05 Oct 2016 Allen Byrne 8c49b6e05a7 HDFFV-9991: Remove uneeded file 04 Oct 2016 Allen Byrne ec991ed4b81 Fix missing defines for standalone perf 03 Oct 2016 Allen Byrne 9fd74f83e65 Remove hanging property set 03 Oct 2016 Allen Byrne 031633c4791 Revert clear objects for testfile removal 03 Oct 2016 Allen Byrne dd9caf37d2e Merge test output file clearing into runTest.cmake 03 Oct 2016 Allen Byrne 869ef118e91 Move clear-objects inside runTest 03 Oct 2016 Dana Robinson 620bfd58ae4 M Merge pull request #55 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Checkpoint update
* commit '4a2669d51f8f839a63c1257c184318cd8c0ce1ae':
Correct typo: add ' '
Snapshot release: increment version. 01 Oct 2016 Larry Knox 4a2669d51f8 Correct typo: add ' ' 01 Oct 2016 Larry Knox 6cb0d90338c Snapshot release: increment version. 01 Oct 2016 Dana Robinson 75333d5a91e M Merge pull request #54 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
Fixes the v16 API failures in the evict-on-close test.
* commit 'dd47e42313fd4d76da95b7e48013bcd0d8879434':
Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c 01 Oct 2016 Dana Robinson dd47e42313f Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.c 01 Oct 2016 Allen Byrne c4cc97bd31d M Merge pull request #53 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '2299ff06c3dd9d5dee5320999a282f1526c27be7':
Correct variable name
Fix error reporting 30 Sep 2016 Allen Byrne 2299ff06c3d Correct variable name 30 Sep 2016 Allen Byrne fe71ac8d0ee Fix error reporting 30 Sep 2016 Dana Robinson ce3997f0419 M Merge pull request #52 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
Merged evict-on-close feature from branch (via develop in cloned repo).
* commit 'cbc260e636e258cc55d9fb8fdafd3bff0877ac23': (21 commits)
- Removed BRANCH.txt and MANIFEST entry - Fixed a missing line in H5Dint.c
- Removed non-implemented code from H5Gint.c - Removed commented-out debug code from H5Dint.c - Added blank lines to eliminate delta in a fortran file.
Added full implementation of EoC cache test.... 30 Sep 2016 Dana Robinson cbc260e636e - Removed BRANCH.txt and MANIFEST entry
- Fixed a missing line in H5Dint.c 30 Sep 2016 Dana Robinson 5088217e425 - Removed non-implemented code from H5Gint.c
- Removed commented-out debug code from H5Dint.c
- Added blank lines to eliminate delta in a fortran file. 30 Sep 2016 Dana Robinson 77e7c43bf02 M Merge branch 'develop' into evict_on_close 30 Sep 2016 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '79dca0ba25146755d0c92b0117a2b6936e6349f3', href: '/users/frank.willmore/repos/hdf5_der/commits/79dca0ba25146755d0c92b0117a2b6936e6349f3',parents: [{ id: 'f067d70823d760973996ea439c698e6f0e8432d6' },{ id: '78e597427c6ffc32ed7cf515234c4cf18d05004f' }]},{id: '78e597427c6ffc32ed7cf515234c4cf18d05004f', href: '/users/frank.willmore/repos/hdf5_der/commits/78e597427c6ffc32ed7cf515234c4cf18d05004f',parents: [{ id: '68055cea638cc3bb90a481e001161b8cb33ce087' }]},{id: '68055cea638cc3bb90a481e001161b8cb33ce087', href: '/users/frank.willmore/repos/hdf5_der/commits/68055cea638cc3bb90a481e001161b8cb33ce087',parents: [{ id: 'fdb1202f5072bc4fe77a5b46d4976ab4e620571c' },{ id: 'f067d70823d760973996ea439c698e6f0e8432d6' }]},{id: 'f067d70823d760973996ea439c698e6f0e8432d6', href: '/users/frank.willmore/repos/hdf5_der/commits/f067d70823d760973996ea439c698e6f0e8432d6',parents: [{ id: '36b58147850bda1d5f8429edd53a5f6c15555a1f' },{ id: 'c38f4af65bf9f8e3811eeb1fcf2ff2f44457bf3d' }]},{id: '36b58147850bda1d5f8429edd53a5f6c15555a1f', href: '/users/frank.willmore/repos/hdf5_der/commits/36b58147850bda1d5f8429edd53a5f6c15555a1f',parents: [{ id: '9d71583920e940ec07edee45f109ec32c54e2a19' },{ id: 'c7fc321a6d4448c59cb621c46968a5245b080fa1' }]},{id: 'c7fc321a6d4448c59cb621c46968a5245b080fa1', href: '/users/frank.willmore/repos/hdf5_der/commits/c7fc321a6d4448c59cb621c46968a5245b080fa1',parents: [{ id: '9d71583920e940ec07edee45f109ec32c54e2a19' }]},{id: '9d71583920e940ec07edee45f109ec32c54e2a19', href: '/users/frank.willmore/repos/hdf5_der/commits/9d71583920e940ec07edee45f109ec32c54e2a19',parents: [{ id: 'c604bca0445ba1d05a976a673768fa677422e93e' },{ id: 'd817b63020310b6f275a569529075551dd2b756e' }]},{id: 'd817b63020310b6f275a569529075551dd2b756e', href: '/users/frank.willmore/repos/hdf5_der/commits/d817b63020310b6f275a569529075551dd2b756e',parents: [{ id: '7d6bea96abcc33e69b3735abfebeee4dec9c4093' }]},{id: '7d6bea96abcc33e69b3735abfebeee4dec9c4093', href: '/users/frank.willmore/repos/hdf5_der/commits/7d6bea96abcc33e69b3735abfebeee4dec9c4093',parents: [{ id: 'aee8233f162529abac7302649e7146c587605392' }]},{id: 'aee8233f162529abac7302649e7146c587605392', href: '/users/frank.willmore/repos/hdf5_der/commits/aee8233f162529abac7302649e7146c587605392',parents: [{ id: 'c6bc6dbbfb8147cba40f8b4d1fcc9795c2ac1abc' }]},{id: 'c6bc6dbbfb8147cba40f8b4d1fcc9795c2ac1abc', href: '/users/frank.willmore/repos/hdf5_der/commits/c6bc6dbbfb8147cba40f8b4d1fcc9795c2ac1abc',parents: [{ id: '0d0c711e88a4032237554fc681a44255e8f78bd8' }]},{id: '0d0c711e88a4032237554fc681a44255e8f78bd8', href: '/users/frank.willmore/repos/hdf5_der/commits/0d0c711e88a4032237554fc681a44255e8f78bd8',parents: [{ id: '8c49b6e05a7d40218b8129b29bd74bbd2b39758d' }]},{id: 'c604bca0445ba1d05a976a673768fa677422e93e', href: '/users/frank.willmore/repos/hdf5_der/commits/c604bca0445ba1d05a976a673768fa677422e93e',parents: [{ id: '783f01f478f99711710b24d8c85b0555dcdcf1fc' },{ id: 'f9364c0080405bb36d704eb3f9505029d3da41f4' }]},{id: 'f9364c0080405bb36d704eb3f9505029d3da41f4', href: '/users/frank.willmore/repos/hdf5_der/commits/f9364c0080405bb36d704eb3f9505029d3da41f4',parents: [{ id: 'e45ee9fa961b7c375c244757609f297d2cf46eea' }]},{id: 'e45ee9fa961b7c375c244757609f297d2cf46eea', href: '/users/frank.willmore/repos/hdf5_der/commits/e45ee9fa961b7c375c244757609f297d2cf46eea',parents: [{ id: 'cd702dd0515814012093dccb31e9580476c58772' }]},{id: 'cd702dd0515814012093dccb31e9580476c58772', href: '/users/frank.willmore/repos/hdf5_der/commits/cd702dd0515814012093dccb31e9580476c58772',parents: [{ id: '678d116eebe41a960d6a229aef8d5fa748ff29a3' }]},{id: '678d116eebe41a960d6a229aef8d5fa748ff29a3', href: '/users/frank.willmore/repos/hdf5_der/commits/678d116eebe41a960d6a229aef8d5fa748ff29a3',parents: [{ id: '9fbebbe6d7c1b873006e24b8b21c88b3d7ba9ab8' }]},{id: '9fbebbe6d7c1b873006e24b8b21c88b3d7ba9ab8', href: '/users/frank.willmore/repos/hdf5_der/commits/9fbebbe6d7c1b873006e24b8b21c88b3d7ba9ab8',parents: [{ id: 'c28c6873fedb6a4bec9dfa500d8648610c7ba88f' }]},{id: 'c28c6873fedb6a4bec9dfa500d8648610c7ba88f', href: '/users/frank.willmore/repos/hdf5_der/commits/c28c6873fedb6a4bec9dfa500d8648610c7ba88f',parents: [{ id: '064073307a45f51b358431aae9e6ae47ce91716e' }]},{id: '064073307a45f51b358431aae9e6ae47ce91716e', href: '/users/frank.willmore/repos/hdf5_der/commits/064073307a45f51b358431aae9e6ae47ce91716e',parents: [{ id: '3befe647ee9783b763208a581675988fbaabd321' }]},{id: '3befe647ee9783b763208a581675988fbaabd321', href: '/users/frank.willmore/repos/hdf5_der/commits/3befe647ee9783b763208a581675988fbaabd321',parents: [{ id: '41b22417b7e194f48c612c69c9259e83ddc3a3ac' }]},{id: '41b22417b7e194f48c612c69c9259e83ddc3a3ac', href: '/users/frank.willmore/repos/hdf5_der/commits/41b22417b7e194f48c612c69c9259e83ddc3a3ac',parents: [{ id: '7e5fcd3a4a4f4949505b47d48d0292e944b3e670' }]},{id: '7e5fcd3a4a4f4949505b47d48d0292e944b3e670', href: '/users/frank.willmore/repos/hdf5_der/commits/7e5fcd3a4a4f4949505b47d48d0292e944b3e670',parents: [{ id: 'c06993b5b78b5f2594e58d1d3acd16017916acae' }]},{id: 'c06993b5b78b5f2594e58d1d3acd16017916acae', href: '/users/frank.willmore/repos/hdf5_der/commits/c06993b5b78b5f2594e58d1d3acd16017916acae',parents: [{ id: '3a89114ce59796045079e0a1ed83237cf395c333' },{ id: 'a7fb4ede8601e135433ef2d23bf4bbb466d9f58d' }]},{id: '3a89114ce59796045079e0a1ed83237cf395c333', href: '/users/frank.willmore/repos/hdf5_der/commits/3a89114ce59796045079e0a1ed83237cf395c333',parents: [{ id: '7b056aadff59de5760246d6dff3f5402d0b887bf' }]},{id: '7b056aadff59de5760246d6dff3f5402d0b887bf', href: '/users/frank.willmore/repos/hdf5_der/commits/7b056aadff59de5760246d6dff3f5402d0b887bf',parents: [{ id: '7cbf491e29cb9c2cfa3fbbd232f48a51cfaebff4' }]},{id: '7cbf491e29cb9c2cfa3fbbd232f48a51cfaebff4', href: '/users/frank.willmore/repos/hdf5_der/commits/7cbf491e29cb9c2cfa3fbbd232f48a51cfaebff4',parents: [{ id: '3c37126585bbb2f788d6a71449ffbb61efc5141f' }]},{id: '3c37126585bbb2f788d6a71449ffbb61efc5141f', href: '/users/frank.willmore/repos/hdf5_der/commits/3c37126585bbb2f788d6a71449ffbb61efc5141f',parents: [{ id: '362233bd452ea7997b5961a753ebd8be3876e64f' }]},{id: '362233bd452ea7997b5961a753ebd8be3876e64f', href: '/users/frank.willmore/repos/hdf5_der/commits/362233bd452ea7997b5961a753ebd8be3876e64f',parents: [{ id: '8eb76e1f65d029f7e651bc4ce2570a2fc31616ed' }]},{id: '8eb76e1f65d029f7e651bc4ce2570a2fc31616ed', href: '/users/frank.willmore/repos/hdf5_der/commits/8eb76e1f65d029f7e651bc4ce2570a2fc31616ed',parents: [{ id: '392b8ce3c98ac4e52d53f33e591ed6bf14155925' },{ id: 'be3ad22522825d170e50a513c2937ca69799d82a' }]},{id: '392b8ce3c98ac4e52d53f33e591ed6bf14155925', href: '/users/frank.willmore/repos/hdf5_der/commits/392b8ce3c98ac4e52d53f33e591ed6bf14155925',parents: [{ id: '052efd9bde06ea2427beffd3ea493cbc53a17608' }]},{id: '783f01f478f99711710b24d8c85b0555dcdcf1fc', href: '/users/frank.willmore/repos/hdf5_der/commits/783f01f478f99711710b24d8c85b0555dcdcf1fc',parents: [{ id: '620bfd58ae44dcf876303efb99482019ebbb9b6a' },{ id: '8c49b6e05a7d40218b8129b29bd74bbd2b39758d' }]},{id: '8c49b6e05a7d40218b8129b29bd74bbd2b39758d', href: '/users/frank.willmore/repos/hdf5_der/commits/8c49b6e05a7d40218b8129b29bd74bbd2b39758d',parents: [{ id: 'ec991ed4b813adb3300bc82ed64c550eb505e3d0' }]},{id: 'ec991ed4b813adb3300bc82ed64c550eb505e3d0', href: '/users/frank.willmore/repos/hdf5_der/commits/ec991ed4b813adb3300bc82ed64c550eb505e3d0',parents: [{ id: '9fd74f83e656be95ef456d4fa275a598153a6e61' }]},{id: '9fd74f83e656be95ef456d4fa275a598153a6e61', href: '/users/frank.willmore/repos/hdf5_der/commits/9fd74f83e656be95ef456d4fa275a598153a6e61',parents: [{ id: '031633c4791ce31b94f655148912e987df078025' }]},{id: '031633c4791ce31b94f655148912e987df078025', href: '/users/frank.willmore/repos/hdf5_der/commits/031633c4791ce31b94f655148912e987df078025',parents: [{ id: 'dd9caf37d2e1191ed9abce4c34564ab22a8d53a8' }]},{id: 'dd9caf37d2e1191ed9abce4c34564ab22a8d53a8', href: '/users/frank.willmore/repos/hdf5_der/commits/dd9caf37d2e1191ed9abce4c34564ab22a8d53a8',parents: [{ id: '869ef118e914f127e9f1a2f949b760f1585dba0f' }]},{id: '869ef118e914f127e9f1a2f949b760f1585dba0f', href: '/users/frank.willmore/repos/hdf5_der/commits/869ef118e914f127e9f1a2f949b760f1585dba0f',parents: [{ id: '620bfd58ae44dcf876303efb99482019ebbb9b6a' }]},{id: '620bfd58ae44dcf876303efb99482019ebbb9b6a', href: '/users/frank.willmore/repos/hdf5_der/commits/620bfd58ae44dcf876303efb99482019ebbb9b6a',parents: [{ id: '75333d5a91e444fa6c5634307a3b1f3fac5018a7' },{ id: '4a2669d51f8f839a63c1257c184318cd8c0ce1ae' }]},{id: '4a2669d51f8f839a63c1257c184318cd8c0ce1ae', href: '/users/frank.willmore/repos/hdf5_der/commits/4a2669d51f8f839a63c1257c184318cd8c0ce1ae',parents: [{ id: '6cb0d90338ca9e16f793b3ae38aac4b77c499d42' }]},{id: '6cb0d90338ca9e16f793b3ae38aac4b77c499d42', href: '/users/frank.willmore/repos/hdf5_der/commits/6cb0d90338ca9e16f793b3ae38aac4b77c499d42',parents: [{ id: '75333d5a91e444fa6c5634307a3b1f3fac5018a7' }]},{id: '75333d5a91e444fa6c5634307a3b1f3fac5018a7', href: '/users/frank.willmore/repos/hdf5_der/commits/75333d5a91e444fa6c5634307a3b1f3fac5018a7',parents: [{ id: 'c4cc97bd31dcd6187711282a8d59f20bfd6b63fe' },{ id: 'dd47e42313fd4d76da95b7e48013bcd0d8879434' }]},{id: 'dd47e42313fd4d76da95b7e48013bcd0d8879434', href: '/users/frank.willmore/repos/hdf5_der/commits/dd47e42313fd4d76da95b7e48013bcd0d8879434',parents: [{ id: 'c4cc97bd31dcd6187711282a8d59f20bfd6b63fe' }]},{id: 'c4cc97bd31dcd6187711282a8d59f20bfd6b63fe', href: '/users/frank.willmore/repos/hdf5_der/commits/c4cc97bd31dcd6187711282a8d59f20bfd6b63fe',parents: [{ id: 'ce3997f0419663feea776c230bbb8094550539be' },{ id: '2299ff06c3dd9d5dee5320999a282f1526c27be7' }]},{id: '2299ff06c3dd9d5dee5320999a282f1526c27be7', href: '/users/frank.willmore/repos/hdf5_der/commits/2299ff06c3dd9d5dee5320999a282f1526c27be7',parents: [{ id: 'fe71ac8d0ee13e3ed4656cd84720bd644729b74d' }]},{id: 'fe71ac8d0ee13e3ed4656cd84720bd644729b74d', href: '/users/frank.willmore/repos/hdf5_der/commits/fe71ac8d0ee13e3ed4656cd84720bd644729b74d',parents: [{ id: '30ca70b0969ae0ab63104d7910523818e5385ac6' }]},{id: 'ce3997f0419663feea776c230bbb8094550539be', href: '/users/frank.willmore/repos/hdf5_der/commits/ce3997f0419663feea776c230bbb8094550539be',parents: [{ id: '30ca70b0969ae0ab63104d7910523818e5385ac6' },{ id: 'cbc260e636e258cc55d9fb8fdafd3bff0877ac23' }]},{id: 'cbc260e636e258cc55d9fb8fdafd3bff0877ac23', href: '/users/frank.willmore/repos/hdf5_der/commits/cbc260e636e258cc55d9fb8fdafd3bff0877ac23',labels: [{name: 'eoc_wrappers', type: 'BRANCH', href: '/users/frank.willmore/repos/hdf5_der/browse?at=eoc_wrappers'}],parents: [{ id: '5088217e4256aa2ba5b7590b7de91aeae415a1ce' }]},{id: '5088217e4256aa2ba5b7590b7de91aeae415a1ce', href: '/users/frank.willmore/repos/hdf5_der/commits/5088217e4256aa2ba5b7590b7de91aeae415a1ce',parents: [{ id: '77e7c43bf02f2e8f8ec834da7aca0c3e9599c5c0' }]},{id: '77e7c43bf02f2e8f8ec834da7aca0c3e9599c5c0', href: '/users/frank.willmore/repos/hdf5_der/commits/77e7c43bf02f2e8f8ec834da7aca0c3e9599c5c0',parents: [{ id: '865553617111c44b036f30bdf5ae51df465572e4' },{ id: '30ca70b0969ae0ab63104d7910523818e5385ac6' }]}]);