summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | [svn-r26129] Removed some additional generated files that were triggering aut...Dana Robinson2015-02-051-662/+0
| * | | | | | | | | [svn-r26114] remove option to toggle large file support.Mohamad Chaarawi2015-02-021-1/+0
| * | | | | | | | | [svn-r26097] Removed configure and Makefile.in files from version control.Dana Robinson2015-02-021-1946/+0
| * | | | | | | | | [svn-r26096] Merged r26024-26095 from trunk.Dana Robinson2015-02-024-4/+10
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [svn-r26083] Changed the default for building the direct VFD to 'no'.Dana Robinson2015-01-301-1/+1
| * | | | | | | | | | [svn-r26081] Moved the check for pthread_attr_setscope() into the thread-safe...Dana Robinson2015-01-291-3/+0
| * | | | | | | | | | [svn-r26079] Removed obsolete HAVE___TM_GMTOFF defines. This is an artifact o...Dana Robinson2015-01-292-9/+3
| * | | | | | | | | | [svn-r26076] Removed gettimeofday() time zone struct functionality.Dana Robinson2015-01-292-34/+0
| * | | | | | | | | | [svn-r26075] Removed (HD)BSDtimeofday and H5_HAVE_BSDGETTIMEOFDAY. This is an...Dana Robinson2015-01-292-18/+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-292-3/+4
| * | | | | | | | | | [svn-r26069] Removed the option to selectively disable internal filters like ...Dana Robinson2015-01-298-83/+35
| * | | | | | | | | | [svn-r26055] Updates for:Mohamad Chaarawi2015-01-271-9/+0
| * | | | | | | | | | [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-271-1/+2
| * | | | | | | | | | [svn-r26028] Removed code from configure.ac that #defined (H5)_NO_SHARED_WRIT...Dana Robinson2015-01-261-3/+0
* | | | | | | | | | | [svn-r27771] Description:Quincey Koziol2015-09-143-1/+12
* | | | | | | | | | | [svn-r27768] Description:Quincey Koziol2015-09-14318-4140/+4291
* | | | | | | | | | | [svn-r27767] Snapshot version 1.9 release 231HDF Tester2015-09-142-3/+3
* | | | | | | | | | | [svn-r27753] Removed duplicated attribute macro checks. Moved canonical attri...Dana Robinson2015-09-102-25/+14
* | | | | | | | | | | [svn-r27710] Description:Quincey Koziol2015-09-0911-668/+1517
* | | | | | | | | | | [svn-r27707] Description:Quincey Koziol2015-09-094-157/+97
* | | | | | | | | | | [svn-r27699] Removed some configure checks for obsolete Unix variants.Dana Robinson2015-09-081-12/+0
* | | | | | | | | | | [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-072-3/+3
* | | | | | | | | | | [svn-r27675] Removed library checks for nsl and socket from the autotools con...Dana Robinson2015-09-041-6/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | [svn-r27631] Description:Quincey Koziol2015-08-316-49/+59
* | | | | | | | | | [svn-r27626] Various minor warning fixes before major SWMR and VDS merges.Dana Robinson2015-08-3113-185/+336
* | | | | | | | | | [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-312-0/+4
* | | | | | | | | | [svn-r27623] Added some parallel #ifdefs to H5Ocache.c to quiet compilerDana Robinson2015-08-311-1/+21
* | | | | | | | | | [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-312-3/+3
* | | | | | | | | | [svn-r27618] Description:Quincey Koziol2015-08-292-6/+4
* | | | | | | | | | [svn-r27615] Description:Quincey Koziol2015-08-292-40/+48
* | | | | | | | | | [svn-r27614] Description:Quincey Koziol2015-08-291-12/+28
* | | | | | | | | | [svn-r27613] Description:Quincey Koziol2015-08-294-67/+82
* | | | | | | | | | [svn-r27612] Description:Quincey Koziol2015-08-296-85/+96
* | | | | | | | | | [svn-r27605] Fix potential memory error when using a dataspace that was creat...Neil Fortner2015-08-281-1/+1
* | | | | | | | | | [svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed and...Dana Robinson2015-08-271-1/+0
* | | | | | | | | | [svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. T...Dana Robinson2015-08-262-10/+42
* | | | | | | | | | [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-1/+7
* | | | | | | | | | [svn-r27581] Fixed a bug in the FUNC_ENTER macros. API calls of the form H5xx...Dana Robinson2015-08-261-3/+18
* | | | | | | | | | [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-249-190/+14
* | | | | | | | | | [svn-r27551] Snapshot version 1.9 release 228HDF Tester2015-08-242-3/+3
* | | | | | | | | | [svn-r27549] Description:Quincey Koziol2015-08-2218-293/+385
* | | | | | | | | | [svn-r27548] Revert r27545Jerome Soumagne2015-08-215-24/+5
* | | | | | | | | | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if a...Jerome Soumagne2015-08-215-5/+24
* | | | | | | | | | [svn-r27517] Removed all perl scripts from configure.Scot Breitenfeld2015-08-171-1/+0
* | | | | | | | | | [svn-r27515] Correct spelling of functionAllen Byrne2015-08-171-1/+1
* | | | | | | | | | [svn-r27511] Snapshot version 1.9 release 227HDF Tester2015-08-172-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-113-6/+77
* | | | | | | | | [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-113-77/+6
* | | | | | | | | [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-08-055-869/+866
|\ \ \ \ \ \ \ \ \