summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-16/+33
| | | | Add mod file changes from trunk
* [svn-r27603] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-283-22/+22
| | | | | Added new option SKIP_HDF5_FORTRAN_SHARED. Adjust H5_HAVE_THREADSAFE only on SHARED libs.
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-1912-93/+244
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-081-4/+4
| | | | | | | | | - Add a new attribute function characterstic for format: * 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-r26964] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-294-0/+4
| | | | | | | | | 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-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and ↵Elena Pourmal2015-04-073-6/+6
| | | | LT_VERS_REVISION to 1 and ran reconfigure.
* [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and ↵Elena Pourmal2015-04-073-3/+3
| | | | Updated RELEASE.txt for the new work to be entered.
* [svn-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-0414-14/+0
| | | | | | Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
* [svn-r26717] Merge revisions 26387, 26649, 26650, 26678, and 26691 from ↵Mohamad Chaarawi2015-04-033-13/+11
| | | | trunk to squish warnings.
* [svn-r26700] Generators are only built staticAllen Byrne2015-04-012-4/+4
| | | | Plugin test for disable state does not print error stack and does not print FAILED
* [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.Allen Byrne2015-04-0116-48/+2
|
* [svn-r26686] Add new test from test scriptAllen Byrne2015-03-311-1/+19
|
* [svn-r26681] Merge r26677 from trunk.Albert Cheng2015-03-314-25/+69
| | | | | | | | | | | | | | | HDFFV-8957: h52gif crashes when run against one of our own examples The tool claimed it could handle 24bit images but there was no code to handle it. (or might be there were but was removed by previous revisions.) Also discovered that it does not accept multiple images nor -p for palette as its user document and online help message indicated. Solution: Added code to verify dimension sizes are within 8 bit raster images limit and added tests to verify the tools correctness. Need to update user document tool. Tested: h5committested.
* [svn-r26658] Correct windows define for exports/importsAllen Byrne2015-03-304-145/+145
|
* [svn-r26656] Correct windows define for exports/importsAllen Byrne2015-03-301-1/+1
|
* [svn-r26654] Bring trunk CMake changes to branch.Allen Byrne2015-03-303-27/+27
| | | | Tested: local linux
* [svn-r26615] merged r26575 from the trunk into the branch.Scot Breitenfeld2015-03-276-48/+52
| | | | Tested: h5committest
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-2610-17/+17
|
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-2514-28/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26581] Merge r26526 from trunkJerome Soumagne2015-03-252-2/+2
| | | | | | Remove SETX variable from Makefile.am/Makefile.in Part of: HDFFV-9164
* [svn-r26576] Merged r26321,r26405,r26417 from the trunk into the branch.Scot Breitenfeld2015-03-2541-1274/+1247
| | | | Tested: h5committest
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-0/+2
| | | | Tested: windows
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-162-74/+74
| | | | h5committest
* [svn-r26398] Merges r26333 from trunkDana Robinson2015-03-095-102/+102
| | | | | | | | | | | | | | | | Eliminates gcc warnings due to -Wunsuffixed-float-constants. - 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. - Additionally, some 1.8-specific float suffixes were added. Fixes: HDFFV-9148 Tested on: h5committest
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-0914-70/+0
| | | | | | | | | | | | | | 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. Fixes: HDFFV-9086 Tested on: h5committest
* [svn-r26394] Merges r26351 from trunkDana Robinson2015-03-092-0/+38
| | | | | | | | Adds warning prevention pragmas, etc. to flex- and bison-generated code. Fixes: HDFFV-9149 Tested on: h5committest
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-0513-19/+15
| | | | Update windows wix cpack process.
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-2614-14/+28
| | | | r26188 r26280
* [svn-r26312] Merged r26294 from the trunk into the branch.Scot Breitenfeld2015-02-262-1/+32
|
* [svn-r26307] merged r26172 from the trunk.Scot Breitenfeld2015-02-257-7/+1
|
* [svn-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-2514-33/+33
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [svn-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-1814-14/+0
| | | | | | | | | | configure fixes for HDFFV-9068,9069,9096,9097,9135 from 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.
* [svn-r26201] Merged r26170 from the trunk.Scot Breitenfeld2015-02-184-1/+146
|
* [svn-r26064] HDFFV-9018: Install PDB files to bin folder with dlls.Allen Byrne2015-01-283-4/+4
| | | | Tested: windows
* [svn-r25705] Add LD path to HDF5 install directory to address HDFFV-8944.Larry Knox2014-10-143-0/+6
| | | | Tested with h5committest and failed external daily tests.
* [svn-r25673] Change version to 1.8.15-snap0.Albert Cheng2014-10-063-3/+3
|
* [svn-r25669] Snapshot version 1.8 release 14 (snap18)HDF Tester2014-10-053-6/+6
|
* [svn-r25643] merged change 23241 into the branch.Scot Breitenfeld2014-10-012-4/+4
|
* [svn-r25642] merged changes 25614,25629,25631 into branch.Scot Breitenfeld2014-09-308-36/+459
|
* [svn-r25523] Snapshot version 1.8 release 14 (snap10)HDF Tester2014-08-103-1778/+3302
|
* [svn-r25497] Description:Quincey Koziol2014-07-3013-247/+231
| | | | | | | | | | Merge changes that correspond to the 64-bit ID changes (without the actual switch to 64-bit IDs) to the 1.8 release branch. (Plus a few minor cleanups and alignments with the trunk 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-r25402] Bring 25397/8 from trunk:Mohamad Chaarawi2014-07-1014-14/+0
| | | | | | | - remove configure checks for MPI_File_get_size and Big MPI_File_set_size as they are supported by MPIO implementations today. - fix bug in t_mpi.c (HDFFV-8856) tested with h5committest.
* [svn-r25400] bug fixes where a wrong type was used instead of hid_t.Mohamad Chaarawi2014-07-091-2/+2
|
* [svn-r25222] Merge cmake_ext_mod into 1.8Allen Byrne2014-05-271-1/+1
|
* [svn-r25209] Description:Quincey Koziol2014-05-211-1631/+1367
| | | | | | | | | | | | | | | | | | | Bring r25206 & r25207 from trunk to 1.8 branch: r25206: Add new warning flags for gcc 4.9.x r25207: Merge changes from Coverity branch to trunk: r20907: Original issue was #338. Refactored code to clean up allocations consistantly, completely, check all returns, assign initialization values and handle errors. Tested on: MacOSX/64 10.9.3 (amazon) w/C++, FORTRAN & parallel (h5committested on trunk)
* [svn-r25198] Description:Quincey Koziol2014-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r25197 from trunk to 1.8 branch: Bring changes from hdf5_1_8_coverity branch back to trunk: r20878: Issue 76: Check if H5Tget_nmembers(type) fails and simply return(FALSE). Also move printf to after check. r20880: Issue 192: Create ret_val var set to -1. Add out label for failures to jump to, return ret_val at bottom. r20882: Fixes for coverity: 1) bug #1679: remove dead code in test/mf.c 2) bug #1680: remove dead code in tools/lib/h5diff_dset.c r20883: Fix coverity issue 585 Description: Changed variable "c" in processStrData in h5import.c to an int, to match fgetc return value, and removed call to feof, instead checking if c == EOF. Tested on: MacOSX/64 10.9.3 (amazon) w/C++, FORTRAN & parallel (too minor to require h5committest)
* [svn-r25106] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-2517-41/+12
| | | | | | | | back fix for removing rpaths from lib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath configure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and on emu and kite.
* [svn-r25074] HDFFV-8709: Add changes for HDFFV-8676, -8677, -8678Allen Byrne2014-04-224-94/+101
| | | | Tested: local linux
* [svn-r25068] Fix for HDFFV-8276, the --disable-sharedlib-rpath configure ↵Larry Knox2014-04-186-12/+27
| | | | | | | | | | | | | optino doesn't remove rpaths from th e library files, was checked into trunk in September 2013, but not into the 1.8 branch. part of the code was merged to v1.8 in the interim for fortran, but not for hl or c++. The rest is mer ged in this revision. The --disable-sharedlib-rpath option seems to have no effect on non-Linux platforms. Tested with h5committest on jam, koala, ostrich and platypus. Tested with --disble-sharedlib-rpath option on jam, platypus, emu and quail. Absence of rpaths verified on jam and platypus.
* [svn-r25036] Maintenance before creating 1_8_13 branch: changed version ↵Elena Pourmal2014-04-143-3/+3
| | | | number to 1.8.14-snap0