summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Chagned gfortran40 to gfortran in a few config files.Dana Robinson2017-05-262-3/+3
|
* Fixed misplaced space in config/gnu-flags.Dana Robinson2017-05-261-1/+1
|
* Merge pull request #538 in HDFFV/hdf5 from ↵Dana Robinson2017-05-2627-265/+278
|\ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:may_dev_warnings to develop * commit '57f0a296c0b727e3d86cea312ba46efc98d76227': Minor warning fix. More minor warning fixes. Minor warning fixes in the tools. Minor type fixes to h5watch. A few more warnings fixed. Fixed additional minor warnings. Fixed many minor warnings.
| * Minor warning fix.Dana Robinson2017-05-251-1/+0
| |
| * More minor warning fixes.Dana Robinson2017-05-253-2/+4
| |
| * Minor warning fixes in the tools.Dana Robinson2017-05-252-4/+5
| |
| * Minor type fixes to h5watch.Dana Robinson2017-05-252-19/+19
| |
| * A few more warnings fixed.Dana Robinson2017-05-251-3/+3
| |
| * Fixed additional minor warnings.Dana Robinson2017-05-255-25/+25
| |
| * Fixed many minor warnings.Dana Robinson2017-05-2516-214/+225
| |
* | Merge pull request #540 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull ↵Dana Robinson2017-05-261-607/+88
|\ \ | | | | | | | | | | | | | | | | | | to develop * commit '35aec6ab2ca6018a6f5babc943d29957d6595f67': Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations as well as other minor rework and cleanup.
| * \ Merge branch 'develop' into gcc_flag_cullDana Robinson2017-05-2551-539/+744
| |\ \
| * | | Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurationsDana Robinson2017-05-161-607/+88
| | | | | | | | | | | | | | | | as well as other minor rework and cleanup.
* | | | Merge pull request #541 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-265-9/+10
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * commit 'db2da9f4b4b582d644d4b2e976040fce4dd1d665': Reduce warnings
| * | | Reduce warningsAllen Byrne2017-05-255-9/+10
|/ / /
* | | Merge pull request #534 in HDFFV/hdf5 from ↵Frank Willmore2017-05-251-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~FRANK.WILLMORE/hdf5:fix-set-mpi-err-handler to develop * commit '1ee90786196c10c2c616a9fb4b8b1f92ebefa1f2': updated MPI error handling call for MPICH2 standard cleanup enabled MPI error handling added test file
| * | | updated MPI error handling call for MPICH2 standardFrank Willmore2017-05-241-1/+1
| | | |
| * | | cleanupFrank Willmore2017-05-231-0/+0
| | | |
| * | | enabled MPI error handlingFrank Willmore2017-05-231-0/+5
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Frank Willmore2016-12-191063-21355/+45066
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ab3963b28e59419f8e857ec224dd4efa3ea6dd8e': (214 commits) Merge SWMR-related testing to existing tests. Bring over tweak for missing environment variable. Update CMake configuration files with SWMR accumulator changes. Add missing accumulator test. Merge SWMR-oriented accumulator tests from revise_chunks to develop. Bring Java SWMR changes from revise_chunks to develop branch Snapshot version 1.9 release 235 Change dlopen from RTLD_NOW to RTLD_LAZY Fix bad implementation of Windows nanosleep equivalent. Removed NDEBUG guards from H5AC test functions. Bring SWMR-related tools changes from revise_chunks to develop. Bring over changes from revise_chunks that cleanup recent SWMR changes from code review feedback. Updated the H5FS cache code to grab the correct tag and modified the freespace test to use dxpls that have been tagged with the H5AC__FREESPACE_TAG global tag instead of H5AC_ind_read_dxpl_id. The library code now expects the owner of the free space manager to tag it so the owner-less free space managers in the freespace tag had to be tagged with *something* to avoid cache errors. Updated the comment for the valgrind fix. Fixed a valgrind problem in file shutdown exposed by the swmr.c test. Reduce timeout as normal run time on windows is less then 10 min Updated the icc flags (C flags only). Another Java oversight (sorry, don't have Java configured on my Mac) Correct oversight in Java test and remove direct VFD from SWMR supported drivers. Bring SWMR support in to the main development branch. (Finally!) More tests and the tool and API wrappers will be coming in over the weekend. ...
| * | | | added test fileFrank.Willmore2016-09-301-0/+0
| | | | |
* | | | | Merge pull request #535 in HDFFV/hdf5 from ↵Dana Robinson2017-05-243-9/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5i_object_verify to develop * commit '8807f918b9b00916efa822dda0301d3aa9debd80': Added missing casts for the return value of H5I_object_verify().
| * | | | Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-243-9/+9
|/ / / /
* | | | Merge pull request #531 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-2315-77/+198
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '416ad00182e2d0fccc09d60a6da95aef8ad94d0e': HDFFV-8611 add autotools test Remove obsolete function HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
| * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-05-235-15/+27
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9fc2b3ef8e7933da716e2d2f832e93d8fc8023c0': add linking flag to cmake, does not fix the issue, still disabled shared with fortran add documention comments for shared Fortran Fix on OSX Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772).
* | | | | Merge pull request #532 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-05-235-15/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '57ab1e7d6945c45107ebdd945bb89951ec90b8f1': add linking flag to cmake, does not fix the issue, still disabled shared with fortran add documention comments for shared Fortran Fix on OSX Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772). Fix for shared fortran libraries on mac (HDFFV-2772).
| * | | | | add linking flag to cmake, does not fix the issue, still disabled shared ↵M. Scot Breitenfeld2017-05-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | with fortran
| * | | | | add documention comments for shared Fortran Fix on OSXM. Scot Breitenfeld2017-05-231-5/+7
| | | | | |
| * | | | | Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-221-2/+3
| | | | | |
| * | | | | Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-221-0/+6
| | | | | |
| * | | | | Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-184-13/+11
| | | | | |
| | * | | | HDFFV-8611 add autotools testAllen Byrne2017-05-221-1/+7
| | | | | |
| | * | | | Remove obsolete functionAllen Byrne2017-05-221-32/+0
| | | | | |
| | * | | | HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-2213-44/+191
| |/ / / / |/| | | | | | | | | Added test and new arguments to control the the input file parsing.
* | | | | Merge pull request #527 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-198-16/+31
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | * commit '973aebe25f87b84ff6dd3d9eca51b76643090564': Add debug trace commands HDFFV-9055 Correct file generator Added note about 9055 and 10128, 9995 not needed
| * | | | Add debug trace commandsAllen Byrne2017-05-191-4/+17
| | | | |
| * | | | HDFFV-9055 Correct file generatorAllen Byrne2017-05-186-3/+3
| | | | |
| * | | | Added note about 9055 and 10128, 9995 not neededAllen Byrne2017-05-181-9/+11
|/ / / /
* | | | Merge pull request #521 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-178-272/+231
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fcc56184f1699fc1d35b042acb1388cc76b8ea16': Whitespace Move execeutable command after declaration HDFFV-9055 add test files HDFFV-9055 Handle H5T_ARRAY types Create variables just for diff_array function Whitespace updates
| * | | | WhitespaceAllen Byrne2017-05-171-6/+6
| | | | |
| * | | | Move execeutable command after declarationAllen Byrne2017-05-171-1/+1
| | | | |
| * | | | HDFFV-9055 add test filesAllen Byrne2017-05-176-9/+54
| | | | |
| * | | | HDFFV-9055 Handle H5T_ARRAY typesAllen Byrne2017-05-161-257/+171
|/ / / / | | | | | | | | | | | | Create variables just for diff_array function Whitespace updates
* | | | Merge pull request #519 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-1614-127/+153
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit '71637634ac96b6167b384ebb461ce3b9ea66b4f8': HDFFV-9995 Clarify help text HDFFV-10128 Fixed string length with no null fixed
| * | | | HDFFV-9995 Clarify help textAllen Byrne2017-05-1611-111/+144
| | | | |
| * | | | HDFFV-10128 Fixed string length with no null fixedAllen Byrne2017-05-163-16/+9
|/ / / /
* | | | Merge pull request #516 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-05-156-41/+108
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | * commit '56c3ec98207bb6c4b3e6a7b9523c2a1e849879c3': HDFFV-10128 add test to check null term Test is another dataset HDFFV-10128 Fix null term strings
| * | | HDFFV-10128 add test to check null termAllen Byrne2017-05-156-37/+94
| | | | | | | | | | | | Test is another dataset
| * | | HDFFV-10128 Fix null term stringsAllen Byrne2017-05-121-7/+17
| | | |
* | | | Merge pull request #515 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-05-152-344/+831
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | develop * commit '54dff331778a660824961fdf6359e4eae998a13c': Incorporate additional code changes for the H5DOread_chunk patch from GE Heathcare (HDFFV-9934) This is the similar set of changes that was checked in to 1.8 branch: Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on platypus, ostrich, kituo, mayll, osx1010test, moohan, quail, emu.