summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Collapse)AuthorAgeFilesLines
* Update versioning to next major versionAllen Byrne2019-09-251-0/+12
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-1/+1
| | | | branch.
* Whitespace cleanupAllen Byrne2019-09-1816-1111/+1112
|
* Fix VFD tests and repackAllen Byrne2019-08-031-37/+44
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-71/+67
|
* HDFFV-10845 make flags privateAllen Byrne2019-07-183-1/+16
|
* Correct syntaxAllen Byrne2019-07-181-1/+1
|
* Fix typoAllen Byrne2019-07-181-1/+1
|
* Correct OUTPUT_NAME usageAllen Byrne2019-07-181-0/+1
|
* HDFFV-1045 gcc static must be link flagsAllen Byrne2019-07-181-1/+5
|
* HDFFV-10845 quote multiple strings in cmake link commandAllen Byrne2019-07-181-1/+1
|
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-1/+4
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-173-3/+7
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-1/+1
|
* HDFFV-10581 add missed change and release note.Allen Byrne2019-07-091-1/+1
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-183-30/+47
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Add options to enable or disable building tools and tests. The defaultLarry Knox2019-06-061-1/+7
| | | | is enabled for each.
* Snapshot version 1.11 release 5.hdftest2019-05-021-1/+1
| | | | Update version to 1.11.6.
* Added more info to the function headers.Binh-Minh Ribler2019-04-221-2/+3
|
* Added new C++ wrappers - HDFFV-10622Binh-Minh Ribler2019-04-224-10/+168
| | | | | | | | | | | | | | | | Description: Added wrappers for H5Pset/get_create_intermediate_group: // Specifies in property list whether to create missing // intermediate groups void setCreateIntermediateGroup(bool crt_intmd_group) const; // Determines whether property is set to enable creating missing // intermediate groups bool getCreateIntermediateGroup() const; Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-144-0/+119
|
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-032-3/+3
|\
| * Snapshot version 1.11 release 4.hdftest2019-04-011-1/+1
| | | | | | | | Update version to 1.11.5.
| * Merge branch 'develop' of ↵Binh-Minh Ribler2019-03-208-306/+244
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
| * | Fixed HDFFV-10210 and HDFFV-10587Binh-Minh Ribler2019-03-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added parameter validation (HDFFV-10210) - Added detection of division by zero (HDFFV-10587 - CVE-2018-17438) - Fixed typos in various tests Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* | | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-0/+6
| |/ |/| | | | | | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-02-176-301/+239
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5ad3891d9b861593ebe25d540bed2d913eb83aba': Remove ' ' (typo). Code improvement Removed an extra "using" statement Adding documentation More changes to align with incoming selection improvements. Added C++ wrapper for H5Ovisit2 Adding a C++ wrapper
| * | Code improvementBinh-Minh Ribler2019-02-162-279/+10
| | | | | | | | | | | | | | | | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor
| * | Removed an extra "using" statementBinh-Minh Ribler2019-02-151-2/+0
| | |
| * | Adding documentationBinh-Minh Ribler2019-02-151-1/+7
| | | | | | | | | | | | | | | Description Added detail about the argument "fields" of H5Object::visit.
| * | Adding a C++ wrapperBinh-Minh Ribler2019-02-145-35/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added a wrapper for H5Ovisit2 to class H5Object // Recursively visit elements reachable from this object. void visit(H5_index_t idx_type, H5_iter_order_t order, visit_operator_t user_op, void *op_data, unsigned int fields); - Fixed various typos in documentation Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* | | HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-4/+4
|/ /
* | Refactor out timeout valuesAllen Byrne2019-02-061-1/+1
|/
* Fixed documentation - typo onlyBinh-Minh Ribler2018-12-231-2/+1
|
* Remove unused CMake filesAllen Byrne2018-12-212-29/+0
|
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-203-48/+99
|
* Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-082-3/+0
| | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
* Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-291-5/+0
|
* Snapshot version 1.11 release 3.hdftest2018-11-051-1/+1
|
* VOL FEATUREDana Robinson2018-10-104-4/+52
|
* Snapshot version 1.11 release 2.hdftest2018-09-201-1/+1
|
* Develop normalization with vol_integration.Dana Robinson2018-09-192-9/+9
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Change prefix in example scripts to relative path to bin. This was doneLarry Knox2018-08-231-1/+1
| | | | | for 1.8, and works wherever installed without the need to replace the original prefix.
* Merge branch 'develop' of ↵Binh-Minh Ribler2018-07-281-7/+8
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
| * Add missing '\' in the middle of the public headers list in Makefile.am.Larry Knox2018-07-241-4/+4
| |
* | Fixed document formatBinh-Minh Ribler2018-07-2813-0/+17
| | | | | | | | | | Platforms tested: Linux/64 (jelly) (only in comment sections)
* | Fixed missing backslashBinh-Minh Ribler2018-07-241-7/+6
|/
* Fixed typosBinh-Minh Ribler2018-07-232-13/+13
|
* Added class DSetAccPropListBinh-Minh Ribler2018-07-2229-39/+479
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added class DSetAccPropList for the dataset access property list. - Added wrapper for H5Dget_access_plist to class DataSet // Gets the access property list of this dataset. DSetAccPropList getAccessPlist() const; - Added wrappers for H5Pset_chunk_cache and H5Pget_chunk_cache to class DSetAccPropList // Sets the raw data chunk cache parameters. void setChunkCache(size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) // Retrieves the raw data chunk cache parameters. void getChunkCache(size_t &rdcc_nslots, size_t &rdcc_nbytes, double &rdcc_w0) - Added two more arguments to H5Location::createDataSet: const DSetAccPropList& dapl = DSetAccPropList::DEFAULT const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT - Added one more argument to H5Location::openDataSet: const DSetAccPropList& dapl = DSetAccPropList::DEFAULT Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
* Code improvementBinh-Minh Ribler2018-07-2110-203/+176
| | | | | | | | | | | Description: Moved the new H5Object::getInfo member functions to H5Location and made them overloaded with the existing H5Location::getObjinfo. This way is cleaner than the previous approach. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)