summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | [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-r27760] Brought r27631-27755 over from the trunk.Dana Robinson2015-09-1116-856/+1616
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | [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-r27701] RM offset initialization that is no longer necessary with the re...Neil Fortner2015-09-082-8/+0
* | | | | | | | | | | [svn-r27673] rm unnecessary/unreachable code from H5S_get_select_hyper_nblocksNeil Fortner2015-09-031-7/+0
* | | | | | | | | | | [svn-r27646] Add version number to VDS global heap object encoding.Neil Fortner2015-09-013-12/+27
* | | | | | | | | | | [svn-r27632] Description:Quincey Koziol2015-08-3112-247/+85
* | | | | | | | | | | [svn-r27630] Description:Quincey Koziol2015-08-3123-309/+533
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | [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-r27606] Merge revisions 27593 through 27605 from trunk to vds branch.Neil Fortner2015-08-282-2/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | [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-r27599] Ran bin/reconfigureDana Robinson2015-08-274-817/+817
* | | | | | | | | | | [svn-r27598] Description:Quincey Koziol2015-08-272-17/+2
* | | | | | | | | | | [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-2738-540/+608
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | [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