Author Commit Message Commit Date Mike McGreevy 814f82b4503 M [svn-r20546] Bring revisions r20402:r20544 from trunk to avoid_truncate branch.
Tested on Jam 18 Apr 2011 Mike McGreevy 9b62519e9c2 [svn-r20436] Purpose:
Add 'no action' as an operation type for the
file driver coordinate function.
Tested:
jam 07 Apr 2011 Mike McGreevy 2256d98de27 [svn-r20435] Purpose:
Add H5FDcoordinate and respective sub-functions for
mpio and mpiposix drivers.
Description:
For now, the purpose of the 'coordinate' function is to
allow parallel file drivers to share their locally
tracked EOF values, determine the maximum of all
local values, and update the actual EOF in each
process with this true EOF.
Without a clear goal for where this function will
actually end up, it's been written to be pretty
extensibl... 07 Apr 2011 Mike McGreevy ce5a6ecc46b M [svn-r20403] Bring revisions r20308:r20401 from trunk to avoid_truncate branch. 01 Apr 2011 Mike McGreevy 8c8dad1cc77 [svn-r20309] Purpose:
Interim checkin of 'avoid truncate' feature to development branch.
Description:
Bringing initial changes in support of 'avoid truncate' feature
to a branch off the trunk. While this feature is not yet complete,
I didn't want to continue working solely from a local copy.
Development will continue on the branch and be merged to the
trunk after thorough review and testing.
Tested:
While I've added and run tests of new code changes thus fa... 24 Mar 2011 Mohamad Chaarawi 023f0e976bf M [svn-r27931] merge from trunk. 01 Oct 2015 Allen Byrne 4dc2218ab56 [svn-r27927] Fix dependencies of flex/bison files. 01 Oct 2015 Allen Byrne 152cc9e1433 [svn-r27926] Fix dependencies of generated headers. 01 Oct 2015 Allen Byrne 32ee0d816f7 [svn-r27913] Need to create the directory for the gen files 29 Sep 2015 Allen Byrne cc8ed681b0e [svn-r27911] Add back in the build dir 29 Sep 2015 Allen Byrne e8073c0d801 [svn-r27910] Rework flex-bison generated files to eliminate dual depends when building both shared and static 29 Sep 2015 Allen Byrne ea70d11227b [svn-r27909] Exclude CYGWIN 29 Sep 2015 Allen Byrne ef2885c5cad [svn-r27908] Give cache tests extra time for VFD tests 29 Sep 2015 Allen Byrne 2557782f245 [svn-r27906] Remove header file name as it is not a direct target (derived during BISON process). 29 Sep 2015 Allen Byrne 7b7649aa817 [svn-r27905] Add depends to be sure file exists 28 Sep 2015 Allen Byrne 179d122d59c [svn-r27904] Correct missing target name chars 28 Sep 2015 Allen Byrne 431c69474c3 [svn-r27903] Add extra line for replacement from revision 27898 28 Sep 2015 Dana Robinson 11201a24ef3 [svn-r27902] Updated autogen.sh to use /usr/hdf/bin/AUTOTOOLS paths and removed
hard-coded version checks.
Tested on: jam 28 Sep 2015 Allen Byrne 510936d9157 [svn-r27901] Rework doc for updated examples script 28 Sep 2015 Larry Knox a4e6d0c7e19 [svn-r27900] Modify bbrelease to use "Revision:" number from svn info, not "Last Changed Rev:" number.
Tested on jam 28 Sep 2015 Mohamad Chaarawi e1882686106 [svn-r27898] add an additional perl command to replace int with hid_t in H5LTparse.c
- this is needed when running autogen on a couple of HPC machines. 28 Sep 2015 Allen Byrne e688c682c31 [svn-r27897] Reduce normal test timeouts to 10 mins - leave VFD changes as is. 28 Sep 2015 Allen Byrne 62725553943 [svn-r27896] Synch VFD types with autotools 28 Sep 2015 Allen Byrne ccd6248532a [svn-r27895] Rework the generated file dependencies and commands. 28 Sep 2015 Allen Byrne 68962cb2fa9 [svn-r27894] All generated headers need to be packaged. 28 Sep 2015 Dana Robinson 5422acf9b2e [svn-r27892] Removed redefinition of H5C__HASH_FCN in test/cache_common.h.
This was causing failures on Ada.
Tested on: Ubuntu 15.04 (Linux 3.19.0) w/ gcc 4.9.3 26 Sep 2015 Quincey Koziol fbd659fe6fe [svn-r27891] Description:
Revert changes to 'all' and 'none' selections: the serialized header info
is handled in the general H5S_select_deserialize() routine.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming) 26 Sep 2015 Quincey Koziol 07048195924 [svn-r27890] Description:
Remove 'unused' attribute from decoding pointer flag that I missed in the
last checkin.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming) 26 Sep 2015 Quincey Koziol f45d7b4b7a7 [svn-r27889] Description:
Advance the decoding pointer for 'all' and 'none' selections properly.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming) 26 Sep 2015 Quincey Koziol 2fbf60fb900 [svn-r27888] Description:
Fix typo in last checkin. *sigh*
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming) 26 Sep 2015 Quincey Koziol 8186a5cee10 [svn-r27884] Description:
Update dataspace selection encode/decode routines to avoid type aliasing
errors.
Tested on:
Linux/64 2.6.x (platypus) w/production
(h5committest forthcoming) 26 Sep 2015 Dana Robinson aec3e1242d0 [svn-r27880] Changes to autogen.sh
- Removed the long options, which are not supported under
the getopts builtin.
- Correctly labeled the autogen.sh script as requiring bash
(via the #!). We may need to remove the bash constructs
before the 1.10 release and revert to sh.
- The help output is now correct.
Tested on: local linux 25 Sep 2015 Dana Robinson 04289b3e2ad [svn-r27878] Updated autogen.sh script to be more informative about missing
flex/bison.
Tested on: local linux 25 Sep 2015 Allen Byrne 2c99d728f05 [svn-r27874] Add ability to extend the cmake path for searching for libraries/programs. 24 Sep 2015 Allen Byrne 5430c32938f [svn-r27873] Update with changes to script file 24 Sep 2015 Allen Byrne a1df19353d6 [svn-r27871] Update with changes to script file 24 Sep 2015 Allen Byrne e732b8073bf [svn-r27869] Update with changes to script file 24 Sep 2015 Allen Byrne d99143e25bf [svn-r27868] Add missing exported headers due to generation changes. 24 Sep 2015 Allen Byrne 6a2195507da [svn-r27863] Correct comment 23 Sep 2015 Allen Byrne 0d752fc354e [svn-r27862] Make the system vars configurable through the CTEST_SCRIPT_ARG 23 Sep 2015 Allen Byrne 342ab3ccbfc [svn-r27858] Add depends for H5E files 22 Sep 2015 Scot Breitenfeld 1cd606b5e0b [svn-r27854] fixed typo in name of file 22 Sep 2015 Quincey Koziol af25c747adf [svn-r27851] Description:
Normalization changes that wouldn't otherwise be necessary if the VDS branch
wasn't coming in shortly.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming) 21 Sep 2015 Quincey Koziol fb238c24a5c [svn-r27849] Description:
Normalize against incoming changes on VDS branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest forthcoming) 21 Sep 2015 Allen Byrne 0be8c168794 [svn-r27847] Add Not early in document about CMAKE_INSTALL_PREFIX. 21 Sep 2015 Allen Byrne 9edd184ae97 [svn-r27846] Fix generated files process.
Add script for post processing of flex/bison files. 21 Sep 2015 Albert Cheng 0e4ee6d829d [svn-r27836] HDFFV-8932: added option --with-szlib to support szip library support.
Tested: platypus 32 or 64bit, with or without zlib. 20 Sep 2015 Quincey Koziol 8fc9a9ba251 [svn-r27834] Description:
Close FAPL for external link test, to fix infinite loop closing the library.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(too minor to require h5committest) 20 Sep 2015 Dana Robinson 502dd5500be [svn-r27832] Updates to configure.ac based on the results of autoscan.
This removes all of the TRY_* macros and replaces them with *_IFELSE
macros, which are better for cross-compiling.
Tested on: h5committest (cmake fails due to --enable-fortran2003) 19 Sep 2015 Albert Cheng 809dcb5c8e8 [svn-r27831] HDF5-0: Removed enable-fortran2003 which is no longer needed.
HDFFV-8932: added option to specify which zlib to use.
Tested: platypus 32 or 64bit, with or without zlib. 18 Sep 2015 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '814f82b45035a7a6cd100acfec8a560ec5c807b9', href: '/users/frank.willmore/repos/hdf5_der/commits/814f82b45035a7a6cd100acfec8a560ec5c807b9',parents: [{ id: '9b62519e9c26c14e90bae767183d68487caca584' },{ id: 'a7c7fbfdf98d13c8ccbdd3be472270a1ae5c4cb2' }]},{id: '9b62519e9c26c14e90bae767183d68487caca584', href: '/users/frank.willmore/repos/hdf5_der/commits/9b62519e9c26c14e90bae767183d68487caca584',parents: [{ id: '2256d98de2747f597a9980ba3b7a9161d5f4cc4f' }]},{id: '2256d98de2747f597a9980ba3b7a9161d5f4cc4f', href: '/users/frank.willmore/repos/hdf5_der/commits/2256d98de2747f597a9980ba3b7a9161d5f4cc4f',parents: [{ id: 'ce5a6ecc46b94dc9af23fb923d86f7320b12b1f7' }]},{id: 'ce5a6ecc46b94dc9af23fb923d86f7320b12b1f7', href: '/users/frank.willmore/repos/hdf5_der/commits/ce5a6ecc46b94dc9af23fb923d86f7320b12b1f7',parents: [{ id: '8c8dad1cc779566fc689a93b0d248299786e4ce7' },{ id: '09a7dad09917e9f4d239ac234688f469528c1066' }]},{id: '8c8dad1cc779566fc689a93b0d248299786e4ce7', href: '/users/frank.willmore/repos/hdf5_der/commits/8c8dad1cc779566fc689a93b0d248299786e4ce7',parents: [{ id: '3c866e69a678bb383fce11c31cb1b1e94eb1e6c1' }]},{id: '023f0e976bff45e6569f0d6242a5de3e25223206', href: '/users/frank.willmore/repos/hdf5_der/commits/023f0e976bff45e6569f0d6242a5de3e25223206',labels: [{name: 'large_datatype', type: 'BRANCH', href: '/users/frank.willmore/repos/hdf5_der/browse?at=large_datatype'}],parents: [{ id: '8717f22f5885e93e8e32002504b8ed14fecb1073' },{ id: '4dc2218ab5622f81c3dd9d68020ac7357f413c50' }]},{id: '4dc2218ab5622f81c3dd9d68020ac7357f413c50', href: '/users/frank.willmore/repos/hdf5_der/commits/4dc2218ab5622f81c3dd9d68020ac7357f413c50',parents: [{ id: '152cc9e1433171adc5bd44ac58ecd50971bc2c3f' }]},{id: '152cc9e1433171adc5bd44ac58ecd50971bc2c3f', href: '/users/frank.willmore/repos/hdf5_der/commits/152cc9e1433171adc5bd44ac58ecd50971bc2c3f',parents: [{ id: '32ee0d816f7a329ba7e625765186c36dcf054efc' }]},{id: '32ee0d816f7a329ba7e625765186c36dcf054efc', href: '/users/frank.willmore/repos/hdf5_der/commits/32ee0d816f7a329ba7e625765186c36dcf054efc',parents: [{ id: 'cc8ed681b0eeaefdfe834d26c3715146f225b381' }]},{id: 'cc8ed681b0eeaefdfe834d26c3715146f225b381', href: '/users/frank.willmore/repos/hdf5_der/commits/cc8ed681b0eeaefdfe834d26c3715146f225b381',parents: [{ id: 'e8073c0d80189b1d1c8e5df94abe72b249f5aab8' }]},{id: 'e8073c0d80189b1d1c8e5df94abe72b249f5aab8', href: '/users/frank.willmore/repos/hdf5_der/commits/e8073c0d80189b1d1c8e5df94abe72b249f5aab8',parents: [{ id: 'ea70d11227bee77e9fc34f0435165365842bd138' }]},{id: 'ea70d11227bee77e9fc34f0435165365842bd138', href: '/users/frank.willmore/repos/hdf5_der/commits/ea70d11227bee77e9fc34f0435165365842bd138',parents: [{ id: 'ef2885c5cad04b31e8b5c9b5ea9016348e99950c' }]},{id: 'ef2885c5cad04b31e8b5c9b5ea9016348e99950c', href: '/users/frank.willmore/repos/hdf5_der/commits/ef2885c5cad04b31e8b5c9b5ea9016348e99950c',parents: [{ id: '2557782f245f02d8b434759854a30ed18b9d8649' }]},{id: '2557782f245f02d8b434759854a30ed18b9d8649', href: '/users/frank.willmore/repos/hdf5_der/commits/2557782f245f02d8b434759854a30ed18b9d8649',parents: [{ id: '7b7649aa8172bfff4e49ee97211d834261d50230' }]},{id: '7b7649aa8172bfff4e49ee97211d834261d50230', href: '/users/frank.willmore/repos/hdf5_der/commits/7b7649aa8172bfff4e49ee97211d834261d50230',parents: [{ id: '179d122d59cda7b13a5ece59747075a00df81ed0' }]},{id: '179d122d59cda7b13a5ece59747075a00df81ed0', href: '/users/frank.willmore/repos/hdf5_der/commits/179d122d59cda7b13a5ece59747075a00df81ed0',parents: [{ id: '431c69474c31f7e535f0e9ed3256563e945f5c19' }]},{id: '431c69474c31f7e535f0e9ed3256563e945f5c19', href: '/users/frank.willmore/repos/hdf5_der/commits/431c69474c31f7e535f0e9ed3256563e945f5c19',parents: [{ id: '11201a24ef32d82423ac952b71f16ecfbeec9b5a' }]},{id: '11201a24ef32d82423ac952b71f16ecfbeec9b5a', href: '/users/frank.willmore/repos/hdf5_der/commits/11201a24ef32d82423ac952b71f16ecfbeec9b5a',parents: [{ id: '510936d9157e9385abe379a73387a8221a1e2eed' }]},{id: '510936d9157e9385abe379a73387a8221a1e2eed', href: '/users/frank.willmore/repos/hdf5_der/commits/510936d9157e9385abe379a73387a8221a1e2eed',parents: [{ id: 'a4e6d0c7e199558b3c9f839a4ccb8071e48c7495' }]},{id: 'a4e6d0c7e199558b3c9f839a4ccb8071e48c7495', href: '/users/frank.willmore/repos/hdf5_der/commits/a4e6d0c7e199558b3c9f839a4ccb8071e48c7495',parents: [{ id: 'e1882686106eca76e5c37ee721afb5606077c844' }]},{id: 'e1882686106eca76e5c37ee721afb5606077c844', href: '/users/frank.willmore/repos/hdf5_der/commits/e1882686106eca76e5c37ee721afb5606077c844',parents: [{ id: 'e688c682c3120bd1f3c2a6e3bb91fd47d1551ffe' }]},{id: 'e688c682c3120bd1f3c2a6e3bb91fd47d1551ffe', href: '/users/frank.willmore/repos/hdf5_der/commits/e688c682c3120bd1f3c2a6e3bb91fd47d1551ffe',parents: [{ id: '627255539436e8a6c00fada089e95821c4109189' }]},{id: '627255539436e8a6c00fada089e95821c4109189', href: '/users/frank.willmore/repos/hdf5_der/commits/627255539436e8a6c00fada089e95821c4109189',parents: [{ id: 'ccd6248532a7b1030fcfa571607a7cd16228b354' }]},{id: 'ccd6248532a7b1030fcfa571607a7cd16228b354', href: '/users/frank.willmore/repos/hdf5_der/commits/ccd6248532a7b1030fcfa571607a7cd16228b354',parents: [{ id: '68962cb2fa9ce37dde2138524506938022dc1bb8' }]},{id: '68962cb2fa9ce37dde2138524506938022dc1bb8', href: '/users/frank.willmore/repos/hdf5_der/commits/68962cb2fa9ce37dde2138524506938022dc1bb8',parents: [{ id: '5422acf9b2e3b65a19949be2ef166590f9d471ae' }]},{id: '5422acf9b2e3b65a19949be2ef166590f9d471ae', href: '/users/frank.willmore/repos/hdf5_der/commits/5422acf9b2e3b65a19949be2ef166590f9d471ae',parents: [{ id: 'fbd659fe6feba18f9fd4f931535a6603ccbf763d' }]},{id: 'fbd659fe6feba18f9fd4f931535a6603ccbf763d', href: '/users/frank.willmore/repos/hdf5_der/commits/fbd659fe6feba18f9fd4f931535a6603ccbf763d',parents: [{ id: '0704819592498a9bcfffdeb367821a9d18888cf5' }]},{id: '0704819592498a9bcfffdeb367821a9d18888cf5', href: '/users/frank.willmore/repos/hdf5_der/commits/0704819592498a9bcfffdeb367821a9d18888cf5',parents: [{ id: 'f45d7b4b7a784997c98c2b0ed0da2ab4575fe340' }]},{id: 'f45d7b4b7a784997c98c2b0ed0da2ab4575fe340', href: '/users/frank.willmore/repos/hdf5_der/commits/f45d7b4b7a784997c98c2b0ed0da2ab4575fe340',parents: [{ id: '2fbf60fb900d6bcf7ac1a2bbf539396903b72edd' }]},{id: '2fbf60fb900d6bcf7ac1a2bbf539396903b72edd', href: '/users/frank.willmore/repos/hdf5_der/commits/2fbf60fb900d6bcf7ac1a2bbf539396903b72edd',parents: [{ id: '8186a5cee10c41e97ba24b6fe1de9f6ce0c3902d' }]},{id: '8186a5cee10c41e97ba24b6fe1de9f6ce0c3902d', href: '/users/frank.willmore/repos/hdf5_der/commits/8186a5cee10c41e97ba24b6fe1de9f6ce0c3902d',parents: [{ id: 'aec3e1242d0d0f5c0fcbe796f2c2801c828e7efb' }]},{id: 'aec3e1242d0d0f5c0fcbe796f2c2801c828e7efb', href: '/users/frank.willmore/repos/hdf5_der/commits/aec3e1242d0d0f5c0fcbe796f2c2801c828e7efb',parents: [{ id: '04289b3e2ad9e6ff6593b6df991f28c704fd8039' }]},{id: '04289b3e2ad9e6ff6593b6df991f28c704fd8039', href: '/users/frank.willmore/repos/hdf5_der/commits/04289b3e2ad9e6ff6593b6df991f28c704fd8039',parents: [{ id: '2c99d728f05b6f32c6299a40e88cfe351a06c639' }]},{id: '2c99d728f05b6f32c6299a40e88cfe351a06c639', href: '/users/frank.willmore/repos/hdf5_der/commits/2c99d728f05b6f32c6299a40e88cfe351a06c639',parents: [{ id: '5430c32938f9c40df63254940ef18758c94defe1' }]},{id: '5430c32938f9c40df63254940ef18758c94defe1', href: '/users/frank.willmore/repos/hdf5_der/commits/5430c32938f9c40df63254940ef18758c94defe1',parents: [{ id: 'a1df19353d6673c66ca2fc957bd1b6a8b0d3407e' }]},{id: 'a1df19353d6673c66ca2fc957bd1b6a8b0d3407e', href: '/users/frank.willmore/repos/hdf5_der/commits/a1df19353d6673c66ca2fc957bd1b6a8b0d3407e',parents: [{ id: 'e732b8073bf0f552af6ba3ed91a54b8be0c46031' }]},{id: 'e732b8073bf0f552af6ba3ed91a54b8be0c46031', href: '/users/frank.willmore/repos/hdf5_der/commits/e732b8073bf0f552af6ba3ed91a54b8be0c46031',parents: [{ id: 'd99143e25bf3e2aaeed0f89a867035292336026f' }]},{id: 'd99143e25bf3e2aaeed0f89a867035292336026f', href: '/users/frank.willmore/repos/hdf5_der/commits/d99143e25bf3e2aaeed0f89a867035292336026f',parents: [{ id: '6a2195507da2fc7b6302d00b2e1a25dda96b11cd' }]},{id: '6a2195507da2fc7b6302d00b2e1a25dda96b11cd', href: '/users/frank.willmore/repos/hdf5_der/commits/6a2195507da2fc7b6302d00b2e1a25dda96b11cd',parents: [{ id: '0d752fc354e376f15d038225b908e1899d5833b7' }]},{id: '0d752fc354e376f15d038225b908e1899d5833b7', href: '/users/frank.willmore/repos/hdf5_der/commits/0d752fc354e376f15d038225b908e1899d5833b7',parents: [{ id: '342ab3ccbfc9808b2a3bd189d7ec9b467df27ca9' }]},{id: '342ab3ccbfc9808b2a3bd189d7ec9b467df27ca9', href: '/users/frank.willmore/repos/hdf5_der/commits/342ab3ccbfc9808b2a3bd189d7ec9b467df27ca9',parents: [{ id: '1cd606b5e0b48efa7fa3a1aac977ecb4f4ec04c5' }]},{id: '1cd606b5e0b48efa7fa3a1aac977ecb4f4ec04c5', href: '/users/frank.willmore/repos/hdf5_der/commits/1cd606b5e0b48efa7fa3a1aac977ecb4f4ec04c5',parents: [{ id: 'af25c747adf228eacbd0625f8cd41f84cb3fbbc3' }]},{id: 'af25c747adf228eacbd0625f8cd41f84cb3fbbc3', href: '/users/frank.willmore/repos/hdf5_der/commits/af25c747adf228eacbd0625f8cd41f84cb3fbbc3',parents: [{ id: 'fb238c24a5c6679c7555c95f887b7f4a49dbb640' }]},{id: 'fb238c24a5c6679c7555c95f887b7f4a49dbb640', href: '/users/frank.willmore/repos/hdf5_der/commits/fb238c24a5c6679c7555c95f887b7f4a49dbb640',parents: [{ id: '0be8c1687945eb0e55fac84c7aa9901ca9898a26' }]},{id: '0be8c1687945eb0e55fac84c7aa9901ca9898a26', href: '/users/frank.willmore/repos/hdf5_der/commits/0be8c1687945eb0e55fac84c7aa9901ca9898a26',parents: [{ id: '9edd184ae9771c83b3569f3411babdcdd4170b3e' }]},{id: '9edd184ae9771c83b3569f3411babdcdd4170b3e', href: '/users/frank.willmore/repos/hdf5_der/commits/9edd184ae9771c83b3569f3411babdcdd4170b3e',parents: [{ id: '0e4ee6d829d658af60ec21ea57138e6607f2ace6' }]},{id: '0e4ee6d829d658af60ec21ea57138e6607f2ace6', href: '/users/frank.willmore/repos/hdf5_der/commits/0e4ee6d829d658af60ec21ea57138e6607f2ace6',parents: [{ id: '8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d' }]},{id: '8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d', href: '/users/frank.willmore/repos/hdf5_der/commits/8fc9a9ba251ea34ac5a943ad8eb7f6cf012b929d',parents: [{ id: '502dd5500bea7056add8e94403ac92472c3c4a43' }]},{id: '502dd5500bea7056add8e94403ac92472c3c4a43', href: '/users/frank.willmore/repos/hdf5_der/commits/502dd5500bea7056add8e94403ac92472c3c4a43',parents: [{ id: '809dcb5c8e8db515f15dea6d50f0b0c5faef7c39' }]},{id: '809dcb5c8e8db515f15dea6d50f0b0c5faef7c39', href: '/users/frank.willmore/repos/hdf5_der/commits/809dcb5c8e8db515f15dea6d50f0b0c5faef7c39',parents: [{ id: 'e78fa78f0716d5f595f42a526c3a23f64996bb1d' }]}]);