summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add H5Rget_attr() and H5Rget_obj() / Remove H5Rdereference3()Jerome Soumagne2016-11-295-342/+528
| | | | More cleanup to H5R
* First fixes for tools after H5R changes (still need compat changes)Jerome Soumagne2016-11-298-233/+276
|
* Update tests after H5R changesJerome Soumagne2016-11-298-420/+470
|
* Several fixes to H5R API and reference type conversionJerome Soumagne2016-11-2916-803/+1382
| | | | | | Re-enable reference copy Add deprec H5R API routines
* Add H5Qapply_multi for cross container queriesJerome Soumagne2016-11-294-69/+341
| | | | | | Fix H5Q code to use external references Update query test after changes
* Add external referencesJerome Soumagne2016-11-2922-1121/+1403
| | | | | | | | Remove dataset region reference and use new region reference instead Fix reference conversion code Modify reference API to use opaque type
* Fix reference test for attribute referencesJerome Soumagne2016-11-291-35/+44
|
* Force conversion when H5T_REFERENCE type is decodedJerome Soumagne2016-11-291-1/+3
|
* Fix attribute name allocation in H5R_dereferenceJerome Soumagne2016-11-291-1/+1
|
* Clean up H5Rpublic.hJerome Soumagne2016-11-291-2/+2
|
* Fix H5Rget_name with H5R_ATTR to return size if buf is NULLJerome Soumagne2016-11-291-2/+4
|
* Fix filename in query testJerome Soumagne2016-11-291-1/+1
|
* Comment out test_reference_attr until it is updatedJerome Soumagne2016-11-291-1/+1
|
* Tweak query test to use FastBit pluginJerome Soumagne2016-11-291-55/+162
| | | | More tweaks to query test to cover all reference types
* Fix FastBit plugin to use hash values instead of strings for definingJerome Soumagne2016-11-291-2/+33
| | | | column/array name
* Fix H5Q after attribute ref changesJerome Soumagne2016-11-291-30/+54
| | | | Clean up H5Q
* Modify attribute references to use variable length ref typeJerome Soumagne2016-11-2910-147/+331
| | | | Clean up H5R
* Use core VFD to store H5Q viewJerome Soumagne2016-11-292-34/+96
| | | | | | Update H5Q after H5R changes and use H5R_REGION Fix H5Q view write
* Add H5R_REGION reference typeJerome Soumagne2016-11-2911-23/+675
| | | | | | | | Add type/conversion routines to write/read H5R_REGION type H5Rcreate on H5R_REGION type no longer stores variable length type in global heap. The type is only stored in the heap if it is written to disk.
* Clean up H5QprivateJerome Soumagne2016-11-291-15/+15
|
* Prepare H5Rcreate and H5R_create for full var argsJerome Soumagne2016-11-2910-108/+174
|
* Fix H5_INLINE in H5Q/H5X and some trace cleanupJerome Soumagne2016-11-293-3/+5
|
* Fix H5Q/H5X modules after init/term changesJerome Soumagne2016-11-2912-61/+183
|
* First working version of H5QapplyJerome Soumagne2016-11-298-517/+1598
| | | | | | | | | | | | | | Add some more const H5Q_t pointers Fix H5Dquery to use brute force if no index attached Clean up H5Q and fix warnings Rename H5Qapply_singleton to H5Qapply_atom and remove H5Qapply_combine Add queue macros for handling view in H5Q Tweak query test
* Add private H5D_write functionJerome Soumagne2016-11-292-2/+33
|
* Make H5D__create_named private and rename to H5D_create_namedJerome Soumagne2016-11-295-9/+9
|
* Add H5G_create_anon private routineJerome Soumagne2016-11-293-7/+39
|
* Add H5R_ATTR case in H5traceJerome Soumagne2016-11-291-0/+4
|
* Fix warnings after adding H5I_QUERY type and update H5trace after H5Q changesJerome Soumagne2016-11-299-0/+26
|
* Make H5A_read/H5A_write and H5A_get_name private routinesJerome Soumagne2016-11-294-17/+17
|
* Fix mistakenly removed H5I_object_verify of dset_id in H5DcloseJerome Soumagne2016-11-291-0/+4
|
* Use var args for H5Rcreate and make H5R_create privateJerome Soumagne2016-11-294-79/+81
|
* Description:Quincey Koziol2016-11-291-2/+5
| | | | | | | | | Fix error output for h5dump Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
* Description:Quincey Koziol2016-11-2912-96/+648
| | | | | | | | Add attribute reference type. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
* Add test for new H5QapplyJerome Soumagne2016-11-291-0/+166
|
* Start adding H5Qapply to create view from loc_idJerome Soumagne2016-11-295-4/+182
| | | | Move H5O_visit definition to H5Oprivate.h
* Save dset_id within H5D_t shared structJerome Soumagne2016-11-295-37/+106
| | | | Add H5D_open_index/H5D_close_index to open index when needed
* Clean up H5X and H5Q APIsJerome Soumagne2016-11-2913-182/+401
| | | | | | | | | | | | Add query_id to internal H5Q_t struct Clean up H5Dquery Make H5S_combine_select non static Clean up index and query tests Fix plugins after API changes
* Update CMake to pickup ALACRITY/FastBit shared libsJerome Soumagne2016-11-291-0/+2
|
* Fix for latest fastbit revisionJerome Soumagne2016-11-291-1/+1
|
* Fixes after changes from UNUSED to H5_ATTR_UNUSEDJerome Soumagne2016-11-295-24/+24
|
* Add H5Oidxinfo.c to makefile rulesJerome Soumagne2016-11-292-2/+2
|
* Update trace and run reconfigureJerome Soumagne2016-11-295-0/+10
|
* Fix default index plugin value to H5X_PLUGIN_NONEJerome Soumagne2016-11-292-9/+11
|
* Update index testJerome Soumagne2016-11-291-9/+74
|
* Cleanup FastBit pluginJerome Soumagne2016-11-291-127/+113
| | | | | | Add H5X_fastbit_get_size Refactor building of index into H5X__fastbit_build_index
* Add H5X_can_create and H5X_CRT_READ_ON_CREATE_NAME property to H5XJerome Soumagne2016-11-293-20/+138
| | | | Cleanup H5X
* Add support for H5Xget_sizeJerome Soumagne2016-11-296-8/+176
|
* Refresh index plugin metadata after post-updateJerome Soumagne2016-11-291-5/+18
|
* Add H5Pget/set_index_read_on_create routines for XCPL propertyJerome Soumagne2016-11-292-0/+90
| | | | Add read on create XCPL property