summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [svn-r29139] Updated PGI compiler files to set NO_SYMBOLS_CFLAGS/FCFLAGS andDana Robinson2016-02-172-9/+6
* [svn-r29134] Updated config/solaris to use the latest configure optionDana Robinson2016-02-171-21/+70
* [svn-r29132] Added new single-responsibility functions to h5test.c/h that canDana Robinson2016-02-172-0/+311
* [svn-r29131] Updated the GNU g++ compiler config file to use the new debug/Dana Robinson2016-02-173-7/+35
* [svn-r29129] Added NO_SYMBOLS_CFLAGS, etc. to allow stripping symbols whenDana Robinson2016-02-179-26/+73
* [svn-r29127] Moved the --enable-build-mode check in configure.ac to after theDana Robinson2016-02-161-54/+54
* [svn-r29119] Converted HDoff_t to off_t in test/external.c.Dana Robinson2016-02-151-116/+114
* [svn-r29096] fix bug in internal dxpls generated exposed by production and pa...Mohamad Chaarawi2016-02-121-6/+8
* [svn-r29094] Removed the v-1 B-tree package from the list of packages thatDana Robinson2016-02-122-3/+8
* [svn-r29092] Fixed uninitialized return value from fortran API.Scot Breitenfeld2016-02-111-2/+2
* [svn-r29090] Changed "smart quotes" to ASCII ' and " in r28960 code.Dana Robinson2016-02-111-1/+1
* [svn-r29088] - Add a test for retrieving the property values for the new coll...Mohamad Chaarawi2016-02-116-4/+132
* [svn-r29086] missed renaming the GET collective metadata read requirement.Mohamad Chaarawi2016-02-112-4/+4
* [svn-r29084] Revert of:Dana Robinson2016-02-1116-1783/+526
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-1072-1561/+3241
|\
| * [svn-r29080] merge from trunk.inactive/phdf5_metadata_optMohamad Chaarawi2016-02-103-310/+378
| |\ | |/ |/|
* | [svn-r29076] Description:Quincey Koziol2016-02-1011-55/+71
* | [svn-r29074] fixed integer type for H5Sget_simple_extent_ndims_f argumentScot Breitenfeld2016-02-091-1/+1
* | [svn-r29072] test/gheap stack size cleanup.Dana Robinson2016-02-092-42/+131
* | [svn-r29069] test/gheap cleanup prior to stack size fixes.Dana Robinson2016-02-091-306/+285
| * [svn-r29079] rename the coll read requirement function.Mohamad Chaarawi2016-02-107-10/+11
| * [svn-r29077] Description:Quincey Koziol2016-02-1021-517/+392
| * [svn-r29066] - fixing some of the internal usage of dxpls.Mohamad Chaarawi2016-02-0830-72/+1278
| |\ | |/ |/|
* | [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-0820-19/+1219
| * [svn-r29059] merge from trunk.Mohamad Chaarawi2016-02-07109-2822/+5397
| |\ | |/ |/|
* | [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-0757-1478/+1722
* | [svn-r29050] Setting --enable-build-mode=debug now creates an H5_DEBUG_BUILD ...Dana Robinson2016-02-051-0/+1
* | [svn-r29043] Fixes to make relative external storage work on Windows. Part of...Dana Robinson2016-02-042-5/+5
* | [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci...Dana Robinson2016-02-0415-216/+1405
* | [svn-r29035] Removed external links test from external storage test.Dana Robinson2016-02-023-108/+1
* | [svn-r29034] Update the external test to use the default and latest file format.Dana Robinson2016-02-021-28/+60
* | [svn-r29032] capture the entry address before the entry is freed to avoidMohamad Chaarawi2016-02-021-1/+6
* | [svn-r29030] Cleanup of test/externals before merging user patch.Dana Robinson2016-02-022-542/+596
* | [svn-r29023] Fixed typos in symbols flags that prevented using -g, etc.Dana Robinson2016-02-015-10/+10
* | [svn-r29019] Fixed double declaration of a few types that only appears on Win...Dana Robinson2016-01-291-1/+7
* | [svn-r29011] LFS changes in the autotools and library.Dana Robinson2016-01-283-88/+23
* | [svn-r29009] Corrected the API descriptions for H5Pget_virtual_dsetname and H...Scot Breitenfeld2016-01-281-7/+7
* | [svn-r29007] Fixed typos in h52gif test.Dana Robinson2016-01-281-1/+1
* | [svn-r29004] Description:Binh-Minh Ribler2016-01-281-2/+2
* | [svn-r28996] Autotools configure updates to allow separation of build type, d...Dana Robinson2016-01-2714-373/+848
* | [svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> confi...Dana Robinson2016-01-274-19/+3
* | [svn-r28990] Removed spurious BIND() warnings from Fortran.Dana Robinson2016-01-271-0/+4
* | [svn-r28986] Added H5_DLLVAR to H5AC_dxpl_id.Dana Robinson2016-01-271-1/+1
* | [svn-r28982] Fixed H5ST_dump signature problem and added st to the list ofDana Robinson2016-01-272-2/+4
* | [svn-r28977] Added autotools g++ compiler flags/warnings file to config/Dana Robinson2016-01-273-0/+799
* | [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ...Dana Robinson2016-01-2620-123/+44
* | [svn-r28963] Updated the gnu Fortran configure files to set flags when the gn...Dana Robinson2016-01-241-0/+3
* | [svn-r28960] Fix for HDFFV-9439Larry Knox2016-01-221-0/+1
* | [svn-r28957] fix non-parallel bug.Mohamad Chaarawi2016-01-221-1/+2
| * [svn-r28959] merge from trunk.Mohamad Chaarawi2016-01-2272-730/+1225
| |\ | |/ |/|