Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brings file locking changes from develop | Dana Robinson | 2021-03-25 | 4 | -1/+33 |
| | |||||
* | Brings the 'warnings-as-errors' changes from develop | Dana Robinson | 2021-03-25 | 22 | -234/+456 |
| | |||||
* | Updates license url and history docs | Dana Robinson | 2021-03-25 | 76 | -76/+76 |
| | |||||
* | Brings some Autotools improvements over from develop | Dana Robinson | 2021-03-24 | 2 | -5/+28 |
| | | | | | | | | * configure.ac tidying * helpful XCode comments * FreeBSD improvements * Fixes for finding Java on MacOS * The improved warnhist script | ||||
* | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into ↵ | Dana Robinson | 2021-03-23 | 2 | -0/+4 |
|\ | | | | | | | vfd_swmr/thg_standards | ||||
| * | Protects timespeccmp | Dana Robinson | 2021-03-23 | 2 | -0/+4 |
| | | |||||
* | | Removes libgen.h detection from Autotools and CMake | Dana Robinson | 2021-03-09 | 2 | -4/+0 |
|/ | |||||
* | Brings MacOS fixes from main feature branch | Dana Robinson | 2021-03-02 | 2 | -0/+4 |
|\ | |||||
| * | Improves autotools and CMake support for sigtimedwait alternative | Dana Robinson | 2021-03-01 | 2 | -0/+4 |
| | | |||||
* | | Makes libgen.h functions ready for implementation on Windows | Dana Robinson | 2021-03-02 | 2 | -0/+4 |
|/ | |||||
* | Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmr | David Young | 2020-08-04 | 43 | -432/+592 |
|\ | |||||
| * | Tools refactor | Allen Byrne | 2020-07-15 | 2 | -2/+1 |
| | | | | | | | | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists. | ||||
| * | HDFFV-11116 Add option for install location of Fortran MOD files | Allen Byrne | 2020-07-09 | 1 | -0/+3 |
| | | |||||
| * | Fixes Autotools builds on Solaris after monotonic timer changes | Dana Robinson | 2020-07-07 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | | clock_gettime() wasn't being found, so some configure changes were needed to set an appropriate POSIX level and use a C99 compiler. This required several compiler flag changes. Autotools only | ||||
| * | Small changes discovered with mingw and windows defines moved | Allen Byrne | 2020-07-02 | 1 | -1/+1 |
| | | |||||
| * | Clean up warnings | Quincey Koziol | 2020-06-28 | 2 | -6/+0 |
| | | |||||
| * | Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered ↵ | Quincey Koziol | 2020-06-27 | 2 | -4/+0 |
| | | | | | | | | around in various places. Also clean up iopipe.c. | ||||
| * | Remove unnecessary version conditions for Clang compilers. | Larry Knox | 2020-06-12 | 2 | -28/+6 |
| | | |||||
| * | Add c++ to --enable-sanitize-checks option. | buildbot | 2020-06-10 | 1 | -1/+1 |
| | | |||||
| * | Make changes to CMake CompilerFlags.cmake files so extra flags are | Larry Knox | 2020-06-10 | 4 | -60/+35 |
| | | | | | | | | loaded for non-GNU compilers. | ||||
| * | Update new clang files to not pick up clang as vendor for pgCC. | Larry Knox | 2020-06-09 | 3 | -18/+17 |
| | | | | | | | | | | | | Add new files to MANIFEST Temporary demotion of 2 -Werror warning flags that fail on macos 10.12 Remove Production flag unknown to Apple clang. | ||||
| * | Clean up code to get clang version in config/linux-gnulibc1 | Larry Knox | 2020-06-08 | 1 | -7/+6 |
| | | |||||
| * | Add flags from config/clang-warnings/*general files to H5 C and CXX flags ↵ | Larry Knox | 2020-06-06 | 5 | -75/+5 |
| | | | | | | | | | | | | | | for all versions of Clang and Clang++ compilers. Switched from cut to awk in testcheck_version.sh.in to avoid dependence on tab vs. " " in version definitions in H5public.h. | ||||
| * | Add files for adding warning flags for clang compilers in autotools | Larry Knox | 2020-06-02 | 7 | -1/+524 |
| | | | | | | | | configure. | ||||
| * | Removed trailing space from Fortran files. | Dana Robinson | 2020-05-26 | 1 | -1/+1 |
| | | |||||
| * | Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning | Larry Knox | 2020-05-18 | 29 | -350/+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. | ||||
| * | Correct mingw paths | Allen Byrne | 2020-05-15 | 2 | -7/+11 |
| | | |||||
| * | Correct path for mingw | Allen Byrne | 2020-05-15 | 1 | -2/+2 |
| | | |||||
| * | Correct filename | Allen Byrne | 2020-05-08 | 1 | -7/+7 |
| | | |||||
| * | Change to use alias | Allen Byrne | 2020-05-08 | 1 | -1/+1 |
| | | |||||
| * | OESS-65 fix packaging config files | Allen Byrne | 2020-05-08 | 3 | -3/+3 |
| | | |||||
| * | Merge pull request #2542 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵ | Dana Robinson | 2020-04-27 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | | | | to develop * commit 'c3367e6634d4dee88ff855da08e312f6685c23af': Moved -Woverlength-strings to the developer flags. | ||||
| | * | Moved -Woverlength-strings to the developer flags. | Dana Robinson | 2020-04-26 | 1 | -0/+4 |
| | | | |||||
| * | | Restrict errors to gcc 4.8 and above. | Allen Byrne | 2020-04-24 | 2 | -2/+6 |
| |/ | |||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-04-23 | 9 | -49/+118 |
| |\ | | | | | | | | | | | | | * commit '8921d12c56960379c7d84584e42bbaf68b30e142': TRILAB-244 separate CXX warnings and errors from C | ||||
| | * | TRILAB-244 separate CXX warnings and errors from C | Allen Byrne | 2020-04-23 | 9 | -49/+118 |
| | | | |||||
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-04-23 | 7 | -102/+104 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '5ea58acf8a2bdf8ca19d4c86d9ef94fbc4ac449f': Add missing ')'. Add C++ warnings treated as error for autotools builds. Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove duplicate versions. Address PR suggestions and add overlooked GCC compiler version flags. 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. | ||||
| | * | Merge pull request #2525 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-04-23 | 7 | -102/+104 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '43424a1392b662a29542bb70014c253162ccfe48': Add missing ')'. Add C++ warnings treated as error for autotools builds. Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove duplicate versions. Address PR suggestions and add overlooked GCC compiler version flags. 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. | ||||
| | | * | Add missing ')'. | Larry Knox | 2020-04-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add C++ warnings treated as error for autotools builds. | Larry Knox | 2020-04-23 | 1 | -1/+1 |
| | | | | |||||
| | | * | Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove | Larry Knox | 2020-04-22 | 4 | -54/+18 |
| | | | | | | | | | | | | | | | | duplicate versions. | ||||
| | | * | Address PR suggestions and add overlooked GCC compiler version flags. | Larry Knox | 2020-04-22 | 2 | -19/+45 |
| | | | | |||||
| | | * | Don't add general warnings flags for unsupported old versions of gcc and | Larry Knox | 2020-04-20 | 4 | -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. | ||||
| * | | | OESS-65 add option to use AEC library in place of SZip | Allen Byrne | 2020-04-22 | 3 | -37/+31 |
| |/ / | |||||
| * | | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 6 | -20/+20 |
| |/ | |||||
| * | TRILAB-192 version of std=f2008 special check | Allen Byrne | 2020-04-14 | 1 | -42/+47 |
| | | |||||
| * | TRILAB-192 - cleanup edits and match CMake CXX to autotools | Allen Byrne | 2020-04-13 | 4 | -89/+199 |
| | | |||||
| * | Merge pull request #2452 in HDFFV/hdf5 from ↵ | Jake Smith | 2020-04-11 | 4 | -0/+33 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~JAKE.SMITH/hdf5:feature/vfd_splitter_mirror_a to develop Add Splitter VFD and Mirror VFD. * commit '664fc6af47e369152727ff66d68d8532feb0e210': Add enable-mirror-vfd flag to configure options. Tidying of Mirror VFD. Add function header comment for `mirror_writer:run_writer()`. Add Splitter VFD to library. | ||||
| | * | Add enable-mirror-vfd flag to configure options. | Jacob Smith | 2020-04-08 | 1 | -5/+11 |
| | | | |||||
| | * | Merge branch 'develop' of ↵ | Jacob Smith | 2020-04-07 | 64 | -1112/+1336 |
| | |\ | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a |