summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17443] Description:Scot Breitenfeld2009-09-0216-436/+1111
| | | | | | | | Merged changes from the trunk into the branch: svn merge -r17188:17442 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom (icc, gcc)
* [svn-r17305] Maintenance: Changed example to reflect the change in the ↵Elena Pourmal2009-08-061-2/+2
| | | | | | function name. Platforms tested: jam
* [svn-r17301] Maintenance: I forgot to check in the updated test file, therefore Elena Pourmal2009-08-041-6/+6
| | | | | | daily tests failed. Checking in the fix. Platforms tested: jam
* [svn-r17296] Maintenance: Changed function name from Elena Pourmal2009-08-032-8/+8
| | | | | | | 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-r17280] Description:Scot Breitenfeld2009-07-301-2/+2
| | | | | | Changed the type for num_elem to match that in H5LRcreate_region_references Tested: smirom (icc)
* [svn-r17279] Description:Scot Breitenfeld2009-07-301-2/+2
| | | | | | Changed the type for num_elem to match that in H5LRcreate_region_references Tested: smirom (icc)
* [svn-r17206] Description:Scot Breitenfeld2009-07-212-1596/+1533
| | | | | | Reformatted the source code formatting to comply with published HDF specs. tested: simrom( icc, gcc, pgcc), linew
* [svn-r17204] Description:Scot Breitenfeld2009-07-201-0/+3
| | | | | | Removed global variables initializing error handling from H5LT.c to H5HLint.c Tested: smirom (icc, gcc, pgi), linew
* [svn-r17203] Description:Scot Breitenfeld2009-07-201-6/+0
| | | | | | | Removed global variables initializing error handling to H5HLint.c Tested: smirom (icc, gcc, pgi), linew
* [svn-r17191] Updated regref_to_all to reflect new addition in RFC of the ↵Scot Breitenfeld2009-07-161-15/+2
| | | | | | type of data to make region references for. tested smirom (icc)
* [svn-r17188] Description:Scot Breitenfeld2009-07-153-206/+251
| | | | | | Fixed the implementation of H5LRcreate_regref_to_all so that it does as specified in RFC. Tested (smirom: icc, gcc, pgcc), (linew)
* [svn-r17170] Merged the trunk changes into the branch:Scot Breitenfeld2009-07-096-264/+264
| | | | | | svn merge -r17093:17169 https://svn.hdfgroup.uiuc.edu/hdf5/trunk tested: smirom (icc, pgi), linew
* [svn-r17169] Description:Scot Breitenfeld2009-07-087-7/+7
| | | | | | Gave unique hdf5 filenames to each example in order to avoid the contention occuring when deleting a used file as examples are run in parallel. tested: smirom
* [svn-r17132] Description:Scot Breitenfeld2009-06-301-4/+6
| | | | | | Fixed out-of-bound error detected on smirom with pgi compiler. Tested: smirom (pgi)
* [svn-r17106] Description:Scot Breitenfeld2009-06-242-7/+8
| | | | Included standard C libraries to fix seg fault on linew (were commented out)
* [svn-r17105] Description:Scot Breitenfeld2009-06-241-0/+1
| | | | | | Added stdlib.h, fix for linew, Tested linew, smirom (icc, pgcc, gcc)
* [svn-r17101] Description:Scot Breitenfeld2009-06-241-1/+1
| | | | | | Added standard library. tested on linew.
* [svn-r17099] Cleaned up comments.Scot Breitenfeld2009-06-241-15/+14
|
* [svn-r17098] Description:Scot Breitenfeld2009-06-241-2/+2
| | | | | | Changed ordering of err1 and err2 declarations. Tested: windows, smirom (icc)
* [svn-r17093] Description:Scot Breitenfeld2009-06-231-3/+3
| | | | | | | | Allen fixed problem on Windows compilation by assigning to a variable the functions H5Eget_auto2 and H5Eset_auto2 which fixes the problem of having a function call in the middle of declaration statements. Tested on: windows, smirom (icc, gcc, pgi), linew.
* [svn-r17092] Fixed errors for sun's cc and pgccScot Breitenfeld2009-06-223-23/+24
| | | | tested: linew, smirom (gcc, icc, pgcc, sun cc)
* [svn-r17090] Description:Scot Breitenfeld2009-06-221-1/+1
| | | | | | Changed the return value from the main program to 0. Tested smirom.
* [svn-r17074] Merged changes from the trunk into the branch:Scot Breitenfeld2009-06-173-3/+3
| | | | | | svn merge -r17016:17073 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom
* [svn-r17073] Description:Scot Breitenfeld2009-06-171-14/+58
| | | | Code clean-up.
* [svn-r17072] Description:Scot Breitenfeld2009-06-171-67/+47
| | | | Added additional tests for H5LRcreate_regref_to_all, cleaned up code.
* [svn-r17070] Description:Scot Breitenfeld2009-06-172-2/+20
| | | | Added new examples for region references and hyperslab reading/writing/manipulating.
* [svn-r17069] This program shows how to create a dataset and region ↵Scot Breitenfeld2009-06-171-0/+133
| | | | | | | | references associated with hyperslabs. It then creates a new dataset composed of data from the data associated with a recursive loop over all the region references. Main illustrative function: H5LRcreate_regref_to_all
* [svn-r17068] This example shows how to create, store and read data ↵Scot Breitenfeld2009-06-171-0/+209
| | | | | | | | | | | | | | | | associated with region references. It creates a file and writes a two dimensional integer dataset to it. Then it creates a region reference to a subset hyperslab region of the data. It then reopens the files, obtains information about the data associated with the region reference, creates an array to store the data, and then reads the hyperslab slab subset of the data and prints it to the screen. Main illustrative functions: H5LRget_region_info, H5LRread_region
* [svn-r17067] This example creates a file and writes a two dimensional ↵Scot Breitenfeld2009-06-171-0/+135
| | | | | | | | | | | integer dataset to it. It then reopens the dataset and creates two region references to hyperslabs with coordinates (2,5)-(4,6) and (0,0)-(2,1). It then creates a new data set composed of data from the hyperslabs referenced by the newly created region references. The newly created dataset is then read and printed to the screen.
* [svn-r17066] This example creates a file and writes a two dimensional ↵Scot Breitenfeld2009-06-171-0/+169
| | | | | | | | | | integer dataset to it. Then it creates a region reference to a hyperslab. It then reopens the file, copies data from a dataset (pointed to by a region reference) to a new location and creates a new reference to it. Main illustrative function: H5LRcopy_references
* [svn-r17065] This example creates a file and writes a two dimensional ↵Scot Breitenfeld2009-06-171-0/+109
| | | | | | | | | | real dataset to it. It then reopens the file and reads a region of data given a set of corner coordinates. Main illustrative function: H5LTread_region
* [svn-r17064] This examples creates a file and writes a two dimensional ↵Scot Breitenfeld2009-06-171-0/+118
| | | | | | | | | | real dataset to it. It then reopens the file, and copies a region described by blocks to another region described by another block. Main illustrative function: H5LTcopy_region
* [svn-r17063] This example shows how to read and write bitfieldScot Breitenfeld2009-06-171-0/+117
| | | | | | | | | | | datatypes to a dataset. The program first writes bit fields to a dataset with a dataspace of DIM0xDIM1, then closes the file. Next, it reopens the file, and extracts the bit field using a given starting bit and number of bits in the bit-field. The values are returned as a base-10 integer. Main illustrative function: H5LTread_bitfield_value
* [svn-r17061] Description:Scot Breitenfeld2009-06-162-139/+162
| | | | cleaned-up source
* [svn-r17018] Merged changes from the trunk into the branch:Scot Breitenfeld2009-06-093-3/+3
| | | | | | svn merge -r16933:17016 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom
* [svn-r17016] Code cleaning, clean up H5LRcreate_regref_to_all, needs:Scot Breitenfeld2009-06-083-103/+187
| | | | passing of data type fails when creating new datatype.
* [svn-r17015] Description:Scot Breitenfeld2009-06-082-153/+375
| | | | Implemented test for H5LRcreate_regref_to_all.
* [svn-r17014] Description:Scot Breitenfeld2009-06-085-602/+830
| | | | | | implemented H5LRcreate_regref_to_all tested: smirom (icc)
* [svn-r16981] Description:Scot Breitenfeld2009-05-222-240/+198
| | | | | | Fixed H5LRmake_dataset, passes tests. All APIs now work and tested. Platforms tested: smirom (icc, gcc)
* [svn-r16970] Maintenance: Changed the type to be H5T_NATIVE_UCHAR instead of ↵Elena Pourmal2009-05-211-3/+3
| | | | | | | | | bitfield to allow h5dump to show packed bits; current h5dump works only with integer types while dsiplaying packed bits. Platforms tested: jam and smirom
* [svn-r16967] Description:Scot Breitenfeld2009-05-203-168/+218
| | | | | | Fixed H5LRcopy_region, Fixed double free errors. H5LRmake_dataset is incomplete. Platforms tested: smirom (icc)
* [svn-r16963] Description:Scot Breitenfeld2009-05-197-67/+63
| | | | | | 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-r16959] Description:Scot Breitenfeld2009-05-196-2905/+3434
| | | | | | | Merged changes from the trunk into the branch. svn merge -r16933:16958 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Platforms tested: smirom (icc)
* [svn-r16951] Description:Scot Breitenfeld2009-05-142-55/+376
| | | | | | | Added new error handling functions to the NPOESS LT functions. Cleaned up LR functions. Platforms tested: Smirom (icc)
* [svn-r16949] Description:Scot Breitenfeld2009-05-137-199/+513
| | | | | | Made changes to the HL error routines and converted the error checking to use the HLerror functions. Platform tested: smirom (icc)
* [svn-r16936] Merged changes from the trunk into the branch:Scot Breitenfeld2009-05-113-40/+79
| | | | | | svn merge -r16869:16933 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom
* [svn-r16935] Description:Scot Breitenfeld2009-05-111-0/+3
| | | | | | Added test for H5LTget_dataset_ndims Tested: smirom
* [svn-r16924] Description:Scot Breitenfeld2009-05-068-209/+459
| | | | | | 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-r16875] Merged changes from the trunk into the branch:Scot Breitenfeld2009-04-2826-5266/+5676
| | | | | | svn merge -r16602:16869 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested on: smirom