summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-2541-157/+5
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26581] Merge r26526 from trunkJerome Soumagne2015-03-254-12/+12
| | | | | | Remove SETX variable from Makefile.am/Makefile.in Part of: HDFFV-9164
* [svn-r26580] Merge r26507 from trunkJerome Soumagne2015-03-251-42/+0
| | | | | | Remove DYNAMIC_DIRS variable from configure.ac Does not seem to be used anymore
* [svn-r26579] Merge r26506 from trunkJerome Soumagne2015-03-251-8/+0
| | | | Remove GNU make check from configure.ac
* [svn-r26578] Merge r26505 from trunkJerome Soumagne2015-03-258-279/+7
| | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
* [svn-r26577] Merge r26504 from trunkJerome Soumagne2015-03-251-1/+1
| | | | Fix heading info in configure.ac
* [svn-r26576] Merged r26321,r26405,r26417 from the trunk into the branch.Scot Breitenfeld2015-03-2542-1275/+1248
| | | | Tested: h5committest
* [svn-r26574] Added new C lib. changes -- MSBScot Breitenfeld2015-03-251-0/+10
|
* [svn-r26573] merge 24270 from trunk, introducing NORETURN.Mohamad Chaarawi2015-03-253-2/+5
| | | | tested with h5committest.
* [svn-r26561] Description:Quincey Koziol2015-03-247-77/+8
| | | | | | | | | | | | Bring r26491 from trunk to 1.8 branch: Bring r26257 from autotools_rework branch back to the trunk - removes the LDOUBLE_TO_INTEGER_ACCURATE macro/define, which was addressing problems with SGI systems and is no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel Daily tested on branch for >2 weeks.
* [svn-r26556] Merge the fix for HDFFV-9173 from trunk to 1_8:Vailin Choi2015-03-243-0/+20
| | | | | | H5Pset_istore_k() will validate the "ik" value to not exceed the max v1 btree entries (2 bytes) The same check for H5Pset_sym_k() "ik" value. h5committested.
* [svn-r26548] Added Fortran Changes.Scot Breitenfeld2015-03-231-2/+36
|
* [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
|