summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * [svn-r27459] Merge of 27411 from revise_chunks.Dana Robinson2015-08-044-19/+19
| * [svn-r27432] Snapshot version 1.9 release 226HDF Tester2015-07-272-3/+3
| * [svn-r27428] Bug fix: DAILYTEST-170Albert Cheng2015-07-244-0/+60
| * [svn-r27427] - free comm keyval after setting atribute on comm_selfMohamad Chaarawi2015-07-231-0/+3
* | [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-0517-900/+995
* | [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-227-222/+541
|\ \ | |/
| * [svn-r27415] Fix potential error with H5I_clear_type which could occur when a...Neil Fortner2015-07-203-217/+533
| * [svn-r27412] Snapshot version 1.9 release 225HDF Tester2015-07-202-3/+3
| * [svn-r27407] Updated the H5_ATTR_* macros.Dana Robinson2015-07-182-2/+5
* | [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-143-4/+5
|\ \ | |/
| * [svn-r27372] Snapshot version 1.9 release 224HDF Tester2015-07-132-3/+3
| * [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-1/+2
* | [svn-r27357] svn merge -r27208:27356 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-092-3/+3
|\ \ | |/
| * [svn-r27339] Snapshot version 1.9 release 223HDF Tester2015-07-062-28/+31
* | [svn-r27334] svn merge -r27326:27332 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-021-0/+2
|\ \ | |/
| * [svn-r27332] Fix src/CMakeLists.txt after Quincey's metadata cache changesJerome Soumagne2015-07-021-0/+2
* | [svn-r27328] updated reconfigureScot Breitenfeld2015-07-021-25/+28
* | [svn-r27327] svn merge -r27208:27326 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-0290-11602/+14837
|\ \ | |/
| * [svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did th...Neil Fortner2015-07-018-16/+46
| * [svn-r27298] Description:Quincey Koziol2015-06-295-134/+159
| * [svn-r27296] Description:Quincey Koziol2015-06-294-18/+17
| * [svn-r27294] Description:Quincey Koziol2015-06-295-707/+316
| * [svn-r27293] Description:Quincey Koziol2015-06-279-3506/+3658
| * [svn-r27292] Description:Quincey Koziol2015-06-273-12/+16
| * [svn-r27278] Merge of 27270 from trunk. Fixes HDFFV-9119 and HDFFV-9421.Dana Robinson2015-06-244-31/+45
| * [svn-r27262] Snapshot version 1.9 release 222HDF Tester2015-06-222-3/+3