summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24076] Allow H5VLobject_register to create an hid_t for files and ↵Mohamad Chaarawi2013-08-262-8/+11
| | | | attributes.
* [svn-r24044] Merging r23833 through r24043 from trunk.Mohamad Chaarawi2013-08-2131-391/+376
|\
| * [svn-r24030] Description:Quincey Koziol2013-08-191-120/+0
| | | | | | | | | | | | | | | | Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
| * [svn-r24027] merge r 23938 from reduce warnings branch into trunk.Mohamad Chaarawi2013-08-197-0/+39
| |\ | | | | | | | | | | | | This is the fix for "switch missing default case" warnings in src. Mohamad & Vailin worked on this patch.
| | * [svn-r23939] Fix unused variables warnings in trunkNeil Fortner2013-07-2611-188/+177
| | | | | | | | | | | | | | | | | | | | | Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala
| | * [svn-r23938] remove "switch missing default case" in src.Mohamad Chaarawi2013-07-268-0/+41
| | |
| | * [svn-r23937] Remove unused param / var warnings and fix ↵Jerome Soumagne2013-07-265-7/+9
| | | | | | | | | | | | H5HF_sect_single_dblock_info prototype
| * | [svn-r24020] Description:Quincey Koziol2013-08-172-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
| * | [svn-r23989] Snapshot version 1.9 release 161HDF Tester2013-08-112-3/+3
| | |
| * | [svn-r23988] Description:Quincey Koziol2013-08-101-2/+3
| | | | | | | | | | | | | | | | | | | | | Make compiler happier and issue less warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8
| * | [svn-r23987] Merge r23939 from reduce_warning branch to trunkNeil Fortner2013-08-0911-188/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested: jam, koala, ostrich (h5committest) Log from r23939: Fix unused variables warnings in trunk Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala
| * | [svn-r23985] Merge commit 23937 from reduce_warning branchJerome Soumagne2013-08-095-7/+9
| | | | | | | | | | | | | | | | | | Remove unused param (src) and unused var (hl) warnings Tested on koala
| * | [svn-r23968] Snapshot version 1.9 release 160HDF Tester2013-08-042-3/+3
| | |
| * | [svn-r23926] Snapshot version 1.9 release 159HDF Tester2013-07-212-3/+3
| | |
| * | [svn-r23895] Snapshot version 1.9 release 158HDF Tester2013-07-142-3/+3
| | |
| * | [svn-r23889] Description:Quincey Koziol2013-07-112-68/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from Coverity branch to trunk: r20768: Switch to snprintf, HDstrncat, HDstrncpy to address coverity issue 832. r20812: Use HDstrncpy. --gh Tested on: Mac OSX/64 10.8.4 (amazon) w/debug Linux/32 2.4 (jam) w/debug
| * | [svn-r23865] Snapshot version 1.9 release 157HDF Tester2013-07-072-3/+3
| | |
| * | [svn-r23862] Change printfs in perform output and h5dump to prevent overflow.Mohamad Chaarawi2013-07-031-1/+2
| | | | | | | | | | | | | | | | | | This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam.
| * | [svn-r23859] Add const tag to source buffers for H5Dscatter and H5Dgather.Neil Fortner2013-07-022-5/+5
| | | | | | | | | | | | Tested: ummon
| * | [svn-r23854] HDFFV-8302: Add macros/code function to use coorect Windows ↵Allen Byrne2013-07-013-3/+35
| | | | | | | | | | | | | | | | | | (v)snprintf statement. Also fix use other uses of macros for windows. Tested
| * | [svn-r23849] Snapshot version 1.9 release 156HDF Tester2013-06-302-3/+3
| |/
* | [svn-r24042] edit description of H5VLobject_register. No code change.Mohamad Chaarawi2013-08-211-3/+4
| |
* | [svn-r23919] Modify H5Tcommitted to work with VOL plugins.Neil Fortner2013-07-181-5/+5
| | | | | | | | Tested: ummon (with prototype network plugin)
* | [svn-r23907] - add a new routine:Mohamad Chaarawi2013-07-164-40/+55
| | | | | | | | | | | | | | | | | | herr_t H5VLget_object(hid_t obj_id, void **obj, H5VL_t **vol_plugin) to retrieve object pointer from given ID. This also optionally returns a pointer to a vol_plugin if it is not NULL. - remove the previously added routine to retrieve the VOL datatype object since the new one does that. - add a MAX_LIB_VOL_VALUE that reserves 128 value for internal VOL plugins, not that we need that many.
* | [svn-r23887] add the VOL error code to H5err.txtMohamad Chaarawi2013-07-1112-58/+65
| | | | | | | | rerun reconfigure. All the other changes must be due to different autotools versions used before.
* | [svn-r23839] moving H5T_get_named_dtype prototype out of deprec. section ↵Mohamad Chaarawi2013-06-271-1/+3
| | | | | | | | after mistakingly adding it there.
* | [svn-r23836] fix bug in public API of H5Tget_vol_named_typeMohamad Chaarawi2013-06-272-3/+3
| |
* | [svn-r23835] add a new API routine H5Tget_vol_named_type that retrieves the ↵Mohamad Chaarawi2013-06-272-2/+35
| | | | | | | | VOL named datatype object pointer.
* | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-2770-1073/+1267
|\ \ | |/ | | | | Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
| * [svn-r23806] Snapshot version 1.9 release 155HDF Tester2013-06-232-3/+3
| |
| * [svn-r23778] Snapshot version 1.9 release 154HDF Tester2013-06-162-3/+3
| |
| * [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-0/+3
| | | | | | | | This adds the UserMacros.cmake support needed.
| * [svn-r23741] Snapshot version 1.9 release 153HDF Tester2013-06-092-3/+3
| |
| * [svn-r23735] HDFFV-8445: unregonized character warning solved by changing ↵Allen Byrne2013-06-051-1/+1
| | | | | | | | | | | | '\/' to '\\'. Tested: Windows
| * [svn-r23718] Snapshot version 1.9 release 152HDF Tester2013-05-262-3/+3
| |
| * [svn-r23717] Description:Quincey Koziol2013-05-231-1/+1
| | | | | | | | | | | | | | Fix return value from FAIL to NULL, to match the routines type. Tested on: Mac OSX/64 10.8.3 (amazon)
| * [svn-r23715] Bug Fix: HDFFV-8247Joel Plutchak2013-05-221-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Failure to write fill values to the user's buffer when reading unallocated chunks from datasets that have a fill value set to H5D_FILL_VALUE_DEFAULT. A consequence of this was the reporting of spurious data values in h5dump and h5diff output. Solution: Added check for fill value of H5D_FILL_VALUE_DEFAULT whenever fill value setting was checked to decide whether or not to fill. This effectively treats H5D_FILL_VALUE_DEFAULT the same as H5D_FILL_VALUE_USER rather than H5D_FILL_VALUE_UNDEFINED. Tested: h5committest (platypus, ostrich, jam-pp, koala) ran successfully (fillval test was modified to reveal and check for this error) Note: RELEASE.txt was previously changed to reflect this fix. This checkin was of a cleaner version of the code, but mostly to get this full log message entered. -This line, and those below, will be ignored-- M H5Dchunk.c
| * [svn-r23713] Description:Quincey Koziol2013-05-2162-1033/+1198
| | | | | | | | | | | | | | | | | | | | Clean up warnings, switch library code to use Standard C/POSIX wrapper macros, remove internal calls to API routines, update checkapi and checkposix scripts. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN Big-Endian Linux/64 (ostrich)
| * [svn-r23708] Snapshot version 1.9 release 151HDF Tester2013-05-192-3/+3
| |
| * [svn-r23698] Description:inactive/trunk_merge_coverityQuincey Koziol2013-05-131-330/+254
| | | | | | | | | | | | | | | | Revert r23695, which breaks big-endian tests on ostrich, etc. Will investigate and submit correction later. Tested on: BE & LE Linux systems (ostrich, koala, jam, emu)
| * [svn-r23695] Description:Quincey Koziol2013-05-115-278/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings in H5Tconv.c (down to _only_ 9000 lines of output now!) Merge changes from Coverity branch back to trunk: r20684: Fix for coverity bug #1721 which was due to the fix for coverity bug #943. r20685: Use HDstrncpy. --gh r20761: Purpose: Fix valgrind issues Description: Free image_data and data as appropriate in test_image. r20762: Purpose: Fix coverity issue 600 Description: Add check for return value of H5O_close in H5Ocopy. Also cleaned up various warnings. r20763: Purpose: Fix valgrind issues with h5stat Description: Modified h5stat to free "iter" before exit, and free "hand" before exit if parse_command_line exits directly. r20764: fixed coverity issues: 69, 327, 614, 684, 685, 696, 697, 1681, 967, 826, 660, 80 r20765: Fixed coverity bug 668 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program but I did add a check that n_elements is >= 1. I also changed an error condition from doing its own close and returning -1 to "goto out;" like the rest of the program. r20766: Fixed coverity bug 667 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN (h5committest upcoming)
* | [svn-r23803] Add VOL callback for H5AiterateMohamad Chaarawi2013-06-218-80/+371
| | | | | | | | | | Add VOL callback for H5T get routines Update Native implementation
* | [svn-r23790] intialize the vol_obj for named datatypes to NULL in Native plugin.Mohamad Chaarawi2013-06-171-0/+1
| |
* | [svn-r23694] merge from trunkMohamad Chaarawi2013-05-1030-143/+1344
|\ \ | |/
| * [svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the ↵Raymond Lu2013-05-083-88/+56
| | | | | | | | | | | | iteration process over datasets, groups, and files as Quincey suggested. I also removed H5I_search that I introduced in last commit but didn't actually used it. Tested on jam and koala - simple change.
| * [svn-r23675] Issue 8380 - H5Zunregister caused seg fault. This is the ↵Raymond Lu2013-05-061-84/+116
| | | | | | | | | | | | | | | | | | followup commit. Quincey reviewed my previous commit and suggested me to use H5I_iterate to iterate through all opened objects in H5Z_unregister. I changed it in this commit. Tested with h5committest.
| * [svn-r23669] Snapshot version 1.9 release 150HDF Tester2013-05-052-3/+3
| |
| * [svn-r23666] Fix for fill value problem for chunked files with mixed ↵Joel Plutchak2013-05-021-3/+5
| | | | | | | | allocated/unallocated chunks.
| * [svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some ↵Raymond Lu2013-04-2910-21/+319
| | | | | | | | | | | | | | | | | | protection measures: 1. If any opened object uses the filter, let it fail. 2. Flush all opened files to push any cached data to files. Tested with h5committest.
| * [svn-r23642] Snapshot version 1.9 release 149HDF Tester2013-04-282-3/+3
| |