summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [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-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
|
* [svn-r23549] Description:Quincey Koziol2013-04-049-53/+52
| | | | | | | | More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
* [svn-r23547] Windows plugins will always be "dll"'s.Allen Byrne2013-04-041-1/+1
| | | | | | CMake also uses ";" as a separator - escape it Tested: windows
* [svn-r23543] Description:Quincey Koziol2013-04-043-79/+83
| | | | | | | | | Bring r23542 from desy_1_8 branch to trunk: Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
* [svn-r23540] I took out the "const" symbol from H5PL_get_plugin_type and ↵Raymond Lu2013-04-031-3/+2
| | | | | | H5PL_get_plugin_info functions. Tested on jam - simple change.
* [svn-r23536] I corrected the copyright information and added some comment in ↵Raymond Lu2013-04-034-18/+18
| | | | | | H5Pocpl.c. Tested on jam - no code change.
* [svn-r23529] Description:Quincey Koziol2013-04-033-34/+39
| | | | | | | | Stop aliasing property to indicate internal collective metadata operations with property to perform collective raw data operations from the application. Tested on: Mac OSX/64 10.8.3 (amazon) w/paralllel
* [svn-r23513] I added a test case in plugin.c for testing using filter for ↵Raymond Lu2013-04-011-4/+0
| | | | | | groups and created a dummy filter library for this test case. Tested on jam and koala.
* [svn-r23508] Removed some dead code that belonged to the multi dxpl ↵Dana Robinson2013-04-011-28/+0
| | | | | | | | | | | functions that were removed in HDF5 1.8.11. Tested on: jam w/ fortran & C++, tested with check-vfd I did not test on other platforms (h5committest) since there is nothing even remotely platform-specific here.
* [svn-r23495] ported revisions 23433:23494 from the trunkRaymond Lu2013-03-294-8/+8
|
* [svn-r23472] I updated the default search path for plugin module to be ↵Raymond Lu2013-03-271-2/+2
| | | | | | | | /usr/local/hdf5/lib/plugin for Unix and "%ALLUSERSPROFILE%/hdf5/lib/plugin" for Windows. Tested with Albert's committest on 6 systesm.
* [svn-r23465] I moved dynlib1.c to test/ directory and revised the ↵Raymond Lu2013-03-271-4/+7
| | | | | | | | Makefile.am in test/. I added the condition to skip plugin.c test when the library is built for static. Tested on jam, koala, and emu.
* [svn-r23453] FIX plugin DLL decorationAllen Byrne2013-03-251-6/+34
|
* [svn-r23451] I took out RTLD_LAZY for dlopen.Raymond Lu2013-03-251-1/+1
| | | | Tested on koala.
* [svn-r23435] ported revisions 23346:23432 from the trunkRaymond Lu2013-03-225-158/+14
|\
| * [svn-r23417] Fixes an issue (HDFFV-8159) where uninitialized memory was ↵Dana Robinson2013-03-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | being read during variable-length type conversion. All variable-length type conversion buffers are now initialized to contain 0s on allocation. Tested on: jam(w/ fortran, C++, parallel, parallel fortran) ostrich This is a very small change (basially changing malloc to calloc) and is unlikely to cause issues on other platforms.
| * [svn-r23366] Removed the H5Pset_dxpl_multi and H5Pget_dxpl_multi functions ↵Dana Robinson2013-03-182-147/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the library. The intended functionality for them was never fully implemented and they are fundamentally broken. The functions were removed from the C and C++ interfaces. They were not exported in the Fortran interface. Tested on: jam(c++/fortran/hl) I tested using check-vfd to ensure the multi VFD still works properly. There is no reason to test this on other machines or on parallel.
| * [svn-r23361] Snapshot version 1.9 release 148HDF Tester2013-03-172-3/+3
| |
| * [svn-r23341] Snapshot version 1.9 release 147HDF Tester2013-03-102-3/+3
| |
| * [svn-r23323] Snapshot version 1.9 release 146HDF Tester2013-03-032-3/+3
| |
| * [svn-r23313] Description:Quincey Koziol2013-02-258-76/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring changes from Coverity branch to the trunk: r20612: Changed string functions to versions with string length to fix coverity issues 922, 942 and 943. r20614: Use HDsnprintf. --gh r20675: Fix for coverity #1714 due to the fix for #810. Use HDfree() instead of H5MM_xfree(). r20678: Repaired coverity issue #598 -- failure to check return value from a call to fstat(), or to tidy up in the event of failure. r20679: Use HDstrncpy. --gh r20681: Use HDstrncat and HDstrncpy. --gh Tested on: Mac OSX/64 10.8.2 (amazon) w/Debug, etc. (too minor to require h5committest)
| * [svn-r23311] Snapshot version 1.9 release 145HDF Tester2013-02-242-3/+3
| |
| * [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-181-1/+1
| | | | | | | | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
| * [svn-r23290] Snapshot version 1.9 release 144HDF Tester2013-02-172-3/+3
| |
* | [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵Raymond Lu2013-03-224-43/+75
| | | | | | | | | | | | during data reading. Tested on koala and jam.
* | [svn-r23406] Correct typoAllen Byrne2013-03-201-1/+1
| |
* | [svn-r23403] Refactor windows code:Allen Byrne2013-03-202-4/+20
| | | | | | | | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*'
* | [svn-r23386] More updates for Windows.Raymond Lu2013-03-191-49/+9
| | | | | | | | Tested on koala.
* | [svn-r23382] I took out H5PLpkg.h. It no longer exist.Raymond Lu2013-03-191-1/+0
| |
* | [svn-r23381] More update for Windows.Raymond Lu2013-03-191-3/+72
| | | | | | | | Tested on koala
* | [svn-r23380] Description:Quincey Koziol2013-03-199-479/+421
| | | | | | | | Review & cleanup code.
* | [svn-r23377] Description:Quincey Koziol2013-03-191-0/+3
| | | | | | | | | | Re-run bon/reconfigure, to generate detection of dirent.h and set up macro.
* | [svn-r23373] Some updates for Windows.Raymond Lu2013-03-182-4/+4
| | | | | | | | Not tested.
* | [svn-r23370] Corrected macro name and removed optional function info in ↵Allen Byrne2013-03-182-2/+2
| | | | | | | | ERROR macro
* | [svn-r23369] Escape "\" charAllen Byrne2013-03-181-1/+1
| |
* | [svn-r23368] Correct names and add includes for windowsAllen Byrne2013-03-183-4/+16
| |
* | [svn-r23367] I took out a declaration of "DIR" for Windows support. Raymond Lu2013-03-181-4/+5
| | | | | | | | Not tested.
* | [svn-r23365] I opted out dirent.h for Windows.Raymond Lu2013-03-181-2/+3
| | | | | | | | Not tested yet.
* | [svn-r23360] I added Windows support to H5PL_find function.Raymond Lu2013-03-161-1/+63
| | | | | | | | Tested on koala but not on Windows yet.
* | [svn-r23359] I added some macros and refactoring the code to prepare for ↵Raymond Lu2013-03-158-98/+203
| | | | | | | | | | | | Windows support. Tested on koala.
* | [svn-r23357] HDFFV-8338: Add cmake support, this commit only tested for linuxAllen Byrne2013-03-151-0/+16
| | | | | | | | Tested: local linux