summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [svn-r25951] HDFFV-9054: disable io_timer in tools lib and perform sub-folder...Allen Byrne2015-01-052-2/+2
* [svn-r25949] Snapshot version 1.9 release 209HDF Tester2015-01-0413-26/+26
* [svn-r25946] Removed debug statments that use //.Albert Cheng2015-01-043-12/+0
* [svn-r25940] HDFFV-9046: reorganize hdf5/perform, step 2Albert Cheng2015-01-019-18/+13
* [svn-r25938] Remove build and test commands for deleted benchpar.cAllen Byrne2014-12-312-16/+0
* [svn-r25934] Fix incorrectly combined check.Allen Byrne2014-12-311-11/+1
* [svn-r25933] updated.Albert Cheng2014-12-301-2/+0
* [svn-r25932] HDFFV-8902: merge the source code of h5perf and h5perf_serial, s...Albert Cheng2014-12-3015-575/+377
* [svn-r25929] Description:Quincey Koziol2014-12-2916-95/+138
* [svn-r25928] Description:Quincey Koziol2014-12-292-14/+10
* [svn-r25924] Snapshot version 1.9 release 208HDF Tester2014-12-2813-26/+26
* [svn-r25923] Added name to the BIND(C) attribute, removed the !DEC$ statement...Scot Breitenfeld2014-12-233-7/+3
* [svn-r25922] mpi version check for new mpi 3 features should be >= 3 rather t...Mohamad Chaarawi2014-12-232-7/+7
* [svn-r25921] - wrap MPI 3 usage with MPI_VERSION compile time check.Mohamad Chaarawi2014-12-234-10/+47