summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26547] Merged changes from the trunk into the branch:Scot Breitenfeld2015-03-2343-1435/+1434
| | | | | | svn merge -r26029:26536 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: h5committest
* [svn-r26544] Package vars should use uppercase prefixAllen Byrne2015-03-231-0/+2
|
* [svn-r26540] Update minimum cmake versionAllen Byrne2015-03-233-4/+4
|
* [svn-r26538] Add INSTALL_TYPES to packaging for defaultsAllen Byrne2015-03-231-6/+21
|
* [svn-r26533] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-0/+1
| | | | | | Add PL header to public list Tested: windows
* [svn-r26532] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-16/+41
| | | | Tested: windows
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-2313-193/+147
| | | | Tested: windows
* [svn-r26520] Snapshot version 1.8 release 15 (snap12)HDF Tester2015-03-225-17/+17
|
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-1611-183/+335
| | | | h5committest
* [svn-r26444] Merge r26382 from trunk to hdf5_1_8:Mike McGreevy2015-03-132-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-r26432] merged r26389 from the trunk to fix 1.6 API issue.Scot Breitenfeld2015-03-111-1/+1
|
* [svn-r26425] 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-r26419] merged r26373 and r26380 from the trunk into the branch.Scot Breitenfeld2015-03-105-107/+107
| | | | tested: h5committest
* [svn-r26416] Fix script modeAllen Byrne2015-03-101-10/+11
|
* [svn-r26413] Merge of r26276 from trunk.Dana Robinson2015-03-109-587/+111
| | | | | | | | | | | | | | | | | | | | | | Cleans up time functions in the autotools input files. - Lumps all the time functionality together in configure.ac. This was previously more spread out due to Solaris issues with the ordering of certain checks. - Removes processing that handles __tm_gmtoff members of struct tm. (libc-4) - Removes BSDgettimeofday(). (IRIX 5.3) - Removes timezone struct processing in gettimeofday(). (considered harmful) Fixes: HDFFV-9083 and HDFFV-9085 Tested on: h5committest OS X (quail) Solaris (emu)
* [svn-r26407] Missed an H5_HAVE_FILTER_SHUFFLE line.Dana Robinson2015-03-091-1/+1
| | | | | | Part of: HDFFV-9086 Tested on: jam (minor change)
* [svn-r26398] Merges r26333 from trunkDana Robinson2015-03-0947-480/+535
| | | | | | | | | | | | | | | | 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-0967-1217/+148
| | | | | | | | | | | | | | 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-094-1/+76
| | | | | | | | Adds warning prevention pragmas, etc. to flex- and bison-generated code. Fixes: HDFFV-9149 Tested on: h5committest
* [svn-r26393] Merges r26347 and r26363 from trunkDana Robinson2015-03-093-5/+13
| | | | | | | | | | | Moves the _POSIX_C_SOURCE, _GNU_SOURCE, and _BSD_SOURCE from AM_CPPFLAGS to H5_CPPFLAGS in the Autotools configure scripts. This prevents them from being exported to h5cc, etc. which is inappropriate since they may interfere with other code. Fixes: HDFFV-9152 Tested on: h5committest
* [svn-r26391] Snapshot version 1.8 release 15 (snap11)HDF Tester2015-03-085-17/+17
|
* [svn-r26386] Merge r26375 from trunkJerome Soumagne2015-03-061-6/+11
| | | | | | Print number of times sigill_handler is called in H5detect. Part of: HDFFV-8857
* [svn-r26385] Merge r26374 from trunkJerome Soumagne2015-03-062-8/+120
| | | | | | | | | Add CMake conversion test for H5_LONG_TO_LDOUBLE_SPECIAL and H5_LDOUBLE_TO_LONG_SPECIAL (imported from configure.ac). Fixes: HDFFV-8936 Tested on: ostrich
* [svn-r26381] Correct extra folder in pathAllen Byrne2015-03-061-2/+2
|
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-0552-107/+137
| | | | Update windows wix cpack process.
* [svn-r26370] Added support for Mac OS X 10.10 Yosemeti.Albert Cheng2015-03-051-2/+9
| | | | Also updated entries for Max OS X 10.9 Mavericks.
* [svn-r26358] Revert change r25705: Add LD path to HDF5 install directory to ↵Larry Knox2015-03-042-13/+3
| | | | | | | | | address HDFFV-8944. The change broke DESTDIR builds where an older HDF5 is installed in the --prefix directory. The original problem remains. Tested with h5committest
* [svn-r26349] Merges r26348 from trunkDana Robinson2015-03-031-3/+6
| | | | | | | | | | | | Updates bin/chkmanifest to correctly handle the seven 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-r26341] Remove references to vms and vms files to be updated by this ↵Larry Knox2015-03-021-11/+3
| | | | | | | | script. VMS has been remove d from HDF5 code. Tested on jam.
* [svn-r26326] Merge of r26275 from the trunkDana Robinson2015-02-274-106/+113
| | | | | | | | | | | | | - Updated configure.ac so that the direct VFD can now be built without specifying _GNU_SOURCE, etc. on the command line. - The direct VFD is now disabled by default. It was previously enabled, but the configuration script couldn't configure it properly, making it a moot point. Fixes: HDFFV-9057, HDFFV-7567, HDFFV-9088, HDFFV-7566 Tested on jam (configure/make in various configurations only)
* [svn-r26325] Merge of r26324 from the trunkDana Robinson2015-02-271-1/+1
| | | | | | | | | | | Fixes another bug in bin/trace that prevents adding TRACE 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-r26322] Merge of r26246 and r26249 from the trunkDana Robinson2015-02-269-9/+30
| | | | | | | | | | Fixes a bug in the bin/trace script that prevented API calls which return a pointer from receiving TRACE macros. Also removes the NO TRACE warnings, which we decided were distracting and unnecessary. Tested on: jam (minor change)
* [svn-r26316] Add IS_F2003 option to def file macroAllen Byrne2015-02-261-1/+4
|
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-2649-698/+731
| | | | r26188 r26280
* [svn-r26313] Merge of r26311 from the trunkDana Robinson2015-02-261-90/+46
| | | | | | | | | Updates the bin/chkmanifest script so that it parses the output of svn commands instead of hacking at the .svn/entries file. This will make the script more future-proof and allows it to work with current Subversion repositories. Tested on: jam (bin/chkmanifest only)
* [svn-r26312] Merged r26294 from the trunk into the branch.Scot Breitenfeld2015-02-262-1/+32
|
* [svn-r26310] Merge of r26071 from features/autotools_reworkDana Robinson2015-02-266-75/+17
| | | | | | | | | | Removes the --with-default-vfd option from configure. This was basically useless and only allowed selecting the stdio VFD. Since this is a demo VFD and not really a production VFD, we decided to retire this option. Fixes: HDFFV-9081 Tested on: jam (minor change)
* [svn-r26309] Updated RELEASE.txt to indicate that VMS files have been removed.Dana Robinson2015-02-261-1/+14
|
* [svn-r26308] Merged r26214, 26217, 26233, 26241 from the trunk.Scot Breitenfeld2015-02-257-74/+237
|
* [svn-r26307] merged r26172 from the trunk.Scot Breitenfeld2015-02-257-7/+1
|
* [svn-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-2541-91/+92
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [svn-r26298] merge 26279 from trunk.Mohamad Chaarawi2015-02-2512-46/+364
| | | | | | HDFFV-883: attach callback to terminate HDF5 library when MPI_COMM_SELF is destroyed on MPI_Finalize. tested h5committest.
* [svn-r26273] Fixes compile failures when building on Windows when UNICODE is ↵Dana Robinson2015-02-222-12/+44
| | | | | | | | | | | | | | | | | defined. This was due to wrapping a variable with the TEXT() macro and not forcing the <function>A form of certain Win32 API calls are always used. Although we do not defined UNICODE in our builds, others have encountered problems when building HDF5 as a part of a larger project where UNICODE is defined. Fix for: HDFFV-8927 Tested on: 64-bit Windows 7, Visual Studio 2012, CMake 3.2 All combinations of static/shared and UNICODE defined/undefined NOTE: plugin tests are skipped with static builds
* [svn-r26264] Merge of r26225 from trunk.Dana Robinson2015-02-216-29/+14
| | | | | | | | | Removed a a work-around for a broken CodeWarrior open() call from configure that causes a test in test/tfile.c to be skipped. This change removes the H5_NO_SHARED_WRITING symbol. Tested on: jam (no code changes w/ non-CodeWarrior compilers)
* [svn-r26263] Merge of r26219 from trunk.Dana Robinson2015-02-212-1/+11
| | | | | | | Adds a comment to configure.ac noting that time and srcdir have issues when used together on Cygwin. No code changes. Tested on: jam bin/reconfigure (no code changes)
* [svn-r26240] add release.txt entries for changes made to configure.acMohamad Chaarawi2015-02-191-0/+14
|
* [svn-r26237] Updated the MANIFEST file after deleting VMS support files.Dana Robinson2015-02-191-50/+0
| | | | Tested on: bin/chkmanifest
* [svn-r26235] Removed VMS support from the library. A tag ↵Dana Robinson2015-02-1944-5503/+0
| | | | (vms_last_support_1_8) was created just before the VMS files were deleted.
* [svn-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-1848-1245/+113
| | | | | | | | | | 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
|