summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27632] Description:Quincey Koziol2015-08-3112-247/+85
| | | | | | | | | | Revert changes to pass file pointer to selection serialize/deserialize routines. Also patch back in some changes that were merged out in the previous merge w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
* [svn-r27630] Description:Quincey Koziol2015-08-3123-309/+533
|\ | | | | | | | | | | | | | | Bring in changes from the trunk, through r27628. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * [svn-r27626] Various minor warning fixes before major SWMR and VDS merges.Dana Robinson2015-08-3113-185/+336
| | | | | | | | | | | | | | | | | | | | | | gcc 4.9.2 was used to create the warning list - implicit casts - shadowed variables - various enum issues - other minor fixes (comments, unused macros, etc.) Tested on: h5committest
| * [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-312-0/+4
| | | | | | | | tested: h5committest
| * [svn-r27623] Added some parallel #ifdefs to H5Ocache.c to quiet compilerDana Robinson2015-08-311-1/+21
| | | | | | | | | | | | warnings. tested on: h5committest
| * [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-312-3/+3
| |
| * [svn-r27618] Description:Quincey Koziol2015-08-292-6/+4
| | | | | | | | | | | | | | | | | | | | Align w/vds branch: Remove extraneous sieve buffer flush in chunk flush callback, and move error check out of the middle of retrieving properties for dataset. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r27615] Description:Quincey Koziol2015-08-292-40/+48
| | | | | | | | | | | | | | | | | | Protect dataset that's closing from being flushed again, if it's the last one holding a file open. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r27614] Description:Quincey Koziol2015-08-291-12/+28
| | | | | | | | | | | | | | | | | | Align w/vds branch: Change code in H5O_layout_copy() to use switch for different types of dataset layouts. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r27613] Description:Quincey Koziol2015-08-294-67/+82
| | | | | | | | | | | | | | | | | | Align w/vds branch: Move code for initializing contiguous datasets into layout 'init' callback. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
| * [svn-r27612] Description:Quincey Koziol2015-08-296-85/+96
| | | | | | | | | | | | | | | | | | Align w/vds branch: Whitespace cleanup, move common code for opening a dataset into a new routine, misc. style cleanups. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest upcoming)
* | [svn-r27606] Merge revisions 27593 through 27605 from trunk to vds branch.Neil Fortner2015-08-282-2/+1
|\ \ | |/ | | | | Tested: ummon
| * [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-r27599] Ran bin/reconfigureDana Robinson2015-08-274-817/+817
| | | | | | | | tested on: jam
* | [svn-r27598] Description:Quincey Koziol2015-08-272-17/+2
| | | | | | | | Check in misc. minor code cleanups, found during code review
* | [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-2738-540/+608
|\ \ | |/ | | | | Tested: ummon
| * [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-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
| | | | | | | | | |