summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * HDFFV-10297 Update release noteAllen Byrne2017-10-251-0/+1
| | |
| | * Fix test DEPENDSAllen Byrne2017-10-251-2/+1
| |/
| * Merge pull request #724 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-10-241-2/+2
| |\ | | | | | | | | | | | | * commit '9a92d408e137dc0e05ac0dd43810868a6a23ce7d': Fix typo
| | * Fix typoAllen Byrne2017-10-241-2/+2
| |/
| * Merge pull request #719 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-10-248-317/+231
| |\ | | | | | | | | | | | | | | | | | | * commit '1854f9979364fc55b74f5de4709d443e393cb5bf': Fix typos HDFFV-10297 Free buffer used in loop HDFFV-10297 - Cleanup, Initialize variables
| | * Fix typosAllen Byrne2017-10-242-6/+6
| | |
| | * HDFFV-10297 Free buffer used in loopAllen Byrne2017-10-231-1/+6
| | |
| | * HDFFV-10297 - Cleanup, Initialize variablesAllen Byrne2017-10-238-316/+225
| |/
| * Merge pull request #708 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-10-20118-7889/+9017
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '21b0878f33f4613dc22934c673c91c28f14ad33a': Avoid double free HDFFV-10297 merge from develop Fix VS2012,2008 declaration statements Update list of tools test files Added older tool change that was in last merge HDFFV-10297 merge from develop Also cleaned up some other non-merged changes
| | * Avoid double freeAllen Byrne2017-10-191-3/+0
| | |
| | * HDFFV-10297 merge from developAllen Byrne2017-10-1960-5151/+4824
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-10-1924-421/+437
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | * commit '9c8d0e1afce7d9d31115972902e9030a000daefa': Snapshot version 1.8 release 20 (snap7) Update about C++ documentation Adding 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) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) Snapshot version 1.8 release 20 (snap7)
| * | Merge pull request #712 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2017-10-1918-403/+419
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | to hdf5_1_8 * commit '0b78905091a87002e788a22f94821ab16e045711': Update about C++ documentation Adding 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) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| | * | Update about C++ documentationBinh-Minh Ribler2017-10-181-1/+16
| | | |
| | * | Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-10-189-92/+92
| | |\ \ | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| | * | | Adding new C++ wrappersBinh-Minh Ribler2017-10-1818-402/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| * | | | Snapshot version 1.8 release 20 (snap7)hdftest2017-10-181-11/+11
| | |/ / | |/| |
| * | | Snapshot version 1.8 release 20 (snap7)HDF Tester2017-10-166-7/+7
| | | |
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-10-121-11/+11
| | | |\ | | |_|/ | |/| | | | | | | | | | * commit '1b97e6e33054a2b3890cbcc248abe28fe93505a9': Configure file with snap number change for last snapshot was not checked in by automation script.
| * | | Merge pull request #706 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-10-121-11/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '247f753b833390b59e465312a60295ca9351c395': Configure file with snap number change for last snapshot was not checked in by automation script.
| | * | | Configure file with snap number change for last snapshot was not checkedlrknox2017-10-111-11/+11
| |/ / / | | | | | | | | | | | | in by automation script.
| | | * Fix VS2012,2008 declaration statementsAllen Byrne2017-10-121-11/+19
| | | |
| | | * Update list of tools test filesAllen Byrne2017-10-111-2/+8
| | | |
| | | * Added older tool change that was in last mergeAllen Byrne2017-10-111-0/+12
| | | |
| | | * HDFFV-10297 merge from developAllen Byrne2017-10-1169-2795/+4227
| | |/ | |/| | | | Also cleaned up some other non-merged changes
| * | Merge pull request #699 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2017-10-111-19/+235
| |\ \ | | |/ | | | | | | | | | | | | | | | to hdf5_1_8 * commit 'e9f1081a40611105bf6f610bb22dc8092896ba83': Addition to PR# 697 This test file was missing from the previous commit.
| | * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-10-060-0/+0
| | |\ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| | * | Addition to PR# 697Binh-Minh Ribler2017-10-061-19/+235
| | | | | | | | | | | | | | | | This test file was missing from the previous commit.
| * | | Snapshot version 1.8 release 20 (snap6)HDF Tester2017-10-098-81/+81
| | |/ | |/|
| * | Merge pull request #697 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2017-10-0621-45/+754
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | 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.
| | * Adding new C++ wrappersBinh-Minh Ribler2017-10-0521-45/+754
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 DataType* DataType::decode() const; virtual DataType* EnumType::decode() const; virtual DataType* FloatType::decode() const; virtual DataType* IntType::decode() const; virtual DataType* StrType::decode() const; virtual DataType* VarLenType::decode() const; - Replaced existing functions CommonFG::openXxxType with individual data type constructors, XxxType, to improve usability. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| * Merge pull request #694 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2017-10-0518-63/+35361
| |\ | | | | | | | | | | | | | | | | | | | | | 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_FILES. - Miscellaneous improvements in comments, including updating URLs. - Removed deprecated H5Location and H5Object constructors that take an existing ID.
| | * Added C2Cppfunction_map.mhtBinh-Minh Ribler2017-10-041-0/+1
| | |
| | * Miscellaneous code cleanupBinh-Minh Ribler2017-10-0417-63/+35360
| |/ | | | | | | | | | | | | | | | | | | | | 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.
| * Merge pull request #693 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-10-041-1/+1
| |\ | | | | | | | | | | | | * commit '5938c06235616127a111043c5b49e6076144dfc2': Fix VS2012 declare error
| | * Fix VS2012 declare errorAllen Byrne2017-10-041-1/+1
| |/
| * Merge pull request #678 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-09-194-106/+116
| |\ | | | | | | | | | | | | * 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.
| | * reconfigure needed after commit of test/Makefile.am on 8/22/2017.lrknox2017-09-194-106/+116
| |/ | | | | | | | | Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
| * Merge pull request #670 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-09-1910-96/+31
| |\ | | | | | | | | | | | | | | | * commit 'b98ed2d55f3cd37340436362770de95d26df4be3': Remove cache sets for defaults, cleanup cmake files Test program generation should default off
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-09-196-7/+7
| | |\ | | |/ | |/| | | | | | | * commit 'f97cd0310642c36135be2ab4e99657cce5fb2ccd': Snapshot version 1.8 release 20 (snap5)
| * | Snapshot version 1.8 release 20 (snap5)HDF Tester2017-09-186-7/+7
| | |
| | * Remove cache sets for defaults, cleanup cmake filesAllen Byrne2017-09-1310-96/+28
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-09-1317-477/+832
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | * 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_offset.c Fix 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.
| * | Merge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-09-1317-477/+832
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 file in gen_bad_offset.c Fix 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.
| | * | Fix for HDFFV-9947Vailin Choi2017-09-074-19/+160
| | | | | | | | | | | | | | | | Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
| | * | Add info for release notesVailin Choi2017-09-061-1/+8
| | | |
| | * | Fix for daily test failureVailin Choi2017-09-061-1/+1
| | | | | | | | | | | | | | | | Fix for the compilation error from the PGI compiler.
| | * | Modifications based on comments from pull request reviewVailin Choi2017-09-067-51/+65
| | | | | | | | | | | | | | | | | | | | (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
| | * | Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-09-0612-419/+612
| | | | | | | | | | | | | | | | | | | | 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.
| | | * Test program generation should default offAllen Byrne2017-09-121-0/+3
| | |/ | |/|