summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* Fix HDFFV-10591Binh-Minh Ribler2020-07-052-17/+29
| | | | | | | | | | | Description: h52gif produced a segfault when a buffer overflow occurred because the data size was corrupted and became very large. This commit added a check on the data size against the buffer size to prevent the segfault. It also added error reporting to h52gif to display an error message instead of silently exiting when the failure occurred. Platforms tested: Linux/64 (jelly)
* Removed trailing whitespace from source files.Dana Robinson2020-05-2611-388/+388
|
* Updated code in H5Xtest.c files and associated tests.Dana Robinson2020-05-181-1/+1
| | | | Reverted overlong-strings warning that gives jam issues.
* Normalization of high-level library with develop. Also brings theDana Robinson2020-05-1528-395/+432
| | | | warnhist script over.
* Fix NoFilter buildAllen Byrne2020-04-271-1/+1
|
* Fix shadoweed typeAllen Byrne2020-04-131-3/+3
|
* TRILAB-192 update LTparse filesAllen Byrne2020-04-074-740/+905
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-079-105/+54
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-308-12/+71
|
* Fix gif2h5 tool build on windowsAllen Byrne2020-02-288-180/+187
|
* Merge CMake and tools changes from developAllen Byrne2020-02-2717-76/+77
|
* Merge from dev, sanitizer, fortran, warnings and tools idsAllen Byrne2020-02-113-22/+10
|
* Added new CMake options for testsAllen Byrne2020-01-199-13/+21
|
* merge intel warning fixKimmy Mu2020-01-091-1/+1
|
* HDFFV-10903 merge dev changes to 1.10Allen Byrne2019-09-183-4/+4
|
* OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-235-84/+84
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-1814-1322/+1328
|
* Cleanup when merging to other branchesAllen Byrne2019-07-302-4/+5
|
* Minor code fixesAllen Byrne2019-07-273-503/+499
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-2412-119/+160
|
* HDFFV-10581 Correct PDB files and debug naming.Allen Byrne2019-07-093-4/+4
|
* Squash commit of options to build tools and testsDhvanil Popat2019-06-255-20/+47
|
* Add H5_DLL prefix to fix linkAllen Byrne2019-06-201-5/+12
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-2014-306/+398
|
* HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_fM. Scot Breitenfeld2019-03-274-31/+31
| | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-215-9/+9
|
* Add check for existing links in hl/fortran/src/Makefile.am.Larry Knox2019-01-151-2/+4
|
* Merge pull request #1429 in HDFFV/hdf5 from ↵Larry Knox2019-01-141-0/+14
| | | | | | | | | HDFFV-10596-fortran-library-names-differ to develop * commit 'f4c9ec5d41aa53829617274d3286f1e9a45ae57e': Add RELEASE.txt entry for HDFFV-10596. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files.
* Tools cleanupAllen Byrne2018-12-137-14/+0
|
* HDFFV-10660,-10594 merge from developAllen Byrne2018-12-131-2/+0
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-1313-57/+132
|
* Moved fixes for incorrectly installed header files to 1.10.Dana Robinson2018-12-061-3/+6
|
* HDFFV-10537: Remove installation of Fortran test mod filesM. Scot Breitenfeld2018-11-121-12/+0
| | | | Removed from autools install, cmake does not have this issue.
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-081-1/+1
|
* Update system commands with HD prefix and whitespaceAllen Byrne2018-08-283-152/+152
|
* Change prefix in example scripts to relative path to bin. This was doneLarry Knox2018-08-233-3/+3
| | | | | for 1.8, and works wherever installed without the need to replace the original prefix.
* Add mpi include folders for fortran C objectsAllen Byrne2018-06-061-2/+2
|
* Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-318-3041/+377
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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-1512-351/+288
| |\
| * | Added deprecated symbol wrappers for the H5DOwrite/read_chunkDana Robinson2018-05-043-1/+25
| | | | | | | | | | | | wrappers.
| * | Updated commenting in the H5DO compat test.Dana Robinson2018-05-041-11/+9
| | |
| * | Stripped out most of the duplicated functionality in the H5DODana Robinson2018-05-041-2046/+147
| | | | | | | | | | | | compat test.
| * | * Added H5DO compatibility functions.Dana Robinson2018-05-046-10/+2241
| | | | | | | | | | | | | | | * Changed the offset copy to use an array on the stack. * Yanked some unused #defines.
| * | Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-3015-83/+53
| |\ \
| * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-307-3062/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2310-21/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. ...
| * | | | Remove link flag from compile commandAllen Byrne2018-05-222-2/+0
| | | | |
| * | | | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-098-19/+19
| | |_|/ | |/| |
* | | | Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-14/+14
| | | |
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-1412-351/+288
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...