summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29854] HDFFV-9784: Fix valgrind memory leaks and update release.txt ↵Allen Byrne2016-05-021-21/+38
| | | | with issues.
* [svn-r29310] Add new test files.Allen Byrne2016-03-077-0/+322
|
* [svn-r29309] HDFFV-9698, HDFFV-9241, HDFFV-9570: Merge fixes from trunk for ↵Allen Byrne2016-03-0740-416/+561
| | | | subsetting index, default fill value display, and optional arg crash. Also some minor compiler warnings fixes.
* [svn-r29001] Missing testfile committedAllen Byrne2016-01-282-0/+32
|
* [svn-r28992] HDFFV-9639: double-free fix.Allen Byrne2016-01-273-5/+25
|
* [svn-r28382] CMake 3.4 policy changeAllen Byrne2015-11-171-24/+24
|
* [svn-r28274] Applied patch to eliminate warnings from PRINTSTREAM macros ↵Larry Knox2015-11-045-22/+29
| | | | | | | | from HDF5 1.8.16. Update supported platform and tested configuration info in RELEASE.txt. Tested with h5committest.new.
* [svn-r28202] HDFFV-9550: Add VS2015 fix for timezone.Allen Byrne2015-10-231-46/+46
| | | | CMake test fix for VS2015 print exponent
* [svn-r28125] Add library version changes based on lt_vers.am file.Allen Byrne2015-10-192-19/+7
|
* [svn-r28117] Replace unreadable, unused test file with newly generated file ↵Larry Knox2015-10-161-0/+0
| | | | | | that can be read by h5dump fr om HDF5 1.6.10, 1.8.6, 1.8.16 and trunk.
* [svn-r27685] Merge of r27572 from trunkDana Robinson2015-09-066-54/+0
| | | | | | | | | | Remove all VMS-specific code from the library. The exception is the VMS floating-point tests since those are special as VMS floats are odd. Those files will be considered separately. Fixes HDFFV-9495 Tested on: h5committest
* [svn-r27659] HDFFV-9515: repack failed with 5 digit filter ids because a ↵Allen Byrne2015-09-011-478/+478
| | | | | | local variable in the parse routine was not large enough. Tested: local linux and windows
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-1912-149/+135
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27458] Merge of r27407 from trunk. (code cleanup for Solaris debugging)Dana Robinson2015-08-032-3/+4
| | | | | | | | | | | | | | | Updated the H5_ATTR_* macros. - Updated the preprocessor logic that defines the H5_ATTR_* macros. The Solaris Studio compiler understands __attribute__ but not the specific attributes that we use. The H5_ATTR_* macros are now defined as blank with that compiler which significantly cleans up the warnings, making debugging easier. - Replaced a few lingering __attribute__ macros with H5_ATTR_* markup. Tested on: h5committest Solaris w/ Solaris Studio (emu)
* [svn-r27396] HDFFV-9429: Merge datattype print ordering to 1.8Allen Byrne2015-07-152-201/+212
|
* [svn-r27253] Move packed bits files to subfolderAllen Byrne2015-06-1958-154/+1316
|
* [svn-r27190] merge 27185 from trunk:Mohamad Chaarawi2015-06-111-7/+7
| | | | | | - fix more instances where both mpi is_initialized and is_finalized need to be checked before making any MPI calls. tested with h5committest.
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-0815-59/+59
| | | | | | | | | - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* [svn-r27112] merge 27111 from trunk:Mohamad Chaarawi2015-05-261-3/+3
| | | | move undef of __attribute__ back to private and remove its usage from public routines.
* [svn-r27013] Merge h5ls external file format fix from trunkAllen Byrne2015-05-051-3/+3
|
* [svn-r26954] Remove src temporary debug build props.Allen Byrne2015-04-281-2/+2
| | | | Move TOOLS option up before usage.
* [svn-r26752] Merged r26750 and r26751 from trunk.Albert Cheng2015-04-077-25757/+11
| | | | | | | | | HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
* [svn-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-0414-31/+1
| | | | | | Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
* [svn-r26722] Disable failing testAllen Byrne2015-04-031-1/+1
|
* [svn-r26717] Merge revisions 26387, 26649, 26650, 26678, and 26691 from ↵Mohamad Chaarawi2015-04-033-42/+46
| | | | trunk to squish warnings.
* [svn-r26706] Merge r26702 of trunk to v18 branch.Albert Cheng2015-04-021-3/+16
| | | | | | | | | | | | | HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type. Description: The test added failed in some machines because the data file contains infinity values that different machines print them differently as "inf", "INF", "Inf", ... Solution: Added a "ignorecase" option to TOOLTEST() to do caseless matching between generated output vs expected output. This solved most machines problem for now. Tested: h5committest, emu by hand for both development and production modes. But cmake built h5dump failed to read the data file. Using the same source to build h5dump by autotools produced a h5dump that can read the test data file. Don't know why cmake could not produce a correct binary.
* [svn-r26700] Generators are only built staticAllen Byrne2015-04-016-13/+13
| | | | Plugin test for disable state does not print error stack and does not print FAILED
* [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.Allen Byrne2015-04-0112-24/+0
|
* [svn-r26696] Merge from trunkAllen Byrne2015-04-015-119/+334
| | | | Tested local linux cmake
* [svn-r26688] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-014-0/+25756
| | | | | | | | compound type Fixed and added user provided test file to verify the fix. (Test added to h5dump/testh5dump.sh.in). Tested: h5committest
* [svn-r26654] Bring trunk CMake changes to branch.Allen Byrne2015-03-302-7/+7
| | | | Tested: local linux
* [svn-r26648] Description:Quincey Koziol2015-03-302-23/+2
| | | | | | | | | | | | | Bring r26635 from trunk to 1.8 branch: Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-2611-36/+36
|
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-2512-24/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26578] Merge r26505 from trunkJerome Soumagne2015-03-251-1/+1
| | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
* [svn-r26573] merge 24270 from trunk, introducing NORETURN.Mohamad Chaarawi2015-03-251-1/+1
| | | | tested with h5committest.
* [svn-r26419] merged r26373 and r26380 from the trunk into the branch.Scot Breitenfeld2015-03-103-105/+21
| | | | tested: h5committest
* [svn-r26413] Merge of r26276 from trunk.Dana Robinson2015-03-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | Cleans up time functions in the autotools input files. - Lumps all the time functionality together in configure.ac. This was previously more spread out due to Solaris issues with the ordering of certain checks. - Removes processing that handles __tm_gmtoff members of struct tm. (libc-4) - Removes BSDgettimeofday(). (IRIX 5.3) - Removes timezone struct processing in gettimeofday(). (considered harmful) Fixes: HDFFV-9083 and HDFFV-9085 Tested on: h5committest OS X (quail) Solaris (emu)
* [svn-r26407] Missed an H5_HAVE_FILTER_SHUFFLE line.Dana Robinson2015-03-091-1/+1
| | | | | | Part of: HDFFV-9086 Tested on: jam (minor change)
* [svn-r26398] Merges r26333 from trunkDana Robinson2015-03-0910-150/+156
| | | | | | | | | | | | | | | | Eliminates gcc warnings due to -Wunsuffixed-float-constants. - Adds 'F' suffixes for most float constants. - A few constants MUST be of type double. These now receive the long double L suffix and are then cast to double. I do this via a new H5_DOUBLE() macro which was added to H5private.h. - Additionally, some 1.8-specific float suffixes were added. Fixes: HDFFV-9148 Tested on: h5committest
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-0920-294/+33
| | | | | | | | | | | | | | 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. Fixes: HDFFV-9086 Tested on: h5committest
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-0513-18/+13
| | | | Update windows wix cpack process.
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-2612-12/+24
| | | | r26188 r26280
* [svn-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-2512-25/+25
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [svn-r26298] merge 26279 from trunk.Mohamad Chaarawi2015-02-251-3/+0
| | | | | | HDFFV-883: attach callback to terminate HDF5 library when MPI_COMM_SELF is destroyed on MPI_Finalize. tested h5committest.
* [svn-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-1813-13/+4
| | | | | | | | | | configure fixes for HDFFV-9068,9069,9096,9097,9135 from 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.
* [svn-r26064] HDFFV-9018: Install PDB files to bin folder with dlls.Allen Byrne2015-01-281-1/+1
| | | | Tested: windows
* [svn-r25957] Added Perform and io_timer back into build.Allen Byrne2015-01-052-2/+2
| | | | Tested: local linux cmake
* [svn-r25956] [Merge r25954 from trunk]Albert Cheng2015-01-052-7/+13
| | | | | | | | | | | | | | | HDFFV-9046: reorganize hdf5/perform, step 2 Last changes had caused problems with Windows platform: 1. H5private.h in io_timer.h is not accessible in the distributed shared library of tools. Need to move it to io_timer.c. 2. debug_start_stop_time() would not be available outside of h5perf. Some favor of compiler does not like it. Screened it out for now. 3. mere "extern" is not good enough for Windows shared library. Must mark them as DLL. Need to mark them as "H5TOOLS_DLL". 4. STANDALONE mode is broken. Screened out the code for now. Tested: h5committest.
* [svn-r25952] HDFFV-9054: disable io_timer in tools lib and perform ↵Allen Byrne2015-01-052-2/+2
| | | | sub-folder due to SHARED compile issues and other issues.