Network

 
AuthorCommitMessageCommit Date
Binh-Minh RiblerBinh-Minh Ribler
812b2a3f852MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
78ab45cb72cAdding new C++ wrappers Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT)...
hdftesthdftest
dd16741bc97Snapshot version 1.8 release 20 (snap7)
HDF TesterHDF Tester
24c6653cbd0Snapshot version 1.8 release 20 (snap7)
Allen ByrneAllen Byrne
ecb0d931266MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8) * commit '1b97e6e33054a2b3890cbcc248abe28fe93505a9': Configure file with snap number change for last snapshot was not checked in by automation script.
Larry KnoxLarry Knox
1b97e6e3305MMerge pull request #706 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '247f753b833390b59e465312a60295ca9351c395': Configure file with snap number change for last snapshot was not checked in by automation script.
Larry KnoxLarry Knox
247f753b833Configure file with snap number change for last snapshot was not checked in by automation script.
Allen ByrneAllen Byrne
c7a1245a19eFix VS2012,2008 declaration statements
Allen ByrneAllen Byrne
baf67cd13f1Update list of tools test files
Allen ByrneAllen Byrne
03fb151cad8Added older tool change that was in last merge
Allen ByrneAllen Byrne
fbc86cfb3d5HDFFV-10297 merge from develop Also cleaned up some other non-merged changes
Binh-Minh RiblerBinh-Minh Ribler
00544420833MMerge pull request #699 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit 'e9f1081a40611105bf6f610bb22dc8092896ba83': Addition to PR# 697 This test file was missing from the previous commit.
Binh-Minh RiblerBinh-Minh Ribler
e9f1081a406MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
d9e13936003Addition to PR# 697 This test file was missing from the previous commit.
HDF TesterHDF Tester
a757999b6aeSnapshot version 1.8 release 20 (snap6)
Binh-Minh RiblerBinh-Minh Ribler
e469a1ba58dMMerge pull request #697 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 Wrappers for H5Tencode/decode and XxxType constructors * commit 'b1819710bc3ef8b03e453d177b9a8b308100d96d': Adding new C++ wrappers Description: - Added wrappers for H5Tencode to class DataType and H5Tdecode to classes DataType and its subclasses.
Binh-Minh RiblerBinh-Minh Ribler
b1819710bc3Adding new C++ wrappers Description: - Added wrappers for H5Tencode to class DataType and H5Tdecode to classes DataType and its subclasses. // Creates a binary object description of this datatype. void DataType::encode() // Returns the decoded type from the binary object description. virtual DataType* DataType::decode() const; virtual DataType* ArrayType::decode() const; virtual DataType* CompType::decode() const; virtual Dat...
Binh-Minh RiblerBinh-Minh Ribler
dd75930ef16MMerge pull request #694 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8 * commit '5ce95205ca31db38e710ea55f97b3d0b28795ee4': Added C2Cppfunction_map.mht Miscellaneous code cleanup Description: - Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can be reached from the main page of the C++ reference manual. - Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_F...
Binh-Minh RiblerBinh-Minh Ribler
5ce95205ca3Added C2Cppfunction_map.mht
Binh-Minh RiblerBinh-Minh Ribler
e0140506abdMiscellaneous code cleanup Description: - Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can be reached from the main page of the C++ reference manual. - Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_FILES. - Miscellaneous improvements in comments, including updating URLs. - Removed deprecated H5Location and H5Object constructors that take an existing ID.
Allen ByrneAllen Byrne
d274e32483dMMerge pull request #693 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '5938c06235616127a111043c5b49e6076144dfc2': Fix VS2012 declare error
Allen ByrneAllen Byrne
5938c062356Fix VS2012 declare error
Larry KnoxLarry Knox
89154453cacMMerge pull request #678 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit 'c3791263681e318f1115b860c2df20684129a710': reconfigure needed after commit of test/Makefile.am on 8/22/2017. Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
Larry KnoxLarry Knox
c3791263681reconfigure needed after commit of test/Makefile.am on 8/22/2017. Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
Allen ByrneAllen Byrne
adbd178803aMMerge pull request #670 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'b98ed2d55f3cd37340436362770de95d26df4be3': Remove cache sets for defaults, cleanup cmake files Test program generation should default off
Allen ByrneAllen Byrne
b98ed2d55f3MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8) * commit 'f97cd0310642c36135be2ab4e99657cce5fb2ccd': Snapshot version 1.8 release 20 (snap5)
HDF TesterHDF Tester
f97cd031064Snapshot version 1.8 release 20 (snap5)
Allen ByrneAllen Byrne
321268049c3Remove cache sets for defaults, cleanup cmake files
Allen ByrneAllen Byrne
11a16203c56MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8) * commit 'fff22784451a27fe33ca7571f1144d015d6379fb': Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit. Add info for release notes Fix for daily test failure Fix for the compilation error from the PGI compiler. Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_off...
Vailin ChoiVailin Choi
fff22784451MMerge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8 * commit 'b15011a59af9e70eb06865234f8f0dacab34aa0f': Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit. Add info for release notes Fix for daily test failure Fix for the compilation error from the PGI compiler. Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test ...
Vailin ChoiVailin Choi
b15011a59afFix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
Vailin ChoiVailin Choi
d7c76e3aacdAdd info for release notes
Vailin ChoiVailin Choi
00c572cd6a7Fix for daily test failure Fix for the compilation error from the PGI compiler.
Vailin ChoiVailin Choi
38194b496d9Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Vailin ChoiVailin Choi
ccb68f70918Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
Allen ByrneAllen Byrne
e12411c4804Test program generation should default off
HDF TesterHDF Tester
46d5032d84eSnapshot version 1.8 release 20 (snap4)
Allen ByrneAllen Byrne
79bca204da6MMerge pull request #664 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '186289d819784b2e893b231c79b22d14e371d9be': HDFFV-9774 Fix code merge HDFFV-9774 Add missing error commands
Allen ByrneAllen Byrne
186289d8197HDFFV-9774 Fix code merge
Allen ByrneAllen Byrne
7285fb801daHDFFV-9774 Add missing error commands
Allen ByrneAllen Byrne
663ff104455MMerge pull request #660 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'c0d6729ab079686b69c2797cc15fb0f3bc788600': Add missing test file HDFFV-9774 Fix merge typo
Allen ByrneAllen Byrne
c0d6729ab07Add missing test file
Allen ByrneAllen Byrne
ffaa6249eaaHDFFV-9774 Fix merge typo
Allen ByrneAllen Byrne
6f23a13c375MMerge pull request #656 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '0b070ae114172588756d2c8732ccb7c89eb08ab6': HDFFV-10282 refactor out assert calls in tools HDFFV-9774 Add enable-error-stack to h5diff
Allen ByrneAllen Byrne
0b070ae1141HDFFV-10282 refactor out assert calls in tools
Allen ByrneAllen Byrne
a57f039a6aaHDFFV-9774 Add enable-error-stack to h5diff
Allen ByrneAllen Byrne
dcc11dbdbd5MMerge pull request #650 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '8b910ce2d626d6cd03efb92db3b9fe008d163323': HDFFV-10276 restore argument spacing Fix extra whitespace in usage() text HDFFV-10276 add whitespace HDFFV-10276 correct typo HDFFV-10276 Correct note of change in UD parameters HDFFV-9774 Add note to new argument HDFFV-10276 add enable-error-stack to h5diff
Allen ByrneAllen Byrne
8b910ce2d62HDFFV-10276 restore argument spacing
Allen ByrneAllen Byrne
60ed478b750Fix extra whitespace in usage() text
Allen ByrneAllen Byrne
ac57c37a9c4MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8) * commit 'e964568753bcdca01af1bdc0d8b5ee6f4d314243': Snapshot version 1.8 release 20 (snap3)