Author Commit Message Commit Date Allen Byrne 6c042b3e331 M Merge pull request #121 in HDFFV/hdf5 from ~BYRN/hdf5_adb:revise_chunks to revise_chunks
* commit '3cb2d2d4402fdcd958f64f7c5df8c7083085dea2':
Update reference file to correct dims 03 Nov 2016 Allen Byrne 3cb2d2d4402 Update reference file to correct dims 03 Nov 2016 Quincey Koziol ec6238a95e6 Fixed mis-merged (or maybe just code drift?) in C++ to align with trunk. 03 Nov 2016 Quincey Koziol f7af5363a15 Remove printf() from cache_tagging.c and switch EOC test to use new tag info
struct 03 Nov 2016 Quincey Koziol 360b7cb5580 Fix typo 03 Nov 2016 Quincey Koziol 7e247beb962 Clean up typos 03 Nov 2016 Allen Byrne d91f3adf4bc Add error log for dlopen 27 Oct 2016 Binh-Minh Ribler 894b09feec4 Description:
- In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu
because Sparc cannot access misaligned data. Changed it to pack() to
do the default alignment.
- Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent
warnings from doxygen.
Platforms tested:
SunOS 5.11 (emu)
Linux/32 2.6 (jam) 26 Oct 2016 Larry Knox 8e22b8ad404 Translate SVN commands and references to GIT. 24 Oct 2016 Larry Knox a6c7c845262 Translate svn commands and references to git. 24 Oct 2016 Binh-Minh Ribler e3629b7f15c Description:
User's sample code used "not" instead of "!" and Windows does
not like that. Fixed.
Platforms tested:
Linux/32 2.6 (jam)
Darwin (osx1010test) 24 Oct 2016 Binh-Minh Ribler 7dcf5716071 Purpose: Fix Packet Table issues cont.
Description:
Misc cleanups and comments in tests.
Platforms tested:
Linux/32 2.6 (jam)
Darwin (osx1010test)
Linux/64 (jelly) 23 Oct 2016 Allen Byrne b039bfd2cd3 Change return statement format. 21 Oct 2016 Allen Byrne 7e305914686 Add defines missing on OSX 21 Oct 2016 Allen Byrne 58a57badd76 remove unneeded defines 21 Oct 2016 Binh-Minh Ribler de0456b45d1 Miscellaneous code cleanup.
Platforms tested:
Linux/32 2.6 (jam)
Darwin (osx1010test) 20 Oct 2016 Binh-Minh Ribler 1e447db66f2 Description:
- Removed calls to H5Tget_native_type in the PT code. The application would
need to do that if desired.
- Added Abhi's program to tests to verify the fix.
- This fix might have fixed HDFFV-9927, HDFFV-9042, and the issue reported
by Barbara Jones from Ametek as well.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (jelly)
Darwin (osx1010test) 20 Oct 2016 Allen Byrne 5e02ad64794 Merge includes from sio file 19 Oct 2016 Binh-Minh Ribler 75b8d2b0772 Description:
Removed obsolet macros from C++ API:
H5_NO_NAMESPACE, H5_NO_STD, __cplusplus
Leave OLD_HEADER_FILENAME because iostream.h might still be in use,
until further checking is done.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Jelly 19 Oct 2016 Allen Byrne 287c788576c Add new testlib to copy 19 Oct 2016 Allen Byrne f0172e23d10 Correct multiple lib setting 18 Oct 2016 Allen Byrne 8c92c503849 HDFFV-9996: Test file to verify that that multiple params are parsed 18 Oct 2016 Allen Byrne 09ab538f587 Add missing EXPORT tag in INSTALL command 17 Oct 2016 Dana Robinson 7eff231207c Fixed Windows dsets.c test failure.
A 'static' keyword was removed from an array that needs it on Windows
during a warning removal overhaul. Replacing it fixes the error.
Tested on: 64-bit Windows 7 w/ VS 2015 14 Oct 2016 Dana Robinson 241b80bcf79 Revert "Added C++ wrappers (get/setCoreWriteTracking()) for new"
This reverts commit d93cb9ca25b5a5e987c6b9023f6868d47dd93a9a. 14 Oct 2016 Dana Robinson aebbdc3a8e0 Revert "Fixed Windows test failures."
This reverts commit f1dcda5c8e23d4897b5fe49049b8d939313b39c6. 14 Oct 2016 derobins 3be005bf6cc Fixed Windows test failures.
Replaced a static keyword that was deleted during a warnings overhaul.
Tested on 64-bit Visual Studio 2015 14 Oct 2016 Allen Byrne 3f5bc30d2bd Correct text - missing GIT option 14 Oct 2016 Allen Byrne 816da59521a Correct text - missing GIT option 14 Oct 2016 Allen Byrne 09edbf990e1 Remove test only tools from exports 14 Oct 2016 Allen Byrne 3399594e8f8 Fix typo 14 Oct 2016 Allen Byrne 2883721102c Correct typo in variable format 14 Oct 2016 Allen Byrne 083d6ba495c Correct typo of variable format 14 Oct 2016 Binh-Minh Ribler 33b15160ed4 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 4ef6308e675 Description:
Added test file titerate.cpp.
Platform tested:
Verified with bin/chkmanifest 12 Oct 2016 Binh-Minh Ribler 551b6503b82 Description:
Removed commented out lines.
Platform tested
Jam (only comments) 11 Oct 2016 Binh-Minh Ribler 164697a300e Purpose: Fix bug HDFFR-9920 cont.
Description:
Added new test file titerate.cpp. 11 Oct 2016 Scot Breitenfeld fe23ab8b143 Fix:HDFFV-9987
With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F)
Resolution:
Made H5S_ALL_F INTEGER(HID_T) to match C. 10 Oct 2016 Scot Breitenfeld 9a3d5167fef 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 Binh-Minh Ribler f02eddb28c8 Purpose: Updated documentation
Description:
Revised class brief description and other comments for up-to-date info.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test) 26 Sep 2016 Binh-Minh Ribler e74e6287c67 Purpose: Fix bug HDFFR-9920 cont.
Description:
Adding user's test revealed a flaw in the fix.
Moved CommonFG's functions in Group to H5Location, so that they
could be called by objects that can be used to specify a location
Also, rearranged many "#include" header files to resolve conflicts.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test) 21 Sep 2016 Allen Byrne 729e4aa73db Add support for namespace and add tools to binaries config 14 Oct 2016 Binh-Minh Ribler 6b5bfa40625 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 ae490336833 Description:
Added test file titerate.cpp.
Platform tested:
Verified with bin/chkmanifest 12 Oct 2016 Binh-Minh Ribler 7a54c62f4de Description:
Removed commented out lines.
Platform tested
Jam (only comments) 11 Oct 2016 Binh-Minh Ribler 4d92209dd76 Purpose: Fix bug HDFFR-9920 cont.
Description:
Added new test file titerate.cpp. 11 Oct 2016 Allen Byrne 3a80b636aec Correct name and usage of cmake variable 10 Oct 2016 Scot Breitenfeld d12ea257f7a Fix:HDFFV-9987
With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F)
Resolution:
Made H5S_ALL_F INTEGER(HID_T) to match C. 10 Oct 2016 Allen Byrne 94bc3460eae Add STGZ to mac cpack list 07 Oct 2016 Allen Byrne a310e37f4b3 Merge from master cmake_conf project 07 Oct 2016 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '6c042b3e331f63e0a340e91717eb64fcb92f435a', href: '/users/frank.willmore/repos/hdf5_der/commits/6c042b3e331f63e0a340e91717eb64fcb92f435a',parents: [{ id: 'ec6238a95e66e49f341d351bd88f9434ccd1207e' },{ id: '3cb2d2d4402fdcd958f64f7c5df8c7083085dea2' }]},{id: '3cb2d2d4402fdcd958f64f7c5df8c7083085dea2', href: '/users/frank.willmore/repos/hdf5_der/commits/3cb2d2d4402fdcd958f64f7c5df8c7083085dea2',parents: [{ id: 'ec6238a95e66e49f341d351bd88f9434ccd1207e' }]},{id: 'ec6238a95e66e49f341d351bd88f9434ccd1207e', href: '/users/frank.willmore/repos/hdf5_der/commits/ec6238a95e66e49f341d351bd88f9434ccd1207e',parents: [{ id: 'f7af5363a1502ee2f25866560c0ba27f09a8ee2f' }]},{id: 'f7af5363a1502ee2f25866560c0ba27f09a8ee2f', href: '/users/frank.willmore/repos/hdf5_der/commits/f7af5363a1502ee2f25866560c0ba27f09a8ee2f',parents: [{ id: '360b7cb5580dfde050c3769902456c53b9b533e1' }]},{id: '360b7cb5580dfde050c3769902456c53b9b533e1', href: '/users/frank.willmore/repos/hdf5_der/commits/360b7cb5580dfde050c3769902456c53b9b533e1',parents: [{ id: '7e247beb96211c5da5f3668ff5c4851ef43c9819' }]},{id: '7e247beb96211c5da5f3668ff5c4851ef43c9819', href: '/users/frank.willmore/repos/hdf5_der/commits/7e247beb96211c5da5f3668ff5c4851ef43c9819',parents: [{ id: 'd91f3adf4bcfe5346b67812244c77a2b5baf182c' }]},{id: 'd91f3adf4bcfe5346b67812244c77a2b5baf182c', href: '/users/frank.willmore/repos/hdf5_der/commits/d91f3adf4bcfe5346b67812244c77a2b5baf182c',parents: [{ id: '894b09feec480ded7b25d1f87765ebd53bc067ca' }]},{id: '894b09feec480ded7b25d1f87765ebd53bc067ca', href: '/users/frank.willmore/repos/hdf5_der/commits/894b09feec480ded7b25d1f87765ebd53bc067ca',parents: [{ id: '8e22b8ad4049a57c87c672865103984176720417' }]},{id: '8e22b8ad4049a57c87c672865103984176720417', href: '/users/frank.willmore/repos/hdf5_der/commits/8e22b8ad4049a57c87c672865103984176720417',parents: [{ id: 'a6c7c845262b520eaf1cc650b7a571098a347810' }]},{id: 'a6c7c845262b520eaf1cc650b7a571098a347810', href: '/users/frank.willmore/repos/hdf5_der/commits/a6c7c845262b520eaf1cc650b7a571098a347810',parents: [{ id: 'e3629b7f15c09d7adb4cabdcfb0564621c62cf71' }]},{id: 'e3629b7f15c09d7adb4cabdcfb0564621c62cf71', href: '/users/frank.willmore/repos/hdf5_der/commits/e3629b7f15c09d7adb4cabdcfb0564621c62cf71',parents: [{ id: '7dcf5716071a92df75ea08ca1f95a24fe47f04fd' }]},{id: '7dcf5716071a92df75ea08ca1f95a24fe47f04fd', href: '/users/frank.willmore/repos/hdf5_der/commits/7dcf5716071a92df75ea08ca1f95a24fe47f04fd',parents: [{ id: 'b039bfd2cd3976af0807403136af0516bd3b834a' }]},{id: 'b039bfd2cd3976af0807403136af0516bd3b834a', href: '/users/frank.willmore/repos/hdf5_der/commits/b039bfd2cd3976af0807403136af0516bd3b834a',parents: [{ id: '7e30591468668fbb8adee593b22186dac3cdb8fa' }]},{id: '7e30591468668fbb8adee593b22186dac3cdb8fa', href: '/users/frank.willmore/repos/hdf5_der/commits/7e30591468668fbb8adee593b22186dac3cdb8fa',parents: [{ id: '58a57badd761e464eae25ee262fac4844ff0fd46' }]},{id: '58a57badd761e464eae25ee262fac4844ff0fd46', href: '/users/frank.willmore/repos/hdf5_der/commits/58a57badd761e464eae25ee262fac4844ff0fd46',parents: [{ id: 'de0456b45d1b3caea127c7a6c8c570da3a784824' }]},{id: 'de0456b45d1b3caea127c7a6c8c570da3a784824', href: '/users/frank.willmore/repos/hdf5_der/commits/de0456b45d1b3caea127c7a6c8c570da3a784824',parents: [{ id: '1e447db66f2221b71bf81fbfa66e344533370410' }]},{id: '1e447db66f2221b71bf81fbfa66e344533370410', href: '/users/frank.willmore/repos/hdf5_der/commits/1e447db66f2221b71bf81fbfa66e344533370410',parents: [{ id: '5e02ad64794fa1640778a07b0d72d1d1d3d47cb1' }]},{id: '5e02ad64794fa1640778a07b0d72d1d1d3d47cb1', href: '/users/frank.willmore/repos/hdf5_der/commits/5e02ad64794fa1640778a07b0d72d1d1d3d47cb1',parents: [{ id: '75b8d2b0772085042077256ee59d1d426615fd1c' }]},{id: '75b8d2b0772085042077256ee59d1d426615fd1c', href: '/users/frank.willmore/repos/hdf5_der/commits/75b8d2b0772085042077256ee59d1d426615fd1c',parents: [{ id: '287c788576cbf5dd99e54298cf7da7c2517ac8e1' }]},{id: '287c788576cbf5dd99e54298cf7da7c2517ac8e1', href: '/users/frank.willmore/repos/hdf5_der/commits/287c788576cbf5dd99e54298cf7da7c2517ac8e1',parents: [{ id: 'f0172e23d108de32f2a906743b737733fdd83b01' }]},{id: 'f0172e23d108de32f2a906743b737733fdd83b01', href: '/users/frank.willmore/repos/hdf5_der/commits/f0172e23d108de32f2a906743b737733fdd83b01',parents: [{ id: '8c92c503849d16d4e18915973916a540fa57d431' }]},{id: '8c92c503849d16d4e18915973916a540fa57d431', href: '/users/frank.willmore/repos/hdf5_der/commits/8c92c503849d16d4e18915973916a540fa57d431',parents: [{ id: '09ab538f5870908b2e45edbf98299d55b5dafb58' }]},{id: '09ab538f5870908b2e45edbf98299d55b5dafb58', href: '/users/frank.willmore/repos/hdf5_der/commits/09ab538f5870908b2e45edbf98299d55b5dafb58',parents: [{ id: '7eff231207c3aa74ea4f133451b59eca0d6d6a5d' }]},{id: '7eff231207c3aa74ea4f133451b59eca0d6d6a5d', href: '/users/frank.willmore/repos/hdf5_der/commits/7eff231207c3aa74ea4f133451b59eca0d6d6a5d',parents: [{ id: '241b80bcf7926743f0bb90db5a30176047d64e6f' }]},{id: '241b80bcf7926743f0bb90db5a30176047d64e6f', href: '/users/frank.willmore/repos/hdf5_der/commits/241b80bcf7926743f0bb90db5a30176047d64e6f',parents: [{ id: 'aebbdc3a8e037fed906c6f6bb96d00b57d2e89c3' }]},{id: 'aebbdc3a8e037fed906c6f6bb96d00b57d2e89c3', href: '/users/frank.willmore/repos/hdf5_der/commits/aebbdc3a8e037fed906c6f6bb96d00b57d2e89c3',parents: [{ id: '3be005bf6cc635fff4a06acd63217bbe0cbb0f98' }]},{id: '3be005bf6cc635fff4a06acd63217bbe0cbb0f98', href: '/users/frank.willmore/repos/hdf5_der/commits/3be005bf6cc635fff4a06acd63217bbe0cbb0f98',parents: [{ id: '3f5bc30d2bd9163d02cfb642c5c327b63f81ea35' }]},{id: '3f5bc30d2bd9163d02cfb642c5c327b63f81ea35', href: '/users/frank.willmore/repos/hdf5_der/commits/3f5bc30d2bd9163d02cfb642c5c327b63f81ea35',parents: [{ id: '816da59521ae699b1f1322822d726ecec49ef17a' }]},{id: '816da59521ae699b1f1322822d726ecec49ef17a', href: '/users/frank.willmore/repos/hdf5_der/commits/816da59521ae699b1f1322822d726ecec49ef17a',parents: [{ id: '09edbf990e1799cd3e62b99a219f841cf46c1157' }]},{id: '09edbf990e1799cd3e62b99a219f841cf46c1157', href: '/users/frank.willmore/repos/hdf5_der/commits/09edbf990e1799cd3e62b99a219f841cf46c1157',parents: [{ id: '3399594e8f8c70ae28186de3f6f9c31b49a811b1' }]},{id: '3399594e8f8c70ae28186de3f6f9c31b49a811b1', href: '/users/frank.willmore/repos/hdf5_der/commits/3399594e8f8c70ae28186de3f6f9c31b49a811b1',parents: [{ id: '2883721102c9e3261b16d7557bbc0d5affc174cc' }]},{id: '2883721102c9e3261b16d7557bbc0d5affc174cc', href: '/users/frank.willmore/repos/hdf5_der/commits/2883721102c9e3261b16d7557bbc0d5affc174cc',parents: [{ id: '083d6ba495ced0d53def8f42c53fd588db5ab561' }]},{id: '083d6ba495ced0d53def8f42c53fd588db5ab561', href: '/users/frank.willmore/repos/hdf5_der/commits/083d6ba495ced0d53def8f42c53fd588db5ab561',parents: [{ id: '33b15160ed40285516ae1bff19464c4b129430d1' }]},{id: '33b15160ed40285516ae1bff19464c4b129430d1', href: '/users/frank.willmore/repos/hdf5_der/commits/33b15160ed40285516ae1bff19464c4b129430d1',parents: [{ id: '4ef6308e6758fea0dd45a3d82e5210d77bd8622a' }]},{id: '4ef6308e6758fea0dd45a3d82e5210d77bd8622a', href: '/users/frank.willmore/repos/hdf5_der/commits/4ef6308e6758fea0dd45a3d82e5210d77bd8622a',parents: [{ id: '551b6503b823a2feefdd7d8179c6bccf61d1649e' }]},{id: '551b6503b823a2feefdd7d8179c6bccf61d1649e', href: '/users/frank.willmore/repos/hdf5_der/commits/551b6503b823a2feefdd7d8179c6bccf61d1649e',parents: [{ id: '164697a300e5a551585a65bbf42f560b83a5d1a0' }]},{id: '164697a300e5a551585a65bbf42f560b83a5d1a0', href: '/users/frank.willmore/repos/hdf5_der/commits/164697a300e5a551585a65bbf42f560b83a5d1a0',parents: [{ id: 'fe23ab8b143fc5f395d14aa277e82a1fda77ec3b' }]},{id: 'fe23ab8b143fc5f395d14aa277e82a1fda77ec3b', href: '/users/frank.willmore/repos/hdf5_der/commits/fe23ab8b143fc5f395d14aa277e82a1fda77ec3b',parents: [{ id: '9a3d5167fef9226ae40f665eacbafafcfdc708a7' }]},{id: '9a3d5167fef9226ae40f665eacbafafcfdc708a7', href: '/users/frank.willmore/repos/hdf5_der/commits/9a3d5167fef9226ae40f665eacbafafcfdc708a7',parents: [{ id: 'f02eddb28c825fcdba706f571ea0af29fa1b158b' }]},{id: 'f02eddb28c825fcdba706f571ea0af29fa1b158b', href: '/users/frank.willmore/repos/hdf5_der/commits/f02eddb28c825fcdba706f571ea0af29fa1b158b',parents: [{ id: 'e74e6287c67e44732505fb8b814665e9e3d9a499' }]},{id: 'e74e6287c67e44732505fb8b814665e9e3d9a499', href: '/users/frank.willmore/repos/hdf5_der/commits/e74e6287c67e44732505fb8b814665e9e3d9a499',parents: [{ id: '729e4aa73dbbf02fab047dc1b5757416b4e403dc' }]},{id: '729e4aa73dbbf02fab047dc1b5757416b4e403dc', href: '/users/frank.willmore/repos/hdf5_der/commits/729e4aa73dbbf02fab047dc1b5757416b4e403dc',parents: [{ id: '6b5bfa406259fc03f03e292b56f9d335744e3ead' }]},{id: '6b5bfa406259fc03f03e292b56f9d335744e3ead', href: '/users/frank.willmore/repos/hdf5_der/commits/6b5bfa406259fc03f03e292b56f9d335744e3ead',parents: [{ id: 'ae4903368332f50e9d23476534e8dd191995dc5a' }]},{id: 'ae4903368332f50e9d23476534e8dd191995dc5a', href: '/users/frank.willmore/repos/hdf5_der/commits/ae4903368332f50e9d23476534e8dd191995dc5a',parents: [{ id: '7a54c62f4de79921a14bb8b08b2356b29cc6d9c5' }]},{id: '7a54c62f4de79921a14bb8b08b2356b29cc6d9c5', href: '/users/frank.willmore/repos/hdf5_der/commits/7a54c62f4de79921a14bb8b08b2356b29cc6d9c5',parents: [{ id: '4d92209dd76164fcea73e9bbec65c94b527d14ce' }]},{id: '4d92209dd76164fcea73e9bbec65c94b527d14ce', href: '/users/frank.willmore/repos/hdf5_der/commits/4d92209dd76164fcea73e9bbec65c94b527d14ce',parents: [{ id: '3a80b636aec8b41c1356519205c848d5ae2f8116' }]},{id: '3a80b636aec8b41c1356519205c848d5ae2f8116', href: '/users/frank.willmore/repos/hdf5_der/commits/3a80b636aec8b41c1356519205c848d5ae2f8116',parents: [{ id: 'd12ea257f7ab3f436a2d084849aee8d252158943' }]},{id: 'd12ea257f7ab3f436a2d084849aee8d252158943', href: '/users/frank.willmore/repos/hdf5_der/commits/d12ea257f7ab3f436a2d084849aee8d252158943',parents: [{ id: '94bc3460eae4807fd5988a035f3da116edb73bb6' }]},{id: '94bc3460eae4807fd5988a035f3da116edb73bb6', href: '/users/frank.willmore/repos/hdf5_der/commits/94bc3460eae4807fd5988a035f3da116edb73bb6',parents: [{ id: 'a310e37f4b38fbc4b157d4b5ec272a8f13ffa3c2' }]},{id: 'a310e37f4b38fbc4b157d4b5ec272a8f13ffa3c2', href: '/users/frank.willmore/repos/hdf5_der/commits/a310e37f4b38fbc4b157d4b5ec272a8f13ffa3c2',parents: [{ id: '07b1fdd0b578a3a44ceda1e2e42c376b12e5cc88' }]}]);