Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 8 | -24/+0 |
| | |||||
* | Fix fortran cmake variable usage | Allen Byrne | 2018-01-11 | 1 | -2/+3 |
| | |||||
* | HDFFV-10385 multi-config builders need folder set | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix packaging | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix fortran references | Allen Byrne | 2018-01-10 | 1 | -0/+2 |
| | |||||
* | HDFFV-10385 fix platform errors | Allen Byrne | 2018-01-09 | 1 | -12/+11 |
| | |||||
* | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -10/+4 |
| | |||||
* | Add library INTERFACE and MPI to tools | Allen Byrne | 2017-12-28 | 3 | -16/+8 |
| | |||||
* | Increase maximum number of retries for h5watch tests. | lrknox | 2017-12-24 | 1 | -1/+1 |
| | |||||
* | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake | M. Scot Breitenfeld | 2017-12-07 | 3 | -12/+12 |
| | | | | This is now fixed via the HDFFV-10325 fix. | ||||
* | removed duplicate exports of DS subroutines | M. Scot Breitenfeld | 2017-12-06 | 1 | -62/+3 |
| | |||||
* | Minor warning fixes | Dana Robinson | 2017-11-15 | 1 | -0/+1 |
| | |||||
* | Make a fix to allow CMake testing which does not use relative directories. | Richard Warren | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | Removed extra Fortran flags, (HDFFV-10037) | M. Scot Breitenfeld | 2017-08-01 | 1 | -2/+2 |
| | |||||
* | HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure | Allen Byrne | 2017-07-12 | 1 | -9/+2 |
| | |||||
* | Minor type fixes to h5watch. | Dana Robinson | 2017-05-25 | 2 | -19/+19 |
| | |||||
* | Fixed many minor warnings. | Dana Robinson | 2017-05-25 | 3 | -71/+68 |
| | |||||
* | Incorporate additional code changes for the H5DOread_chunk patch from GE ↵ | Vailin Choi | 2017-05-15 | 1 | -323/+809 |
| | | | | | | | | | | 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. | ||||
* | Merged HDFFV-10187 direct chunk overwrite bugfix to develop from 1.10 branch. | Dana Robinson | 2017-05-12 | 1 | -0/+114 |
| | |||||
* | HDFFV-10186 Add endianess to bitfield and fix tests | Allen Byrne | 2017-05-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10186 more whitespace formatting | Allen Byrne | 2017-05-10 | 1 | -3/+3 |
| | |||||
* | HDFFV-10186 Whitespace change | Allen Byrne | 2017-05-09 | 1 | -3/+3 |
| | | | | Mostly tabs to spaces Remove Modifications comments | ||||
* | Modifications based on pull request review. | Vailin Choi | 2017-04-26 | 1 | -2/+2 |
| | | | | Made couple changes based on the review comments. | ||||
* | Incorporate patch from GE Healthcare (HDFFV-9934) | Vailin Choi | 2017-04-25 | 3 | -88/+460 |
| | | | | | This is the same patch that had already been integrated to 1.8 branch (pull request #387). Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll. | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 132 | -770/+599 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Fix for HDFFV-10166 h5watch tests fail randomly to match expected output files | Vailin Choi | 2017-04-21 | 24 | -867/+508 |
| | | | | | (1) Re-structure tests to do one "extend" action at a time (2) Re-try test till max limit before final failure | ||||
* | Switch to using flag in signal handler, to trigger dropping out of main loop | Quincey Koziol | 2017-04-03 | 1 | -4/+5 |
| | | | | and shutdown cleanly, instead of calling leave() from the signal handler. | ||||
* | Stop skipping h5watch tests. | lrknox | 2017-03-24 | 1 | -3/+3 |
| | |||||
* | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 4 | -41/+27 |
| | |||||
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 3 | -3/+3 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 5 | -13/+23 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-12 | 1 | -1/+2 |
|\ | | | | | | | | | | | * commit '089afc48561ba8838d6a515c6b00fc6f7032ca13': Updated the developer flags so that they respect gcc versions. Description: Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly) | ||||
| * | Description: | Binh-Minh Ribler | 2017-01-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly) | ||||
* | | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 6 | -18/+187 |
| | | | | | | Also converted tests to use macros | ||||
* | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 19 | -77/+77 |
|/ | |||||
* | Skip h5watch tests | Vailin Choi | 2017-01-10 | 1 | -0/+4 |
| | | | | | Tests for h5watch are skipped temporarily. Debugging for test failures will be done. | ||||
* | hdf5 lib needed for extend_dset link. | Allen Byrne | 2016-12-28 | 1 | -2/+2 |
| | |||||
* | Add test lib to extend_dset test link line | Allen Byrne | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | Add hl test dir and test dlib | Allen Byrne | 2016-12-28 | 1 | -2/+2 |
| | |||||
* | Fix h5test.h include issue | Allen Byrne | 2016-12-28 | 3 | -34/+35 |
| | |||||
* | Bring new/updated tests from revise+chunks branch: flush1/flush2 update and | Quincey Koziol | 2016-12-20 | 2 | -57/+13 |
| | | | | flushrefresh test. (Also refactor of message send / wait code) | ||||
* | Bring SWMR-related tools changes from revise_chunks to develop. | Quincey Koziol | 2016-12-11 | 45 | -1/+3202 |
| | |||||
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -4/+32 |
| | | | | and the tool and API wrappers will be coming in over the weekend. | ||||
* | Description: | Binh-Minh Ribler | 2016-10-26 | 1 | -2/+6 |
| | | | | | | | | | | | - In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu because Sparc cannot access misaligned data. Changed it to pack() to do the default alignment. - Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent warnings from doxygen. Platforms tested: SunOS 5.11 (emu) Linux/32 2.6 (jam) | ||||
* | Description: | Binh-Minh Ribler | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | User's sample code used "not" instead of "!" and Windows does not like that. Fixed. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) | ||||
* | Purpose: Fix Packet Table issues cont. | Binh-Minh Ribler | 2016-10-24 | 2 | -30/+45 |
| | | | | | | | | | Description: Misc cleanups and comments in tests. Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) Linux/64 (jelly) | ||||
* | Miscellaneous code cleanup. | Binh-Minh Ribler | 2016-10-21 | 2 | -7/+2 |
| | | | | | | Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test) | ||||
* | Description: | Binh-Minh Ribler | 2016-10-20 | 5 | -123/+179 |
| | | | | | | | | | | | | - Removed calls to H5Tget_native_type in the PT code. The application would need to do that if desired. - Added Abhi's program to tests to verify the fix. - This fix might have fixed HDFFV-9927, HDFFV-9042, and the issue reported by Barbara Jones from Ametek as well. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test) | ||||
* | Add missing EXPORT tag in INSTALL command | Allen Byrne | 2016-10-17 | 1 | -0/+2 |
| |