Larry Knox
f97e11e763
Merge pull request #1812 in HDFFV/hdf5 from ~HDF-PRIVATE/hdf5_vfd:develop to develop
...
* commit '8aa9043837ea217280098b4b32da8d98ac18f58b':
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:
2019-07-26 16:57:07 -05:00
Larry Knox
8aa9043837
Update comment and check for strtoumax.
2019-07-26 16:36:45 -05:00
Larry Knox
e852c8deb8
Modify CMakeLists.txt file for renamed h5tools_test_utils files.
2019-07-26 12:58:56 -05:00
Larry Knox
094f14ef38
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.
2019-07-26 11:56:03 -05:00
Larry Knox
8008294578
Squashed commit of the following:
...
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
2019-07-25 11:47:12 -05:00
Allen Byrne
d3fdcd8a68
Merge pull request #1807 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'e19b0302cc38d1850ada7a00431511343cddc8a6': (31 commits)
HDFFV-10845 update note
Correct format of drive check
Use generator expr to get correct name
HDFFV-10845 Allow mingw to find functionality
HDFFV-10845 fix comment syntax
HDFFV-10845 Windows drive can only goto Z
HDFFV-10845 make flags private
Correct java load library name access
Correct syntax
Fix typo
Correct OUTPUT_NAME usage
CMake generator expr cannot be used in get_property cmd
HDFFV-1045 gcc static must be link flags
HDFFV-10845 quote multiple strings in cmake link command
HDFFV-10845 update mingw cmake changes
Add missing target root path, check other export macro
HDFFV-10845 skip test if CMake command doesn't support ignore EOL
HDFFV-10845 copy files with windows EOL
HDFFV-10845 separate test used by copy windows files
HDFFV-10845 mingw needs special windows reference files
...
2019-07-23 16:21:47 -05:00
Allen Byrne
e19b0302cc
HDFFV-10845 update note
2019-07-23 16:21:07 -05:00
Allen Byrne
b9332d6a13
Correct format of drive check
2019-07-22 17:13:56 -05:00
Allen Byrne
fbc06ff9b8
Use generator expr to get correct name
2019-07-22 16:23:38 -05:00
Allen Byrne
64733980e5
HDFFV-10845 Allow mingw to find functionality
2019-07-22 14:23:05 -05:00
Allen Byrne
9877da0a6f
HDFFV-10845 fix comment syntax
2019-07-21 16:46:47 -05:00
Allen Byrne
1932752177
HDFFV-10845 Windows drive can only goto Z
2019-07-21 14:19:23 -05:00
Allen Byrne
367f7ed0e3
HDFFV-10845 make flags private
2019-07-18 16:27:06 -05:00
Allen Byrne
4d3f52ac97
Correct java load library name access
2019-07-18 13:03:07 -05:00
Allen Byrne
5654ba57f1
Correct syntax
2019-07-18 12:55:02 -05:00
Allen Byrne
5984530f3f
Fix typo
2019-07-18 12:07:32 -05:00
Allen Byrne
179d0b5af0
Correct OUTPUT_NAME usage
2019-07-18 12:00:19 -05:00
Allen Byrne
5b97d67d43
CMake generator expr cannot be used in get_property cmd
2019-07-18 11:37:34 -05:00
Allen Byrne
bdfb553c4c
HDFFV-1045 gcc static must be link flags
2019-07-18 10:45:42 -05:00
Allen Byrne
17474a232f
HDFFV-10845 quote multiple strings in cmake link command
2019-07-18 09:21:00 -05:00
Allen Byrne
0a9180c074
HDFFV-10845 update mingw cmake changes
2019-07-17 16:08:43 -05:00
Allen Byrne
ac8a1f02ab
Add missing target root path, check other export macro
2019-07-17 11:58:05 -05:00
Allen Byrne
741ef0aaef
HDFFV-10845 skip test if CMake command doesn't support ignore EOL
2019-07-17 11:58:05 -05:00
Allen Byrne
3ea746014a
HDFFV-10845 copy files with windows EOL
2019-07-17 11:58:05 -05:00
Allen Byrne
95d3b41af0
HDFFV-10845 separate test used by copy windows files
2019-07-17 11:58:04 -05:00
Allen Byrne
0eb050d481
HDFFV-10845 mingw needs special windows reference files
2019-07-17 11:58:04 -05:00
Allen Byrne
f724e86727
HDFFV-10845 use of TARGETFILE disables auto emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
ac5680ce8d
HDFFV-10845 add_custom_command requires emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
5b258e186b
Correct install syntax
2019-07-17 11:58:03 -05:00
Allen Byrne
0efee3ddba
Must include from system
2019-07-17 11:58:03 -05:00
Allen Byrne
6b775a9d45
HDFFV-10845 defines already set
2019-07-17 11:58:03 -05:00
Allen Byrne
7ba562a820
HDFFV-10845 fix configure check and PATHs
2019-07-17 11:58:03 -05:00
Allen Byrne
d586a457b2
HDFFV-10845 C_FLAGS need set correctly for win32 vs mingw
2019-07-17 11:58:02 -05:00
Allen Byrne
7a9c852c2c
HDFFV-8631, HDFFV-10595, HDFFV-10845
2019-07-17 11:58:02 -05:00
Allen Byrne
7174b5c135
HDFFV-8631 mingw is different platform
2019-07-17 11:58:02 -05:00
Allen Byrne
9c04e50889
HDFFV-10845 add release note.
2019-07-17 11:58:02 -05:00
Allen Byrne
7bb020fcec
HDFFV-10845 add support for mingw toolchain
2019-07-17 11:56:48 -05:00
Allen Byrne
6add0919d1
Merge pull request #1805 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '6e4f2798e883a88de7126739307722f6da39dd98':
HDFFV-10424 add optional variable to avoid PDB installs
2019-07-17 11:00:36 -05:00
Allen Byrne
6e4f2798e8
HDFFV-10424 add optional variable to avoid PDB installs
2019-07-17 10:42:58 -05:00
Jerome Soumagne
bdd54d0147
Merge pull request #1804 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_prop_check to develop
...
* commit '6c84a83eeaa187c92d445f8ef8565a4337498cd6':
H5P: Fix wrong value comparison in assert
2019-07-16 16:46:47 -05:00
Jerome Soumagne
6c84a83eea
H5P: Fix wrong value comparison in assert
...
Move compile assert of H5P_plist_type to H5P__init_package()
2019-07-16 14:22:36 -05:00
Dana Robinson
ebc274a673
Merge pull request #1803 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:lets_retire_jam to develop
...
* commit 'd7144b2fa40b1be59e6250313c5e5f1a2bd8fb25':
Restored warnings for older gcc so jam can continue to creak along.
2019-07-16 11:07:48 -05:00
Dana Robinson
d7144b2fa4
Restored warnings for older gcc so jam can continue to creak along.
2019-07-16 03:49:50 -05:00
Dana Robinson
6816d5b2e7
Merge pull request #1797 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gnu-flags-work to develop
...
* commit 'd5031a55192ac6b8ca81a0e5315cb4739af98896':
Removed support for gcc 4.3 and earlier.
Fix errant quotes
* Fixed a bug in the gcc warning parsing * Changed version parsing from == gcc 4.x to < to handle ancient compilers.
Reworked the config/gnu-flags file to be more organized and robust.
Converted duplicated flags code to a set of if statements.
2019-07-15 11:09:11 -05:00
Dana Robinson
d5031a5519
Removed support for gcc 4.3 and earlier.
2019-07-14 10:46:03 -07:00
Dana Robinson
9a221fd979
Merge branch 'develop' into gnu-flags-work
2019-07-13 13:09:28 -07:00
Allen Byrne
b087e6d3a8
Merge pull request #1800 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '6333fb8711adc3af930e186dad3b8b756e41a863':
Fix packaging issue
2019-07-12 10:36:39 -05:00
Dana Robinson
5314213f1e
Merge pull request #1801 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit '3566fff6261d0bb8e360d3842e99919d2eb4ba73':
Reverted snprintf to sprintf in the multi VFD since the former causes problems on Windows.
2019-07-11 23:17:08 -05:00
Dana Robinson
3566fff626
Reverted snprintf to sprintf in the multi VFD since
...
the former causes problems on Windows.
2019-07-11 16:08:35 -07:00
Allen Byrne
6333fb8711
Fix packaging issue
2019-07-11 16:24:47 -05:00