summaryrefslogtreecommitdiffstats
path: root/hl/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25298] run reconfigure.Mohamad Chaarawi2014-06-161-0/+1
|
* [svn-r25280] merge from latest VOL/trunk branch.Mohamad Chaarawi2014-06-133-8/+7
|\
| * [svn-r25197] Description:Quincey Koziol2014-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring changes from hdf5_1_8_coverity branch back to trunk: r20878: Issue 76: Check if H5Tget_nmembers(type) fails and simply return(FALSE). Also move printf to after check. r20880: Issue 192: Create ret_val var set to -1. Add out label for failures to jump to, return ret_val at bottom. r20882: Fixes for coverity: 1) bug #1679: remove dead code in test/mf.c 2) bug #1680: remove dead code in tools/lib/h5diff_dset.c r20883: Fix coverity issue 585 Description: Changed variable "c" in processStrData in h5import.c to an int, to match fgetc return value, and removed call to feof, instead checking if c == EOF. Tested on: MacOSX/64 10.9.3 (amazon) w/C++, FORTRAN & parallel (too minor to require h5committest)
| * [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | back fix for removing rpaths from l ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co nfigure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
| * [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-5/+5
| | | | | | | | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* | [svn-r25272] reconfigureMohamad Chaarawi2014-06-121-0/+1
| |
* | [svn-r24942] merge from VOL branch.Mohamad Chaarawi2014-04-015-110/+550
|\ \ | |/
| * [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-311-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
| * [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-311-59/+493
| | | | | | | | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
| * [svn-r24869] Description:Quincey Koziol2014-03-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up more compiler warnings, plus merge a few Coverity bug fixes from the hdf5_1_8_coverity branch back to the trunk: r20877: Purpose: Fix coverity issue 1723 Description: Modified test_generate in hl/test_image to close file "f" before exit, even if an error occurs. r20879: Issue 63: change check of return of H5Tget_nmembers to <=0. No need to go futher if call fails as well as empty. r20881: Coverity #659 in Run 46: I changed the Line 442 where it tries to check whether FLAG_PRINTED is TRUE. But it had just been set to FALSE. I took out the condition check in the print statement. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & Parallel (too minor to require h5committest)
| * [svn-r24864] Description:Quincey Koziol2014-03-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
| * [svn-r24804] Description:Quincey Koziol2014-03-161-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brought changes from Coverity branch back to trunk, and cleaned up misc. other warnings & formatting issues: r20833: Fixed Coverity 667 and 668 with real integer overflow tests this time. r20834: Use HDstrncpy and HDstrncat. --gh r20835: Change to use strncpy - use base_len + 1 for line 156, use HDstrlen(path) + 1 for line 159 r20836: Fixed coverity 585 by casting output of fgetc() to a char. r20837: Changed sprintf calls to snprintf with size 1 less than the allocated buffer to address coverity issue #967. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (too minor to require h5committest)
| * [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
| |
| * [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-112-11/+11
| | | | | | | | KitWare recommendations: Change CMake commands to lower case.
| * [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-112-20/+20
| | | | | | | | | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* | [svn-r24884] another update to configure.Mohamad Chaarawi2014-03-241-1/+0
| |
* | [svn-r24880] add iod corrupt tool configure argumentMohamad Chaarawi2014-03-241-0/+2
| |
* | [svn-r24823] add --with-iodp for building old iod tarball for daos_pMohamad Chaarawi2014-03-181-0/+1
| |
* | [svn-r24793] Add indexing server implementation.Mohamad Chaarawi2014-03-131-0/+1
| | | | | | | | | | add indexing configure flag. add indexing files to Makefile.am
* | [svn-r24778] run reconfigure with new configure.ac changes.Mohamad Chaarawi2014-03-101-1/+1
| |
* | [svn-r24665] more IOD integrity integration.Mohamad Chaarawi2014-01-301-0/+2
| | | | | | | | add pkgconfig option for Mchecksum
* | [svn-r24594] Merge from VOL branch.Mohamad Chaarawi2013-12-264-12/+15
|\ \ | |/ | | | | Update plist encode/decode pre-generated files for newly added properties.
| * [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-0/+3
| | | | | | | | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
| * [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree.Dana Robinson2013-10-313-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Prep work for adding a memory free function, part of HDFFV-8551. Tested on: 32-bit LE linux (jam) * with C++, Fortran * with thread safety on These are minor changes (almost entirely renaming foo functions to HDfoo) that don't change functionality. This should not require a full commit test.
* | [svn-r24530] Fix autotools to find/include numpy headersJerome Soumagne2013-12-111-0/+4
| |
* | [svn-r24493] Include ax_python_devel.m4 / add enable-python optionJerome Soumagne2013-12-031-1/+9
| | | | | | | | Add H5AS module to makefile rules
* | [svn-r24405] - Edit configure magic to pick up IOD, MDHIM, PBL, PLFS, and ↵Mohamad Chaarawi2013-11-051-0/+2
| | | | | | | | | | | | DAOS_POSIX. - fix some warnings detected on Ostrich
* | [svn-r24303] update from VOL branch that has been updated with trunk.Mohamad Chaarawi2013-10-161-0/+1
|\ \ | |/ | | | | resolve conflicts, etc..
| * [svn-r24194] Don't add hdf5 library dependencies to lib files when ↵Larry Knox2013-09-241-0/+1
| | | | | | | | | | | | --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276. Tested with h5committest and on hdf-duck.
* | [svn-r24045] Merging r23841 through r24044 from VOL branch.Mohamad Chaarawi2013-08-215-66/+85
|\ \ | |/
| * [svn-r24030] Description:Quincey Koziol2013-08-191-1/+1
| | | | | | | | | | | | | | | | Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
| * [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-192-60/+80
| | | | | | | | | | | | developers. Tested: local linux
| * [svn-r24020] Description:Quincey Koziol2013-08-171-2/+2
| | | | | | | | | | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
| * [svn-r24011] Description:Quincey Koziol2013-08-151-1/+1
| | | | | | | | | | | | | | | | Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
| * [svn-r23985] Merge commit 23937 from reduce_warning branchJerome Soumagne2013-08-091-2/+1
| | | | | | | | | | | | Remove unused param (src) and unused var (hl) warnings Tested on koala
* | [svn-r23837] merge from VOL branch and add new callbacksMohamad Chaarawi2013-06-273-458/+424
|\ \
| * \ [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-272-54/+134
| |\ \ | | |/ | | | | | | Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
| | * [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-0/+2
| | | | | | | | | | | | This adds the UserMacros.cmake support needed.
| | * [svn-r23707] Vagrind memleak: bufferes only cleaned up if there was an error.Allen Byrne2013-05-151-0/+9
| | |
| | * [svn-r23695] Description:Quincey Koziol2013-05-111-54/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r23694] merge from trunkMohamad Chaarawi2013-05-101-404/+290
| |\ \ | | |/
| | * [svn-r23597] Description:Quincey Koziol2013-04-171-404/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r20683 from Coverity branch back to trunk: Isues 1309-1333: Changed strcpy/strcat to strncpy/strncat with maximum size expected. Tested on: Max OSX/64 10.8.3 (amazon) w/C++ & FORTRAN
* | | [svn-r23767] Update autoconf files after running reconfigure on jamJerome Soumagne2013-06-131-11/+23
| | |
* | | [svn-r23583] update the encoding/decoding part of the IOD pluginMohamad Chaarawi2013-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | - complete overhaul to use FS proc macros - remove dead code Rename FS routines to HG and update configure magic and makefiles Many bug fixes
* | | [svn-r23457] add --enable-eff to configure that defaults to noMohamad Chaarawi2013-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not add an AM conditional to indicate whether the EFF test exampels should be compiled or not tested on jam
* | | [svn-r23452] pull from VOL branchMohamad Chaarawi2013-03-253-5/+12
|\ \ \ | |/ /
| * | [svn-r23443] merged from trunkMohamad Chaarawi2013-03-253-5/+12
| |\ \ | | |/
| | * [svn-r23412] Add test depends on clear test. Occasional failures.Allen Byrne2013-03-211-0/+7
| | |
| | * [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-r23241] Fix for: HDFFV-7596 H5DSget_scale returns size that includes ↵Scot Breitenfeld2013-02-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | NULL termination and H5DSget_label returns size Updated tests. Tested: jam( gnu, intel)