summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-0241-93395/+0
* [svn-r26096] Merged r26024-26095 from trunk.Dana Robinson2015-02-0225-68/+75
|\
| * [svn-r26092] Snapshot version 1.9 release 212HDF Tester2015-02-0113-26/+26
| * [svn-r26087] update build procedure for Hopper (Cray).. only static now. Mohamad Chaarawi2015-01-301-26/+19
| * [svn-r26074] fix test destinationAllen Byrne2015-01-291-2/+2
| * [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-267-9/+9
| * [svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support.Allen Byrne2015-01-262-2/+16
* | [svn-r26095] Added executable property to distdep.Dana Robinson2015-02-021-0/+0
* | [svn-r26093] Updated manifest.Dana Robinson2015-02-011-0/+3
* | [svn-r26091] Fixed some missing comment text in the autogen.sh script.Dana Robinson2015-01-311-1/+4
* | [svn-r26090] Added an autogen.sh script.Dana Robinson2015-01-312-0/+257
* | [svn-r26086] Solaris no longer has issues with requiring early checking for timeDana Robinson2015-01-302-125/+77
* | [svn-r26085] Improved the direct VFD configure checks.Dana Robinson2015-01-302-44/+39
* | [svn-r26084] Configure now just checks for O_DIRECT being defined instead of ...Dana Robinson2015-01-302-63/+36
* | [svn-r26083] Changed the default for building the direct VFD to 'no'.Dana Robinson2015-01-303-13/+16
* | [svn-r26082] Moved the high-level library checks up to the same place whereDana Robinson2015-01-302-90/+98
* | [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