summaryrefslogtreecommitdiffstats
path: root/src/H5trace.c
Commit message (Collapse)AuthorAgeFilesLines
* Added the map (H5M) APIDana Robinson2019-08-131-1/+13
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-1/+1
| | | | clean up warnings.
* New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+8
|
* Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-0/+3
|
* Minor warning fixes:Dana Robinson2019-06-051-0/+3
| | | | | * Fixed an error return value in H5Aint.c (NULL --> FAIL) * Added H5VL_FILE_GET_FILENO to H5trace.c
* Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAMEJerome Soumagne2019-05-231-2/+2
| | | | Implement native H5VL_OBJECT_GET_NAME by addr
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-1/+5
|
* Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to developQuincey Koziol2018-12-181-3/+0
|\ | | | | | | | | | | * commit '3597bd469ff0073134b31765d9b87660cd3e0039': Revert change to MSC_VER, in favor of Dana's Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out not to be necessary.
| * Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns outQuincey Koziol2018-12-171-3/+0
| | | | | | | | | | | | not to be necessary. Also, correct _MSC_VER #ifdef
* | Merge pull request #1364 in HDFFV/hdf5 from ↵Dana Robinson2018-12-171-8/+0
|\ \ | |/ |/| | | | | | | | | ~DEROBINS/hdf5_der:h5i_reference_removal to develop * commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53': Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-8/+0
| | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
* | Added HD to va_* calls in a couple of library files.Dana Robinson2018-12-171-90/+90
|/
* Switch H5VL_class_value_t from enum to unsigned integerQuincey Koziol2018-11-291-12/+5
|
* Update API tracing info for VOL functions and regenerate trace macros for VOLQuincey Koziol2018-11-281-0/+49
| | | | API calls.
* Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-281-2/+2
| | | | | | comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks.
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-0/+3
| | | | H5Fget_access_plist(). Also, other misc. cleanups, etc.
* Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-0/+3
|
* Refactor, standardize, and revise the async request callbacks.Quincey Koziol2018-11-041-2/+2
|
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-3/+3
| | | | modified: test/dsets.c
* VOL FEATUREDana Robinson2018-10-101-0/+474
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-04-291-544/+545
|\ | | | | | | merge_hyperslab_updates
| * Modifications made based on comments from pull request.Vailin Choi2018-02-071-520/+520
| |
| * Changes made based on code reviews.Vailin Choi2018-01-121-1/+2
| |
| * Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-15/+15
| |\ | | | | | | | | | Merge from develop.
| | * Normalization with VOL integration branch.Dana Robinson2017-11-301-15/+15
| | |
| * | Initial checkin for library version boundsVailin Choi2017-10-031-0/+6
| |/ | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
| * Suggested changes from code reviewJordan Henderson2017-07-071-4/+0
| |
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-1/+1
|/ | | | improvements.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-16/+21
|
* [svn-r29775] Description:Quincey Koziol2016-04-241-0/+4
| | | | | | | | Another change for 'none' file pointers. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29738] Description:Quincey Koziol2016-04-191-0/+4
| | | | | | | | Bring "single" chunk index from revise_chunks branch to trunk. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (w/check-vfd) (h5committest forthcoming)
* [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-071-0/+4
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial w/ Java, Fortran, & C++
* [svn-r29638] Added new chunk index types to trace code.Dana Robinson2016-04-051-0/+34
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
* [svn-r28629] Minor normalization with revise_chunks.Dana Robinson2015-12-141-2/+2
| | | | | | | Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
* [svn-r28606] Description:Quincey Koziol2015-12-131-2/+1
| | | | | | | | | | Revisions to normalize revise chunks vs. trunk, plus push dataset metadata changes into the cache immediately (instead of holding them within the dataset data structures). Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r27835] Description:Quincey Koziol2015-09-211-82/+81
|\ | | | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-81/+80
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| | * [svn-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-171-2/+2
| | |\ | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
| | * \ [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-041-7/+7
| | |\ \ | | | | | | | | | | | | | | | Tested on: h5committest
| | * | | [svn-r26245] Fixed some mixed tabs/spaces.Dana Robinson2015-02-201-82/+82
| | | | | | | | | | | | | | | | | | | | No code changes.
| * | | | [svn-r27768] Description:Quincey Koziol2015-09-141-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel Linux/64 3.10.x (kituo) w/serial & parallel Linux/64 2.6.x (ostrich) w/serial
* | | | [svn-r27152] Updated bin/trace and src/H5trace.c to handle the H5D_vds_view_tDana Robinson2015-06-041-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | enum type. Tested on: jam
* | | | [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Neil Fortner2015-05-211-2/+2
|\ \ \ \ | |/ / / | | | | | | | | Tested: ummon
| * | | [svn-r27084] Description:Quincey Koziol2015-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up cache tests, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.* (jam) w/serial & parallel
* | | | [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-101-7/+7
|\ \ \ \ | |/ / / | | | | | | | | Tested: ummon
| * | | [svn-r26427] Revert of r26426Dana Robinson2015-03-111-5/+5
| | | | | | | | | | | | | | | | | | | | The repository wasn't clean when I made some changes so untested code was committed.
| * | | [svn-r26426] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-5/+5
| | |/ | |/| | | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * | [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants.Dana Robinson2015-03-011-7/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | - Adds 'F' suffixes for most float constants. - A few constants MUST be of type double. These now receive the long double L suffix and are then cast to double. I do this via a new H5_DOUBLE() macro which was added to H5private.h. Fixes: HDFFV-9148 Tested on: h5committest
* | [svn-r26198] INCOMPLETE, UNWORKING CODENeil Fortner2015-02-171-0/+4
|/ | | | Commit progress through 1610 CST 2/17/15