Network

 
AuthorCommitMessageCommit Date
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)
HDF TesterHDF Tester
e964568753bSnapshot version 1.8 release 20 (snap3)
Allen ByrneAllen Byrne
a2ee9660992HDFFV-10276 add whitespace
Allen ByrneAllen Byrne
fb9eeb98cf2HDFFV-10276 correct typo
Allen ByrneAllen Byrne
a8a6f2ef5c0HDFFV-10276 Correct note of change in UD parameters
Allen ByrneAllen Byrne
f21284ae8d8HDFFV-9774 Add note to new argument
Allen ByrneAllen Byrne
27b361687d8HDFFV-10276 add enable-error-stack to h5diff
Allen ByrneAllen Byrne
48a87c89533MMerge pull request #649 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '297e70a2ddb2481d4f126fa0821fc73ad8231e2d': HDFFV-9988 Update macro file with changes from CMake master. HDFFV-9988 Add intel compiler path to list
Allen ByrneAllen Byrne
297e70a2ddbHDFFV-9988 Update macro file with changes from CMake master.
Allen ByrneAllen Byrne
0d94a84ba68HDFFV-9988 Add intel compiler path to list
Allen ByrneAllen Byrne
0332c5c004eMMerge pull request #646 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'c5dbc92a32f1a1555103784a76f33e8c207d2c93': HDFFV-10284 add VS2017
Allen ByrneAllen Byrne
c5dbc92a32fHDFFV-10284 add VS2017
Larry KnoxLarry Knox
ccb09af9f0bMMerge pull request #643 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '7f758f2eea5c918a9100e6e7e6e0744a85e4c571': Commit changes to release version strings in README.txt and RELEASE.txt from release. Put back link targets for dynamically loaded libraries in Makefile.ams that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed. Update URL for obtaining source inINSTALL fil...
Larry KnoxLarry Knox
7f758f2eea5MMerge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_8
Larry KnoxLarry Knox
23a702e7badMMerge pull request #593 in HDFFV/hdf5 from hdf5_1_8_19 to 1.8/master * commit 'c15238a38fdb3692466bc1218de4c5aeb420fdcc': (153 commits) Commit changes to release version strings in README.txt and RELEASE.txt from release. Put back link targets for dynamically loaded libraries in Makefile.ams that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed. Update URL for obtaining source inINSTALL f...
Larry KnoxLarry Knox
c15238a38fdCommit changes to release version strings in README.txt and RELEASE.txt from release.