summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27022] Add new functions H5Pset_virtual_dataspace_bounds andNeil Fortner2015-05-0511-132/+263
| | | | | | | | | H5Pget_virtual_dataspace_bounds. Minor refactor of dataset initialization code to make this cleaner. Update h5_vds-percival-unlim-maxmin.c Other minor fixes/cleanup. Tested: ummon
* [svn-r26984] Add support for unlimited selection being clipped in the middle ↵Neil Fortner2015-04-302-20/+47
| | | | | | | | | of a block. Add tests for this (pure selection tests, needs testing with VDS). Various bug fixes. Tested: ummon
* [svn-r26967] Refactor VDS unlimited dimension code to correctly handle case ↵Neil Fortner2015-04-296-58/+131
| | | | | | | | | where selections have discrete blocks and the extent is set by the minimum (untested, and there is still no way to set that preference). Tested: ummon
* [svn-r26962] Add support for unlimited selections to VDS code.Neil Fortner2015-04-2915-49/+691
| | | | | | | | Not tested (except for percival-unlim example) Fix percival-unlim example Other bug fixes/cleanup Tested: Fedora 64
* [svn-r26891] Fix bug in H5S__hyper_project_intersection that could cause an ↵Neil Fortner2015-04-221-13/+13
| | | | | | | | incorrect result. Fix typos. Tested: ummon
* [svn-r26883] Fix bug in H5S__hyper_project_intersection that could cause an ↵Neil Fortner2015-04-221-2/+2
| | | | | | incorrect result. Tested: ummon
* [svn-r26880] Fix errors where unlim_dim was not initialized in several ↵Neil Fortner2015-04-221-1/+19
| | | | | | places in H5Shyper.c Tested: Home computer
* [svn-r26878] Fix errors in unlimited selection serialize/deserializeNeil Fortner2015-04-2110-67/+75
| | | | | | Other minor fixes Tested: jam
* [svn-r26862] Fix bug in H5D__get_storage_size where it would issue an error ↵Neil Fortner2015-04-211-0/+1
| | | | | | | | unnecessarily for virtual datasets. Tested: ummon
* [svn-r26828] Implement support for unlimited selections (not supported by ↵Neil Fortner2015-04-1615-96/+658
| | | | | | | | | VDS code yet). Add tests for unlimited selections. Various other minor changes. Tested: ummon
* [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-1073-1341/+899
|\ | | | | | | Tested: ummon
| * [svn-r26777] - Fix usage of the internal AC global dxplsMohamad Chaarawi2015-04-1018-250/+259
| | | | | | | | | | | | - allocate sieve buffer with calloc instead of malloc tested with h5committest
| * [svn-r26771] - remove unused internal dxpl properties and property lists ↵Mohamad Chaarawi2015-04-082-111/+30
| | | | | | | | | | | | | | | | from the AC layer - fix warnings in H5AC.c tested with h5committest
| * [svn-r26757] Description:Quincey Koziol2015-04-076-72/+57
| | | | | | | | | | | | | | | | Minor typos & code cleanups Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest)
| * [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵Larry Knox2015-04-021-1/+0
| | | | | | | | | | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
| * [svn-r26691] Move attribute define out of dynamic block.Allen Byrne2015-04-011-3/+3
| | | | | | | | Tested: windows
| * [svn-r26690] Fix error in H5Sextent_copyNeil Fortner2015-04-011-0/+6
| | | | | | | | | | | | | | | | When the selection is set to all, H5Sextent_copy did not update the number of elements in the selection in the destination space. Fixed H5Sextent_copy to do this. Added tests for this functionality. Tested: jam, koala, ostrich (h5committest)
| * [svn-r26678] add ifdef checks and setting for __attribute__ in a public ↵Mohamad Chaarawi2015-03-313-6/+10
| | | | | | | | | | | | place to allow usage in public routines.
| * [svn-r26677] HDFFV-8957: h52gif crashes when run against one of our own ↵Albert Cheng2015-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | examples The tool claimed it could handle 24bit images but there was no code to handle it. (or might be there were but was removed by previous revisions.) Also discovered that it does not accept multiple images nor -p for palette as its user document and online help message indicated. Solution: Added code to verify dimension sizes are within 8 bit raster images limit and added tests to verify the tools correctness. Need to update user document tool. Tested: h5committested.
| * [svn-r26660] HDFFV-9131: autotols reworkAllen Byrne2015-03-301-2/+0
| | | | | | | | | | | | | | Remove CXX_CONDITIONAL remove unneeded/obsolete sections. h5commtitest
| * [svn-r26650] move size_t cast from define of HG_ALIGN to usage of HG_ALIGN.Mohamad Chaarawi2015-03-301-10/+9
| |
| * [svn-r26649] squish warnings.Mohamad Chaarawi2015-03-308-30/+33
| |
| * [svn-r26635] Description:Quincey Koziol2015-03-283-34/+2
| | | | | | | | | | | | | | | | | | | | | | Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26632] Description:Quincey Koziol2015-03-272-22/+10
| | | | | | | | | | | | | | | | | | | | | | Bring r26549 from autotools_rework branch to trunk: Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26627] Description:Quincey Koziol2015-03-271-3/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26545 from autotools_rework branch to trunk: Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: Linux/32 2.6.8 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26625] Description:Quincey Koziol2015-03-274-27/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26543 from autotools_rework branch to trunk: Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26623] Description:Quincey Koziol2015-03-274-30/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26513 from autotools_rework branch to trunk: Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26618] Description:Quincey Koziol2015-03-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26511 from autotools_rework branch to trunk: Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working around bugs in the Cray X1 compiler and is no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26606] Description:Quincey Koziol2015-03-264-19/+2
| | | | | | | | | | | | | | | | | | | | | | Bring r26508 from autotools_rework branch to trunk: Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26605] Description:Quincey Koziol2015-03-264-33/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r26503 & r26528 from autotools_rework branch back to the trunk: Remove old platform configure files: craynv, dec-flags, hpux11.23, ia64-linux-gnu, nec-superux14.1, sv1-cray, x86_64-redstorm-linux-gnu Also remove CONVERT_DENORMAL_FLOAT, since this was only set in the configure files being removed. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26598] Description:Quincey Koziol2015-03-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | Bring r26501 from the autotools_rework branch to the trunk: Remove ULLONG_TO_LDOUBLE_PRECISION macro/define, as it's targeting bugs in the FreeBSD and Cygwin compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26597] Description:Quincey Koziol2015-03-262-17/+2
| | | | | | | | | | | | | | | | | | | | | | Bring r26500 from autotools_rework branch to trunk: Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with the Visual Studio 6 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26596] Description:Quincey Koziol2015-03-265-40/+4
| | | | | | | | | | | | | | | | | | | | | | Bring r26499 from autotools_rework branch to trunk: Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older platforms we aren't supporting any longer. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26595] Description:Quincey Koziol2015-03-254-16/+0
| | | | | | | | | | | | | | | | | | | | | | Bring r26494 from autotools_rework branch back to trunk: Remove the LDOUBLE_TO_UINT_ACCURATE macro/define, it was addressing problems with older Intel compilers on Linux that are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for several days)
| * [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-252-183/+14
| | | | | | | | Tested: local linux
| * [svn-r26591] Description:Quincey Koziol2015-03-254-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bring r26492 from autotools_rework branch back to trunk: Remove the FP_TO_ULLONG_ACCURATE and FP_TO_ULLONG_RIGHT_MAXIMUM macros/defines, which were added to address problems with older PGI compilers and HP-UX systems and are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)
| * [svn-r26587] Description:Quincey Koziol2015-03-254-41/+3
| | | | | | | | | | | | | | | | | | | | | | Bring r26489 from autotools_rework branch to trunk: Remove the ULONG_TO_FP_BOTTOM_BIT_ACCURATE macro/define, as it was added for SGI systems and old Solaris systems, which are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested for >1 week)
| * [svn-r26584] Description:Quincey Koziol2015-03-252-5/+1
| | | | | | | | | | | | | | | | | | | | | | Bring r26485 from the autotools_rework branch to the trunk: Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the Sandia system where it was necessary. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested for >1 week)
| * [svn-r26560] Description:Quincey Koziol2015-03-244-40/+2
| | | | | | | | | | | | | | | | | | | | | | Bring r26483 from autotools_rework branch back to trunk: Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)
| * [svn-r26514] Fix for HDFFV-9173:Vailin Choi2015-03-202-0/+8
| | | | | | | | | | | | 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-r26509] Run reconfigure after merges from autotools_rework branch.Jerome Soumagne2015-03-201-2/+0
| |
| * [svn-r26495] Description:Quincey Koziol2015-03-194-44/+6
| | | | | | | | | | | | | | | | | | | | Bring r26258 from the autotools_rework branch to the trunk - remove the LDOUBLE_TO_INTEGER_WORKS macro/define, which was addressing issues with SGI systems that are no longer supported. Tested on: Linux 2.6.x (jam) w/serial & parallel Daily tested on branch for >2 weeks
| * [svn-r26491] Description:Quincey Koziol2015-03-192-7/+4
| | | | | | | | | | | | | | | | | | | | 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 2.6.x/32 (jam) w/serial & parallel Daily tested on branch for >2 weeks.
| * [svn-r26459] Snapshot version 1.9 release 215HDF Tester2015-03-152-3/+3
| |
| * [svn-r26438] Fixed some double promotion warnings from gcc 4.9.2. Most were inDana Robinson2015-03-111-1/+1
| | | | | | | | | | | | format strings. Tested on: h5committest
| * [svn-r26427] Revert of r26426Dana Robinson2015-03-112-23/+22
| | | | | | | | | | 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-112-22/+23
| | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * [svn-r26403] changes to comments and test should use unsigned var.Allen Byrne2015-03-091-2/+2
| |
| * [svn-r26392] Reinstates r26327-8, which had been reverted due to failures onDana Robinson2015-03-094-61/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r26387] warning fixes from Feb27.Mohamad Chaarawi2015-03-064-7/+9
| |