summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LR.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17296] Maintenance: Changed function name from Elena Pourmal2009-08-031-7/+7
| | | | | | | 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)
* [svn-r17206] Description:Scot Breitenfeld2009-07-211-1114/+1070
| | | | | | Reformatted the source code formatting to comply with published HDF specs. tested: simrom( icc, gcc, pgcc), linew
* [svn-r17188] Description:Scot Breitenfeld2009-07-151-125/+109
| | | | | | Fixed the implementation of H5LRcreate_regref_to_all so that it does as specified in RFC. Tested (smirom: icc, gcc, pgcc), (linew)
* [svn-r17106] Description:Scot Breitenfeld2009-06-241-2/+4
| | | | Included standard C libraries to fix seg fault on linew (were commented out)
* [svn-r17099] Cleaned up comments.Scot Breitenfeld2009-06-241-15/+14
|
* [svn-r17092] Fixed errors for sun's cc and pgccScot Breitenfeld2009-06-221-6/+6
| | | | tested: linew, smirom (gcc, icc, pgcc, sun cc)
* [svn-r17061] Description:Scot Breitenfeld2009-06-161-111/+162
| | | | cleaned-up source
* [svn-r17016] Code cleaning, clean up H5LRcreate_regref_to_all, needs:Scot Breitenfeld2009-06-081-101/+68
| | | | passing of data type fails when creating new datatype.
* [svn-r17014] Description:Scot Breitenfeld2009-06-081-344/+611
| | | | | | implemented H5LRcreate_regref_to_all tested: smirom (icc)
* [svn-r16981] Description:Scot Breitenfeld2009-05-221-186/+193
| | | | | | Fixed H5LRmake_dataset, passes tests. All APIs now work and tested. Platforms tested: smirom (icc, gcc)
* [svn-r16967] Description:Scot Breitenfeld2009-05-201-153/+206
| | | | | | Fixed H5LRcopy_region, Fixed double free errors. H5LRmake_dataset is incomplete. Platforms tested: smirom (icc)
* [svn-r16963] Description:Scot Breitenfeld2009-05-191-49/+27
| | | | | | 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)
* [svn-r16951] Description:Scot Breitenfeld2009-05-141-4/+12
| | | | | | | Added new error handling functions to the NPOESS LT functions. Cleaned up LR functions. Platforms tested: Smirom (icc)
* [svn-r16949] Description:Scot Breitenfeld2009-05-131-154/+495
| | | | | | Made changes to the HL error routines and converted the error checking to use the HLerror functions. Platform tested: smirom (icc)
* [svn-r16924] Description:Scot Breitenfeld2009-05-061-160/+193
| | | | | | Added error handling with throw/catch. Tested: smirom
* [svn-r16891] Removed redundant code, restructured it to be cleaner, fixed ↵Scot Breitenfeld2009-04-291-77/+40
| | | | returned value for NULL path in H5LRget_region_info.
* [svn-r16873] Removed debugging statements, tested early adoption of new ↵Scot Breitenfeld2009-04-281-9/+14
| | | | error handling.
* [svn-r16819] Added error handling, tested message output, still needs major ↵Scot Breitenfeld2009-04-211-7/+73
| | | | and minor error codes.
* [svn-r16751] Description:Quincey Koziol2009-04-141-57/+127
| | | | | | | | Revise BEGIN_FUNC/END_FUNC macros to allow them to be used in high- level APIs. Tested on: FreeBSD/32 6.3 (duty)
* [svn-r16701] Description:Scot Breitenfeld2009-04-081-2/+2
| | | | Fixed bug in H5LRcopy_references for returned reference.
* [svn-r16688] Initial stages of implementing error checks.Scot Breitenfeld2009-04-071-109/+108
|
* [svn-r16628] Description:Scot Breitenfeld2009-03-301-225/+110
| | | | | | Cleaned up unused comments, fixed warnings issued by gcc compiler. Tested: jam, smirom
* [svn-r16603] Description:Scot Breitenfeld2009-03-241-0/+891
New routines for handling region references and manipulating hyperslab regions given paths. Tested on jam, intel compiler.