Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
| | |||||
* | Use a STRING option for API version | Allen Byrne | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | Fix API version option | Allen Byrne | 2019-08-12 | 1 | -0/+2 |
| | |||||
* | Merge pull request #1848 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-09 | 1 | -2/+0 |
|\ | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d': Fixed an issue with older version of gfortran. | ||||
| * | Fixed an issue with older version of gfortran. | Dana Robinson | 2019-08-09 | 1 | -2/+0 |
| | | |||||
* | | Use prefix variable | Allen Byrne | 2019-08-06 | 1 | -4/+4 |
|/ | |||||
* | Fixed warning typo | Dana Robinson | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Moved -Wimplicit-procedure gfortran warning to version 4.5 warnings | Dana Robinson | 2019-08-03 | 1 | -2/+5 |
| | | | | instead of default. | ||||
* | Merge pull request #1826 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-08-01 | 3 | -2/+33 |
|\ | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb': Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags. Fixed a couple of typos. | ||||
| * | Reverts the removal of config/conclude_fc.am while keeping | Dana Robinson | 2019-08-01 | 1 | -0/+31 |
| | | | | | | | | the changes to config/gnu-fflags. | ||||
| * | Fixed a couple of typos. | Dana Robinson | 2019-08-01 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1821 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-07-31 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '0ee5526c2c95dd77ee61b917b16adfcacbd3a540': Fixed typo in optimization. | ||||
| * | Fixed typo in optimization. | Dana Robinson | 2019-07-31 | 1 | -4/+4 |
| | | |||||
* | | Merge cleanup mostly whitespace | Allen Byrne | 2019-07-30 | 1 | -1/+1 |
| | | |||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-07-29 | 2 | -65/+117 |
|\ \ | |/ | | | | | | | | | | | | | * commit 'd169391529f253a9903b8e6cacf38c59ceefab07': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008. | ||||
| * | Merge pull request #1808 in HDFFV/hdf5 from ↵ | Dana Robinson | 2019-07-29 | 2 | -65/+117 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:gnu-flags-work to develop * commit '7d291d059da6287f769951c4854c566da0b93ce8': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008. | ||||
| | * | First stab at gfortran versions. Tested on gfortran 7-9 so far. | Dana Robinson | 2019-07-19 | 1 | -16/+59 |
| | | | |||||
| | * | Merge branch 'develop' into gnu-flags-work | Dana Robinson | 2019-07-19 | 1 | -1/+1 |
| | |\ | |||||
| | * | | Moved the -std=f2008 option to gfortran 9 for now. | Dana Robinson | 2019-07-18 | 1 | -1/+4 |
| | | | | |||||
| | * | | Updated gfortran options. | Dana Robinson | 2019-07-17 | 2 | -63/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008. | ||||
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-07-29 | 4 | -0/+118 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following: | ||||
| * | | | Add HD to string functions. | Larry Knox | 2019-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. | ||||
| * | | | Squashed commit of the following: | Larry Knox | 2019-07-25 | 4 | -0/+118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS | ||||
* | | | | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 3 | -161/+26 |
|/ / / | |||||
* | | | HDFFV-10845 Allow mingw to find functionality | Allen Byrne | 2019-07-22 | 2 | -14/+14 |
| | | | |||||
* | | | CMake generator expr cannot be used in get_property cmd | Allen Byrne | 2019-07-18 | 1 | -9/+16 |
| | | | |||||
* | | | HDFFV-10845 update mingw cmake changes | Allen Byrne | 2019-07-17 | 2 | -5/+10 |
| | | | |||||
* | | | Add missing target root path, check other export macro | Allen Byrne | 2019-07-17 | 2 | -1/+6 |
| | | | |||||
* | | | HDFFV-10845 copy files with windows EOL | Allen Byrne | 2019-07-17 | 3 | -10/+20 |
| | | | |||||
* | | | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 5 | -13/+13 |
| | | | |||||
* | | | HDFFV-10845 add_custom_command requires emulator | Allen Byrne | 2019-07-17 | 1 | -2/+2 |
| | | | |||||
* | | | Must include from system | Allen Byrne | 2019-07-17 | 1 | -1/+1 |
| | | | |||||
* | | | HDFFV-10845 defines already set | Allen Byrne | 2019-07-17 | 1 | -2/+0 |
| | | | |||||
* | | | HDFFV-10845 fix configure check and PATHs | Allen Byrne | 2019-07-17 | 8 | -15/+15 |
| | | | |||||
* | | | HDFFV-10845 C_FLAGS need set correctly for win32 vs mingw | Allen Byrne | 2019-07-17 | 1 | -3/+7 |
| | | | |||||
* | | | HDFFV-8631, HDFFV-10595, HDFFV-10845 | Allen Byrne | 2019-07-17 | 2 | -9/+11 |
| | | | |||||
* | | | HDFFV-8631 mingw is different platform | Allen Byrne | 2019-07-17 | 1 | -6/+7 |
| | | | |||||
* | | | HDFFV-10845 add support for mingw toolchain | Allen Byrne | 2019-07-17 | 1 | -0/+10 |
| |/ |/| | |||||
* | | HDFFV-10424 add optional variable to avoid PDB installs | Allen Byrne | 2019-07-17 | 1 | -1/+1 |
|/ | |||||
* | Restored warnings for older gcc so jam can continue to creak along. | Dana Robinson | 2019-07-16 | 1 | -2/+12 |
| | |||||
* | Removed support for gcc 4.3 and earlier. | Dana Robinson | 2019-07-14 | 1 | -11/+1 |
| | |||||
* | Fix errant quotes | Dana Robinson | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | * Fixed a bug in the gcc warning parsing | Dana Robinson | 2019-07-10 | 1 | -8/+8 |
| | | | | | * Changed version parsing from == gcc 4.x to < to handle ancient compilers. | ||||
* | Reworked the config/gnu-flags file to be more organized and robust. | Dana Robinson | 2019-07-10 | 1 | -82/+82 |
| | |||||
* | Merge branch 'develop' into gnu-flags-work | Dana Robinson | 2019-07-10 | 1 | -1/+1 |
|\ | |||||
| * | Fix note text and cmake module include | Allen Byrne | 2019-07-10 | 1 | -1/+1 |
| | | |||||
* | | Converted duplicated flags code to a set of if statements. | Dana Robinson | 2019-07-10 | 1 | -435/+117 |
|/ | |||||
* | Merge branch 'develop' into feature/update_gcc_flags | Quincey Koziol | 2019-07-10 | 1 | -18/+16 |
|\ | |||||
| * | HDFFV-10581 fix locations for static pdb files | Allen Byrne | 2019-07-08 | 1 | -18/+16 |
| | | |||||
* | | Merge branch 'develop' into feature/update_gcc_flags | Quincey Koziol | 2019-07-03 | 1 | -0/+2 |
|\ \ | |/ |