Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update version to HDF5 1.10.10-3 for initial release branch version. (#2634) | Larry Knox | 2023-03-27 | 5 | -0/+8614 |
| | | | | | | | | | | | * Update version to HDF5 1.10.10-3 for initial release branch version. Update RELEASE.txt Update configure.ac for release: switch to production mode, disable maintainer mode Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt Add files generated by autogen.sh for release. * Fix codespell issues for autotools files generated by autogen.sh. Remove generated autom4te.cache files. | ||||
* | Unify cmake and cmake_ext_mod like develop (#2596) | Dana Robinson | 2023-03-20 | 1 | -5/+5 |
| | |||||
* | Update copyright headers. (#2527) | Larry Knox | 2023-03-10 | 2 | -2/+2 |
| | |||||
* | 1.10: Add spelling check to CI and fix errors. (#2442) | Allen Byrne | 2023-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CI and support files to match latest from 1.14 * Correct spelling * More spelling corrections * spelling fixes in testpar * Fix spelling errors in tools * More tools spelling fixes * Spelling fixes for rest of tools and some src * Fix spelling errors in src files, pt 2 * Fix spelling in src pt3 * Fix spelling errors pt4 * Fix spelling errors pt5 * Spelling fix pt6 * fix spelling error examples * fix spelling in tests * fix spelling errors in test pt2 * Fix spelling errors in test pt3 * fix spelling in test pt4 * Fix spelling errors in hl * fix spelling errors in c++ * Spelling fixes for fortran * spelling fixes for bin and java * Add relative path * Change spelling action to use a file for list of ignore words * Fix spelling ignore list * remove unused file | ||||
* | Merge various cleanup java test, test files, comments (#1364) | Allen Byrne | 2022-01-19 | 2 | -4/+4 |
| | | | Plus some spelling corrections | ||||
* | Merge Github #969 Use stdout instead of file for configure check #1089 (#1205) | Allen Byrne | 2021-11-20 | 2 | -104/+67 |
| | |||||
* | Hdf5 1 10 update license url part2 (#404) | Larry Knox | 2021-03-01 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. * 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. * Update URL in source file Copyright headers for web. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com> | ||||
* | 1 10 merges from develop (#298) | Allen Byrne | 2021-02-04 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms | ||||
* | Add doxygen framework for CMake and autotools (#90) | Allen Byrne | 2020-11-20 | 1 | -0/+586 |
| | |||||
* | Removed trailing whitespace from source files. | Dana Robinson | 2020-05-26 | 2 | -16/+16 |
| | |||||
* | Fixed issue building HDF5 with NAG Fortran 7.0. | M. Scot Breitenfeld | 2020-02-28 | 1 | -6/+19 |
| | | | | | | Accounted for the additon of half precision floating-point with a KIND=16. HDFFV-11033 | ||||
* | Update java m4 scripts | Allen Byrne | 2019-04-04 | 18 | -185/+96 |
| | |||||
* | Merge of recent develop work to 1.10 branch. | Dana Robinson | 2017-07-05 | 2 | -2/+1 |
| | | | | | | | | | | Fixes for: * HDFFV-10247 (autotools Fortran long double bug) * HDFFV-10248 (autotools deprecated debug/production tweak) * HDFFV-10250 (-fno-omit-frame-pointer w/ symbols) * Disabled missing parameter warnings in Java constant code * Added H5I_VFL ID checks to tmisc.c * Added 'get a dummy VFD' call to h5test library | ||||
* | Change copyright headers to replace url referring to file to be removed | lrknox | 2017-04-14 | 3 | -12/+21 |
| | | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines. | ||||
* | Added number of integer KINDs found to the header files. | M. Scot Breitenfeld | 2016-09-26 | 1 | -1/+4 |
| | |||||
* | [svn-r30301] Changed the print ordering of the SIZE_OF/KIND program output ↵ | Scot Breitenfeld | 2016-08-18 | 1 | -9/+9 |
| | | | | | | in order to match what is done in cmake. Tested: gnu, jelly. | ||||
* | [svn-r30300] Fixed the ordering for KIND and SIZE_OF in the fortarn program ↵ | Scot Breitenfeld | 2016-08-18 | 1 | -3/+3 |
| | | | | | | | | in order to match the sed commands. Should only matter for the NAG compiler. Tested: (gnu, jelly) | ||||
* | [svn-r30209] HDFFV-9467: Use the same test programs for CMake and autotools | Scot Breitenfeld | 2016-07-20 | 1 | -54/+14 |
| | | | | | | -- Modified C++ to use the same test programs. Tested: jelly (gnu) | ||||
* | [svn-r30198] HDFFV-9467: Use the same test programs for CMake and autotools | Scot Breitenfeld | 2016-07-18 | 1 | -0/+136 |
| | | | | Tested: jelly (gnu) | ||||
* | [svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotools | Scot Breitenfeld | 2016-07-18 | 1 | -145/+24 |
| | | | | Tested: jelly (gnu) | ||||
* | [svn-r30064] Changed configure's behavior from a warning to an error | Scot Breitenfeld | 2016-06-09 | 1 | -9/+9 |
| | | | | | | | if the available Fortran KINDs, or Fortran decimal precision, can not be determined. (MSB, HDFFV-9922) | ||||
* | [svn-r29928] HDFFV-9912: | Scot Breitenfeld | 2016-05-12 | 1 | -48/+57 |
| | | | | | | | | | | 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. | ||||
* | [svn-r29226] HDFFV-9552: merge in java code. | Allen Byrne | 2016-02-29 | 18 | -0/+1459 |
| | |||||
* | [svn-r27745] Merge trunk revision 27744 | Allen Byrne | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | [svn-r27638] Merged r27500-27631 from trunk. | Dana Robinson | 2015-09-01 | 1 | -17/+17 |
|\ | |||||
| * | [svn-r27517] Removed all perl scripts from configure. | Scot Breitenfeld | 2015-08-17 | 1 | -17/+17 |
| | | | | | | | | Tested: h5committest | ||||
* | | [svn-r27507] Merge of r27237-27500 from the trunk. | Dana Robinson | 2015-08-14 | 1 | -19/+326 |
|\ \ | |/ | | | | | | | | | | | | | 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. | ||||
| * | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 1 | -19/+326 |
| | | | | | | | | Tested: h5committest --PASSED-- | ||||
| * | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 1 | -326/+19 |
| | | |||||
| * | [svn-r27488] Merged the F2003_v1.10 branch to the trunk. | Scot Breitenfeld | 2015-08-11 | 1 | -19/+326 |
| |\ | | | | | | | | | | Tested: h5committest | ||||
| | * | [svn-r27401] code cleanup | Scot Breitenfeld | 2015-07-16 | 1 | -17/+4 |
| | | | |||||
| | * | [svn-r27326] Working version of cmake on linux. | Scot Breitenfeld | 2015-07-02 | 1 | -6/+4 |
| | | | |||||
| | * | [svn-r27299] Changed from using sed to perl. | Scot Breitenfeld | 2015-06-30 | 1 | -11/+10 |
| | | | |||||
| | * | [svn-r27297] changed from using sed to perl | Scot Breitenfeld | 2015-06-29 | 1 | -41/+47 |
| | | | |||||
| | * | [svn-r27285] added search replace for space to comma | Scot Breitenfeld | 2015-06-25 | 1 | -0/+2 |
| | | | |||||
| | * | [svn-r27232] fixed C test program for float128 | Scot Breitenfeld | 2015-06-17 | 1 | -0/+2 |
| | | | |||||
| | * | [svn-r27230] added test for float128 | Scot Breitenfeld | 2015-06-17 | 1 | -1/+5 |
| | | | |||||
| | * | [svn-r27225] new test for __float128 | Scot Breitenfeld | 2015-06-17 | 1 | -9/+7 |
| | | | |||||
| | * | [svn-r27223] Added check for quadmath.h | Scot Breitenfeld | 2015-06-17 | 1 | -0/+2 |
| | | | |||||
| | * | [svn-r27221] Reworked Fortran autools REAL KIND detection. | Scot Breitenfeld | 2015-06-16 | 1 | -5/+35 |
| | | | |||||
| | * | [svn-r27167] more DT fixes | Scot Breitenfeld | 2015-06-09 | 1 | -5/+21 |
| | | | |||||
| | * | [svn-r27164] various bug fixes for DT | Scot Breitenfeld | 2015-06-08 | 1 | -0/+34 |
| | | | |||||
| | * | [svn-r27154] fixed issue with mis-matching long double between Fortran and C | Scot Breitenfeld | 2015-06-05 | 1 | -6/+5 |
| | | | |||||
| | * | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 1 | -44/+70 |
| | | | |||||
| | * | [svn-r27140] fixed interger*16 support | Scot Breitenfeld | 2015-06-03 | 1 | -3/+2 |
| | | | |||||
| | * | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵ | Scot Breitenfeld | 2015-06-01 | 1 | -0/+14 |
| | | | | | | | | | | | | quad precision. | ||||
| | * | [svn-r27122] removed dependency on generatored fortran source code | Scot Breitenfeld | 2015-05-28 | 1 | -2/+2 |
| | | | |||||
| | * | [svn-r27119] handles INTEGER*16 case | Scot Breitenfeld | 2015-05-28 | 1 | -2/+2 |
| | | | |||||
| | * | [svn-r27115] Moved testing KINDs and SIZEOFs to configure. | Scot Breitenfeld | 2015-05-27 | 1 | -1/+190 |
| | | | |||||
| | * | [svn-r26917] added conditional for C_LONG_DOUBLE | Scot Breitenfeld | 2015-04-23 | 1 | -0/+35 |
| | | |