Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27115] Moved testing KINDs and SIZEOFs to configure. | Scot Breitenfeld | 2015-05-27 | 18 | -182/+524 |
| | |||||
* | [svn-r27023] Changed H5I to H5IM | Scot Breitenfeld | 2015-05-05 | 1 | -12/+12 |
| | |||||
* | [svn-r27021] Added hdf5_hl_fortrandll.def to hl library build. | Scot Breitenfeld | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | [svn-r27020] fixed HL Fortran Binary dir. | Scot Breitenfeld | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | [svn-r27006] Added hdf5_hl_fortrandll.def to hl library build. | Scot Breitenfeld | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | [svn-r26976] Added TARGET. | Scot Breitenfeld | 2015-04-30 | 1 | -11/+11 |
| | |||||
* | [svn-r26975] Renamed variable to eliminate conflict. | Scot Breitenfeld | 2015-04-30 | 1 | -14/+14 |
| | |||||
* | [svn-r26974] spelling | Scot Breitenfeld | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | [svn-r26971] fixed declaration of h5ltget_attribute_c | Scot Breitenfeld | 2015-04-29 | 2 | -7/+7 |
| | |||||
* | [svn-r26970] Added new pointer APIs for h5ltmake_dataset ahd h5ltread_dataset. | Scot Breitenfeld | 2015-04-29 | 4 | -25/+172 |
| | |||||
* | [svn-r26918] fixed H5_FORTRAN_HAVE_C_LONG_DOUBLE | Scot Breitenfeld | 2015-04-24 | 2 | -20/+20 |
| | |||||
* | [svn-r26917] added conditional for C_LONG_DOUBLE | Scot Breitenfeld | 2015-04-23 | 2 | -3/+43 |
| | |||||
* | [svn-r26908] Added missing c_long_double interfaces, now handles promotion ↵ | Scot Breitenfeld | 2015-04-23 | 10 | -8117/+1085 |
| | | | | of reals and integers to 8 bytes, added C wrappers that take pointers from Fortran. | ||||
* | [svn-r26896] added LONG_DOUBLE interfaces | Scot Breitenfeld | 2015-04-23 | 2 | -1/+1925 |
| | |||||
* | [svn-r26882] renamed .f90 fo .F90 | Scot Breitenfeld | 2015-04-22 | 1 | -4/+4 |
| | |||||
* | [svn-r26881] Added BIND(C) to the Fortran HL APIs, and fixed the issue with ↵ | Scot Breitenfeld | 2015-04-22 | 4 | -1636/+1360 |
| | | | | -r8 (or equiv.) being specified. | ||||
* | [svn-r26875] Added BIND(C) to interfaces. | Scot Breitenfeld | 2015-04-21 | 3 | -1398/+1256 |
| | |||||
* | [svn-r26873] Added BIND(C) and moved to .F90 extension. | Scot Breitenfeld | 2015-04-21 | 10 | -966/+868 |
| | |||||
* | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵ | Scot Breitenfeld | 2015-04-21 | 14 | -42/+0 |
| | | | | --enable-fortran | ||||
* | [svn-r26825] Added include for preprocessing fortran files with configure ↵ | Scot Breitenfeld | 2015-04-16 | 14 | -21/+35 |
| | | | | definitions | ||||
* | [svn-r26785] Snapshot version 1.9 release 216 | HDF Tester | 2015-04-12 | 3 | -3/+3 |
| | |||||
* | [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵ | Larry Knox | 2015-04-02 | 17 | -17/+3 |
| | | | | | | | | 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-r26699] Generators are only built static | Allen Byrne | 2015-04-01 | 2 | -4/+4 |
| | |||||
* | [svn-r26685] Add new test from test script | Allen Byrne | 2015-03-31 | 1 | -1/+19 |
| | |||||
* | [svn-r26660] HDFFV-9131: autotols rework | Allen Byrne | 2015-03-30 | 16 | -48/+2 |
| | | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest | ||||
* | [svn-r26646] Bug fix: HDFFV-8957 h52gif crashes when run against one of our ↵ | Albert Cheng | 2015-03-30 | 4 | -25/+69 |
| | | | | | | | | | | | | | | | | | | own examples. Description: h52gif crashed when it was asked to convert a 24bitimage. Upon viewing the code, it did not prepare to handle images other than 2 dimensions. It has no concept of multiple planes images. Further examinations showed past attempts to fix it ended up removed some abilities (-p or multiple planes, animation, ...) have been removed but documentation was not updated. Even its online help message still shows -p is an option. Solution: added protection code to flag errors if input request is not an 8bit image within size limits. (I don't have enough knowledge of the GIF format to fix this tool. All I did was plugging known bug from crashing the program.) Tested: h5committest. | ||||
* | [svn-r26594] Merge macros and fortran changes from dual_binary feature. | Allen Byrne | 2015-03-25 | 10 | -42/+42 |
| | | | | Tested: local linux | ||||
* | [svn-r26575] Removed compiler warning for hl/tools and hl/src. | Scot Breitenfeld | 2015-03-25 | 6 | -48/+52 |
| | | | | | | HDF5-250 and HDF5-241 tested: h5committest | ||||
* | [svn-r26526] Merge r26524 from autotools_rework branch | Jerome Soumagne | 2015-03-23 | 2 | -2/+2 |
| | | | | | | Remove SETX variable from Makefile.am/Makefile.in Part of: HDFFV-9164 | ||||
* | [svn-r26509] Run reconfigure after merges from autotools_rework branch. | Jerome Soumagne | 2015-03-20 | 14 | -28/+0 |
| | |||||
* | [svn-r26472] Remove duplicate src dir | Allen Byrne | 2015-03-18 | 1 | -4/+0 |
| | |||||
* | [svn-r26459] Snapshot version 1.9 release 215 | HDF Tester | 2015-03-15 | 3 | -3/+3 |
| | |||||
* | [svn-r26417] Removed compiler warnings from HL. HDF5-237 | Scot Breitenfeld | 2015-03-10 | 23 | -1188/+1095 |
| | | | | Tested: h5committest | ||||
* | [svn-r26405] Removed compiler warnings, hl/examples: | Scot Breitenfeld | 2015-03-09 | 17 | -86/+62 |
| | | | | | | HDF5-237 tested: h5committest | ||||
* | [svn-r26387] warning fixes from Feb27. | Mohamad Chaarawi | 2015-03-06 | 3 | -13/+11 |
| | |||||
* | [svn-r26351] Adds warning prevention pragmas, etc. to flex- and ↵ | Dana Robinson | 2015-03-04 | 2 | -0/+38 |
| | | | | | | | | bison-generated code. Fixes: HDFFV-9149 Tested on: jam w/ gcc 4.1 and koala w/ gcc 4.9 | ||||
* | [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants. | Dana Robinson | 2015-03-01 | 3 | -28/+28 |
| | | | | | | | | | | | | - Adds 'F' suffixes for most float constants. - A few constants MUST be of type double. These now receive the long double L suffix and are then cast to double. I do this via a new H5_DOUBLE() macro which was added to H5private.h. Fixes: HDFFV-9148 Tested on: h5committest | ||||
* | [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵ | Dana Robinson | 2015-02-27 | 14 | -70/+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-r26321] Fix for HDFFV-9042. | Scot Breitenfeld | 2015-02-26 | 2 | -0/+90 |
| | | | | tested: h5commit | ||||
* | [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵ | Mohamad Chaarawi | 2015-02-25 | 14 | -33/+33 |
| | | | | make clean. | ||||
* | [svn-r26294] Fix for HDFFV-9132. | Scot Breitenfeld | 2015-02-24 | 2 | -1/+32 |
| | | | | tested: h5committest | ||||
* | [svn-r26253] Update CMake with fortran source properties and defines, ↵ | Allen Byrne | 2015-02-20 | 6 | -149/+151 |
| | | | | correct name of hl fortran examples option check | ||||
* | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 13 | -13/+13 |
| | |||||
* | [svn-r26188] Merged autotools fixes into the trunk: | Scot Breitenfeld | 2015-02-16 | 14 | -14/+28 |
| | | | | 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 | 14 | -14/+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-r26177] Snapshot version 1.9 release 214 | HDF Tester | 2015-02-15 | 3 | -3/+3 |
| | |||||
* | [svn-r26172] Fix for: HDFFV-8685 -- Have one include file to use for HL ↵ | Scot Breitenfeld | 2015-02-13 | 7 | -7/+1 |
| | | | | | | libraries added hdf5.h to hdf5_hl.h | ||||
* | [svn-r26170] Fix for HDFFV-8559 | Scot Breitenfeld | 2015-02-13 | 4 | -1/+146 |
| | | | | Correction of mistyped variable and removed implicit typing for interfaces. | ||||
* | [svn-r26146] Snapshot version 1.9 release 213 | HDF Tester | 2015-02-08 | 3 | -3/+3 |
| | |||||
* | [svn-r26092] Snapshot version 1.9 release 212 | HDF Tester | 2015-02-01 | 3 | -3/+3 |
| |