Vailin Choi
5262b98b34
Merge pull request #586 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
...
* commit '804a88fafdca3d6a76312ab01ac4d6d5b103e9dc':
Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file.
2017-06-30 02:55:45 -05:00
Dana Robinson
95bbd396ff
Removed compiler flag cleanup since Solaris chokes on it.
2017-06-29 15:45:36 -05:00
Dana Robinson
598856b37e
Merge pull request #585 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:configure_fortran_long_double_bug to develop
...
* commit '8c347d794a06b8b57c407499e1a441cc0f415380':
Fixed a bug in autotools Fortran processing where a test for the presence of a C long double type always returned true.
2017-06-29 09:23:35 -05:00
Vailin Choi
804a88fafd
Fix for HDFFV-10160
...
Modifications to fix the assertion/abort failure when the application does not close the file.
2017-06-29 01:11:44 -05:00
Dana Robinson
8c347d794a
Fixed a bug in autotools Fortran processing where a test for the
...
presence of a C long double type always returned true.
2017-06-28 17:30:45 -07:00
Dana Robinson
cbca178410
Updated the --enable-debug/production handling in configure.ac
...
so that it more reliably indicates that the configure option
can no longer be used. Previously, using --enable-debug="", etc.
would not trigger an error (even though such usage is unlikely).
2017-06-28 16:49:58 -07:00
Dana Robinson
373de3f95f
Added awk processing to remove extraneous whitespace from H5_
...
flags in configure.
2017-06-28 16:36:26 -07:00
Dana Robinson
d85aeb7704
Fixed a comment in configure.ac
2017-06-27 14:35:16 -04:00
M. Scot Breitenfeld
69ccaee00a
add documention comments for shared Fortran Fix on OSX
2017-05-23 09:53:59 -05:00
M. Scot Breitenfeld
6301d5a6cb
Fix for shared fortran libraries on mac (HDFFV-2772).
2017-05-22 16:03:56 -05:00
M. Scot Breitenfeld
97ac37592b
Fix for shared fortran libraries on mac (HDFFV-2772).
2017-05-22 15:45:17 -05:00
M. Scot Breitenfeld
2b2a1d605e
Fix for shared fortran libraries on mac (HDFFV-2772).
2017-05-18 16:32:26 -05:00
Larry Knox
89fbe00dec
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
...
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
2017-04-25 16:05:36 -05:00
lrknox
cd8ec2cc44
Extend h5vers to update version strings in java files and h5repack
...
version test expected output file.
Update version on develop branch to 1.11.0.
Please enter the commit message for your changes. Lines starting
2017-03-20 17:14:16 -05:00
Allen Byrne
24b11709af
Update cmake pubconf to match autotools and add strtoll checks
2017-03-16 12:59:20 -05:00
M. Scot Breitenfeld
d297ee6e82
updated AM_SILENT_RULES syntax
2017-03-09 09:54:19 -06:00
M. Scot Breitenfeld
ed37cbfd2e
Added a check for AM_SILENT_RULES before enabling it.
2017-03-08 16:21:24 -06:00
Dana Robinson
2cac1c0637
Moved remaining SWMR-related test files to develop.
2017-01-26 14:34:12 -05:00
Allen Byrne
e4b314c47c
Fix indentation
2017-01-18 11:10:56 -06:00
Allen Byrne
a8e4f6426e
Add autotools version of plugin tests for UD filters
2017-01-17 17:11:27 -06:00
Dana Robinson
e6a12a3fea
Added an --enable-developer-warnings option to configure so
...
users can ignore -Wsuggest-attribute warnings and other
noise that doesn't indicate poor code quality.
2017-01-10 13:49:49 -05:00
Quincey Koziol
eefddf2813
Bring new/updated tests from revise+chunks branch: flush1/flush2 update and
...
flushrefresh test. (Also refactor of message send / wait code)
2016-12-19 20:44:54 -08:00
hdftest
e0b353b6f5
Snapshot version 1.9 release 235
2016-12-16 15:23:58 -06:00
Quincey Koziol
57afb68e46
Bring SWMR-related tools changes from revise_chunks to develop.
2016-12-11 11:25:08 -08:00
Dana Robinson
a203f2369a
Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings
...
about forward-compatibility after tools split.
2016-11-10 02:00:58 -05:00
Quincey Koziol
bb6cb6adb0
Code style and warning cleanups, from revise_chunks branch.
2016-11-06 12:08:19 -08:00
Allen Byrne
3ae37a2068
Correct location of file for chmod statement
2016-11-03 11:05:37 -05:00
Allen Byrne
f2d9d05cd0
Add missing h5format_convert generated files
2016-11-03 10:58:43 -05:00
Allen Byrne
7f2a83b6ab
Split tools into src and test - update with new files or locations
2016-10-27 10:11:24 -05:00
Scot Breitenfeld
c604bca044
Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
...
* commit 'f9364c0080405bb36d704eb3f9505029d3da41f4':
removed the use of C_SIZEOF for non BIND(C) derived type
Fixed test to use storage_size instead of c_sizeof when available.
fixed missing closing bracket
Removed unused variables.
Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available.
Removed duplicate FCFLAG
Removed duplicate FCFLAG.
Added number of integer KINDs found to the header files.
Added path to source include files when building buidiface.
Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler.
Misc. cleaning up of the program.
Added SEQUENCE to derived types for NAG:
misc. format code-cleanup
Removed the use of hard-coded integer KINDs.
Code clean-up.
HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
2016-10-06 15:34:39 -05:00
lrknox
6cb0d90338
Snapshot release: increment version.
2016-10-01 09:41:26 -05:00
M. Scot Breitenfeld
3befe647ee
Added number of integer KINDs found to the header files.
2016-09-26 13:27:50 -05:00
Allen Byrne
092e530f4a
[svn-r30242] Cygwin does not implement the getpwuid the same as linux.
2016-08-01 13:22:17 -05:00
Scot Breitenfeld
3f37d67b3c
[svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotools
...
-- Modified C++ to use the same test programs.
Tested: jelly (gnu)
2016-07-20 11:10:42 -05:00
Scot Breitenfeld
304d85c3e7
[svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotools
...
Tested: jelly (gnu)
2016-07-18 13:37:17 -05:00
Quincey Koziol
35e6928220
[svn-r30127] Description:
...
Use internal rounding routine, if the StdC ones aren't available (like on
Windows).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-06-30 15:59:15 -05:00
Quincey Koziol
18ad868b23
[svn-r29924] Description:
...
Bring h5format_convert tool from revise_chunks branch to trunk.
Tested on:
MacoSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-05-12 15:47:03 -05:00
Scot Breitenfeld
92806fb5e6
[svn-r29922] merged -c29913 from 1.10.0 branch.
2016-05-12 13:36:32 -05:00
Dana Robinson
5309de6c54
[svn-r29503] The parallel and enable Java options have been marked as
...
"unsupported" in the autotools.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools parallel w/ Java
2016-03-22 03:03:50 -05:00
Dana Robinson
7255d1a1b8
[svn-r29502] The thread-safety and enable Java options have been marked as
...
"unsupported" in the autotools.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java
2016-03-22 02:59:28 -05:00
Dana Robinson
6668fe8c83
[svn-r29499] Minor prettification of Java configure code and library
...
settings file.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/Java
2016-03-22 02:22:52 -05:00
Allen Byrne
b8e163a845
[svn-r29465] Fix issue with .classes dir not getting created for java by adding mkdir .classes to configure.
2016-03-17 11:47:21 -05:00
Allen Byrne
16f2388832
[svn-r29248] Fix test results for HDF_JAVA
2016-03-01 12:54:56 -05:00
Allen Byrne
281a4901f6
[svn-r29242] Set default or override val
2016-03-01 11:00:56 -05:00
Allen Byrne
7705a4d914
[svn-r29239] Add HDF_JAVA AC_SUST line for settings file
2016-03-01 10:25:56 -05:00
Allen Byrne
16e529f5a9
[svn-r29237] Missed a "then"
2016-03-01 10:04:39 -05:00
Allen Byrne
6152dd6532
[svn-r29236] Check for shared libs only within enable-java block
2016-03-01 09:50:49 -05:00
Allen Byrne
63249be0e1
[svn-r29226] HDFFV-9552: merge in java code.
2016-02-28 21:43:00 -05:00
Mike McGreevy
70c24f201c
[svn-r29158] HDFFV-9190: Changed configure.ac to define H5_USE_18_API_DEFAULT when
...
'v18' is provided to --with-default-api-version.
Tested: h5committest.new
and kituo with --with-default-api-version=v18
2016-02-19 11:21:00 -05:00
Dana Robinson
77f2f1c132
[svn-r29131] Updated the GNU g++ compiler config file to use the new debug/
...
production, etc. system.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial - prod/debug w/ C++
2016-02-16 21:16:27 -05:00