summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | [svn-r26081] Moved the check for pthread_attr_setscope() into the thread-safe...Dana Robinson2015-01-293-93/+106
* | [svn-r26080] Removed unused HAVE_TZNAME define from configuration files.Dana Robinson2015-01-292-15/+0
* | [svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact o...Dana Robinson2015-01-295-58/+3
* | [svn-r26078] Changed a timezone struct to NULL in testpar/t_cache.c.Dana Robinson2015-01-291-2/+1
* | [svn-r26077] Removed unused HAVE_TM_ZONE and HAVE_STRUCT_TM_TM_ZONE defines fromDana Robinson2015-01-292-14/+0
* | [svn-r26076] Removed gettimeofday() time zone struct functionality.Dana Robinson2015-01-296-374/+0
* | [svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is an...Dana Robinson2015-01-295-25/+4
* | [svn-r26072] Updated libhdf5.settings.in so that it no longer lists internal ...Dana Robinson2015-01-291-1/+0
* | [svn-r26071] Moved setting H5_DEFAULT_VFD from configure to src/H5private.h.Dana Robinson2015-01-296-78/+4
* | [svn-r26070] Removed internal filter configuration from CMakeDana Robinson2015-01-291-5/+0
* | [svn-r26069] Removed the option to selectively disable internal filters like ...Dana Robinson2015-01-2965-1220/+132
* | [svn-r26063] Fixed the wrong number of arguments being used for MPI_FILE_OPEN...Scot Breitenfeld2015-01-282-6/+8
* | [svn-r26062] Changed the fortran test back from "USE mpi" to "include "mpif.h...Scot Breitenfeld2015-01-282-2/+2
* | [svn-r26061] Fixed unintentional typo.Scot Breitenfeld2015-01-282-4/+4
* | [svn-r26060] Fix for HDFFV-9091Scot Breitenfeld2015-01-273-22/+5
* | [svn-r26059] Fix for: HDFFV-9095 Scot Breitenfeld2015-01-273-8/+8
* | [svn-r26057] Fix for: HDFFV-9094Scot Breitenfeld2015-01-273-20/+31
* | [svn-r26055] Updates for:Mohamad Chaarawi2015-01-273-706/+44
* | [svn-r26054] Fix for: HDFFV-9089Scot Breitenfeld2015-01-271-1/+1
* | [svn-r26053] Added comments.Scot Breitenfeld2015-01-272-0/+10
* | [svn-r26052] Fixed false positive tests for intrensic functions.Scot Breitenfeld2015-01-274-133/+144
* | [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-2747-343/+486
* | [svn-r26047] Fix for HDFFV-9092Scot Breitenfeld2015-01-272-308/+93
* | [svn-r26042] Updated configure.ac so that POSIX_C_SOURCE=200112L and GNU_SOURCEDana Robinson2015-01-272-4/+22
* | [svn-r26029] Updated the comment on the Cygwin 'srcdir= and time' test to ind...Dana Robinson2015-01-262-0/+10
* | [svn-r26028] Removed code from configure.ac that #defined (H5)_NO_SHARED_WRIT...Dana Robinson2015-01-266-30/+0
* | [svn-r26027] Copied configure.ac to configure.ac.orig for reference.Dana Robinson2015-01-261-0/+4572
* | [svn-r26026] Added BRANCH.txtDana Robinson2015-01-251-0/+15
|/
* [svn-r26012] make the print format for address overflow error windows friendly.Mohamad Chaarawi2015-01-231-4/+4
* [svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition.Scot Breitenfeld2015-01-231-0/+1
* [svn-r26010] Fix for:Scot Breitenfeld2015-01-2220-539/+441
* [svn-r26009] Code Comment cleanup:Scot Breitenfeld2015-01-223-21/+15
* [svn-r26005] fix error return value. minor change.Mohamad Chaarawi2015-01-221-2/+2
* [svn-r26002] move checks on reading/writing beyond file eoa outside of the fi...Mohamad Chaarawi2015-01-226-21/+14
* [svn-r25994] revert adding the has_mpi_atomicity feature flag and use the has...Mohamad Chaarawi2015-01-214-12/+6
* [svn-r25993] remove last usage of IS_H5FD_MPIO.Mohamad Chaarawi2015-01-211-1/+0
* [svn-r25990] Add VFD flush2 depends on flush1 property to testAllen Byrne2015-01-211-0/+1
* [svn-r25987] Use variable instead of hard coded valueAllen Byrne2015-01-201-2/+2
* [svn-r25986] HDFFV-9060: Changed test folder to use different test folders fo...Allen Byrne2015-01-201-46/+180
* [svn-r25984] change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN toMohamad Chaarawi2015-01-207-20/+38
* [svn-r25983] HDFFV-1125: Eliminate IS_H5FD_MPI() macro use in the library and...Mohamad Chaarawi2015-01-206-17/+13
* [svn-r25981] Snapshot version 1.9 release 211HDF Tester2015-01-1813-26/+26
* [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes som...Scot Breitenfeld2015-01-155-227/+9
* [svn-r25978] Bug fix for HDFFV-8847Scot Breitenfeld2015-01-135-9/+227
* [svn-r25975] Snapshot version 1.9 release 210HDF Tester2015-01-1113-26/+26
* [svn-r25971] Update with retirement of AIX 5.3 and addition of AIX 6.1 support.Albert Cheng2015-01-091-3/+3
* [svn-r25963] Do not remove the prefix in the chunk alloc file, otherwise it m...Mohamad Chaarawi2015-01-081-1/+1
* [svn-r25955] Added Perform and io_timer back into build.Allen Byrne2015-01-052-2/+2
* [svn-r25954] HDFFV-9046: reorganize hdf5/perform, step 2Albert Cheng2015-01-052-7/+13
* [svn-r25953] Comment out printf statement as it caused system resource issues...Allen Byrne2015-01-051-3/+5