Scot Breitenfeld
e7f41a2fbf
Fix the datatype passed to H5*exists_async APIs in tests. ( #4033 )
...
Add a new testing function to verify C_BOOL values.
2024-02-23 07:57:30 -06:00
Christoph Niethammer
f1e8f42b5a
Replace deprecated Fortran 'include mpif.h' with 'USE mpi' ( #4031 )
...
With MPI 4.1 the use of the mpif.h include file has been deprecated. Codes
should transition to USE mpi or USE mpi_f08.
Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
2024-02-21 14:04:38 -06:00
Julien Schueller
70d9616672
CMake: Let runtime checks through stdout only ( #2666 )
...
This avoids mixing emulators errors on stderr to configure results
while cross-compiling with wine.
2023-04-11 14:28:32 -05:00
Larry Knox
11dfa25910
Update copyright headers ( #2184 )
...
* Updated source file copyright headers to remove "Copyright by the Board of Trustees
of the University of Illinois", which is kept in the top-level COPYING file.
2022-11-01 16:02:27 -05:00
Scot Breitenfeld
f859cb732b
Fixed Spelling Errors ( #1166 )
...
* fixed missed closing of a dataset
* fixed missed closing of a dataset
* fixed typo in error return
* Committing clang-format changes
* minor edits
* code format
* Committing clang-format changes
* code format
* minor edit
* switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging
* Committing clang-format changes
* changed size_i in printf to reflect the I/O.
* Committing clang-format changes
* Fixed seg fault with xlf on BE with -qintsize=8
* fixed error function string
* spelling corrections via codespell, added new spell check github actions
* Committing clang-format changes
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* Committing clang-format changes
* misc
* misc
* misc
* misc
* misc
* misc
* Committing clang-format changes
* misc
* work around for https://github.com/codespell-project/codespell/issues/2137
* misc
* added missing file
* misc
* misc.
* misc
* switch to using Codespell with GitHub Actions
* misc.
* misc.
* fixed more sp errors
* Fix new typos found by codespell.
* fixed proceed with precede
* fixed variable in fortran test
* fixed minnum
* updated spelling list
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
2021-12-07 08:27:29 -06:00
Allen Byrne
aa2f6735fb
Github #969 Use stdout instead of file for configure check ( #1089 )
...
* Use stdout instead of file for configure check
* Make change requested by #1157
* Change fortran to use stderr for configure
* Correct typo
* remove obsolete file check
* Fortran statement fix
2021-11-17 23:53:00 -06:00
Dana Robinson
50d0888f49
C++ warning and build fixes ( #707 )
...
* Committing clang-format changes
* C++ build and warning updates
* Fixes all warnings on C++ (with gcc 9.3)
* Updates CMake and Autotools C++ builds
* Undo warning clobber
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-01 08:49:39 -05:00
Larry Knox
2ea165efd0
Update license url part2 ( #333 )
...
* Modify temporary rpath for testing in java example scripts.
* Update URL in source file Copyright headers for web copy of COPYING
file - files not in src or test.
2021-02-17 08:52:36 -06:00
Quincey Koziol
3c7b2ab5db
Update jni.h detection for OS version changes in Macos 11.x ( #211 )
2020-12-19 22:15:04 -06:00
Allen Byrne
07da01a9d0
downgrade doxygen.m4 macro file to previous version.
2020-11-12 10:37:19 -06:00
Allen Byrne
142a1d76bb
Add missing entries, remove m4 reference
2020-11-12 09:36:04 -06:00
Allen Byrne
1eb43d647d
Update to latest doxygen.m4
2020-11-09 08:55:00 -06:00
Allen Byrne
c812f3fea2
Add doxygen auotoconf and cmake support
2020-11-03 10:42:09 -06:00
Quincey Koziol
9e5dbf6906
Trim trailing whitespace
2020-04-20 18:12:00 -05:00
M. Scot Breitenfeld
dde7e73d9f
Fixed issue building HDF5 with NAG Fortran 7.0.
...
Accounted for the additon of half precision floating-point with a KIND=16.
HDFFV-11033
2020-02-27 12:19:29 -06:00
Allen Byrne
73f01f98cd
Update java m4 to latest
2019-04-04 12:59:43 -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
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
M. Scot Breitenfeld
3befe647ee
Added number of integer KINDs found to the header files.
2016-09-26 13:27:50 -05:00
Scot Breitenfeld
79b14e8b4d
[svn-r30301] Changed the print ordering of the SIZE_OF/KIND program output in order to match what is done in cmake.
...
Tested: gnu, jelly.
2016-08-18 13:53:24 -05:00
Scot Breitenfeld
5010195435
[svn-r30300] Fixed the ordering for KIND and SIZE_OF in the fortarn program in order to match the sed commands.
...
Should only matter for the NAG compiler.
Tested: (gnu, jelly)
2016-08-18 13:24:02 -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
3d90b0e994
[svn-r30198] HDFFV-9467: Use the same test programs for CMake and autotools
...
Tested: jelly (gnu)
2016-07-18 14:07:51 -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
Scot Breitenfeld
1db1d99883
[svn-r30064] Changed configure's behavior from a warning to an error
...
if the available Fortran KINDs,
or Fortran decimal precision, can not be determined.
(MSB, HDFFV-9922)
2016-06-09 15:39:17 -05:00
Scot Breitenfeld
5871eed008
[svn-r29928] HDFFV-9912:
...
configure fails to detect valid KINDs on FreeBSD
Added the exponential option to SELECTED_REAL_KIND to distinguish KINDs of same precision.
Tested: FredBSD, jam, platypus.
2016-05-12 16:57:08 -05:00
Allen Byrne
63249be0e1
[svn-r29226] HDFFV-9552: merge in java code.
2016-02-28 21:43:00 -05:00
Allen Byrne
10da31a926
[svn-r27745] Merge trunk revision 27744
2015-09-10 09:11:17 -05:00
Dana Robinson
59aa015d9f
[svn-r27638] Merged r27500-27631 from trunk.
2015-08-31 23:36:17 -05:00
Scot Breitenfeld
d06fee7bd2
[svn-r27517] Removed all perl scripts from configure.
...
Tested: h5committest
2015-08-17 16:12:03 -05:00
Dana Robinson
c27d180848
[svn-r27507] Merge of r27237-27500 from the trunk.
...
Tested w/ h5committest
NOTES: - The manifest may still be messed up.
- Cmake fails since the dual binary work needs to be merged with
this repo's CMake externals.
2015-08-14 14:58:54 -05:00
Scot Breitenfeld
caf0e7692a
[svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.
...
Tested: h5committest --PASSED--
2015-08-11 09:35:30 -05:00
Scot Breitenfeld
3b4696ccd1
[svn-r27489] reverted merge of branch
2015-08-10 20:22:33 -05:00
Scot Breitenfeld
415eb5512b
[svn-r27488] Merged the F2003_v1.10 branch to the trunk.
...
Tested: h5committest
2015-08-10 20:00:33 -05:00
Scot Breitenfeld
bf8fea70bd
[svn-r27401] code cleanup
2015-07-16 09:34:53 -05:00
Scot Breitenfeld
2a567e8155
[svn-r27326] Working version of cmake on linux.
2015-07-02 14:04:25 -05:00
Scot Breitenfeld
5b2117ebc7
[svn-r27299] Changed from using sed to perl.
2015-06-30 10:07:43 -05:00
Scot Breitenfeld
4b51823ed4
[svn-r27297] changed from using sed to perl
2015-06-29 16:54:25 -05:00
Scot Breitenfeld
44718454ca
[svn-r27285] added search replace for space to comma
2015-06-25 15:06:16 -05:00
Scot Breitenfeld
8353d79d26
[svn-r27232] fixed C test program for float128
2015-06-17 14:25:32 -05:00
Scot Breitenfeld
0cf5413849
[svn-r27230] added test for float128
2015-06-17 13:29:20 -05:00
Scot Breitenfeld
f51fcf3ffa
[svn-r27225] new test for __float128
2015-06-17 10:40:24 -05:00
Scot Breitenfeld
1ea6564419
[svn-r27223] Added check for quadmath.h
2015-06-17 09:14:40 -05:00
Scot Breitenfeld
85bcb77904
[svn-r27221] Reworked Fortran autools REAL KIND detection.
2015-06-16 16:47:00 -05:00
Scot Breitenfeld
62401ac7c6
[svn-r27167] more DT fixes
2015-06-09 12:05:09 -05:00
Scot Breitenfeld
32703c9fc5
[svn-r27164] various bug fixes for DT
2015-06-08 16:13:15 -05:00
Scot Breitenfeld
8641814c4e
[svn-r27154] fixed issue with mis-matching long double between Fortran and C
2015-06-05 17:17:13 -05:00
Scot Breitenfeld
043173a689
[svn-r27151] fixed __float128 errors
2015-06-04 15:26:02 -05:00
Scot Breitenfeld
4d500d4902
[svn-r27140] fixed interger*16 support
2015-06-03 09:13:58 -05:00
Scot Breitenfeld
2069dbf25e
[svn-r27134] Switched to uses a verify for each kind for the tests. Testing quad precision.
2015-06-01 14:49:54 -05:00