Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27151] fixed __float128 errors | Scot Breitenfeld | 2015-06-04 | 11 | -21/+33 |
| | |||||
* | [svn-r27140] fixed interger*16 support | Scot Breitenfeld | 2015-06-03 | 14 | -230/+277 |
| | |||||
* | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-06-02 | 4 | -11/+11 |
|\ | |||||
| * | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 4 | -61/+61 |
| | | | | | | | | | | | | | | | | * 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-r27127] Snapshot version 1.9 release 220 | HDF Tester | 2015-06-01 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27136] defines size and kinds | Scot Breitenfeld | 2015-06-02 | 1 | -0/+19 |
| | | |||||
* | | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵ | Scot Breitenfeld | 2015-06-01 | 27 | -870/+823 |
| | | | | | | | | quad precision. | ||||
* | | [svn-r27122] removed dependency on generatored fortran source code | Scot Breitenfeld | 2015-05-28 | 8 | -19/+18 |
| | | |||||
* | | [svn-r27119] handles INTEGER*16 case | Scot Breitenfeld | 2015-05-28 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27118] fixed character length | Scot Breitenfeld | 2015-05-28 | 1 | -1/+1 |
| | | |||||
* | | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk | Scot Breitenfeld | 2015-05-27 | 4 | -1/+8 |
|\ \ | |/ | |||||
| * | [svn-r27110] Snapshot version 1.9 release 219 | HDF Tester | 2015-05-24 | 1 | -1/+1 |
| | | |||||
| * | [svn-r27092] Snapshot version 1.9 release 218 | HDF Tester | 2015-05-17 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26997] Snapshot version 1.9 release 217 | HDF Tester | 2015-05-03 | 1 | -1/+1 |
| | | |||||
| * | [svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality. | Dana Robinson | 2015-04-30 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | The H5F_ACC_DEBUG symbol remains but has been defined to zero and has been listed as deprecated. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD 32-bit Linux w/ C++ and Fortran and multi VFD (no deprec symbols) | ||||
| * | [svn-r26963] HDFFV-9298: make uninstall generated "test: argument expected" ↵ | Albert Cheng | 2015-04-29 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | lines The error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists. | ||||
* | | [svn-r27115] Moved testing KINDs and SIZEOFs to configure. | Scot Breitenfeld | 2015-05-27 | 15 | -412/+386 |
| | | |||||
* | | [svn-r27019] Fixed print statement. | Scot Breitenfeld | 2015-05-05 | 1 | -3/+1 |
| | | |||||
* | | [svn-r27002] removed the use of deprecated APIs | Scot Breitenfeld | 2015-05-04 | 1 | -7/+9 |
| | | |||||
* | | [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-r26988] Fix name of generated file | Allen Byrne | 2015-05-01 | 1 | -1/+5 |
| | | |||||
* | | [svn-r26983] Added C_CHAR to compound type. | Scot Breitenfeld | 2015-04-30 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26973] changed "_c (" to "_c(" | Scot Breitenfeld | 2015-04-29 | 1 | -228/+228 |
| | | |||||
* | | [svn-r26972] Removed unused C functions. | Scot Breitenfeld | 2015-04-29 | 4 | -469/+0 |
| | | | | | | | | See HDFFV-9291: Check for unused C functions | ||||
* | | [svn-r26969] Added H5KINDff.F90 to output and moved to end of source list. | Allen Byrne | 2015-04-29 | 1 | -7/+3 |
| | | |||||
* | | [svn-r26968] Removed H5A,H5D and H5P declarations which now use the KIND ↵ | Scot Breitenfeld | 2015-04-29 | 1 | -117/+0 |
| | | | | | | | | findings. | ||||
* | | [svn-r26952] Added dependencies for H5_KINDff.F90 | Scot Breitenfeld | 2015-04-28 | 2 | -2/+2 |
| | | |||||
* | | [svn-r26950] Added DLL exports for windows. | Scot Breitenfeld | 2015-04-28 | 1 | -0/+52 |
| | | |||||
* | | [svn-r26937] added generated Fortran file to Fortran CMakeList.txt | Scot Breitenfeld | 2015-04-28 | 3 | -10/+72 |
| | | |||||
* | | [svn-r26934] H5test_kind.F90 now generates all the interfaces for H5A, H5D, ↵ | Scot Breitenfeld | 2015-04-27 | 9 | -3062/+587 |
| | | | | | | | | and H5P REAL interfaces depending on the KIND available. | ||||
* | | [svn-r26920] fixed typo | Scot Breitenfeld | 2015-04-24 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26919] fixed real promoted to 8 bytes | Scot Breitenfeld | 2015-04-24 | 3 | -107/+185 |
| | | |||||
* | | [svn-r26917] added conditional for C_LONG_DOUBLE | Scot Breitenfeld | 2015-04-23 | 4 | -11/+59 |
| | | |||||
* | | [svn-r26916] cleaned-up comments | Scot Breitenfeld | 2015-04-23 | 1 | -6/+13 |
| | | |||||
* | | [svn-r26915] Added missing long_double APIs. | Scot Breitenfeld | 2015-04-23 | 2 | -1/+74 |
| | | |||||
* | | [svn-r26912] Removed unused 'set' | Scot Breitenfeld | 2015-04-23 | 1 | -1/+0 |
| | | |||||
* | | [svn-r26895] Added missing interfaces for c_double_long. | Scot Breitenfeld | 2015-04-23 | 3 | -61/+450 |
| | | | | | | | | Added DLLs. | ||||
* | | [svn-r26893] added c_long_double interfaces and updated DLLs | Scot Breitenfeld | 2015-04-22 | 3 | -142/+873 |
| | | |||||
* | | [svn-r26887] Fixed Function H5_SIZEOF_CHAR and assumed sized character length. | Scot Breitenfeld | 2015-04-22 | 1 | -3/+3 |
| | | |||||
* | | [svn-r26886] Fixed source to avoid bug in gfortran < v4.7 Bug: 45190, 37829 | Scot Breitenfeld | 2015-04-22 | 2 | -20/+3 |
| | | |||||
* | | [svn-r26885] Fixed issues with CMake and Fortran on linux. | Scot Breitenfeld | 2015-04-22 | 2 | -6/+39 |
| | | |||||
* | | [svn-r26876] changed argument to SIZEOF. | Scot Breitenfeld | 2015-04-21 | 2 | -4/+4 |
| | | |||||
* | | [svn-r26874] Added interfaces to H5P parallel interfaces. | Scot Breitenfeld | 2015-04-21 | 1 | -4/+44 |
| | | |||||
* | | [svn-r26870] added mising TARGET | Scot Breitenfeld | 2015-04-21 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵ | Scot Breitenfeld | 2015-04-21 | 10 | -136/+82 |
| | | | | | | | | --enable-fortran | ||||
* | | [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency. | Scot Breitenfeld | 2015-04-21 | 14 | -4443/+1353 |
| | | |||||
* | | [svn-r26856] various intel compiler fixes | Scot Breitenfeld | 2015-04-20 | 3 | -6/+6 |
| | | |||||
* | | [svn-r26847] combined H5test_kind programs | Scot Breitenfeld | 2015-04-20 | 14 | -1004/+302 |
| | | |||||
* | | [svn-r26846] BIND(C) added to H5 general functions | Scot Breitenfeld | 2015-04-20 | 3 | -77/+55 |
| | | |||||
* | | [svn-r26845] H5P and H5A BIND(C) added to APIs | Scot Breitenfeld | 2015-04-20 | 6 | -2022/+1258 |
| | |