Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r17496] Fixed obvious error : changed talign.c to talign on TEST_PROG ↵inactive/NPOESS | Allen Byrne | 2009-09-17 | 1 | -1/+1 |
| | | | | assignment. | ||||
* | [svn-r17488] Moved printing of brackets before printing contents of region ↵ | Allen Byrne | 2009-09-17 | 1 | -8/+5 |
| | | | | | | references. Tested: local linux | ||||
* | [svn-r17474] Update Windows project file for test refactored out of tools lib. | Allen Byrne | 2009-09-14 | 2 | -10/+10 |
| | | | | Tested: Windows | ||||
* | [svn-r17465] Added error handling to h5dump and region reference handling ↵ | Allen Byrne | 2009-09-11 | 10 | -566/+1005 |
| | | | | | | functions in the tools lib. Tested: local linux | ||||
* | [svn-r17457] Added dataspace type check for region, changed dimension_break ↵ | Allen Byrne | 2009-09-08 | 2 | -239/+238 |
| | | | | | | | processing to use boolean. Tested: local linux | ||||
* | [svn-r17449] Corrected gent_attrreg() function, attempted to close dataspace ↵ | Allen Byrne | 2009-09-03 | 1 | -3/+0 |
| | | | | | | twice. Tested: local linux | ||||
* | [svn-r17445] Added new files for h5dump test for attribute region references. | Allen Byrne | 2009-09-03 | 1 | -0/+3 |
| | |||||
* | [svn-r17444] Added h5dump test for attribute region references. | Allen Byrne | 2009-09-03 | 5 | -0/+231 |
| | | | | Tested: local linux | ||||
* | [svn-r17443] Description: | Scot Breitenfeld | 2009-09-02 | 700 | -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 Byrne | 2009-09-01 | 3 | -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 Byrne | 2009-08-21 | 5 | -434/+448 |
| | | | | Tested: local linux | ||||
* | [svn-r17372] Syntax changes and code clarity. Found during code review prep. | Allen Byrne | 2009-08-18 | 1 | -12/+9 |
| | | | | No testing needed. | ||||
* | [svn-r17308] Syntax changes and obsolete comments removed. Found during code ↵ | Allen Byrne | 2009-08-06 | 1 | -44/+36 |
| | | | | | | review prep. No testing needed. | ||||
* | [svn-r17305] Maintenance: Changed example to reflect the change in the ↵ | Elena Pourmal | 2009-08-06 | 1 | -2/+2 |
| | | | | | | function name. Platforms tested: jam | ||||
* | [svn-r17301] Maintenance: I forgot to check in the updated test file, therefore | Elena Pourmal | 2009-08-04 | 1 | -6/+6 |
| | | | | | | daily tests failed. Checking in the fix. Platforms tested: jam | ||||
* | [svn-r17296] Maintenance: Changed function name from | Elena Pourmal | 2009-08-03 | 2 | -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 Breitenfeld | 2009-07-30 | 1 | -2/+2 |
| | | | | | | Changed the type for num_elem to match that in H5LRcreate_region_references Tested: smirom (icc) | ||||
* | [svn-r17279] Description: | Scot Breitenfeld | 2009-07-30 | 1 | -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 Byrne | 2009-07-21 | 3 | -1/+19 |
| | |||||
* | [svn-r17213] The function h5tools_str_append() incorrectly used the trio of ↵ | Allen Byrne | 2009-07-21 | 1 | -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 Breitenfeld | 2009-07-21 | 2 | -1596/+1533 |
| | | | | | | Reformatted the source code formatting to comply with published HDF specs. tested: simrom( icc, gcc, pgcc), linew | ||||
* | [svn-r17204] Description: | Scot Breitenfeld | 2009-07-20 | 1 | -0/+3 |
| | | | | | | Removed global variables initializing error handling from H5LT.c to H5HLint.c Tested: smirom (icc, gcc, pgi), linew | ||||
* | [svn-r17203] Description: | Scot Breitenfeld | 2009-07-20 | 1 | -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 Breitenfeld | 2009-07-16 | 1 | -15/+2 |
| | | | | | | type of data to make region references for. tested smirom (icc) | ||||
* | [svn-r17190] Corrected printing of dataspace hsize_t values. | Allen Byrne | 2009-07-15 | 1 | -4/+4 |
| | | | | Tested: h5committest. | ||||
* | [svn-r17189] Merged the trunk changes into the branch: | Scot Breitenfeld | 2009-07-15 | 13 | -28/+210 |
| | | | | | | svn merge -r17169:17188 https://svn.hdfgroup.uiuc.edu/hdf5/trunk tested: smirom (icc, pgi), linew | ||||
* | [svn-r17188] Description: | Scot Breitenfeld | 2009-07-15 | 3 | -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 Byrne | 2009-07-09 | 1 | -4/+4 |
| | | | | | | | dataspace info. Tested: linux | ||||
* | [svn-r17170] Merged the trunk changes into the branch: | Scot Breitenfeld | 2009-07-09 | 18 | -290/+290 |
| | | | | | | svn merge -r17093:17169 https://svn.hdfgroup.uiuc.edu/hdf5/trunk tested: smirom (icc, pgi), linew | ||||
* | [svn-r17169] Description: | Scot Breitenfeld | 2009-07-08 | 7 | -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 Byrne | 2009-07-06 | 4 | -202/+282 |
| | | | | | | from trunk) Tested: windows | ||||
* | [svn-r17161] Bring r17108 to r17155 back from trunk | Allen Byrne | 2009-07-06 | 58 | -763/+5493 |
| | |||||
* | [svn-r17133] Changed the printing of the region datatype to use the file ↵ | Allen Byrne | 2009-06-30 | 2 | -4/+4 |
| | | | | | | type instead of the memory type. Tested: linux | ||||
* | [svn-r17132] Description: | Scot Breitenfeld | 2009-06-30 | 1 | -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 Byrne | 2009-06-29 | 2 | -0/+276 |
| | | | | Tested: windows | ||||
* | [svn-r17125] Windows complained about using a void ptr in addition, cast ptr ↵ | Allen Byrne | 2009-06-29 | 3 | -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 Breitenfeld | 2009-06-24 | 2 | -7/+8 |
| | | | | Included standard C libraries to fix seg fault on linew (were commented out) | ||||
* | [svn-r17105] Description: | Scot Breitenfeld | 2009-06-24 | 1 | -0/+1 |
| | | | | | | Added stdlib.h, fix for linew, Tested linew, smirom (icc, pgcc, gcc) | ||||
* | [svn-r17104] Corrected batch file to test C++ examples | Allen Byrne | 2009-06-24 | 1 | -86/+7 |
| | |||||
* | [svn-r17101] Description: | Scot Breitenfeld | 2009-06-24 | 1 | -1/+1 |
| | | | | | | Added standard library. tested on linew. | ||||
* | [svn-r17099] Cleaned up comments. | Scot Breitenfeld | 2009-06-24 | 1 | -15/+14 |
| | |||||
* | [svn-r17098] Description: | Scot Breitenfeld | 2009-06-24 | 1 | -2/+2 |
| | | | | | | Changed ordering of err1 and err2 declarations. Tested: windows, smirom (icc) | ||||
* | [svn-r17094] Merged changes from the trunk into the branch: | Scot Breitenfeld | 2009-06-23 | 2 | -4/+6 |
| | | | | | | svn merge -r17073:17093 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom | ||||
* | [svn-r17093] Description: | Scot Breitenfeld | 2009-06-23 | 1 | -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 pgcc | Scot Breitenfeld | 2009-06-22 | 3 | -23/+24 |
| | | | | tested: linew, smirom (gcc, icc, pgcc, sun cc) | ||||
* | [svn-r17091] Cleaned up code declarations and added private function prototypes. | Allen Byrne | 2009-06-22 | 3 | -15/+15 |
| | | | | | Tested: linux | ||||
* | [svn-r17090] Description: | Scot Breitenfeld | 2009-06-22 | 1 | -1/+1 |
| | | | | | | Changed the return value from the main program to 0. Tested smirom. | ||||
* | [svn-r17088] Updated to latest trunk revision. | Allen Byrne | 2009-06-18 | 7 | -21/+46 |
| | |||||
* | [svn-r17074] Merged changes from the trunk into the branch: | Scot Breitenfeld | 2009-06-17 | 45 | -297/+2387 |
| | | | | | | svn merge -r17016:17073 https://svn.hdfgroup.uiuc.edu/hdf5/trunk Tested: smirom | ||||
* | [svn-r17073] Description: | Scot Breitenfeld | 2009-06-17 | 1 | -14/+58 |
| | | | | Code clean-up. |