| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
H5LRcreate_regref_to_all to H5LRcreate_ref_to_all
as required by new spec. This change brings source in sync
with the HL_NPOESS repository.
Tested: jam (trivial change)
|
|
|
|
|
|
| |
Reformatted the source code formatting to comply with published HDF specs.
tested: simrom( icc, gcc, pgcc), linew
|
|
|
|
|
|
| |
Fixed the implementation of H5LRcreate_regref_to_all so that it does as specified in RFC.
Tested (smirom: icc, gcc, pgcc), (linew)
|
|
|
|
| |
Included standard C libraries to fix seg fault on linew (were commented out)
|
| |
|
|
|
|
| |
tested: linew, smirom (gcc, icc, pgcc, sun cc)
|
|
|
|
| |
cleaned-up source
|
|
|
|
| |
passing of data type fails when creating new datatype.
|
|
|
|
|
|
| |
implemented H5LRcreate_regref_to_all
tested: smirom (icc)
|
|
|
|
|
|
| |
Fixed H5LRmake_dataset, passes tests. All APIs now work and tested.
Platforms tested: smirom (icc, gcc)
|
|
|
|
|
|
| |
Fixed H5LRcopy_region, Fixed double free errors. H5LRmake_dataset is incomplete.
Platforms tested: smirom (icc)
|
|
|
|
|
|
| |
Changed some APIs to match the APIs in the RFC, H5LRcopy_region is not working. Fixed error in H5LT and H5LR error handling.
Platform tested: smirom (icc)
|
|
|
|
|
|
|
| |
Added new error handling functions to the NPOESS LT functions.
Cleaned up LR functions.
Platforms tested: Smirom (icc)
|
|
|
|
|
|
| |
Made changes to the HL error routines and converted the error checking to use the HLerror functions.
Platform tested: smirom (icc)
|
|
|
|
|
|
| |
Added error handling with throw/catch.
Tested: smirom
|
|
|
|
| |
returned value for NULL path in H5LRget_region_info.
|
|
|
|
| |
error handling.
|
|
|
|
| |
and minor error codes.
|
|
|
|
|
|
|
|
| |
Revise BEGIN_FUNC/END_FUNC macros to allow them to be used in high-
level APIs.
Tested on:
FreeBSD/32 6.3 (duty)
|
|
|
|
| |
Fixed bug in H5LRcopy_references for returned reference.
|
| |
|
|
|
|
|
|
| |
Cleaned up unused comments, fixed warnings issued by gcc compiler.
Tested: jam, smirom
|
|
New routines for handling region references and manipulating hyperslab regions given paths.
Tested on jam, intel compiler.
|