Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵ | Scot Breitenfeld | 2015-07-13 | 3 | -21/+109 |
| | | | | directory to the fortran 'test' directory. Updated autotools and cmake. | ||||
* | [svn-r27373] moved building generated test APIs to a sperated build program ↵ | Scot Breitenfeld | 2015-07-13 | 1 | -0/+272 |
| | | | | | | (was in fortran/src/H5_buildiface.F90) | ||||
* | [svn-r27326] Working version of cmake on linux. | Scot Breitenfeld | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | [svn-r27221] Reworked Fortran autools REAL KIND detection. | Scot Breitenfeld | 2015-06-16 | 1 | -0/+5 |
| | |||||
* | [svn-r27188] Switch to using parameters for SELECTED_*_KIND and instead use ↵ | Scot Breitenfeld | 2015-06-10 | 1 | -19/+14 |
| | | | | numerical precision. | ||||
* | [svn-r27186] added fix for jam with promoted reals and integers | Scot Breitenfeld | 2015-06-10 | 2 | -1/+1 |
| | |||||
* | [svn-r27176] Removed debugging statements. | Scot Breitenfeld | 2015-06-09 | 1 | -2/+0 |
| | |||||
* | [svn-r27167] more DT fixes | Scot Breitenfeld | 2015-06-09 | 1 | -0/+1 |
| | |||||
* | [svn-r27164] various bug fixes for DT | Scot Breitenfeld | 2015-06-08 | 3 | -1/+19 |
| | |||||
* | [svn-r27154] fixed issue with mis-matching long double between Fortran and C | Scot Breitenfeld | 2015-06-05 | 3 | -47/+48 |
| | |||||
* | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 1 | -0/+1 |
| | |||||
* | [svn-r27140] fixed interger*16 support | Scot Breitenfeld | 2015-06-03 | 4 | -194/+190 |
| | |||||
* | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-02 | 1 | -1/+1 |
|\ | |||||
| * | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest. | ||||
* | | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵ | Scot Breitenfeld | 2015-06-01 | 22 | -866/+584 |
| | | | | | | | | quad precision. | ||||
* | | [svn-r27122] removed dependency on generatored fortran source code | Scot Breitenfeld | 2015-05-28 | 1 | -1/+0 |
| | | |||||
* | | [svn-r27115] Moved testing KINDs and SIZEOFs to configure. | Scot Breitenfeld | 2015-05-27 | 5 | -13/+21 |
| | | |||||
* | | [svn-r26989] Changed the BIND(C) derived types from: | Scot Breitenfeld | 2015-05-01 | 3 | -5/+5 |
| | | | | | | | | CHARACTER(LEN=1) to CHARACTER(KIND=C_CHAR) to make Sun compilers happy. | ||||
* | | [svn-r26983] Added C_CHAR to compound type. | Scot Breitenfeld | 2015-04-30 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26919] fixed real promoted to 8 bytes | Scot Breitenfeld | 2015-04-24 | 1 | -99/+99 |
| | | |||||
* | | [svn-r26887] Fixed Function H5_SIZEOF_CHAR and assumed sized character length. | Scot Breitenfeld | 2015-04-22 | 1 | -3/+3 |
| | | |||||
* | | [svn-r26876] changed argument to SIZEOF. | Scot Breitenfeld | 2015-04-21 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵ | Scot Breitenfeld | 2015-04-21 | 3 | -78/+42 |
| | | | | | | | | --enable-fortran | ||||
* | | [svn-r26847] combined H5test_kind programs | Scot Breitenfeld | 2015-04-20 | 7 | -369/+164 |
| | | |||||
* | | [svn-r26825] Added include for preprocessing fortran files with configure ↵ | Scot Breitenfeld | 2015-04-16 | 1 | -2/+3 |
|/ | | | | definitions | ||||
* | [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵ | Larry Knox | 2015-04-02 | 1 | -1/+0 |
| | | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest. | ||||
* | [svn-r26660] HDFFV-9131: autotols rework | Allen Byrne | 2015-03-30 | 1 | -2/+0 |
| | | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest | ||||
* | [svn-r26657] Fix for HDFFV09202. | Scot Breitenfeld | 2015-03-30 | 2 | -6/+21 |
| | | | | | | | HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: jam( --enable-fortran2003, gnu) koala (--enable-fortran2003, intel) | ||||
* | [svn-r26645] Revert the part of revision 26642 that is in fortran/test and ↵ | Larry Knox | 2015-03-30 | 2 | -10/+12 |
| | | | | | | | | | | causes the error "undefined reference to `verify_fortran_integer_4_". files: tH5P_F03.f90 tf.f90 Tested: h5committest and several failed daily tests. | ||||
* | [svn-r26642] Fix for HDFFV09202 and HDFFV-9171. | Scot Breitenfeld | 2015-03-28 | 2 | -12/+10 |
| | | | | | | | HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest | ||||
* | [svn-r26631] reverted change r26629 | Scot Breitenfeld | 2015-03-27 | 2 | -10/+12 |
| | |||||
* | [svn-r26629] Fix for HDFFV09202 and HDFFV-9171. | Scot Breitenfeld | 2015-03-27 | 2 | -12/+10 |
| | | | | | | | HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest | ||||
* | [svn-r26594] Merge macros and fortran changes from dual_binary feature. | Allen Byrne | 2015-03-25 | 1 | -19/+39 |
| | | | | Tested: local linux | ||||
* | [svn-r26509] Run reconfigure after merges from autotools_rework branch. | Jerome Soumagne | 2015-03-20 | 1 | -2/+0 |
| | |||||
* | [svn-r26481] Removed compiler warnings. HDF5-239 | Scot Breitenfeld | 2015-03-19 | 8 | -16/+9 |
| | | | | Tested: h5committest. | ||||
* | [svn-r26479] Fix for: HDFFV-9162 | Scot Breitenfeld | 2015-03-19 | 11 | -918/+946 |
| | | | | | | | | h5pget_class_f should return hid_t for classtype Also removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committest | ||||
* | [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵ | Dana Robinson | 2015-02-27 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest | ||||
* | [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵ | Mohamad Chaarawi | 2015-02-25 | 1 | -2/+2 |
| | | | | make clean. | ||||
* | [svn-r26253] Update CMake with fortran source properties and defines, ↵ | Allen Byrne | 2015-02-20 | 4 | -23/+27 |
| | | | | correct name of hl fortran examples option check | ||||
* | [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers. | Scot Breitenfeld | 2015-02-19 | 1 | -7/+11 |
| | |||||
* | [svn-r26214] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 1 | -1/+1 |
| | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
* | [svn-r26211] revert ci 26204 | Scot Breitenfeld | 2015-02-18 | 1 | -21/+4 |
| | |||||
* | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [svn-r26205] Fix for HDFFV-8908: | Scot Breitenfeld | 2015-02-18 | 1 | -4/+21 |
| | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler) | ||||
* | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 1 | -1/+2 |
| | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095 | ||||
* | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from ↵ | Mohamad Chaarawi | 2015-02-16 | 1 | -1/+0 |
| | | | | | | | | | | | | autotools_rework branch: - Remove Infering parallel compilers (C and Fortran) from configure.ac - Remove restriction to build shared with parallel - Cleanup parallel sections in configure.ac - remove large file support checks - MPE fixes. tested with h5committest. | ||||
* | [svn-r26161] Fix cmake case. | Allen Byrne | 2015-02-12 | 1 | -0/+2 |
| | | | | | Turn on F2003 by default. Set source properties in fortran cmake files. | ||||
* | [svn-r25929] Description: | Quincey Koziol | 2014-12-29 | 1 | -1/+1 |
| | | | | | | | | | | Clean up EOF code within library and add 'mem_type' parameter to 'get_eof' VFD callback, to avoid various ambiguous situations, particularly with the multi VFD. (Supports changes for 'avoid_truncate' feature also) Tested on: MacOSX/64 10.10.1 (amazon) w/serial & parallel h5committest forthcoming | ||||
* | [svn-r25626] Changed the callback function integer type from INTEGER to ↵ | Scot Breitenfeld | 2014-09-26 | 1 | -1/+1 |
| | | | | INTEGER(C_INT) for portability, HDFFV-8909. | ||||
* | [svn-r25618] Added tests for HDFFV-8879 | Scot Breitenfeld | 2014-09-25 | 1 | -0/+39 |
| |