summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17496] Fixed obvious error : changed talign.c to talign on TEST_PROG ↵inactive/NPOESSAllen Byrne2009-09-171-1/+1
| | | | assignment.
* [svn-r17488] Moved printing of brackets before printing contents of region ↵Allen Byrne2009-09-171-8/+5
| | | | | | references. Tested: local linux
* [svn-r17474] Update Windows project file for test refactored out of tools lib.Allen Byrne2009-09-142-10/+10
| | | | Tested: Windows
* [svn-r17465] Added error handling to h5dump and region reference handling ↵Allen Byrne2009-09-1110-566/+1005
| | | | | | functions in the tools lib. Tested: local linux
* [svn-r17457] Added dataspace type check for region, changed dimension_break ↵Allen Byrne2009-09-082-239/+238
| | | | | | | processing to use boolean. Tested: local linux
* [svn-r17449] Corrected gent_attrreg() function, attempted to close dataspace ↵Allen Byrne2009-09-031-3/+0
| | | | | | twice. Tested: local linux
* [svn-r17445] Added new files for h5dump test for attribute region references.Allen Byrne2009-09-031-0/+3
|
* [svn-r17444] Added h5dump test for attribute region references.Allen Byrne2009-09-035-0/+231
| | | | Tested: local linux
* [svn-r17443] Description:Scot Breitenfeld2009-09-02700-142698/+18156
| | | | | | | | Merged changes from the trunk into the branch: svn merge -r17188:17442 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom (icc, gcc)
* [svn-r17442] Changed subsetting selection to allow count to be defaulted, ↵Allen Byrne2009-09-013-46/+30
| | | | | | | and allow trailing semicolons in short form to be left off the command line. Short and long form now behave the same. Tested: local linux
* [svn-r17407] Updated files based on code review comments. Allen Byrne2009-08-215-434/+448
| | | | Tested: local linux
* [svn-r17372] Syntax changes and code clarity. Found during code review prep.Allen Byrne2009-08-181-12/+9
| | | | No testing needed.
* [svn-r17308] Syntax changes and obsolete comments removed. Found during code ↵Allen Byrne2009-08-061-44/+36
| | | | | | review prep. No testing needed.
* [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-r17215] Added comments missing from new functions.Allen Byrne2009-07-213-1/+19
|
* [svn-r17213] The function h5tools_str_append() incorrectly used the trio of ↵Allen Byrne2009-07-211-8/+5
| | | | | | functions: va_start(), HDvsnprintf(), and va_end(). When the boundary of the string buffer was reached and resized, the HDvsnprintf() function recalled without the other two functions in the code loop. This usage exposed bug 1520 by a user. Tested: linux
* [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-r17190] Corrected printing of dataspace hsize_t values.Allen Byrne2009-07-151-4/+4
| | | | Tested: h5committest.
* [svn-r17189] Merged the trunk changes into the branch:Scot Breitenfeld2009-07-1513-28/+210
| | | | | | svn merge -r17169:17188 https://svn.hdfgroup.uiuc.edu/hdf5/trunk tested: smirom (icc, pgi), linew
* [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-r17175] Removed extra char in format string for printing a region ↵Allen Byrne2009-07-091-4/+4
| | | | | | | dataspace info. Tested: linux
* [svn-r17170] Merged the trunk changes into the branch:Scot Breitenfeld2009-07-0918-290/+290
| | | | | | 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-r17162] Added H5FA* files to the hdf5 and hdf5dll projects. (r17160 ↵Allen Byrne2009-07-064-202/+282
| | | | | | from trunk) Tested: windows
* [svn-r17161] Bring r17108 to r17155 back from trunkAllen Byrne2009-07-0658-763/+5493
|
* [svn-r17133] Changed the printing of the region datatype to use the file ↵Allen Byrne2009-06-302-4/+4
| | | | | | type instead of the memory type. Tested: linux
* [svn-r17132] Description:Scot Breitenfeld2009-06-301-4/+6
| | | | | | Fixed out-of-bound error detected on smirom with pgi compiler. Tested: smirom (pgi)
* [svn-r17129] Added missing files to windows project files.Allen Byrne2009-06-292-0/+276
| | | | Tested: windows
* [svn-r17125] Windows complained about using a void ptr in addition, cast ptr ↵Allen Byrne2009-06-293-5/+5
| | | | | | | | to char*. Mac shared lib build complained about duplicate declaration, moved declaration to h5dump, the one place that used it. Tested: linux, Windows
* [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-r17104] Corrected batch file to test C++ examplesAllen Byrne2009-06-241-86/+7
|
* [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-r17094] Merged changes from the trunk into the branch:Scot Breitenfeld2009-06-232-4/+6
| | | | | | svn merge -r17073:17093 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom
* [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-r17091] Cleaned up code declarations and added private function prototypes.Allen Byrne2009-06-223-15/+15
| | | | | Tested: linux
* [svn-r17090] Description:Scot Breitenfeld2009-06-221-1/+1
| | | | | | Changed the return value from the main program to 0. Tested smirom.
* [svn-r17088] Updated to latest trunk revision.Allen Byrne2009-06-187-21/+46
|
* [svn-r17074] Merged changes from the trunk into the branch:Scot Breitenfeld2009-06-1745-297/+2387
| | | | | | 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.