summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26624] Description:Quincey Koziol2015-03-272-5/+1
| | | | | | | | | | | | | Bring r26584 from trunk to 1.8 branch: 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 on trunk for 2+ days)
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-261-3/+3
|
* [svn-r26588] Description:Quincey Koziol2015-03-254-40/+2
| | | | | | | | | | | | | Bring r26560 from trunk 1.8 branch: 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 for 2+ days)
* [svn-r26585] Description:Quincey Koziol2015-03-254-44/+6
| | | | | | | | | | | | Bring r26495 from trunk to 1.8 branch: 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/32 2.6.18 (jam) w/serial & parallel (daily tested on trunk for >1 week)
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-251-2/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26573] merge 24270 from trunk, introducing NORETURN.Mohamad Chaarawi2015-03-251-0/+3
| | | | tested with h5committest.
* [svn-r26561] Description:Quincey Koziol2015-03-242-7/+4
| | | | | | | | | | | | 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-242-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-r26533] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-0/+1
| | | | | | Add PL header to public list Tested: windows
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-2/+2
| | | | Tested: windows
* [svn-r26520] Snapshot version 1.8 release 15 (snap12)HDF Tester2015-03-221-2/+2
|
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-167-103/+173
| | | | h5committest
* [svn-r26419] merged r26373 and r26380 from the trunk into the branch.Scot Breitenfeld2015-03-101-2/+11
| | | | tested: h5committest
* [svn-r26413] Merge of r26276 from trunk.Dana Robinson2015-03-103-64/+7
| | | | | | | | | | | | | | | | | | | | | | 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-r26398] Merges r26333 from trunkDana Robinson2015-03-097-85/+118
| | | | | | | | | | | | | | | | 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-099-84/+35
| | | | | | | | | | | | | | 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-r26391] Snapshot version 1.8 release 15 (snap11)HDF Tester2015-03-081-2/+2
|
* [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-r26371] Update cmake mininum versionAllen Byrne2015-03-051-1/+1
| | | | Update windows wix cpack process.
* [svn-r26326] Merge of r26275 from the trunkDana Robinson2015-02-271-1/+1
| | | | | | | | | | | | | - 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-r26322] Merge of r26246 and r26249 from the trunkDana Robinson2015-02-267-0/+10
| | | | | | | | | | 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-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-261-1/+2
| | | | r26188 r26280
* [svn-r26310] Merge of r26071 from features/autotools_reworkDana Robinson2015-02-262-3/+4
| | | | | | | | | | 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-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-251-2/+2
| | | | remove files with .clog2 extension generated by MPE when doing make clean
* [svn-r26298] merge 26279 from trunk.Mohamad Chaarawi2015-02-251-19/+61
| | | | | | 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-221-12/+21
| | | | | | | | | | | | | | | | | 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-211-3/+0
| | | | | | | | | 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-r26224] merge 26180 from trunk:vms_last_support_1_8Mohamad Chaarawi2015-02-184-33/+17
| | | | | | | | | | 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-r26189] Merge revision 26149 to 1.8 branchNeil Fortner2015-02-161-23/+21
| | | | | | | | | Fix potential memory error reported by valgrind in H5D__link_chunk_collective_io. This would occur when performing collective I/O on a dataset with only 1 chunk, and a participating process had nothing to read or write. Tested: jam, koala, ostrich (h5committest); in trunk and 1.8
* [svn-r26178] Snapshot version 1.8 release 15 (snap10)HDF Tester2015-02-151-2/+2
|
* [svn-r26147] Snapshot version 1.8 release 15 (snap9)HDF Tester2015-02-081-2/+2
|
* [svn-r26094] Snapshot version 1.8 release 15 (snap8)HDF Tester2015-02-011-2/+2
|
* [svn-r26064] HDFFV-9018: Install PDB files to bin folder with dlls.Allen Byrne2015-01-281-1/+1
| | | | Tested: windows
* [svn-r26048] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support. ↵Allen Byrne2015-01-271-0/+6
| | | | Merged from trunk.
* [svn-r26013] merge 26012 from trunk:Mohamad Chaarawi2015-01-231-4/+4
| | | | make the print format for address overflow error windows friendly.
* [svn-r26006] fix error return value in H5FD_read/write. minor change.Mohamad Chaarawi2015-01-221-2/+2
|
* [svn-r26003] merge 26002 from trunk:Mohamad Chaarawi2015-01-226-21/+14
| | | | | | move checks on reading/writing beyond file eoa outside of the file drivers and into a centralized place in H5FD_read/write. tested with h5commitest
* [svn-r25996] - merge changes from trunk to eliminate usage of IS_H5FD_MPI Macro.Mohamad Chaarawi2015-01-2113-33/+33
| | | | | | - add 2 missing feature flags for VFDs: H5FD_FEAT_HAS_MPI & H5FD_FEAT_ALLOCATE_EARLY and use them as appropriate. tested with h5commitest
* [svn-r25985] merge 25984 from trunk:Mohamad Chaarawi2015-01-204-11/+12
| | | | | | | | | change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. New changes for backward compatibility with avoid_truncate feature in 1.10 will come later to utilize the flag. tested h5committest
* [svn-r25982] Snapshot version 1.8 release 15 (snap7)HDF Tester2015-01-181-2/+2
|
* [svn-r25976] Snapshot version 1.8 release 15 (snap6)HDF Tester2015-01-111-2/+2
|
* [svn-r25950] Snapshot version 1.8 release 15 (snap5)HDF Tester2015-01-041-2/+2
|
* [svn-r25925] Snapshot version 1.8 release 15 (snap4)HDF Tester2014-12-281-2/+2
|
* [svn-r25916] Snapshot version 1.8 release 15 (snap3)HDF Tester2014-12-211-2/+2
|
* [svn-r25887] Snapshot version 1.8 release 15 (snap2)HDF Tester2014-12-141-2/+2
|
* [svn-r25869] HDFFV-9041: Definitions needed to be a semi-colon separated list.Allen Byrne2014-12-091-4/+1
|
* [svn-r25866] Snapshot version 1.8 release 15 (snap1)HDF Tester2014-12-071-2/+2
|
* [svn-r25856] Snapshot version 1.8 release 15 (snap0)HDF Tester2014-11-301-2/+2
|
* [svn-r25722] The return type of H5A_create was changed from hid_t to H5A_t *Albert Cheng2014-10-201-2/+2
| | | | | | | but the test was not changed (still doing H5A_create(...) < 0). Fixed the error by changing to compare against NULL. Tested: ADA AIX machine where the old code was flagged as an error by the AIX compiler.
* [svn-r25705] Add LD path to HDF5 install directory to address HDFFV-8944.Larry Knox2014-10-141-0/+2
| | | | Tested with h5committest and failed external daily tests.