summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Warnings merge 110 (#300)Allen Byrne2021-02-0420-29/+414
| | | | | | | | | | | | | * 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 * Merge dev warnings refactor from develop
* 1 10 merges from develop (#298)Allen Byrne2021-02-0414-79/+168
| | | | | | | | | | | | | | | * 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
* 1 10 Remove duplicate setting (#238)Allen Byrne2021-01-051-1/+0
| | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting
* close #195. (#196) (#198)Larry Knox2020-12-171-2/+2
| | | | | | | * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
* OESS-98 fix hdf5 link target (#190)Allen Byrne2020-12-161-2/+1
|
* OESS-98 fix tools test for plugins (#179)Allen Byrne2020-12-151-0/+3
|
* OESS-98 Update plugin build option (#172)Allen Byrne2020-12-153-102/+101
|
* Add doxygen framework for CMake and autotools (#90)Allen Byrne2020-11-201-2/+3
|
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-128-68/+19
|
* OESS-98 - add option to build plugin library with hdf5Allen Byrne2020-10-236-9/+9
|
* URL and options correctionsAllen Byrne2020-10-191-0/+2
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-166-2/+290
|
* Merge from develop and 1.12Allen Byrne2020-10-083-2/+3
| | | | Comments and whitespace No cache, select or file-locking changes
* Merge from developAllen Byrne2020-10-071-95/+0
| | | | | | github updates bin scripts updates parser changes remove obsolete file
* Merge of clang-format changes from developAllen Byrne2020-09-302-4/+151
|
* Fix memory sanity check option in CMakeJordan Henderson2020-09-241-1/+1
|
* Add zlib and szip pagesAllen Byrne2020-09-041-0/+12
|
* Update so numbers for hdf5 1.10.7 release.Larry Knox2020-08-301-14/+14
| | | | | Remove RELEASE.txt entries through 1.10.7 release. Update Platforms supported and tested.
* Update examples projectAllen Byrne2020-08-262-2/+2
|
* MinGW uses "MinGW Makefiles"Allen Byrne2020-08-261-1/+6
|
* Update version to 1.8.0-1 for CMake test failure.Larry Knox2020-08-241-1/+1
| | | | | | | | | | | if (H5_VERS_SUBRELEASE) set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") else () if (${H5_VERS_SUBRELEASE} STREQUAL "") set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}") else () set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") endif ()
* Updated HDF5 1.10 support branch version number to 1.10.8-0Larry Knox2020-08-191-2/+2
|
* Fixes CMake issue with file locking variableDana Robinson2020-08-181-1/+1
|
* Adds unsuffixed double warning changes from developDana Robinson2020-08-163-2/+3
|
* Brings monotonic timer changes from developDana Robinson2020-08-152-10/+2
|
* Brings Mirror VFD to 1.10 from developDana Robinson2020-08-143-0/+30
|
* Brings file locking changes from developDana Robinson2020-08-143-0/+32
|
* CMake updates:Allen Byrne2020-07-154-2/+9
| | | | | | 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
* Merge pull request #2656 in HDFFV/hdf5 from ↵Larry Knox2020-06-219-55/+459
| | | | | | | | | ~LRKNOX/hdf5_lrk:changes_1_12_merge to hdf5_1_12 * commit '538b1317646f52658c2a896bbde4dce4246a9761': Squashed commit of the following: Addition of clang-warnings flags Update examples/teth5cc.sh.in for version 1.10.
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-1/+1
|
* Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-1929-337/+99
| | | | | | | flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files.
* Merge pull request #2589 in HDFFV/hdf5 from ↵Dana Robinson2020-05-181-4/+0
|\ | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10 * commit '67983bc4313fecf3763f5b337b612357a3ee033b': Updated code in H5Xtest.c files and associated tests. Reverted overlong-strings warning that gives jam issues. Misc library test changes from develop.
| * Updated code in H5Xtest.c files and associated tests.Dana Robinson2020-05-181-4/+0
| | | | | | | | Reverted overlong-strings warning that gives jam issues.
* | Merge pull request #2584 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-05-162-8/+12
|\ \ | |/ |/| | | | | | | | | | | hdf5_1_10 * commit '1be2797e2c438a8c99dc1665460912e8bc2ddcf0': Correct mingw paths Correct mingw path
| * Correct mingw pathsAllen Byrne2020-05-152-7/+11
| |
| * Correct mingw pathAllen Byrne2020-05-151-2/+2
| |
* | Misc fixes and changes from develop.Dana Robinson2020-05-164-27/+40
|/
* Correct filenameAllen Byrne2020-05-081-7/+7
|
* OESS-65 Fix packagingAllen Byrne2020-05-084-4/+4
|
* whitespaceAllen Byrne2020-04-271-1/+1
|
* OESS-65 replace szip with aec szipAllen Byrne2020-04-276-50/+44
|
* Merge pull request #2529 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Allen Byrne2020-04-2712-139/+201
|\ | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '68adfb86d056af222ab80c349c56e0bd1d183f09': Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to config/cmake_ext_mod/HDFMacros.cmake for common use. Restrict errors to gcc 4.8 and above. Fix NoFilter build TRILAB-244 separate CXX warnings and errors from C Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
| * Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files toLarry Knox2020-04-274-54/+18
| | | | | | | | config/cmake_ext_mod/HDFMacros.cmake for common use.
| * Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-272-0/+15
| |
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-279-50/+121
| |
| * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-214-41/+53
| | | | | | | | | | | | g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
* | Snapshot version 1.10 release 7 (snap0)hdftest2020-04-261-1/+1
|/ | | | Update version to 1.10.7-1
* TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
|
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-134-88/+199
|
* Add missing " and update function calls incorrectlyLarry Knox2020-04-123-27/+27
| | | | | | named load_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.