Author Commit Message Commit Date Scot Breitenfeld fa7b8028af7 [svn-r22738] Fix for Windows and DLLEXPORT if statement.
Tested: jam (gnu) 05 Sep 2012 Scot Breitenfeld 1c9e159ffe6 [svn-r22737] Fix for HDF5 HDFFV-8109 H5S_UNLIMITED_F has a wrong type
Tested: jam (gnu) 04 Sep 2012 Scot Breitenfeld 7740e853f4d [svn-r22736] Fix for HDFFV-8132: Compile problem w/NAG Fortran due to too many continuation lines.
Tested: jam (gnu) 04 Sep 2012 Jonathan Kim 0aa8d4d88a7 [svn-r22735] Purpose:
HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access
Description:
Added H5Pget_mpio_no_collective_cause() function that retrive reasons why the collective I/O was broken during Read/Write IO access.
Reasons to break collective I/O:
- SET_INDEPENDENT
- DATATYPE_CONVERSION
- DATA_TRANSFORMS
- MPIPOSIX
- NOT_SIMPLE_OR_SCALAR_DATASPACES (NULL Space)
- POINT_SELECTIONS
- NOT_CONTIGUO... 04 Sep 2012 Mohamad Chaarawi 73b190b9024 M [svn-r22734] merge from trunk up to 22733 04 Sep 2012 Private HDF 3ab17f5e040 [svn-r22732] Snapshot version 1.9 release 127 02 Sep 2012 Allen Byrne 3c69283e0b1 [svn-r22726] remove duplicate file line 30 Aug 2012 Allen Byrne 6ce1aa0ffeb [svn-r22725] Add other h5 files needed by pbits tests 30 Aug 2012 Allen Byrne 1673b04a230 [svn-r22722] Update all references from configure.in to configure.ac
Tested: h5committest 28 Aug 2012 Allen Byrne b257bab294e [svn-r22720] Fix RelWithDebInfo packaging 28 Aug 2012 Allen Byrne 1fa894c6b9e [svn-r22718] Remove unneeded srcdir test 27 Aug 2012 Allen Byrne 7089b2cff0c [svn-r22716] HDFFV-8133: Add usage text to see Reference manual for compact subsetting. 27 Aug 2012 Allen Byrne 5d88bae6df9 [svn-r22714] one more missed VAR change for parallel examples 26 Aug 2012 Allen Byrne f4a7d2cba2d [svn-r22712] Updated a missed example makefile. Tested locally with make installcheck (another h5committest understanding oversight) 24 Aug 2012 Allen Byrne caa51543a8f [svn-r22710] Remove reference to srcdir in TOOL path 23 Aug 2012 Allen Byrne 1f8fb63581b [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
Tested: h5committest 23 Aug 2012 Quincey Koziol cac6687a6a4 [svn-r22707] Description:
Bring back some more cleanups from the plist_encode_decode branch, clean up
some formatting and compiler errors, and add a few more property comparison
routines that we've skipped implementing in the past.
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug
(Too minor to require h5committest) 22 Aug 2012 Larry Knox edf83e5d1f1 [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, libtool 2.4.2
Tested THG machines. 22 Aug 2012 Mohamad Chaarawi 18d574106c5 M [svn-r22704] merge from trunk up to 22703. 21 Aug 2012 Dana Robinson e53af0ed745 [svn-r22703] Description:
Propagated Windows and POSIX correctness changes from SEC2 VFD to
the MPI-POSIX VFD. Fixes HDFFV-8058.
Tested on:
jam w/ parallel and fortran enabled 21 Aug 2012 Dana Robinson d8f67a62cc4 [svn-r22700] Description:
Minor refactoring to extract managed object length determination.
This makes the tiny, managed, and huge code work alike.
Tested on:
jam (very minor change, no need for full commit test) 20 Aug 2012 Private HDF 1560a6ea38d [svn-r22697] Snapshot version 1.9 release 126 19 Aug 2012 Dana Robinson 3f6b6fbe932 [svn-r22694] Description:
Minor change to consolidate odd bitmasking due to an old bugfix.
Tested on:
jam (very minor change) 17 Aug 2012 Allen Byrne 60dc75f4f41 [svn-r22693] Add missing H5Tclose(). 17 Aug 2012 Jonathan Kim bb11cbee94f [svn-r22691] Purpose:
HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class
Description:
This is additional fix due to daily build fail against previous r22684.
Refer to the svn -r22684 log for previous details
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), cmake (jam) 16 Aug 2012 Jonathan Kim 231fc4d7818 [svn-r22684] Purpose:
Address HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class
Description:
When comparing attribute data values with same type class but different size, the result was incorrect. It was due to the size difference and got truncated.
Fixed to match up the smaller type size to big type size like what dataset does.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), ... 15 Aug 2012 Quincey Koziol d27ec1d3bd4 [svn-r22681] Description:
Clean up file driver property handling, along with some misc. warnings.
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.1, C++, FORTRAN & threadsafe
(h5committest upcoming) 15 Aug 2012 Vailin Choi 8b723437535 [svn-r22679] Changed H5O_copy_search_comm_dt_check() to use H5O_obj_class() to get object type instead of H5O_get_info(...TRUE...) saving time in traversing metadata.
(This is part of the checkin to 1.8 branch #22677) 14 Aug 2012 Vailin Choi a9602d1b34e [svn-r22676] Changes needed to make the default free-list mapping from H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY. 13 Aug 2012 Allen Byrne eb4fd07b5ac [svn-r22674] Remove checks for filters are available because the h5dump tests never used the filters in the tests. "-H" option excludes data.
HDFFV-8125 13 Aug 2012 Allen Byrne 4f4db8799ca [svn-r22673] Add "_" to list of version separators 13 Aug 2012 Private HDF 2eb782130a1 [svn-r22670] Snapshot version 1.9 release 125 12 Aug 2012 Quincey Koziol d20da589dd5 [svn-r22668] Description:
Have free space manager use temporary address space for storing the
section info, until the file is flushed or closed.
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.x, C++, FORTRAN & threadsafe
(h5committest forthcoming) 11 Aug 2012 Quincey Koziol 3552beb08b1 [svn-r22666] Description:
Merge "flush me last" & "flush me collectively" feature from the
avoid_truncate branch back to the trunk. (To help enable allowing the
free space section info to reside in temporary address space)
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.x, C++, FORTRAN & threadsafe
(h5committest forthcoming) 10 Aug 2012 Albert Cheng 60c9d889518 [svn-r22657] Bug fix: previous commit has a mistake--it used the wrong type of return
value of FAIL. The function type is a pointer. Fixed it by changing it to NULL.
Tested: In remote machine ADA (aix). 09 Aug 2012 Mohamad Chaarawi c3247876b11 [svn-r22651] fix a bug that would skip or include the parallel atomicity test with cmd arguments -o or -x 09 Aug 2012 Allen Byrne fcdc7614d7b [svn-r22650] Allow second find_package call for legacy libraries (not cmake-configured) 09 Aug 2012 Quincey Koziol 88a94bbe7ff [svn-r22646] Description:
Changes resulting from Klocwork static analysis tool, from Mark Miller
@ LLNL (miller86@llnl.gov).
Tested on:
Mac OS X/64 10.7.4 (amazon) w/debug, C++ & FORTRAN, using gcc 4.7.x
(too minor to require h5committest) 08 Aug 2012 Allen Byrne 79b2eb993e2 [svn-r22642] Correct check for filters in tools test 08 Aug 2012 Allen Byrne 9c547117ece [svn-r22637] Remove legacy command to kill MPI processes on obj to obj testing.
Tested: Windows, jam, koala 06 Aug 2012 Allen Byrne e7896ce1ceb [svn-r22633] Correct packaing info 06 Aug 2012 Allen Byrne db5a8eaa54f [svn-r22631] Move executable statement to after declarations 05 Aug 2012 Larry Knox 456b97b9fad [svn-r22629] Snapshot version 1.9 release 124 05 Aug 2012 Quincey Koziol f2bc1b43def [svn-r22627] Description:
Merge some of the changes on the plist_encode_decode branch back to the
trunk.
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug
(Too minor to require h5committest) 03 Aug 2012 Allen Byrne 28943c415b7 [svn-r22625] HDFFV-8111: h5diff compare file to itself - removed path shortcut 03 Aug 2012 Allen Byrne c9cd62c1b55 [svn-r22624] The cmake folder needed a local variable to not include a "." as one of the path components on windows. 03 Aug 2012 Mohamad Chaarawi 60d3b309176 M [svn-r22623] merge from tunk 02 Aug 2012 Allen Byrne cc7ae0a7fe9 [svn-r22622] Windows config is up one level 02 Aug 2012 Allen Byrne 49a11118eec [svn-r22620] Add ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} to default include_dirs
Correct cmake packaging names 02 Aug 2012 Jonathan Kim 99ef5765f5e [svn-r22618]
Purpose:
HDFFV-8003 - ph5diff (parallel h5diff): daily test failure on ember intermittently during non comparable test file comparison
HDFFV-7755 - parallel h5diff : hanging on koala intermittently during non comparable test file comparison
Description:
non-comparable test intermittently hung on koala and ember, but not on jam. it didn't occur until -np reaches 4 or bigger. it occurred once out of many repeated attempts of the same test.
There was a incorrectly (mistake... 01 Aug 2012 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: 'fa7b8028af70d35a3c3f89a618921ecb3351fe19', href: '/users/frank.willmore/repos/hdf5_der/commits/fa7b8028af70d35a3c3f89a618921ecb3351fe19',parents: [{ id: '1c9e159ffe6cf85a5c076f747758dc47eb7a111a' }]},{id: '1c9e159ffe6cf85a5c076f747758dc47eb7a111a', href: '/users/frank.willmore/repos/hdf5_der/commits/1c9e159ffe6cf85a5c076f747758dc47eb7a111a',parents: [{ id: '7740e853f4d39ce7a7a6462a3089aa86abbe5f17' }]},{id: '7740e853f4d39ce7a7a6462a3089aa86abbe5f17', href: '/users/frank.willmore/repos/hdf5_der/commits/7740e853f4d39ce7a7a6462a3089aa86abbe5f17',parents: [{ id: '0aa8d4d88a7d90cbb841bafacf54d97bc1d7a3f7' }]},{id: '0aa8d4d88a7d90cbb841bafacf54d97bc1d7a3f7', href: '/users/frank.willmore/repos/hdf5_der/commits/0aa8d4d88a7d90cbb841bafacf54d97bc1d7a3f7',parents: [{ id: '3ab17f5e0409b717d9739577f8cc59ce460401bc' }]},{id: '73b190b902432a477308c9e118fde69e87da613b', href: '/users/frank.willmore/repos/hdf5_der/commits/73b190b902432a477308c9e118fde69e87da613b',parents: [{ id: '18d574106c5eaeb7addd6fa6b28d5197cedce992' },{ id: '3ab17f5e0409b717d9739577f8cc59ce460401bc' }]},{id: '3ab17f5e0409b717d9739577f8cc59ce460401bc', href: '/users/frank.willmore/repos/hdf5_der/commits/3ab17f5e0409b717d9739577f8cc59ce460401bc',parents: [{ id: '3c69283e0b164c91cbd6e8c4508479e91b133b19' }]},{id: '3c69283e0b164c91cbd6e8c4508479e91b133b19', href: '/users/frank.willmore/repos/hdf5_der/commits/3c69283e0b164c91cbd6e8c4508479e91b133b19',parents: [{ id: '6ce1aa0ffeb0916dd86a4d6598afe9d5c64d5ec8' }]},{id: '6ce1aa0ffeb0916dd86a4d6598afe9d5c64d5ec8', href: '/users/frank.willmore/repos/hdf5_der/commits/6ce1aa0ffeb0916dd86a4d6598afe9d5c64d5ec8',parents: [{ id: '1673b04a23066b6dca3a4b372e7cc5a76888dd17' }]},{id: '1673b04a23066b6dca3a4b372e7cc5a76888dd17', href: '/users/frank.willmore/repos/hdf5_der/commits/1673b04a23066b6dca3a4b372e7cc5a76888dd17',parents: [{ id: 'b257bab294e5cef35dca83222c44572922f822fa' }]},{id: 'b257bab294e5cef35dca83222c44572922f822fa', href: '/users/frank.willmore/repos/hdf5_der/commits/b257bab294e5cef35dca83222c44572922f822fa',parents: [{ id: '1fa894c6b9ed3bec08d449aa276205b1aa127208' }]},{id: '1fa894c6b9ed3bec08d449aa276205b1aa127208', href: '/users/frank.willmore/repos/hdf5_der/commits/1fa894c6b9ed3bec08d449aa276205b1aa127208',parents: [{ id: '7089b2cff0c0948506c8a705593e838dc4d9f514' }]},{id: '7089b2cff0c0948506c8a705593e838dc4d9f514', href: '/users/frank.willmore/repos/hdf5_der/commits/7089b2cff0c0948506c8a705593e838dc4d9f514',parents: [{ id: '5d88bae6df905b9eb83178c01cff9125ce98d2a7' }]},{id: '5d88bae6df905b9eb83178c01cff9125ce98d2a7', href: '/users/frank.willmore/repos/hdf5_der/commits/5d88bae6df905b9eb83178c01cff9125ce98d2a7',parents: [{ id: 'f4a7d2cba2d7817f3639120d553009cd5ec416d3' }]},{id: 'f4a7d2cba2d7817f3639120d553009cd5ec416d3', href: '/users/frank.willmore/repos/hdf5_der/commits/f4a7d2cba2d7817f3639120d553009cd5ec416d3',parents: [{ id: 'caa51543a8f6278e6fb739c7a685e3f8be8452fa' }]},{id: 'caa51543a8f6278e6fb739c7a685e3f8be8452fa', href: '/users/frank.willmore/repos/hdf5_der/commits/caa51543a8f6278e6fb739c7a685e3f8be8452fa',parents: [{ id: '1f8fb63581b72b1618e0540032ca5f3d682ebcb2' }]},{id: '1f8fb63581b72b1618e0540032ca5f3d682ebcb2', href: '/users/frank.willmore/repos/hdf5_der/commits/1f8fb63581b72b1618e0540032ca5f3d682ebcb2',parents: [{ id: 'cac6687a6a4adcfff526d91f3b57671089ef10b5' }]},{id: 'cac6687a6a4adcfff526d91f3b57671089ef10b5', href: '/users/frank.willmore/repos/hdf5_der/commits/cac6687a6a4adcfff526d91f3b57671089ef10b5',parents: [{ id: 'edf83e5d1f1e38288cecba33bb7e6b11729050be' }]},{id: 'edf83e5d1f1e38288cecba33bb7e6b11729050be', href: '/users/frank.willmore/repos/hdf5_der/commits/edf83e5d1f1e38288cecba33bb7e6b11729050be',parents: [{ id: 'e53af0ed745a7bec1795681c473ba54025814fd5' }]},{id: '18d574106c5eaeb7addd6fa6b28d5197cedce992', href: '/users/frank.willmore/repos/hdf5_der/commits/18d574106c5eaeb7addd6fa6b28d5197cedce992',parents: [{ id: '60d3b3091764c2ec9bede45aeacb6b2da1fa22d8' },{ id: 'e53af0ed745a7bec1795681c473ba54025814fd5' }]},{id: 'e53af0ed745a7bec1795681c473ba54025814fd5', href: '/users/frank.willmore/repos/hdf5_der/commits/e53af0ed745a7bec1795681c473ba54025814fd5',parents: [{ id: 'd8f67a62cc4e0bd52a5a428608d46188dd5b27b2' }]},{id: 'd8f67a62cc4e0bd52a5a428608d46188dd5b27b2', href: '/users/frank.willmore/repos/hdf5_der/commits/d8f67a62cc4e0bd52a5a428608d46188dd5b27b2',parents: [{ id: '1560a6ea38d559edb211707d9507db0b8c085635' }]},{id: '1560a6ea38d559edb211707d9507db0b8c085635', href: '/users/frank.willmore/repos/hdf5_der/commits/1560a6ea38d559edb211707d9507db0b8c085635',parents: [{ id: '3f6b6fbe93237d08fcc51a786fc92b6c1fb80b92' }]},{id: '3f6b6fbe93237d08fcc51a786fc92b6c1fb80b92', href: '/users/frank.willmore/repos/hdf5_der/commits/3f6b6fbe93237d08fcc51a786fc92b6c1fb80b92',parents: [{ id: '60dc75f4f4141c5cbd2cb72d0ee3a6919c957f14' }]},{id: '60dc75f4f4141c5cbd2cb72d0ee3a6919c957f14', href: '/users/frank.willmore/repos/hdf5_der/commits/60dc75f4f4141c5cbd2cb72d0ee3a6919c957f14',parents: [{ id: 'bb11cbee94fa5d32cfd1ebdffa45132a411adf91' }]},{id: 'bb11cbee94fa5d32cfd1ebdffa45132a411adf91', href: '/users/frank.willmore/repos/hdf5_der/commits/bb11cbee94fa5d32cfd1ebdffa45132a411adf91',parents: [{ id: '231fc4d7818c037844aa8adb9f514da8e6c37fa9' }]},{id: '231fc4d7818c037844aa8adb9f514da8e6c37fa9', href: '/users/frank.willmore/repos/hdf5_der/commits/231fc4d7818c037844aa8adb9f514da8e6c37fa9',parents: [{ id: 'd27ec1d3bd4740d7d962f26da9b2a19a27592273' }]},{id: 'd27ec1d3bd4740d7d962f26da9b2a19a27592273', href: '/users/frank.willmore/repos/hdf5_der/commits/d27ec1d3bd4740d7d962f26da9b2a19a27592273',parents: [{ id: '8b7234375353966b54425265138215c211c86270' }]},{id: '8b7234375353966b54425265138215c211c86270', href: '/users/frank.willmore/repos/hdf5_der/commits/8b7234375353966b54425265138215c211c86270',parents: [{ id: 'a9602d1b34e462e7dc4af611cf08486694750863' }]},{id: 'a9602d1b34e462e7dc4af611cf08486694750863', href: '/users/frank.willmore/repos/hdf5_der/commits/a9602d1b34e462e7dc4af611cf08486694750863',parents: [{ id: 'eb4fd07b5ac8d70b9578fed95890e2af309fa20f' }]},{id: 'eb4fd07b5ac8d70b9578fed95890e2af309fa20f', href: '/users/frank.willmore/repos/hdf5_der/commits/eb4fd07b5ac8d70b9578fed95890e2af309fa20f',parents: [{ id: '4f4db8799ca92b9d59105d3c7255d43762ed3731' }]},{id: '4f4db8799ca92b9d59105d3c7255d43762ed3731', href: '/users/frank.willmore/repos/hdf5_der/commits/4f4db8799ca92b9d59105d3c7255d43762ed3731',parents: [{ id: '2eb782130a1278c8314af6ebcdc6319738506fc7' }]},{id: '2eb782130a1278c8314af6ebcdc6319738506fc7', href: '/users/frank.willmore/repos/hdf5_der/commits/2eb782130a1278c8314af6ebcdc6319738506fc7',parents: [{ id: 'd20da589dd51cf3fe184bffce8851bd5d032e7f4' }]},{id: 'd20da589dd51cf3fe184bffce8851bd5d032e7f4', href: '/users/frank.willmore/repos/hdf5_der/commits/d20da589dd51cf3fe184bffce8851bd5d032e7f4',parents: [{ id: '3552beb08b10a9037691905b5dec644428a9ac35' }]},{id: '3552beb08b10a9037691905b5dec644428a9ac35', href: '/users/frank.willmore/repos/hdf5_der/commits/3552beb08b10a9037691905b5dec644428a9ac35',parents: [{ id: '60c9d88951866b4f8c9d0b8b7a04ac5a31d00edb' }]},{id: '60c9d88951866b4f8c9d0b8b7a04ac5a31d00edb', href: '/users/frank.willmore/repos/hdf5_der/commits/60c9d88951866b4f8c9d0b8b7a04ac5a31d00edb',parents: [{ id: 'c3247876b11e85af59ac83fbb9d6d206d482cfbe' }]},{id: 'c3247876b11e85af59ac83fbb9d6d206d482cfbe', href: '/users/frank.willmore/repos/hdf5_der/commits/c3247876b11e85af59ac83fbb9d6d206d482cfbe',parents: [{ id: 'fcdc7614d7bc66e2715871b521a9bb577d49af48' }]},{id: 'fcdc7614d7bc66e2715871b521a9bb577d49af48', href: '/users/frank.willmore/repos/hdf5_der/commits/fcdc7614d7bc66e2715871b521a9bb577d49af48',parents: [{ id: '88a94bbe7ffa3c0bb7779d1b16989b385d9eadd2' }]},{id: '88a94bbe7ffa3c0bb7779d1b16989b385d9eadd2', href: '/users/frank.willmore/repos/hdf5_der/commits/88a94bbe7ffa3c0bb7779d1b16989b385d9eadd2',parents: [{ id: '79b2eb993e29cf0382db07b322fa3ca5cb00fc65' }]},{id: '79b2eb993e29cf0382db07b322fa3ca5cb00fc65', href: '/users/frank.willmore/repos/hdf5_der/commits/79b2eb993e29cf0382db07b322fa3ca5cb00fc65',parents: [{ id: '9c547117ece94acacbbdd804166f32b6208596da' }]},{id: '9c547117ece94acacbbdd804166f32b6208596da', href: '/users/frank.willmore/repos/hdf5_der/commits/9c547117ece94acacbbdd804166f32b6208596da',parents: [{ id: 'e7896ce1ceb74c9c6df3f380d6872a9d6d5ee59c' }]},{id: 'e7896ce1ceb74c9c6df3f380d6872a9d6d5ee59c', href: '/users/frank.willmore/repos/hdf5_der/commits/e7896ce1ceb74c9c6df3f380d6872a9d6d5ee59c',parents: [{ id: 'db5a8eaa54f69a55ada285a20b4f805f143a86a5' }]},{id: 'db5a8eaa54f69a55ada285a20b4f805f143a86a5', href: '/users/frank.willmore/repos/hdf5_der/commits/db5a8eaa54f69a55ada285a20b4f805f143a86a5',parents: [{ id: '456b97b9faddc308428b828a146eb3c8df26ff4c' }]},{id: '456b97b9faddc308428b828a146eb3c8df26ff4c', href: '/users/frank.willmore/repos/hdf5_der/commits/456b97b9faddc308428b828a146eb3c8df26ff4c',parents: [{ id: 'f2bc1b43def9b829c722fc7b89b8dd7783e14805' }]},{id: 'f2bc1b43def9b829c722fc7b89b8dd7783e14805', href: '/users/frank.willmore/repos/hdf5_der/commits/f2bc1b43def9b829c722fc7b89b8dd7783e14805',parents: [{ id: '28943c415b7e6ad11a412e7a88d500622886bffe' }]},{id: '28943c415b7e6ad11a412e7a88d500622886bffe', href: '/users/frank.willmore/repos/hdf5_der/commits/28943c415b7e6ad11a412e7a88d500622886bffe',parents: [{ id: 'c9cd62c1b55f96a45f3180e7ac73712340f479a1' }]},{id: 'c9cd62c1b55f96a45f3180e7ac73712340f479a1', href: '/users/frank.willmore/repos/hdf5_der/commits/c9cd62c1b55f96a45f3180e7ac73712340f479a1',parents: [{ id: 'cc7ae0a7fe9451062a1fb370ae2a36c0789a60e3' }]},{id: '60d3b3091764c2ec9bede45aeacb6b2da1fa22d8', href: '/users/frank.willmore/repos/hdf5_der/commits/60d3b3091764c2ec9bede45aeacb6b2da1fa22d8',parents: [{ id: 'bbaf4fb19b452e093bde1616df351dfa34f30840' },{ id: 'cc7ae0a7fe9451062a1fb370ae2a36c0789a60e3' }]},{id: 'cc7ae0a7fe9451062a1fb370ae2a36c0789a60e3', href: '/users/frank.willmore/repos/hdf5_der/commits/cc7ae0a7fe9451062a1fb370ae2a36c0789a60e3',parents: [{ id: '49a11118eec78a39cd92820cbfb94d348b10cd0f' }]},{id: '49a11118eec78a39cd92820cbfb94d348b10cd0f', href: '/users/frank.willmore/repos/hdf5_der/commits/49a11118eec78a39cd92820cbfb94d348b10cd0f',parents: [{ id: '99ef5765f5e25402d97f1355c0e049dc2b746228' }]},{id: '99ef5765f5e25402d97f1355c0e049dc2b746228', href: '/users/frank.willmore/repos/hdf5_der/commits/99ef5765f5e25402d97f1355c0e049dc2b746228',parents: [{ id: '840ad091059877ed68fcc840f23ad633177c6f59' }]}]);