Author Commit Message Commit Date Allen Byrne 386b3e971b9 [svn-r22027] HDFFV-7839: Dangling link should not display error
If a link is specified on the command with the -d option, call the handle_links function on error from the H5Dopen command.
Updated test file results with error stack when link not found.
Tested: local linux and jam 05 Mar 2012 Allen Byrne 058f9c20567 [svn-r22024] Add HD prefix to tools library based tests. Cleaned allocation/free in tests.
Tested: local linux/ changes h5committetest against 1.8 version 05 Mar 2012 Private HDF e7bbbd07df4 [svn-r22022] Snapshot version 1.9 release 109 04 Mar 2012 Larry Knox cfc1dffd148 [svn-r22020] Fix for HDFFV-7878.
gnu-flags
Don't add gcc flags for intel compiler even though its version display includes "gcc".
intel-flags
Extend intel version to include icc-12*. 02 Mar 2012 Allen Byrne f99cdd5afe2 [svn-r22019] Cleanup warnings from compiles
Tested: local linux 02 Mar 2012 Jonathan Kim b994a101485 [svn-r22012] Purpose:
Task for HDFFV-7862 - Select data by chunk direction to improve performance in h5repack
Description:
h5repack sometimes became very slow when handling big chunked datasets in
certain cases. (when chunk boundary doesn't match with a hyperslab boundary.)
The main issue was from figuring out a hypeslab without considering chunk
boundary to read from and write to such datasets.
The update was made to figure out a better hyperslab unit with considering
chunk bo... 01 Mar 2012 Allen Byrne 196080ac0fd [svn-r22010] Variable used to determine if the MS Visual Studio compiler is being used incorrectly limited setting the H5_HAVE_VISUAL_STUDIO define to only when the IDE was being used to build on Windows.
Tested: windows 01 Mar 2012 Allen Byrne e49c1ba04e9 [svn-r22007] Remove duplicated functions by using h5tools library calls
HDFFV-7949
Tested: local linux and h5committest 29 Feb 2012 Allen Byrne e53a56af532 [svn-r22005] function calls must be after assignments on windows 29 Feb 2012 Allen Byrne df6c92e506a [svn-r22004] Reduced warnings and fixed conflicts resulting from including h5tools.h
Tested: local linux 28 Feb 2012 Albert Cheng 9423da6a4d5 [svn-r21999] Updated for the changes made to IBM configure.
Also update the IBM tested platform information. 28 Feb 2012 Albert Cheng 2ac614f94de [svn-r21997] Feature: HDFFV-7793: AIX Fortran and C++ Compiler version information
Added code to display the version information of XL fortran and C++ compiler
version information. (This is just a quick fix for the AIX XL compilers.
The overall algorithm of compilers version information needs an overhaul.)
Tested: ADA machine. (No committest because the changes applied to AIX XL
compilers only.) 28 Feb 2012 Allen Byrne fc48c675e15 [svn-r21996] Add tools_init to main 27 Feb 2012 Allen Byrne 9ae8cffe920 [svn-r21995] Updated changes to h5dump fix 27 Feb 2012 Allen Byrne 009522483ee [svn-r21994] Add tools_init to main 27 Feb 2012 Allen Byrne 3a713f80759 [svn-r21993] Add tools_init to main 27 Feb 2012 Allen Byrne deec94bf4a4 [svn-r21992] Remove old testfile 27 Feb 2012 Allen Byrne 6765de0c65a [svn-r21991] Cleanup minor issues found during 518 merge 27 Feb 2012 Allen Byrne c8458f779cc [svn-r21990] Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions.
Tested: local linux, jam-pp 27 Feb 2012 Allen Byrne fb6eace9604 [svn-r21988] Tools must call h5tools_init before command_line parsing or using tools_mesg functions.
Tools library uses alias variables for stdout, stderr and tools library uses HDfprintf() functions. 27 Feb 2012 Allen Byrne 3d3bf48b9a3 [svn-r21987] Remove unnecessary dependancies on tools library for h5 file gentests.
Tested: local linux 27 Feb 2012 Allen Byrne 84054002139 [svn-r21986] Updated haddr_t format for print of STORAGE_LAYOUT - linew 32 issue 24 Feb 2012 Allen Byrne 202c36682b4 [svn-r21985] Tools must call h5tools_init before command_line parsing or using tools_mesg functions.
Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions.
Tested: local linux 24 Feb 2012 Allen Byrne 2dffa66ef78 [svn-r21984] Correct HD prefix in tools
Checked for HD support. 24 Feb 2012 Allen Byrne 67a1e576db7 [svn-r21983] Correct HD prefix in tools
Checked for HD support. 24 Feb 2012 Allen Byrne 827cbbba318 [svn-r21982] Correct HD prefix in tools for exit
Checked for HD support. 24 Feb 2012 Allen Byrne cec338c647a [svn-r21981] Correct HD prefix in tools for fprintf
Checked for HD support. 24 Feb 2012 Allen Byrne 5b1c9ffe2d7 [svn-r21980] Correct HD prefix in tools for *alloc
Checked for HD support. 24 Feb 2012 Allen Byrne 944f2cdf8d7 [svn-r21979] Correct HD prefix in tools for strlen and memcpy
Checked for HD support. 24 Feb 2012 Allen Byrne b2ec30bfe35 [svn-r21978] undo HD prefix 24 Feb 2012 Jacob Gruber 1dfe7e0483a M [svn-r21977] Merged with trunk revision 21976. 23 Feb 2012 Allen Byrne 0b4463911f9 [svn-r21974] Update HSIZE_T print statements to use correct macro.
Fix some more HD prefix issues in tools.
Tested: local linux 23 Feb 2012 Allen Byrne 9974e02bc07 [svn-r21973] Correct limited reallocation on windows.
Tested: local linux, windows, h5committest 23 Feb 2012 Allen Byrne c47f6becf27 [svn-r21972] Split append statement into two parts - linew hsize_t issue 23 Feb 2012 Allen Byrne 108c788d375 [svn-r21971] Correct HD prefix 22 Feb 2012 Allen Byrne bd11f8643d0 [svn-r21970] Added missing HD prefix 22 Feb 2012 Allen Byrne d59da45c98e [svn-r21969] Added missing HD prefix
Correct indentation 22 Feb 2012 Allen Byrne 6ef73c4282e [svn-r21968] Added missing HD prefix 22 Feb 2012 Allen Byrne 60030b56310 [svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u'
Moved lib variables windows linking declarations to proper file location.
Tested: local linux windows 22 Feb 2012 Allen Byrne 147edec689b [svn-r21966] Index used in printing data uses hsize_t variables. Changed h5ls format to use HSIZE_T_FORMAT.
Tested: local linux and windows 32 21 Feb 2012 Allen Byrne 1d0c7360efe [svn-r21963] Fixed issue with compression value not printing - format parameter was wrong, needed to be long long.
Enabled compression tests
Tested: 32-bit windows 20 Feb 2012 Allen Byrne e808e596aba [svn-r21962] Reference file missing a return - now "be" version is similiar to "le" version whitespace 20 Feb 2012 Allen Byrne 8bc0ed5a5a5 [svn-r21960] Fix unsigned long long format string in xml code.
Re-enable xml tests
Tested: 32-bits 19 Feb 2012 Allen Byrne 97ab252c0cb [svn-r21959] SKIP h5dump XML until MaxDims issue is resolved 17 Feb 2012 Allen Byrne 9c155601157 [svn-r21958] SKIP failing filter tests until compression values can be verifed 17 Feb 2012 Allen Byrne d195d4bf55f [svn-r21957] Windows DLL macro missing on data in header 17 Feb 2012 Allen Byrne f55a1344ad0 [svn-r21956] Windows DLL macro missing on functions in header 17 Feb 2012 Allen Byrne fbd74f00cf9 [svn-r21955] Missed bin/reconfigure on h5dump and tools/lib 17 Feb 2012 Allen Byrne 3cdc4860392 [svn-r21954] HDFFV-7560: refactoring note. 17 Feb 2012 Allen Byrne fb762aa6b01 [svn-r21953] HDDFV-7560: h5dump refactoring
Tested: local linux 17 Feb 2012 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '386b3e971b91580fad6c97cbdf95219097945ddf', href: '/users/frank.willmore/repos/hdf5_der/commits/386b3e971b91580fad6c97cbdf95219097945ddf',parents: [{ id: '058f9c205676a487d8fb37ff3874176eee7807d3' }]},{id: '058f9c205676a487d8fb37ff3874176eee7807d3', href: '/users/frank.willmore/repos/hdf5_der/commits/058f9c205676a487d8fb37ff3874176eee7807d3',parents: [{ id: 'e7bbbd07df4c551292ba4677e295596216bace15' }]},{id: 'e7bbbd07df4c551292ba4677e295596216bace15', href: '/users/frank.willmore/repos/hdf5_der/commits/e7bbbd07df4c551292ba4677e295596216bace15',parents: [{ id: 'cfc1dffd1489353c0fedf8d45df6579c73ddeb2c' }]},{id: 'cfc1dffd1489353c0fedf8d45df6579c73ddeb2c', href: '/users/frank.willmore/repos/hdf5_der/commits/cfc1dffd1489353c0fedf8d45df6579c73ddeb2c',parents: [{ id: 'f99cdd5afe2f86c83b502ca7b27e293d3a17eb45' }]},{id: 'f99cdd5afe2f86c83b502ca7b27e293d3a17eb45', href: '/users/frank.willmore/repos/hdf5_der/commits/f99cdd5afe2f86c83b502ca7b27e293d3a17eb45',parents: [{ id: 'b994a10148512b6f0ea570818f7273f6322dfde3' }]},{id: 'b994a10148512b6f0ea570818f7273f6322dfde3', href: '/users/frank.willmore/repos/hdf5_der/commits/b994a10148512b6f0ea570818f7273f6322dfde3',parents: [{ id: '196080ac0fd0df2417bf79481e1ffd47d1b86e89' }]},{id: '196080ac0fd0df2417bf79481e1ffd47d1b86e89', href: '/users/frank.willmore/repos/hdf5_der/commits/196080ac0fd0df2417bf79481e1ffd47d1b86e89',parents: [{ id: 'e49c1ba04e9ec224771e9c7e528def4fc8245d87' }]},{id: 'e49c1ba04e9ec224771e9c7e528def4fc8245d87', href: '/users/frank.willmore/repos/hdf5_der/commits/e49c1ba04e9ec224771e9c7e528def4fc8245d87',parents: [{ id: 'e53a56af532e4c63872f5b8bc4b40d71600011dc' }]},{id: 'e53a56af532e4c63872f5b8bc4b40d71600011dc', href: '/users/frank.willmore/repos/hdf5_der/commits/e53a56af532e4c63872f5b8bc4b40d71600011dc',parents: [{ id: 'df6c92e506a81ed0ede7dacc1269d21ae3e0f411' }]},{id: 'df6c92e506a81ed0ede7dacc1269d21ae3e0f411', href: '/users/frank.willmore/repos/hdf5_der/commits/df6c92e506a81ed0ede7dacc1269d21ae3e0f411',parents: [{ id: '9423da6a4d53cb2eb6c48a9e0d254307bbf8ae9b' }]},{id: '9423da6a4d53cb2eb6c48a9e0d254307bbf8ae9b', href: '/users/frank.willmore/repos/hdf5_der/commits/9423da6a4d53cb2eb6c48a9e0d254307bbf8ae9b',parents: [{ id: '2ac614f94decfff417beece73441fb80acba64f6' }]},{id: '2ac614f94decfff417beece73441fb80acba64f6', href: '/users/frank.willmore/repos/hdf5_der/commits/2ac614f94decfff417beece73441fb80acba64f6',parents: [{ id: 'fc48c675e152200ca68b620de052b84a24cc8494' }]},{id: 'fc48c675e152200ca68b620de052b84a24cc8494', href: '/users/frank.willmore/repos/hdf5_der/commits/fc48c675e152200ca68b620de052b84a24cc8494',parents: [{ id: '9ae8cffe920d5f63f163b46fe226812bd4d0fedd' }]},{id: '9ae8cffe920d5f63f163b46fe226812bd4d0fedd', href: '/users/frank.willmore/repos/hdf5_der/commits/9ae8cffe920d5f63f163b46fe226812bd4d0fedd',parents: [{ id: '009522483ee23aabc44ca5bed03ff5288ea7048c' }]},{id: '009522483ee23aabc44ca5bed03ff5288ea7048c', href: '/users/frank.willmore/repos/hdf5_der/commits/009522483ee23aabc44ca5bed03ff5288ea7048c',parents: [{ id: '3a713f80759f030279fce816b524880dd5c77752' }]},{id: '3a713f80759f030279fce816b524880dd5c77752', href: '/users/frank.willmore/repos/hdf5_der/commits/3a713f80759f030279fce816b524880dd5c77752',parents: [{ id: 'deec94bf4a42759eef091f16e71135bfc2615988' }]},{id: 'deec94bf4a42759eef091f16e71135bfc2615988', href: '/users/frank.willmore/repos/hdf5_der/commits/deec94bf4a42759eef091f16e71135bfc2615988',parents: [{ id: '6765de0c65a11fe6d039812255a0160b56c2bd8b' }]},{id: '6765de0c65a11fe6d039812255a0160b56c2bd8b', href: '/users/frank.willmore/repos/hdf5_der/commits/6765de0c65a11fe6d039812255a0160b56c2bd8b',parents: [{ id: 'c8458f779cc3dc97e2692009c7d22b3df71a1c92' }]},{id: 'c8458f779cc3dc97e2692009c7d22b3df71a1c92', href: '/users/frank.willmore/repos/hdf5_der/commits/c8458f779cc3dc97e2692009c7d22b3df71a1c92',parents: [{ id: 'fb6eace96045e35caf229ebc91ce1ea0a536ead9' }]},{id: 'fb6eace96045e35caf229ebc91ce1ea0a536ead9', href: '/users/frank.willmore/repos/hdf5_der/commits/fb6eace96045e35caf229ebc91ce1ea0a536ead9',parents: [{ id: '3d3bf48b9a3cc6f72d122a57c403bd1df9cc1e7d' }]},{id: '3d3bf48b9a3cc6f72d122a57c403bd1df9cc1e7d', href: '/users/frank.willmore/repos/hdf5_der/commits/3d3bf48b9a3cc6f72d122a57c403bd1df9cc1e7d',parents: [{ id: '840540021390d563573c5ad6a62c74668a0b798b' }]},{id: '840540021390d563573c5ad6a62c74668a0b798b', href: '/users/frank.willmore/repos/hdf5_der/commits/840540021390d563573c5ad6a62c74668a0b798b',parents: [{ id: '202c36682b47239079f547f274fe5d4e9f78f27b' }]},{id: '202c36682b47239079f547f274fe5d4e9f78f27b', href: '/users/frank.willmore/repos/hdf5_der/commits/202c36682b47239079f547f274fe5d4e9f78f27b',parents: [{ id: '2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8' }]},{id: '2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8', href: '/users/frank.willmore/repos/hdf5_der/commits/2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8',parents: [{ id: '67a1e576db7e4e1075b3f181fe40abff8c73b095' }]},{id: '67a1e576db7e4e1075b3f181fe40abff8c73b095', href: '/users/frank.willmore/repos/hdf5_der/commits/67a1e576db7e4e1075b3f181fe40abff8c73b095',parents: [{ id: '827cbbba318e64d81c60647c815c46d18dc529e1' }]},{id: '827cbbba318e64d81c60647c815c46d18dc529e1', href: '/users/frank.willmore/repos/hdf5_der/commits/827cbbba318e64d81c60647c815c46d18dc529e1',parents: [{ id: 'cec338c647aa3dc46f93800c1263f6a75b2c6728' }]},{id: 'cec338c647aa3dc46f93800c1263f6a75b2c6728', href: '/users/frank.willmore/repos/hdf5_der/commits/cec338c647aa3dc46f93800c1263f6a75b2c6728',parents: [{ id: '5b1c9ffe2d7ba0dd906836cb844c7504aa96aa58' }]},{id: '5b1c9ffe2d7ba0dd906836cb844c7504aa96aa58', href: '/users/frank.willmore/repos/hdf5_der/commits/5b1c9ffe2d7ba0dd906836cb844c7504aa96aa58',parents: [{ id: '944f2cdf8d7f3d665ac9e72fe2267826e8abb047' }]},{id: '944f2cdf8d7f3d665ac9e72fe2267826e8abb047', href: '/users/frank.willmore/repos/hdf5_der/commits/944f2cdf8d7f3d665ac9e72fe2267826e8abb047',parents: [{ id: 'b2ec30bfe350f37fcd69d97f8a7cdd7367d06b6a' }]},{id: 'b2ec30bfe350f37fcd69d97f8a7cdd7367d06b6a', href: '/users/frank.willmore/repos/hdf5_der/commits/b2ec30bfe350f37fcd69d97f8a7cdd7367d06b6a',parents: [{ id: '0b4463911f951713d00b9c82f98773f147b6c73b' }]},{id: '1dfe7e0483a05d4065cc264f36eec54026d3c595', href: '/users/frank.willmore/repos/hdf5_der/commits/1dfe7e0483a05d4065cc264f36eec54026d3c595',parents: [{ id: 'b843341c4d8b5f17ff13b31b80ddd3ee7626655b' },{ id: '0b4463911f951713d00b9c82f98773f147b6c73b' }]},{id: '0b4463911f951713d00b9c82f98773f147b6c73b', href: '/users/frank.willmore/repos/hdf5_der/commits/0b4463911f951713d00b9c82f98773f147b6c73b',parents: [{ id: '9974e02bc07585de4fdfc1f0b2803a7370e37b4e' }]},{id: '9974e02bc07585de4fdfc1f0b2803a7370e37b4e', href: '/users/frank.willmore/repos/hdf5_der/commits/9974e02bc07585de4fdfc1f0b2803a7370e37b4e',parents: [{ id: 'c47f6becf2740a9e41824f522f33ada852fec26e' }]},{id: 'c47f6becf2740a9e41824f522f33ada852fec26e', href: '/users/frank.willmore/repos/hdf5_der/commits/c47f6becf2740a9e41824f522f33ada852fec26e',parents: [{ id: '108c788d375f797986d6811a18677a9ae4e8b594' }]},{id: '108c788d375f797986d6811a18677a9ae4e8b594', href: '/users/frank.willmore/repos/hdf5_der/commits/108c788d375f797986d6811a18677a9ae4e8b594',parents: [{ id: 'bd11f8643d071bde14ab495c2a7db099a49a60a6' }]},{id: 'bd11f8643d071bde14ab495c2a7db099a49a60a6', href: '/users/frank.willmore/repos/hdf5_der/commits/bd11f8643d071bde14ab495c2a7db099a49a60a6',parents: [{ id: 'd59da45c98ed057608cf0b655a5a8f6c93becb52' }]},{id: 'd59da45c98ed057608cf0b655a5a8f6c93becb52', href: '/users/frank.willmore/repos/hdf5_der/commits/d59da45c98ed057608cf0b655a5a8f6c93becb52',parents: [{ id: '6ef73c4282e8aa14b60035e47da5940fbbbc9eb2' }]},{id: '6ef73c4282e8aa14b60035e47da5940fbbbc9eb2', href: '/users/frank.willmore/repos/hdf5_der/commits/6ef73c4282e8aa14b60035e47da5940fbbbc9eb2',parents: [{ id: '60030b5631053ec7c4c9633f58ac9ae90bc2cbdd' }]},{id: '60030b5631053ec7c4c9633f58ac9ae90bc2cbdd', href: '/users/frank.willmore/repos/hdf5_der/commits/60030b5631053ec7c4c9633f58ac9ae90bc2cbdd',parents: [{ id: '147edec689b35162a38f13033565f2ca17a60661' }]},{id: '147edec689b35162a38f13033565f2ca17a60661', href: '/users/frank.willmore/repos/hdf5_der/commits/147edec689b35162a38f13033565f2ca17a60661',parents: [{ id: '1d0c7360efe514761da8f424a75a80a1c9f1dcf8' }]},{id: '1d0c7360efe514761da8f424a75a80a1c9f1dcf8', href: '/users/frank.willmore/repos/hdf5_der/commits/1d0c7360efe514761da8f424a75a80a1c9f1dcf8',parents: [{ id: 'e808e596aba7a400a7ce9c4fba2a03a82da43d59' }]},{id: 'e808e596aba7a400a7ce9c4fba2a03a82da43d59', href: '/users/frank.willmore/repos/hdf5_der/commits/e808e596aba7a400a7ce9c4fba2a03a82da43d59',parents: [{ id: '8bc0ed5a5a53c4bbb19e46b9985a775b034ee6d2' }]},{id: '8bc0ed5a5a53c4bbb19e46b9985a775b034ee6d2', href: '/users/frank.willmore/repos/hdf5_der/commits/8bc0ed5a5a53c4bbb19e46b9985a775b034ee6d2',parents: [{ id: '97ab252c0cbcc7ab124e94998cf4eb9ffeaaaf8d' }]},{id: '97ab252c0cbcc7ab124e94998cf4eb9ffeaaaf8d', href: '/users/frank.willmore/repos/hdf5_der/commits/97ab252c0cbcc7ab124e94998cf4eb9ffeaaaf8d',parents: [{ id: '9c155601157698a262009e82a6aaeaefe2f6841f' }]},{id: '9c155601157698a262009e82a6aaeaefe2f6841f', href: '/users/frank.willmore/repos/hdf5_der/commits/9c155601157698a262009e82a6aaeaefe2f6841f',parents: [{ id: 'd195d4bf55fa3016f4d3e587f0cc9111c139eaff' }]},{id: 'd195d4bf55fa3016f4d3e587f0cc9111c139eaff', href: '/users/frank.willmore/repos/hdf5_der/commits/d195d4bf55fa3016f4d3e587f0cc9111c139eaff',parents: [{ id: 'f55a1344ad014de02ce12c8dbb1cab62d7fc4837' }]},{id: 'f55a1344ad014de02ce12c8dbb1cab62d7fc4837', href: '/users/frank.willmore/repos/hdf5_der/commits/f55a1344ad014de02ce12c8dbb1cab62d7fc4837',parents: [{ id: 'fbd74f00cf9af1d689821a9ef67f8f72b9f2c08a' }]},{id: 'fbd74f00cf9af1d689821a9ef67f8f72b9f2c08a', href: '/users/frank.willmore/repos/hdf5_der/commits/fbd74f00cf9af1d689821a9ef67f8f72b9f2c08a',parents: [{ id: '3cdc4860392d89c192de4f8838e00d7fd55bd190' }]},{id: '3cdc4860392d89c192de4f8838e00d7fd55bd190', href: '/users/frank.willmore/repos/hdf5_der/commits/3cdc4860392d89c192de4f8838e00d7fd55bd190',parents: [{ id: 'fb762aa6b01d50f18534f447459e0b3557d9fea6' }]},{id: 'fb762aa6b01d50f18534f447459e0b3557d9fea6', href: '/users/frank.willmore/repos/hdf5_der/commits/fb762aa6b01d50f18534f447459e0b3557d9fea6',parents: [{ id: '5b03d4b08d4babdc88e0938bd9165c52e0227a51' }]}]);