summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27607] merge from trunk.Mohamad Chaarawi2015-08-2813-205/+81
|\
| * [svn-r27605] Fix potential memory error when using a dataspace that was ↵Neil Fortner2015-08-281-1/+1
| | | | | | | | | | | | | | | | created with H5Screate and had its extent set by H5Sextent_copy. Tested: jam, ostrich (h5committest)
| * [svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed ↵Dana Robinson2015-08-271-1/+0
| | | | | | | | | | | | | | | | and causes problems on Windows. Tested on: jam, with and without --enable-threadsafe
| * [svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. ↵Dana Robinson2015-08-262-10/+42
| | | | | | | | | | | | | | | | | | | | This call can be used to determine at runtime if the library was built with thread-safety. Fixes HDFFV-9496 Tested on: h5committest
| * [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-1/+7
| | | | | | | | Added new option SKIP_HDF5_FORTRAN_SHARED
| * [svn-r27581] Fixed a bug in the FUNC_ENTER macros. API calls of the form ↵Dana Robinson2015-08-261-3/+18
| | | | | | | | | | | | | | | | H5xx_* were flagged as H5XX_, which is a non-public API form. Tested on: h5committest
| * [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-249-190/+14
| | | | | | | | | | | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
* | [svn-r27576] - mark the entry as indepndent when expunged.Mohamad Chaarawi2015-08-251-0/+6
| | | | | | | | - disable the metadata coll hint for smoke checks 1 & 2.
* | [svn-r27573] fix serial build.Mohamad Chaarawi2015-08-251-0/+6
| |
* | [svn-r27558] merge from trunk.Mohamad Chaarawi2015-08-2428-337/+528
|\ \ | |/
| * [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-242-3/+3
| |
| * [svn-r27549] Description:Quincey Koziol2015-08-2218-293/+385
| | | | | | | | | | | | | | | | | | | | Update the file format debugging routines to match the recent changes to the metadata cache, along with a few other cleanups and miscellaneous enhancements. Tested on: MacOSX/64 10.10.5 (amazon) (h5committest forthcoming)
| * [svn-r27548] Revert r27545Jerome Soumagne2015-08-215-24/+5
| |
| * [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-215-5/+24
| | | | | | | | | | | | available Fix tests accordingly
| * [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-1/+0
| | | | | | | | Tested: h5committest
| * [svn-r27515] Correct spelling of functionAllen Byrne2015-08-171-1/+1
| |
| * [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-172-3/+3
| |
| * [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-113-6/+77
| | | | | | | | Tested: h5committest --PASSED--
| * [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-113-77/+6
| |
| * [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-055-869/+866
| |\
| | * [svn-r27459] Merge of 27411 from revise_chunks.Dana Robinson2015-08-044-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed a few "h5tri_t extended" variables to "h5tri_t was_extended". Apparently, "extended" is a typedef name someplace in the headers used on Solaris, which causes potentially confusing warnings to be emitted. Tested on: h5committest Solaris w/ Solaris Studio (emu)
| * | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-0517-900/+995
| | | | | | | | | | | | Tested: local linux with CMake
| * | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-227-222/+541
| |\ \
| * \ \ [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-143-4/+5
| |\ \ \
| * \ \ \ [svn-r27357] svn merge -r27208:27356 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-092-3/+3
| |\ \ \ \
| * \ \ \ \ [svn-r27334] svn merge -r27326:27332 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-021-0/+2
| |\ \ \ \ \
| * | | | | | [svn-r27328] updated reconfigureScot Breitenfeld2015-07-021-25/+28
| | | | | | |
| * | | | | | [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-0290-11602/+14837
| |\ \ \ \ \ \
| * | | | | | | [svn-r27228] restricted __float128 to gnu compilersScot Breitenfeld2015-06-171-0/+3
| | | | | | | |
| * | | | | | | [svn-r27225] new test for __float128Scot Breitenfeld2015-06-171-1/+1
| | | | | | | |
| * | | | | | | [svn-r27223] Added check for quadmath.hScot Breitenfeld2015-06-171-0/+3
| | | | | | | |
| * | | | | | | [svn-r27221] Reworked Fortran autools REAL KIND detection.Scot Breitenfeld2015-06-162-0/+23
| | | | | | | |
| * | | | | | | [svn-r27209] svn merge -r27186:27208 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-169-3417/+2442
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ [svn-r27187] svn merge -r27135:27186 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-1038-493/+640
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [svn-r27186] added fix for jam with promoted reals and integersScot Breitenfeld2015-06-101-0/+1
| | | | | | | | | |
| * | | | | | | | | [svn-r27167] more DT fixesScot Breitenfeld2015-06-092-0/+4
| | | | | | | | | |
| * | | | | | | | | [svn-r27164] various bug fixes for DTScot Breitenfeld2015-06-082-0/+4
| | | | | | | | | |
| * | | | | | | | | [svn-r27154] fixed issue with mis-matching long double between Fortran and CScot Breitenfeld2015-06-052-0/+4
| | | | | | | | | |
| * | | | | | | | | [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+1
| | | | | | | | | |
| * | | | | | | | | [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-032-0/+4
| | | | | | | | | |
| * | | | | | | | | [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-02122-1068/+1166
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [svn-r27122] removed dependency on generatored fortran source codeScot Breitenfeld2015-05-282-2/+1
| | | | | | | | | | |
| * | | | | | | | | | [svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-05-27108-2804/+2793
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-272-0/+17
| | | | | | | | | | | |
| * | | | | | | | | | | [svn-r26917] added conditional for C_LONG_DOUBLEScot Breitenfeld2015-04-231-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | [svn-r26911] svn merge -r26866:26910 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-231-9/+25
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-212-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --enable-fortran
| * | | | | | | | | | | | [svn-r26867] svn merge -r26837:26866 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-2115-167/+281
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-201-0/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | [svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-176-341/+490
| |\ \ \ \ \ \ \ \ \ \ \ \ \