summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26485] Description:Quincey Koziol2015-03-196-97/+1
| | | | | | | | | Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the Sandia system where it was necessary. Tested on: Mac OSX 10.10.2 (amazon) w/serial & parallel (h5committest not necessary on this branch)
* [svn-r26483] Description:Quincey Koziol2015-03-197-84/+2
| | | | | | | | | Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26439] Remove configure checks for redundant -I/usr/include and ↵Larry Knox2015-03-121-45/+0
| | | | | | -L/usr/lib additions. Tested jam, emu, ostrich, koala, platypus, quail.
* [svn-r26437] Remove DYNAMIC_DIRS variable from configure.ac.Jerome Soumagne2015-03-111-42/+0
| | | | Does not seem to be used anymore.
* [svn-r26436] Remove GNU make check from configure.acJerome Soumagne2015-03-111-8/+0
|
* [svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file whichJerome Soumagne2015-03-1110-283/+8
| | | | | | was using it. Remove references to IRIX/irix* platform.
* [svn-r26434] Fix heading infoJerome Soumagne2015-03-111-1/+1
|
* [svn-r26429] Merge of r26393-26428 from the trunk.Dana Robinson2015-03-1150-1408/+1329
|\ | | | | | | Tested w/ h5committest
| * [svn-r26428] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-5/+7
| | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * [svn-r26427] Revert of r26426Dana Robinson2015-03-113-30/+27
| | | | | | | | | | The repository wasn't clean when I made some changes so untested code was committed.
| * [svn-r26426] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-113-27/+30
| | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * [svn-r26417] Removed compiler warnings from HL. HDF5-237Scot Breitenfeld2015-03-1024-1287/+1198
| | | | | | | | Tested: h5committest
| * [svn-r26415] Fix script modeAllen Byrne2015-03-101-10/+11
| |
| * [svn-r26412] Merge of r26081-2, 26226, and 26399 from the autotools rework ↵Dana Robinson2015-03-102-110/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch. Various tweaks for autotools thread-safety and Pthreads support. - Moved the check for pthread_attr_setscope() into the thread-safe checks section. Documented its necessity and added a cross-compiling option and helpful comment. - Moved the high-level library checks up to the same place where Fortran and C++ are checked. This will make it easier to handle threadsafe/high-level combinations later. - Also changed the default of --enable-pthread to 'check', which is the same as the old 'yes' behavior where we just check the standard locations. 'yes' and 'no' are still accepted, though 'no' will currently produce an error since the autotools only support Pthreads. Fixes: HDFFV-9087 Tested on: h5committest jam (w/ threadsafe)
| * [svn-r26408] Missed an H5_HAVE_FILTER_SHUFFLE line.Dana Robinson2015-03-091-1/+1
| | | | | | | | | | | | Part of: HDFFV-9086 Tested on: jam (minor change)
| * [svn-r26405] Removed compiler warnings, hl/examples:Scot Breitenfeld2015-03-0917-86/+62
| | | | | | | | | | | | HDF5-237 tested: h5committest
| * [svn-r26403] changes to comments and test should use unsigned var.Allen Byrne2015-03-092-3/+3
| |
| * [svn-r26401] Fixed warnings in the C stubs for Fortran wrappers. See ↵Elena Pourmal2015-03-094-20/+53
| | | | | | | | | | | | Crucible review HDF5-238. Tested on platypus with gcc/gfortran 4.9.2, jam and emu with the default compilers.
* | [svn-r26424] Made the chkmanifest script a little more sh-friendly.Dana Robinson2015-03-111-5/+7
| | | | | | | | | | Tested on: Manually on local Linux by modifying svn-controlled files.
* | [svn-r26423] Made the thread-safe + high-level library combination ↵Dana Robinson2015-03-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "unsupported". A detailed error message is emitted if this combination is attempted. Builders can use --enable-unsupported to build the combo. Note that default builds will now need to use --disable-hl with --enable-threadsafe since the high-level library is built by default. Part of: HDFFV-8719 Tested on: Local Linux w/ various combinations of configure options.
* | [svn-r26422] Fixes autogen.sh errors caused by r26410 that produced:Dana Robinson2015-03-115-25/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CXX_SHARED_CONDITIONAL does not appear in AM_CONDITIONAL This was due to a removed AM_CONDITIONAL macro in configure.ac. The CXX_SHARED_CONDITIONAL code was removed from the Makefile.am files. Additionally, the C++ shared library build settings field in libhdf5.settings file was updated. Tested on: local linux VM w/ C++ --enable-shared --enable-static --enable-shared --disable-static --disable-shared --enable-static
* | [svn-r26410] HDFFV-9131: remove obsolete functions and other small changesAllen Byrne2015-03-091-108/+9
| |
* | [svn-r26399] Converted an AC_TRY_RUN macro to an AC_RUN_IFELSE macro.Dana Robinson2015-03-091-17/+19
| | | | | | | | | | | | | | | | Used with checking Pthread scope. Part of: HDFFV-9087 Tested on: Local Linux w/ thread-safety enabled
* | [svn-r26397] Manually added flex/bison warning disable pragmas from r26351Dana Robinson2015-03-091-0/+31
| | | | | | | | | | | | | | | | | | | | from the trunk. Fixes: HDFFV-9149 Tested on: jam - examined gcc 4.9.2 output for warnings - ran 'make check' in hl directory
* | [svn-r26396] Merge of r26349-26392 from the trunk.Dana Robinson2015-03-0935-267/+737
|\ \ | |/ | | | | Tested on: h5committest
| * [svn-r26392] Reinstates r26327-8, which had been reverted due to failures onDana Robinson2015-03-096-61/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Solaris and OS X. Added public API functions that expose the C library's memory allocator for use in filter functions that need to allocate or resize buffers. Intended for use with filter plugins, particularly on Windows, where C runtime (CRT) issues can cause problems. Fixes: HDFFV-9100 Tested on: h5committest + OS X (quail) + Solaris (emu)
| * [svn-r26389] Revision 26387 failed with configure option ↵Larry Knox2015-03-081-1/+1
| | | | | | | | | | | | | | | | --with-default-api-version=v16. Changed H5Dcreate() to H5Dcreate2 in test/trefer.c line 633. Tested with h5committest and with --with-default-api-version=v16 on platypus.
| * [svn-r26387] warning fixes from Feb27.Mohamad Chaarawi2015-03-068-24/+32
| |
| * [svn-r26382] Merge r26289 from autotools_rework branch to trunk:Mike McGreevy2015-03-062-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: Fix HDFFV-9124 - Remove old libtool post-processing Description:   This revision removes some post-processing of the generated libtool script, which was added back in 2003 (see svn revisions 6285 and 6293) to address a deficiency in which the script failed to set the '$wl' variable for icc and pgcc compilers. Libtool has since fixed the issue, and the post-processing we've been running has essentially been a no-op for years, so it's safe for us to remove the post-processing snippet. Tested: Jam using pgcc and icc compilers.
| * [svn-r26380] Recapture updated error files for h5dump testsAllen Byrne2015-03-063-105/+21
| |
| * [svn-r26375] Print number of times sigill_handler is called in H5detect.Jerome Soumagne2015-03-051-6/+11
| | | | | | | | Part of: HDFFV-8857
| * [svn-r26374] Add CMake conversion test for H5_LONG_TO_LDOUBLE_SPECIAL andJerome Soumagne2015-03-052-8/+120
| | | | | | | | | | | | | | | | H5_LDOUBLE_TO_LONG_SPECIAL (imported from configure.ac). Fixes: HDFFV-8936 Tested on: ostrich
| * [svn-r26373] Fix for HDFFV-7959:Scot Breitenfeld2015-03-052-2/+86
| | | | | | | | | | | | H5Rdereference should check for default (HADDR_UNDEF) value and not continue processing and return so that ret value can be checked and handled properly Tested: jam (gnu)
| * [svn-r26367] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-051-0/+53
| |
| * [svn-r26366] Update windows wix cpack process.Allen Byrne2015-03-051-0/+11
| |
| * [svn-r26365] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-0510-60/+165
| | | | | | | | | | | | Update windows WiX packaging. h5committested
| * [svn-r26363] Partial revert of r26347.Dana Robinson2015-03-043-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since off_t is exposed by the C API, the large file definitions MUST be exposed so that client code matches the library. These definitions have been switched back to AM_CPPFLAGS, which is exported to h5cc, etc. The POSIX and GNU definitions changes from r26347 have been left as using H5_CPPFLAGS, which is not sent to h5cc as we don't want to inflict our needs on external users. Fixes: HDFFV-9152 Tested on: h5committest
| * [svn-r26351] Adds warning prevention pragmas, etc. to flex- and ↵Dana Robinson2015-03-043-0/+69
| | | | | | | | | | | | | | | | bison-generated code. Fixes: HDFFV-9149 Tested on: jam w/ gcc 4.1 and koala w/ gcc 4.9
* | [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-0477-826/+1698
|\ \ | |/ | | | | Tested on: h5committest
| * [svn-r26348] Updates bin/chkmanifest to correctly handle the seven ↵Dana Robinson2015-03-031-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Subversion status columns that are output by svn stat. Previously, the script assumed that they would all be blank for newly- added files. This is not always true when merging. Part of: HDFFV-8895 Tested on: jam (bin/chkmanifest only)
| * [svn-r26347] Moves large file and POSIX/GNU defines from AM_CPPFLAGS to ↵Dana Robinson2015-03-033-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | H5_CPPFLAGS, which is where the rest of the #defines reside. The key difference is that AM_CPPFLAGS is exported to h5cc. These #defines are not necessary to consume the HDF5 API and it's bad form to inflict our build configuration on users. In particular, the GNU/POSIX defines could easily conflict with a user's. Fixes: HDFFV-9152 Tested on: h5committest
| * [svn-r26338] Remove references to vms and vms files to be updated by this ↵Larry Knox2015-03-021-11/+3
| | | | | | | | | | | | script. VMS has been removed from HDF5 code. Tested on jam.
| * [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants.Dana Robinson2015-03-0142-382/+436
| | | | | | | | | | | | | | | | | | | | | | | | - 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-r26331] Revert checking r 26327&8, which added new code and test that ↵Larry Knox2015-02-286-230/+61
| | | | | | | | | | | | fails on solaris and macs. Tested h5committest + emu and quail.
| * [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-2766-1216/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r26328] Fixed a typo in tmisc.c.Dana Robinson2015-02-271-1/+1
| |
| * [svn-r26327] Added public API functions that expose the C library's memory ↵Dana Robinson2015-02-276-61/+230
| | | | | | | | | | | | | | | | | | | | | | | | allocator for use in filter functions that need to allocate or resize buffers. Intended for use with filter plugins, particularly on Windows, where C runtime (CRT) issues can cause problems. Fixes: HDFFV-9100 tested on: jam (minor, localized change)
| * [svn-r26324] Fixes another bug in bin/trace that prevents adding TRACE ↵Dana Robinson2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | macros to API calls that use a FUNC_ENTER macro that does not include parentheses. This does not affect any source code at this time. Part of: HDFFV-9141 Tested on: jam (bin/trace behavior only)
| * [svn-r26321] Fix for HDFFV-9042.Scot Breitenfeld2015-02-262-0/+90
| | | | | | | | tested: h5commit
| * [svn-r26320] Trigger component install optionsAllen Byrne2015-02-261-7/+25
| |