summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* 1 10 merges from develop (#298)Allen Byrne2021-02-043-3/+3
| | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms
* Update pkgconfig settings with version - #218 (#222)Allen Byrne2020-12-223-6/+6
|
* OESS-98 Update plugin build option (#172)Allen Byrne2020-12-152-1/+48
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-169-24/+24
|
* Merge from developAllen Byrne2020-10-074-4037/+3771
| | | | | | github updates bin scripts updates parser changes remove obsolete file
* h5repacktest VFD fix and formatting changesAllen Byrne2020-10-051-5/+1
|
* Source formattedAllen Byrne2020-10-0183-22575/+21051
|
* Merge of clang-format changes from developAllen Byrne2020-09-3013-594/+755
|
* Minor normalizations with developDana Robinson2020-08-163-1302/+1385
|
* Normalizations with developDana Robinson2020-08-1625-611/+510
|
* Merge from dev of tools changesAllen Byrne2020-07-222-45/+60
|
* Examples DESTDIR and github actionAllen Byrne2020-07-213-6/+6
|
* CMake updates:Allen Byrne2020-07-151-1/+20
| | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags
* 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
|