summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10669 merge from developAllen Byrne2018-12-311-2/+2
|
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-12-3111-138/+102
| | | | orginally intended to support the full SWMR feature (from develop).
* Merge CMake changes from developAllen Byrne2018-12-202-39/+74
|
* Add H5I_INVALID_HIDAllen Byrne2018-12-151-1/+1
|
* Tools cleanupAllen Byrne2018-12-133-108/+80
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-1382-293/+527
|
* Moved fixes for incorrectly installed header files to 1.10.Dana Robinson2018-12-061-12/+0
|
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-234-28/+49
|
* Fix target for commandsAllen Byrne2018-11-091-2/+2
|
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-0818-576/+560
|
* TRILABS: Merge CMake changes from developAllen Byrne2018-11-076-83/+95
|
* Merge CMake changes from developAllen Byrne2018-10-231-1/+1
| | | Improved cross-compiling and toolchains
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-269-108/+126
|
* Update versionLarry Knox2018-09-051-7/+7
|
* Fix Java library location for testingAllen Byrne2018-08-311-3/+0
|
* Update system commands with HD prefix and whitespaceAllen Byrne2018-08-286-236/+236
|
* Rearrange issues by date orderJordan Henderson2018-08-091-7/+7
| | | | | Update version. Update .so versions to match 1.10.3.
* Merge from developAllen Byrne2018-07-312-3/+3
|
* Add swmr tests, fix java scriptAllen Byrne2018-07-274-1/+422
|
* Revert Sencode h5dump testAllen Byrne2018-07-275-101/+0
|
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-261-0/+2
| | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* Changes based on feedback from pull request.Vailin Choi2018-07-262-3/+2
|
* Modifications made based on feedback from pull request.Vailin Choi2018-07-264-12/+31
|
* Fix for HDFFV-10333:Vailin Choi2018-07-2616-132/+420
| | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-0419-54/+740
|\
| * Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-311-0/+684
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5do_direct_chunk_hl_to_src to develop * commit '1da9c5545c013ebc540ba3044810889d4acfa5be': Restored some unused #defines to the deprecated section of H5Dpublic.h. Added deprecated symbol wrappers for the H5DOwrite/read_chunk wrappers. Updated commenting in the H5DO compat test. Stripped out most of the duplicated functionality in the H5DO compat test. * Added H5DO compatibility functions. * Changed the offset copy to use an array on the stack. * Yanked some unused #defines. * Fixed the error tests * Moved common functionality into helper functions Normalize with trunk prior to update merge Fixed a warning. Finished move of H5DOread/write_chunk calls to H5D. First stage of moving H5DOread/write_chunk() to src/ and making them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| | * Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-1527-246/+205
| | |\
| | * \ Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-3027-364/+280
| | |\ \
| | * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-0/+684
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-2322-52/+56
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b0fb7e3f1f7da5b23d430702493ed4fb7f87166': (21 commits) HDFFV-9739 only executes H5E tests in production Remove link flag from compile command fix typo Add release note Correct attribute location HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note Adjust test names for concurrent tests Fix soversion HDFFV-9739 Fix copy name HDFFV-9739 factor out tests into separate JUnit Updated the threadsafety test to use error macros instead of asserts. ...
| * | | | | Changes made based on feedback from pull request #1039.Vailin Choi2018-05-1415-43/+42
| | | | | |
| * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-1428-248/+211
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits) GGC requires attribute before function Correct COMPILE defs usage Add missing module_dir property Text cleanup Correct sentence punctuation. Add release note. Use set_property for MT flag Correct command usage Remove APPEND Fix typo Add missing test lib add missing folder to path Fix another command revert Missed a command revert Revert to old style for LINK_FLAGS gen expr not working LINK_FLAGS must be separate property sets Fix link flags syntax Revert refactor link flags refactor link flags to interface Refactor link flags ...
| * | | | | Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-2418-54/+57
| | | | | |
* | | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-2222-52/+56
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-0922-52/+56
| | |/ / / | |/| | |
* | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-1027-246/+205
|\ \ \ \ \ | |/ / / /
| * | | | Text cleanupAllen Byrne2018-05-082-42/+18
| | | | |
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-301-2/+6
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | * commit '1f8cb03e11a46f853881f45dac18eff2dd68401e': Fix errors in Makefile.am files that cause "make check" to repeat test, even when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean') Further minor cleanups Checkpoint normalization against incoming hyperslab / selection / dataspace improvements.
| * | | | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-2625-204/+187
| | |/ / | |/| |
* | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-0853-628/+603
|\ \ \ \ | | |/ / | |/| |
| * | | Fix errors in Makefile.am files that cause "make check" to repeat test, evenQuincey Koziol2018-04-291-2/+6
| |/ / | | | | | | | | | | | | when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean')
| * | TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-2026-26/+26
| | |
| * | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-1726-335/+247
| |/
| * HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-106-8/+8
| |
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-291-0/+6
| |\
| | * Add missing test fileAllen Byrne2018-03-281-0/+2
| | |
| | * Add missing test which is in autotoolsAllen Byrne2018-03-271-0/+4
| | |
| * | Cleanup API context function usage.Quincey Koziol2018-03-191-7/+12
| | |
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-18120-3780/+5287
| |\ \ | | |/ | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-1524-237/+291
| | |