summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* Removed extra Fortran flags, (HDFFV-10037)M. Scot Breitenfeld2017-08-011-2/+2
|
* HDFF-10254 - Copy test files with macro to avoid POST_BUILD failureAllen Byrne2017-07-121-9/+2
|
* Minor type fixes to h5watch.Dana Robinson2017-05-252-19/+19
|
* Fixed many minor warnings.Dana Robinson2017-05-253-71/+68
|
* Incorporate additional code changes for the H5DOread_chunk patch from GE ↵Vailin Choi2017-05-151-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 Robinson2017-05-121-0/+114
|
* HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-2/+2
|
* HDFFV-10186 more whitespace formattingAllen Byrne2017-05-101-3/+3
|
* HDFFV-10186 Whitespace changeAllen Byrne2017-05-091-3/+3
| | | | Mostly tabs to spaces Remove Modifications comments
* Modifications based on pull request review.Vailin Choi2017-04-261-2/+2
| | | | Made couple changes based on the review comments.
* Incorporate patch from GE Healthcare (HDFFV-9934)Vailin Choi2017-04-253-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 Knox2017-04-25132-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 filesVailin Choi2017-04-2124-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 loopQuincey Koziol2017-04-031-4/+5
| | | | and shutdown cleanly, instead of calling leave() from the signal handler.
* Stop skipping h5watch tests.lrknox2017-03-241-3/+3
|
* Update CMake files and formattingAllen Byrne2017-03-014-41/+27
|
* HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-033-3/+3
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-025-13/+23
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-121-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 Ribler2017-01-121-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 conventionsAllen Byrne2017-01-116-18/+187
| | | | | | Also converted tests to use macros
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-1019-77/+77
|/
* Skip h5watch testsVailin Choi2017-01-101-0/+4
| | | | | Tests for h5watch are skipped temporarily. Debugging for test failures will be done.
* hdf5 lib needed for extend_dset link. Allen Byrne2016-12-281-2/+2
|
* Add test lib to extend_dset test link lineAllen Byrne2016-12-281-1/+1
|
* Add hl test dir and test dlibAllen Byrne2016-12-281-2/+2
|
* Fix h5test.h include issueAllen Byrne2016-12-283-34/+35
|
* Bring new/updated tests from revise+chunks branch: flush1/flush2 update andQuincey Koziol2016-12-202-57/+13
| | | | flushrefresh test. (Also refactor of message send / wait code)
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-1145-1/+3202
|
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-4/+32
| | | | and the tool and API wrappers will be coming in over the weekend.
* Description:Binh-Minh Ribler2016-10-261-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 Ribler2016-10-241-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 Ribler2016-10-242-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 Ribler2016-10-212-7/+2
| | | | | | Platforms tested: Linux/32 2.6 (jam) Darwin (osx1010test)
* Description:Binh-Minh Ribler2016-10-205-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 commandAllen Byrne2016-10-171-0/+2
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-144-2/+7
|
* Correct name and usage of cmake variableAllen Byrne2016-10-101-2/+2
|
* Merge pull request #61 in HDFFV/hdf5 from ↵Allen Byrne2016-10-061-4/+3
|\ | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-9961-add-git-to-ext-filter to develop * commit 'd817b63020310b6f275a569529075551dd2b756e': Fix copyright to point to cmake Fix cyclic depends due to typo Correct how include is used when located inside project HDFFV-9961: Add GIT option to ext lib macros Update copyright to latest from kitware
| * Fix cyclic depends due to typoAllen Byrne2016-10-051-4/+3
| |
* | Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2016-10-063-22/+19
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f9364c0080405bb36d704eb3f9505029d3da41f4': removed the use of C_SIZEOF for non BIND(C) derived type Fixed test to use storage_size instead of c_sizeof when available. fixed missing closing bracket Removed unused variables. Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available. Removed duplicate FCFLAG Removed duplicate FCFLAG. Added number of integer KINDs found to the header files. Added path to source include files when building buidiface. Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler. Misc. cleaning up of the program. Added SEQUENCE to derived types for NAG: misc. format code-cleanup Removed the use of hard-coded integer KINDs. Code clean-up. HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
| * Removed duplicate FCFLAG.M. Scot Breitenfeld2016-09-291-2/+0
| |
| * Added SEQUENCE to derived types for NAG:M. Scot Breitenfeld2016-09-232-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Section 81 of the compiler manual, e.g. at http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf covers details about the compiler's internal representations, including " Fortran derived types are translated into C structs. If BIND(C) or SEQUENCE is used, the order of the items within the struct is the same as the order within the derived type definition. Otherwise, the order of items is permuted to put larger types at the front of the struct so as to improve alignment and reduce storage; the C output code can be inspected to determine the ordering used. " Removed INTENT(IN) to fix segfaults in C APIs for TYPE(C_PTR). Tested: NAG (gnu)
| * Removed the use of hard-coded integer KINDs.M. Scot Breitenfeld2016-09-221-17/+15
| |
* | Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-0/+5
| |
* | Merge pull request #46 in HDFFV/hdf5 from ↵Quincey Koziol2016-09-292-2/+15
|\ \ | |/ |/| | | | | | | | | | | | | ~KOZIOL/hdf5:features/warning_cleanups to develop * commit '5a7880183025f56421cf6f2274d9f1ac36f59641': Clean up hardcoded constants and check return values better. (Comments from group code review) Description: Cleanups from Dana's review. Description: Further warning cleanups: from 667 warnings to 503.
| * Description:Quincey Koziol2016-09-292-4/+4
| | | | | | | | | | | | | | | | Cleanups from Dana's review. Tested on: MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN (h5committest forthcoming)
| * Description:Quincey Koziol2016-09-272-2/+15
| | | | | | | | Further warning cleanups: from 667 warnings to 503.
* | Add missing target depends commandAllen Byrne2016-09-211-0/+2
| |
* | Add missing SH to target nameAllen Byrne2016-09-211-1/+1
| |