summaryrefslogtreecommitdiffstats
path: root/tools/misc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [svn-r27071] Description:Quincey Koziol2015-05-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up H5B2 interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux 2.6.* (jam) w/serial & parallel
* | | | | [svn-r27062] Description:Quincey Koziol2015-05-141-6/+33
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged recent trunk changes. Tested on: MacOSX/64 10.10.3 (amazon) w/parallel & serial (h5committest not required on this branch)
| * | | | [svn-r27058] Description:Quincey Koziol2015-05-131-6/+33
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert internal chunk structures to use 'scaled' coordinates instead of absolute coordinates. Tested on: Mac OSX/64 10.10.3 (amazon) w/parallel & serial Linux 2.6.x/32 (jam) w/parallel & serial Linux 2.6.x/64 (koala) w/serial
* | | | [svn-r26735] merge from trunk.Mohamad Chaarawi2015-04-063-21/+12
|\ \ \ \ | |/ / / | | | | | | | | fix bug in parallel test.
| * | | [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵Larry Knox2015-04-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
| * | | [svn-r26699] Generators are only built staticAllen Byrne2015-04-011-2/+2
| | | |
| * | | [svn-r26660] HDFFV-9131: autotols reworkAllen Byrne2015-03-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest
| * | | [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-5/+5
| | | | | | | | | | | | | | | | Tested: local linux
| * | | [svn-r26509] Run reconfigure after merges from autotools_rework branch.Jerome Soumagne2015-03-201-2/+0
| | | |
| * | | [svn-r26505] Merge r26435 from autotools_rework branch.Jerome Soumagne2015-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
| * | | [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-271-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest
| * | | [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵Mohamad Chaarawi2015-02-251-2/+2
| | |/ | |/| | | | | | | make clean.
| * | [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
| | |
| * | [svn-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-161-1/+2
| | | | | | | | | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
* | | [svn-r26186] merge from trunk.Mohamad Chaarawi2015-02-161-1/+0
|\ \ \ | |/ /
| * | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵Mohamad Chaarawi2015-02-161-1/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest.
* | [svn-r25973] modify the EOA extension message to not store an EOA value for ↵Mohamad Chaarawi2015-01-091-4/+4
| | | | | | | | the DEFAULT mem type.. This saves a whole 8 bytes.
* | [svn-r25962] - merge from trunk.Mohamad Chaarawi2015-01-061-0/+19
|\ \ | |/ | | | | - add cmake support for h5extend tool, but not tests yet.
| * [svn-r25570] UNDO:Added option to build tools static when building shared ↵Allen Byrne2014-09-031-21/+6
| | | | | | | | | | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux
| * [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-031-6/+21
| | | | | | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
* | [svn-r25942] - update multi driver to store EOFs instead of EOAs in the ↵Mohamad Chaarawi2015-01-021-88/+46
| | | | | | | | | | | | | | | | driver info message. - discard use of EOFS extension message. - update the EOA extension message to store EOAs for all the multi-types. - update h5extend tool and tests to account for the changes above.
* | [svn-r25927] Description:Quincey Koziol2014-12-293-90/+87
| | | | | | | | | | | | | | | | Misc. code cleanups, while reviewing. Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel (h5committest not required on this branch)
* | [svn-r25889] - fix correct setting of EOFS message flag.Mohamad Chaarawi2014-12-161-7/+0
| | | | | | | | - remove printf messsage in h5extend tool for removing EOA message from multi-vfds since it does not exist anymore.
* | [svn-r25650] remove EOA message too in case of multi like drivers when asked ↵Mohamad Chaarawi2014-10-011-0/+7
| | | | | | | | to remove extension messages.
* | [svn-r25622] - update h5extend tool to work with multi-like VFDs created ↵Mohamad Chaarawi2014-09-253-49/+146
| | | | | | | | | | | | | | | | with avoid truncate ON. - update gentests for h5extend to create multi vfd files. - add multi files generated and output comparison files. - add tests for h5extend to test multi VFD file.
* | [svn-r25594] - add mem_type in get_eof for multi vfd like drivers.Mohamad Chaarawi2014-09-161-1/+1
| | | | | | | | | | - update v2 sb format to store an eof for every mem type (to handle multi like vfds). - still needs more testing.
* | [svn-r25540] merge trunk into avoid_truncate branch.Mohamad Chaarawi2014-08-2013-472/+1614
|\ \ | |/ | | | | two tests are failing (test/mf and tools/testh5mkgrp)
| * [svn-r25496] Description:Quincey Koziol2014-07-301-3/+3
| | | | | | | | | | | | | | | | | | Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
| * [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-071-1/+0
| | | | | | | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
| * [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-2/+2
| | | | | | | | Tested: local linux
| * [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-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-252-601/+601
| |
| * [svn-r25043] Correct CPPFLAGS value.Allen Byrne2014-04-141-1/+1
| | | | | | | | Correct test DEPENDS format.
| * [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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-312-78/+451
| | | | | | | | | | | | instead of INCLUDES. Update automake to 1.14.1 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-r24824] HDFFV-8700 -Allen Byrne2014-03-181-1/+1
| | | | | | | | | | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
| * [svn-r24803] Description:Quincey Koziol2014-03-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Rename GCC_DIAG_OFF/ON macros to H5_GCC_DIAG_OFF/ON and move from src/H5private.h to src/H5public.h. Wrap typedef of hsize_t and hssize_t in DIAG_OFF(long-long) macros. Clean up a bunch of "macro '-' is unused" warnings. Tested on: Mac OSX/64 10.9.2 (amazon) w/gcc 4.8.2, 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-29/+29
| | | | | | | | KitWare recommendations: Change CMake commands to lower case.
| * [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-112-56/+56
| | | | | | | | | | | | | | 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-r24726] Description:Quincey Koziol2014-02-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert some earlier usage of strncpy, which was incorrect. Bring Coverity changes from branch back to trunk: r20821: Use HDstrncpy. --gh (Fixed already, with strdup) r20822: (Not merged, incorrect use of HDstrncpy()) r20823: (Not merged, incorrect use of HDstrncpy()) r20824: Maintenance: Bug fix: addressed CID 666. Value stored at *expression_len should be used in the call to HD5packFstring to avoid overflow (and unnecessary arithmetic calculation and casting) r20825: Issue 642: Added check for error and handler with print to stderr and exit. r20826: Undo revision 20818, as that issue has already been fixed in the 1.8 branch and trunk (but not coverity branch) r20827: (Not merged, incorrect use of HDstrncpy()) r20828: Use HDstrncpy. --gh (Corrected use of strncpy()) r20829: Check return of H5Lget_val(print_udata->fid, path, targbuf, linfo->u.val_size + 1, H5P_DEFAULT) and if error set trgbuf[0] to 0. Check if H5Lunpack_elink_val(targbuf, linfo->u.val_size, NULL, &filename, &objname) was successful and allow print. Otherwise filename and objname are not created. (init those to NULL) r20830: resolved coverity issues 939, 940, 941, 944, and 947. all were complaints about use of sprintf, and in all cases, the buffers used were large enough for all eventualities. Resolved issue by replacing calls to sprintf with calls to snprintf. r20831: Maintenance: Addressed CID 852 Replaced sprintf with snprintf r20832: Purpose: Fix valgrind issues with hl/examples/ex_image2 Description: Modified hl/examples/ex_image2 to free global "gbuf" before exit. Tested on: Mac OSX/64 10.9.1 (amaon) w/C++, FORTRAN & Threadsafety (too minor to require h5committest)
| * [svn-r24666] Fix test folder deletion issueAllen Byrne2014-01-301-1/+1
| | | | | | | | Tested: local linux autotools
| * [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-0/+16
| | | | | | | | | | | | 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-312-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-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-r24077] Updated -help output for compile scripts for changing default ↵Larry Knox2013-08-271-4/+6
| | | | | | | | | | | | from -noshlib to -shlib when hdf5 is built without static libraries (--disable-static). Tested with h5committest on jam, koala, ostrich and platypus.
| * [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-192-271/+273
| | | | | | | | | | | | developers. Tested: local linux
| * [svn-r24020] Description:Quincey Koziol2013-08-171-14/+14
| | | | | | | | | | | | | | | | 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)