summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26351] Adds warning prevention pragmas, etc. to flex- and ↵Dana Robinson2015-03-042-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 Robinson2015-03-013-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 Robinson2015-02-2714-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 Breitenfeld2015-02-262-0/+90
| | | | tested: h5commit
* [svn-r26303] remove files with .clog2 extension generated by MPE when doing ↵Mohamad Chaarawi2015-02-2514-33/+33
| | | | make clean.
* [svn-r26294] Fix for HDFFV-9132.Scot Breitenfeld2015-02-242-1/+32
| | | | tested: h5committest
* [svn-r26253] Update CMake with fortran source properties and defines, ↵Allen Byrne2015-02-206-149/+151
| | | | correct name of hl fortran examples option check
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-1813-13/+13
|
* [svn-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-1614-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 Chaarawi2015-02-1614-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 214HDF Tester2015-02-153-3/+3
|
* [svn-r26172] Fix for: HDFFV-8685 -- Have one include file to use for HL ↵Scot Breitenfeld2015-02-137-7/+1
| | | | | | libraries added hdf5.h to hdf5_hl.h
* [svn-r26170] Fix for HDFFV-8559Scot Breitenfeld2015-02-134-1/+146
| | | | Correction of mistyped variable and removed implicit typing for interfaces.
* [svn-r26146] Snapshot version 1.9 release 213HDF Tester2015-02-083-3/+3
|
* [svn-r26092] Snapshot version 1.9 release 212HDF Tester2015-02-013-3/+3
|
* [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-263-4/+4
|
* [svn-r25981] Snapshot version 1.9 release 211HDF Tester2015-01-183-3/+3
|
* [svn-r25975] Snapshot version 1.9 release 210HDF Tester2015-01-113-3/+3
|
* [svn-r25949] Snapshot version 1.9 release 209HDF Tester2015-01-043-3/+3
|
* [svn-r25924] Snapshot version 1.9 release 208HDF Tester2014-12-283-3/+3
|
* [svn-r25915] Snapshot version 1.9 release 207HDF Tester2014-12-213-3/+3
|
* [svn-r25886] Snapshot version 1.9 release 206HDF Tester2014-12-143-3/+3
|
* [svn-r25864] Snapshot version 1.9 release 205HDF Tester2014-12-073-3/+3
|
* [svn-r25855] Snapshot version 1.9 release 204HDF Tester2014-11-303-3/+3
|
* [svn-r25834] Snapshot version 1.9 release 203HDF Tester2014-11-233-3/+3
|
* [svn-r25762] Snapshot version 1.9 release 202HDF Tester2014-11-023-3/+3
|
* [svn-r25755] Removed spurious casts in a few HDfree() statements.Dana Robinson2014-10-311-3/+3
| | | | | | | Discovered when I temporarily #defined HDfree() to a more complicated function while investigating something. Tested on a local linux VM. This is a very minor change.
* [svn-r25736] Snapshot version 1.9 release 201HDF Tester2014-10-263-3/+3
|
* [svn-r25720] Snapshot version 1.9 release 200HDF Tester2014-10-193-3/+3
|
* [svn-r25693] Snapshot version 1.9 release 199HDF Tester2014-10-123-3/+9
|
* [svn-r25668] Snapshot version 1.9 release 198HDF Tester2014-10-053-3/+3
|
* [svn-r25631] Fix fo HDFFV-8912Scot Breitenfeld2014-09-293-6/+30
|
* [svn-r25629] Fix for hdffv-8855.Scot Breitenfeld2014-09-292-2/+59
|
* [svn-r25627] Snapshot version 1.9 release 197HDF Tester2014-09-283-3/+3
|
* [svn-r25614] Fixed HDFFV-8670 Scot Breitenfeld2014-09-245-28/+370
| | | | *H5DSis_scale and other HL APIs do not null terminate string (and other issues)
* [svn-r25604] Snapshot version 1.9 release 196HDF Tester2014-09-213-3/+3
|
* [svn-r25591] Snapshot version 1.9 release 195HDF Tester2014-09-143-3/+3
|
* [svn-r25563] Snapshot version 1.9 release 194HDF Tester2014-08-313-3/+3
|
* [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-243-3/+3
|
* [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-173-3/+3
|
* [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-035-11/+10
|
* [svn-r25496] Description:Quincey Koziol2014-07-3011-383/+392
| | | | | | | | | Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-273-3/+3
|
* [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-203-3/+3
|
* [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-133-3/+3
|
* [svn-r25399] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-091-2/+2
|
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-0714-14/+0
| | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
* [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-063-3/+3
|
* [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-293-3/+3
|
* [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-223-3/+3
|