summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot version 1.8 release 21 (snap3)hdftest2018-01-081-1/+1
|
* Snapshot version 1.8 release 21 (snap2)hdftest2018-01-011-1/+1
|
* Update link target commandsAllen Byrne2017-12-213-4/+4
|
* Snapshot version 1.8 release 21 (snap1)hdftest2017-12-181-1/+1
|
* Snapshot version 1.8 release 21 (snap0)hdftest2017-12-111-1/+1
|
* Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-12-074-88/+224
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| * Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-044-88/+224
| | | | | | | | Propagate changes to Makefile.ins with bin/reconfigure.
* | Miscellaneous cleanupBinh-Minh Ribler2017-12-072-52/+53
|/ | | | | | | | | Description: Moved items around to remove Doxygen warnings. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.lrknox2017-11-171-7/+7
|
* Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-11-131-1/+1
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| * Update version string on hdf5_1_8 development branch following creation of newlrknox2017-10-301-1/+1
| | | | | | | | hdf5_1_8_20 branch.
* | Changed file path to relative.Binh-Minh Ribler2017-11-131-1/+1
|/
* Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-10-181-1/+1
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| * Snapshot version 1.8 release 20 (snap7)HDF Tester2017-10-161-1/+1
| |
| * 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.
| * | Snapshot version 1.8 release 20 (snap6)HDF Tester2017-10-091-1/+1
| | |
* | | Adding new C++ wrappersBinh-Minh Ribler2017-10-1817-401/+377
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Addition to PR# 697Binh-Minh Ribler2017-10-061-19/+235
|/ | | | This test file was missing from the previous commit.
* 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)
* 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.
* Snapshot version 1.8 release 20 (snap5)HDF Tester2017-09-181-1/+1
|
* Snapshot version 1.8 release 20 (snap4)HDF Tester2017-09-111-1/+1
|
* Snapshot version 1.8 release 20 (snap3)HDF Tester2017-09-041-1/+1
|
* Merge pull request #643 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-08-294-16/+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 file. Disable building of libdynlib* dynamically loaded plugin test libraries on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file. Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with added flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing. HDF5 1.8.19-pre1 released. Add RELEASE.txt entry for H5Dget_chunk_size. Remove test entries Ran bin/reconfigure after so number change. Update hl lib .so numbers: new function was added. Update RELEASE.txt: move H5DOread_chunks entry to new features, clarify entry for HDFFV-10051. Updated notes for test fixes and added bug fix for h5diff help text. Update h5vers and release scripts for 1.8.19 branch, set version to 1.8.19-pre1. Update version to 1.8.19-pre1.
| * Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-254-16/+8
| |\ | | | | | | | | | into hdf5_1_8
| | * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-145-1/+5
| | | | | | | | | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| | * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-125-17/+5
| | | | | | | | | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
| | * Ran bin/reconfigure after so number change.lrknox2017-06-061-3/+3
| | |
| | * Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-051-1/+1
| | | | | | | | | | | | 1.8.19-pre1.
| | * Update version to 1.8.19-pre1.lrknox2017-06-021-1/+1
| | |
* | | Snapshot version 1.8 release 20 (snap2)HDF Tester2017-08-281-1/+1
|/ /
* | Snapshot version 1.8 release 20 (snap1)HDF Tester2017-08-081-1/+1
| |
* | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-041-1/+1
|\ \ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
| * | Snapshot version 1.8 release 20 (snap0)HDF Tester2017-08-011-1/+1
| | |
* | | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-044-0/+4
|/ /
* | Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-082-4/+4
|/ | | | | | | | 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
* Propagate .so number changes to Makefile.ins with bin/reconfigure.lrknox2017-06-021-5/+5
|
* Cleanup documentation.Binh-Minh Ribler2017-05-311-5/+5
|
* Removed deprecated functionBinh-Minh Ribler2017-05-311-1/+1
| | | | | | | | Description: Removed IdComponent(const hid_t h5_id). This prototype was left over from a previous deprecation. Platforms tested: Linux/32 2.6 (jam)
* Merge pull request #537 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-05-25113-669/+470
|\ | | | | | | | | | | | | * commit '2fb535ceff613dfd2a02b5b78ba7c3b5df95424b': Remove The HDF Group copyright header from 3rd party file. Remove java/COPYING file - no java directory in this branch. Update text in COPYING files in subdirectories to match changes to copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files. Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
| * Update text in COPYING files in subdirectories to match changes tolrknox2017-05-246-21/+38
| | | | | | | | | | | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
| * Merge branch 'hdf5_1_8' of ↵lrknox2017-05-162-1/+3
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * | Change copyright headers to replace url referring to file to belrknox2017-05-16108-648/+432
| | | | | | | | | | | | removed and replace it with new url for COPYING file.
* | | Added testBinh-Minh Ribler2017-05-241-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added another test to invoke the Group constructor, taking an Attribute as a location. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus)
* | | Removed ObjHeaderIExceptionBinh-Minh Ribler2017-05-193-45/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: ObjHeaderIException was just added but it is better to use the existing LocationIException instead to avoid using internal names. Future improvement: use throwException to throw the appropriate exception instead. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* | | Fixed typos.Binh-Minh Ribler2017-05-183-3/+3
| | |
* | | Purpose: Add new C++ wrappers (HDFFV-10156)Binh-Minh Ribler2017-05-1817-59/+668
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added wrappers for H5Iis_valid, H5Ps/get_nlinks, H5Tget_create_plist, H5Oopen, and H5Oclose // Checks if the given ID is valid. static bool isValid(hid_t an_id); // Sets the number of soft or user-defined links that can be // traversed before a failure occurs. void setNumLinks(size_t nlinks) const; // Gets the number of soft or user-defined link traversals allowed size_t getNumLinks() const; // Returns a copy of the creation property list of a datatype. PropList getCreatePlist() const; // Opens an object within a group or a file, i.e., root group. hid_t openObjId(const char* name,...); hid_t openObjId(const H5std_string& name,...); // Closes an object opened by getObjId(). void closeObjId(hid_t obj_id) const; // Gets general information about this file. void getFileInfo(H5F_info2_t& file_info) const; Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* | Merge pull request #518 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2017-05-161-0/+2
|\ \ | | | | | | | | | | | | | | | | | | to hdf5_1_8 * commit '0fbb49ac81078a35f8d999bf9242d8a12b0921cf': Added H5LaccProp.h/cpp to CMakeLists.txt
| * \ Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-05-165-9/+21
| |\ \ | | |/ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
| * | Added H5LaccProp.h/cpp to CMakeLists.txtBinh-Minh Ribler2017-05-161-0/+2
| | |