summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [svn-r25681] Description:Quincey Koziol2014-10-074-47/+58
| | | | | | | | | | | | Correct errors in ID wrapping code, add some small optimizations, and make certain that all IDs of a given class can be used, especially when wrapping around. Also, enable ID reuse for error classes/values, property lists and datatypes. Includes regression testing for ID wrapping. Note that this change does not apply to the trunk, since that ID manager code is using 64-bit IDs and doesn't worry about wrapping around. Tested on: MacOSX/64 10.9.5 (amazon) w/debug, C++, FORTRAN & parallel
* [svn-r25673] Change version to 1.8.15-snap0.Albert Cheng2014-10-062-4/+4
|
* [svn-r25669] Snapshot version 1.8 release 14 (snap18)HDF Tester2014-10-052-4/+4
|
* [svn-r25664] merge 25661 from trunk.Mohamad Chaarawi2014-10-031-1/+1
| | | | | | Update the default setting for the memb_addr array when use passes NULL to equally divide all the address space between all the members. Before there was one chunk of the address space not being used.
* [svn-r25628] Snapshot version 1.8 release 14 (snap17)HDF Tester2014-09-281-2/+2
|
* [svn-r25625] Define symbol for other compilers as nothing.Allen Byrne2014-09-261-0/+2
|
* [svn-r25621] merge 25620 from trunk.Mohamad Chaarawi2014-09-251-1/+1
| | | | | | | Fix a bug in multi VFD when the memb_addr in H5Pset_fapl_multi is passed as NULL. The library is supposed in that case to equally divide the address space among all members, but there was a bug causing an overflow in the assignment.
* [svn-r25619] Include plugin header change. H5PLextern.h and H5PLprivate.h ↵Allen Byrne2014-09-252-36/+18
| | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows
* [svn-r25606] Snapshot version 1.8 release 14 (snap16)HDF Tester2014-09-211-2/+2
|
* [svn-r25592] Snapshot version 1.8 release 14 (snap15)HDF Tester2014-09-141-2/+2
|
* [svn-r25577] Snapshot version 1.8 release 14 (snap14)HDF Tester2014-09-071-2/+2
|
* [svn-r25564] Snapshot version 1.8 release 14 (snap13)HDF Tester2014-08-311-2/+2
|