summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-252-95/+67
|\ | | | | | | into hdf5_1_8
| * Put back link targets for dynamically loaded libraries in Makefile.amslrknox2017-06-152-4/+13
| | | | | | | | | | | | that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-142-16/+12
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-122-89/+56
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
* | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-043-0/+32
|\ \ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
| * | Parallel needs copy of file in PAR folderAllen Byrne2017-07-271-0/+3
| | |
| * | Add comparison file to listAllen Byrne2017-07-261-0/+1
| | |
| * | Add comparison file to listAllen Byrne2017-07-261-0/+1
| | |
| * | HDFFV-10246 Fix vl string compareAllen Byrne2017-07-263-0/+27
| |/
* | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-041-0/+1
|/
* Merge branch 'hdf5_1_8' of ↵lrknox2017-05-2022-327/+439
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * HDFFV-9055 Correct file generationAllen Byrne2017-05-186-3/+3
| |
| * HDFFV-9055 add new test fileAllen Byrne2017-05-171-0/+0
| |
| * Tools merge from develop-1.10Allen Byrne2017-05-1723-384/+476
| |
* | Change copyright headers to replace url referring to file to belrknox2017-05-1611-66/+44
|/ | | | removed and replace it with new url for COPYING file.
* Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-102-48/+51
| | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
* HDFFV-10170 fix reconfigureAllen Byrne2017-04-181-1/+6
|
* HDFFV-10170 undo patch and fix dyn lib buildAllen Byrne2017-04-181-0/+1
|
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-292-3/+5
|
* HDFFV-10128 fix test scripts with ref filesAllen Byrne2017-03-062-4/+29
|
* HDFFV-10128 test reference filesAllen Byrne2017-03-064-0/+87
|
* HDFFV-10128 merge from developAllen Byrne2017-03-065-15/+185
|
* HDFFV-10120 verify nozlib checks and synchronize scripts with developAllen Byrne2017-03-011-4/+9
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-18/+35
|
* HDFFV-10118 correct dataset nameAllen Byrne2017-01-202-5/+5
|
* HDFFV-10118 port plugin tools test fix to 1.8Allen Byrne2017-01-203-30/+27
|
* HDFFV-9994 port changes from develop.Allen Byrne2017-01-1811-192/+741
| | | CMake folder changes brought up to standard.
* Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-011-11/+24
| | | | | Update autotools and libtool versions. Run bin/reconfigure.
* Add missing EXPORT tag in install commandAllen Byrne2016-10-171-0/+4
|
* Add namespace and export utilsAllen Byrne2016-10-141-2/+4
|
* [svn-r30187] Pull windows special files to separate copy block and use list ↵Allen Byrne2016-07-151-4/+5
| | | | for both with/without w character
* [svn-r30186] change copy file to eliminate w characterAllen Byrne2016-07-141-5/+5
|
* [svn-r30182] Fix missing windows reference files, added list of files.Allen Byrne2016-07-131-0/+7
|
* [svn-r30171] HDFFV-9939: convert cmake copy commands to reduce issue with ↵Allen Byrne2016-07-121-46/+20
| | | | | | | too long command lines on some platforms. Also, refactor hl/tools/gif3h5 cmake files. JAVA-1920: add plugin test with plugin that depends on hdf5
* [svn-r28202] HDFFV-9550: Add VS2015 fix for timezone.Allen Byrne2015-10-231-46/+46
| | | | CMake test fix for VS2015 print exponent
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-14/+8
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-081-2/+2
| | | | | | | | | - 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-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-041-1/+0
| | | | | | 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-r26700] Generators are only built staticAllen Byrne2015-04-011-2/+2
| | | | 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-011-2/+0
|
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-261-3/+3
|
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-251-2/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26398] Merges r26333 from trunkDana Robinson2015-03-091-77/+83
| | | | | | | | | | | | | | | | 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-091-5/+0
| | | | | | | | | | | | | | 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-052-7/+2
| | | | Update windows wix cpack process.
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-261-1/+2
| | | | r26188 r26280
* [svn-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-251-2/+2
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [svn-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-181-1/+0
| | | | | | | | | | 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-r25772] Bug fix: HDFFV-8954Albert Cheng2014-11-041-6/+1
| | | | | | | | | | | | | | Previously, ph5diff may hang in a test in Linux 32 platform(HDFFV-587). No solution was available and a patch to bypass the test is implemented. Since the company is changing domain name soon, the patch would not be valid any more. Tests were done (repeat 100 mpiexec -np 6 ./ph5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5) and the previous hanging problem did not occur. It is likely the newer versions of mpich no longer have this problem. Therefore, it is decide to remove this patch to make the test script cleaner, if nothing else. Tested: ran build and test in Jam (linux 32) and the repeat 100 command mentioned above. All passed.
* [svn-r25497] Description:Quincey Koziol2014-07-301-13/+13
| | | | | | | | | | Merge changes that correspond to the 64-bit ID changes (without the actual switch to 64-bit IDs) to the 1.8 release branch. (Plus a few minor cleanups and alignments with the trunk 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)