summaryrefslogtreecommitdiffstats
path: root/hl/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17443] Description:Scot Breitenfeld2009-09-022-48/+100
| | | | | | | | Merged changes from the trunk into the branch: svn merge -r17188:17442 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom (icc, gcc)
* [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-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-r17188] Description:Scot Breitenfeld2009-07-152-126/+110
| | | | | | 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-091-1/+1
| | | | | | svn merge -r17093:17169 https://svn.hdfgroup.uiuc.edu/hdf5/trunk tested: smirom (icc, pgi), linew
* [svn-r17106] Description:Scot Breitenfeld2009-06-242-7/+8
| | | | 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-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-221-6/+6
| | | | tested: linew, smirom (gcc, icc, pgcc, sun cc)
* [svn-r17074] Merged changes from the trunk into the branch:Scot Breitenfeld2009-06-171-1/+1
| | | | | | svn merge -r17016:17073 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom
* [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-091-1/+1
| | | | | | 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-082-101/+74
| | | | passing of data type fails when creating new datatype.
* [svn-r17014] Description:Scot Breitenfeld2009-06-085-602/+830
| | | | | | 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-202-158/+210
| | | | | | Fixed H5LRcopy_region, Fixed double free errors. H5LRmake_dataset is incomplete. Platforms tested: smirom (icc)
* [svn-r16963] Description:Scot Breitenfeld2009-05-196-61/+40
| | | | | | 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-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-112-40/+65
| | | | | | svn merge -r16869:16933 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 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-286-3832/+3932
| | | | | | svn merge -r16602:16869 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested on: smirom
* [svn-r16873] Removed debugging statements, tested early adoption of new ↵Scot Breitenfeld2009-04-283-11/+19
| | | | error handling.
* [svn-r16819] Added error handling, tested message output, still needs major ↵Scot Breitenfeld2009-04-211-7/+73
| | | | and minor error codes.
* [svn-r16756] Description:Quincey Koziol2009-04-151-4/+1
| | | | | | | | Correct macros supporting BEGIN_FUNC/END_FUNC to work in production mode. Tested on: FreeBSD/32 6.3 (duty) production & debug configs
* [svn-r16751] Description:Quincey Koziol2009-04-149-768/+803
| | | | | | | | 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-r16692] New attempt at using global error handling for hl errors. Scot Breitenfeld2009-04-071-0/+708
|
* [svn-r16688] Initial stages of implementing error checks.Scot Breitenfeld2009-04-071-109/+108
|
* [svn-r16687] Added routine for unpacking and read bitfield dataScot Breitenfeld2009-04-071-3/+38
| | | | Tested on smirom with gcc and icc
* [svn-r16686] Changed the name of H5LTread_quality_flag to ↵Scot Breitenfeld2009-04-071-3/+2
| | | | H5LTread_bitfield_value
* [svn-r16628] Description:Scot Breitenfeld2009-03-304-570/+434
| | | | | | Cleaned up unused comments, fixed warnings issued by gcc compiler. Tested: jam, smirom
* [svn-r16603] Description:Scot Breitenfeld2009-03-246-5/+1353
| | | | | | New routines for handling region references and manipulating hyperslab regions given paths. Tested on jam, intel compiler.
* [svn-r16588] Pedro Vicente Nunes2009-03-191-1574/+1671
| | | | | | 1. #1487 (B1) DS memory leaks ISSUE 1: On a "go to" error condition, previously allocated buffers were not freed. NOTE: these are "potential" memory leaks because typically the error conditions do not occur, so the potential memory leaks also do NOT occur. ISSUE 2: A function used to read dimension scales realistic data (topography of the North Atlantic, latitude and longitude) was being called without the data buffer being freed. SOLUTION FOR ISSUE 1: added "free" calls for the allocated buffers on the error sections. SOLUTION FOR ISSUE 2: added a "free" call after the read_data function, after using the buffer (on a H5Dwrite and H5Screate_simple). The read_data function reads both data and dimensions from the ASCII data files. DOCS: no docs added. Done for 1.9 and 1.8 STATUS: Closed bug tested: h5committest
* [svn-r16561] Purpose:Mike McGreevy2009-03-101-3/+3
| | | | | | | | | | | | | | | | | | Bug Fix Description: Fixing BZ #1381. The --includedir=DIR configure option, which is used to specify the installation location of C header files, did not work correctly as the path was hard-coded in config/commence.am. I'm presuming this is because an older version of automake didn't know where to put c header files. In any case, removing this line now defaults the includedir to the same directory that it is currently hard-coded to, and also fixes the configure flag to allow customization of this value. Tested: jam, liberty
* [svn-r16560] Description:Quincey Koziol2009-03-102-14/+15
| | | | | | | | | | Remove another call to H5E_clear_stack() from within the library. Clean up lots of compiler warnings. Tested on: Mac OS X/32 10.5.6 (amazon) (followup on other platforms forthcoming)
* [svn-r16549] Bug #608: Memory leak in H5DSset_label. Added code to free sub ↵Allen Byrne2009-03-051-225/+258
| | | | | | | | | string ptr's belonging to buffer in H5DSset_label and H5DSget_label. Also added free of buffers in error section of both functions. Potential memory leaks may exist elsewhere, and this will not close the bug. Tested: h5committest vista 32 VS2008
* [svn-r16518] have 2 expected outputs for 2 h5ls runs depending if run on a ↵Pedro Vicente Nunes2009-02-261-0/+1
| | | | | | | big or little endian machine. Configure.in was modified to export a variable carrying endianess information to testh5ls.sh. This script then compares the current run with 2 expected outputs, one for a big-endian machine (linew was used to generate the output), other for little endian (jam was used to generate the output) the way h5ls prints types, it starts searching for NATIVE types first. One solution would be h5ls not to detect these native types, using for example the same print datatype function that h5dump does, that would make the output look the same on all platforms ("32-bit little-endian integer" would be printed instead). Drawback, this "native" information would not be available. Other solution is to have not one but 2 expected outputs and make the shell script detect the endianess and compare with one output or other tested: h5committest
* [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and ↵Allen Byrne2009-02-183-5/+5
| | | | | | | | | | | replacing all instances with long long. Tested: h5comittest fedora 10 x64 Vista 32, VS2005, IVF101 XP32, Cygwin
* [svn-r16340] Description:Frank Baker2009-01-221-1/+1
| | | | | | Changed 'THG' to 'The HDF Group' in various HDF5 source files, most of which are <subdirectory>/COPYING. -- Closes Bugzilla entry 1403.
* [svn-r16133] H5TBdelete_record was not handlong correctly records at the end ↵Pedro Vicente Nunes2008-11-251-56/+74
| | | | | | | | of the table added a ckeck that avoids to read these records if they are not needed (for pushing down the table) tested: windows, linux
* [svn-r16124] In version 3.0 of Table, "NROWS" was deprecatedPedro Vicente Nunes2008-11-243-2991/+2879
| | | | tested: windows, linux
* [svn-r15942] Purpose: Bug Fixes and Libtool UpgradeMike McGreevy2008-10-241-6/+6
| | | | | | | | | | | | | | | | | | Description: - Remove need to set LD_LIBRARY_PATH when using shared szip library. - Libtool 2.2.6a is now used to generate libraries. - 'make check install' dependency bug is fixed, and should no longer break the build. - removed hard coding of shell in config/commence.am, as this causes problems on Solaris with the new version of libtool. - RELEASE.txt with appropriate changes. Tested: - kagiso, smirom, linew (merged from 1.8, pretty quick tests)
* [svn-r15733] #1307Pedro Vicente Nunes2008-09-301-0/+3
| | | | | | A space id was not closed in H5PTopen Tested: windows, linux
* [svn-r15628] Description:Quincey Koziol2008-09-164-91/+91
| | | | | | | | | | | | | Remove trailing whitespace from C/C++ source files, with the following script: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Tested on: Mac OS X/32 10.5.5 (amazon) No need for h5committest, just whitespace changes...
* [svn-r15462] Description:Quincey Koziol2008-08-121-3/+3
| | | | | | | | Correct compiler warnings from Visual Studio. Tested on: Mac OS X/32 10.5.4 (amazon) w/FORTRAN & C++ (Too minor to require full h5committest)