summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LT.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/H5LT.c')
-rw-r--r--hl/src/H5LT.c278
1 files changed, 3 insertions, 275 deletions
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c
index 90f0fbf..4250071 100644
--- a/hl/src/H5LT.c
+++ b/hl/src/H5LT.c
@@ -91,10 +91,6 @@ static herr_t udata_free(void *udata);
* Return: Address of "allocated" buffer, if successful. Otherwise, it returns
* NULL.
*
- * Programmer: Christian Chilan
- *
- * Date: October 3, 2011
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -189,10 +185,6 @@ out:
* Return: The address of the destination buffer, if successful. Otherwise, it
* returns NULL.
*
- * Programmer: Christian Chilan
- *
- * Date: October 3, 2011
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -271,10 +263,6 @@ out:
* Return: Address of reallocated buffer, if successful. Otherwise, it returns
* NULL.
*
- * Programmer: Christian Chilan
- *
- * Date: October 3, 2011
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -328,10 +316,6 @@ out:
*
* Return: SUCCEED or FAIL
*
- * Programmer: Christian Chilan
- *
- * Date: October 3, 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -408,10 +392,6 @@ out:
* Return: Address of "newly allocated" structure, if successful. Otherwise, it
* returns NULL.
*
- * Programmer: Christian Chilan
- *
- * Date: October 3, 2011
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -442,10 +422,6 @@ out:
*
* Return: SUCCEED or FAIL
*
- * Programmer: Christian Chilan
- *
- * Date: October 3, 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -489,10 +465,6 @@ static herr_t H5LT_get_attribute_mem(hid_t loc_id, const char *obj_name, const c
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Quincey Koziol
- *
- * Date: October 10, 2007
- *
*-------------------------------------------------------------------------
*/
@@ -553,10 +525,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 19, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -576,10 +544,6 @@ H5LTmake_dataset(hid_t loc_id, const char *dset_name, int rank, const hsize_t *d
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 14, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -598,10 +562,6 @@ H5LTmake_dataset_char(hid_t loc_id, const char *dset_name, int rank, const hsize
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 14, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -620,10 +580,6 @@ H5LTmake_dataset_short(hid_t loc_id, const char *dset_name, int rank, const hsiz
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 14, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -642,10 +598,6 @@ H5LTmake_dataset_int(hid_t loc_id, const char *dset_name, int rank, const hsize_
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 14, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -664,10 +616,6 @@ H5LTmake_dataset_long(hid_t loc_id, const char *dset_name, int rank, const hsize
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 14, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -686,10 +634,6 @@ H5LTmake_dataset_float(hid_t loc_id, const char *dset_name, int rank, const hsiz
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 14, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -709,10 +653,6 @@ H5LTmake_dataset_double(hid_t loc_id, const char *dset_name, int rank, const hsi
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: October 05, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -783,10 +723,6 @@ out:
*
* Return: File identifier, Failure: -1
*
- * Programmer: Christian Chilan
- *
- * Date: October 3, 2011
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -897,10 +833,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Quincey Koziol
- *
- * Date: October 8, 2007
- *
*-------------------------------------------------------------------------
*/
@@ -939,10 +871,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: June 13, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -959,10 +887,6 @@ H5LTread_dataset(hid_t loc_id, const char *dset_name, hid_t tid, void *data)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 5, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -979,10 +903,6 @@ H5LTread_dataset_char(hid_t loc_id, const char *dset_name, char *data)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 5, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -999,10 +919,6 @@ H5LTread_dataset_short(hid_t loc_id, const char *dset_name, short *data)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 5, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -1019,10 +935,6 @@ H5LTread_dataset_int(hid_t loc_id, const char *dset_name, int *data)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 5, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -1039,10 +951,6 @@ H5LTread_dataset_long(hid_t loc_id, const char *dset_name, long *data)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 5, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -1059,10 +967,6 @@ H5LTread_dataset_float(hid_t loc_id, const char *dset_name, float *data)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 5, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -1079,10 +983,6 @@ H5LTread_dataset_double(hid_t loc_id, const char *dset_name, double *data)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: October 05, 2004
- *
*-------------------------------------------------------------------------
*/
@@ -1132,10 +1032,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 4, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -1182,17 +1078,11 @@ out:
}
/*-------------------------------------------------------------------------
- * Function: H5LTget_dataset_info
+ * Function: H5LTget_dataset_info
*
- * Purpose: Gets information about a dataset.
- *
- * Return: Success: 0, Failure: -1
- *
- * Programmer: Pedro Vicente
- *
- * Date: September 4, 2001
- * Modified: February 28, 2006: checked for NULL parameters
+ * Purpose: Gets information about a dataset.
*
+ * Return: Success: 0, Failure: -1
*-------------------------------------------------------------------------
*/
@@ -1263,10 +1153,6 @@ out:
*
* Purpose: operator function used by H5LTfind_dataset
*
- * Programmer: Pedro Vicente
- *
- * Date: June 21, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1305,10 +1191,6 @@ find_dataset(H5_ATTR_UNUSED hid_t loc_id, const char *name, H5_ATTR_UNUSED const
* Purpose: Inquires if a dataset named dset_name exists attached
* to the object loc_id.
*
- * Programmer: Pedro Vicente
- *
- * Date: July 15, 2001
- *
* Return:
* Success: The return value of the first operator that
* returns non-zero, or zero if all members were
@@ -1348,10 +1230,6 @@ H5_GCC_CLANG_DIAG_ON("cast-qual")
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: July 23, 2001
- *
* Comments: If the attribute already exists, it is overwritten
*
*-------------------------------------------------------------------------
@@ -1436,10 +1314,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: July 25, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1509,10 +1383,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 7, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1536,10 +1406,6 @@ H5LTset_attribute_char(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1563,10 +1429,6 @@ H5LTset_attribute_uchar(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 7, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1590,10 +1452,6 @@ H5LTset_attribute_short(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1617,10 +1475,6 @@ H5LTset_attribute_ushort(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 7, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1643,10 +1497,6 @@ H5LTset_attribute_int(hid_t loc_id, const char *obj_name, const char *attr_name,
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1670,10 +1520,6 @@ H5LTset_attribute_uint(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 7, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1696,10 +1542,6 @@ H5LTset_attribute_long(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Elena Pourmal
- *
- * Date: June 17, 2005
- *
* Comments: This function was added to support attributes of type long long
*
*-------------------------------------------------------------------------
@@ -1723,10 +1565,6 @@ H5LTset_attribute_long_long(hid_t loc_id, const char *obj_name, const char *attr
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1750,10 +1588,6 @@ H5LTset_attribute_ulong(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Alessandro Felder
- *
- * Date: August 27, 2021
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1776,10 +1610,6 @@ H5LTset_attribute_ullong(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: July 25, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1803,10 +1633,6 @@ H5LTset_attribute_float(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: November 7, 2001
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -1853,10 +1679,6 @@ H5LTfind_attribute(hid_t loc_id, const char *attr_name)
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 4, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -1919,10 +1741,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 4, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -2000,10 +1818,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
- * Date: October 6, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2049,10 +1863,6 @@ out:
*
* Return: void
*
- * Programmer: Raymond Lu
- *
- * Date: 29 September 2011
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2119,10 +1929,6 @@ out:
*
* Return: void
*
- * Programmer: Raymond Lu
- *
- * Date: December 6, 2005
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2153,8 +1959,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
*-----------------------------------------------------------------------*/
static char *
print_enum(hid_t type, char *str, size_t *str_len, hbool_t no_ubuf, size_t indt)
@@ -2281,10 +2085,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
- * Date: December 6, 2005
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2330,10 +2130,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
- * Date: December 20, 2005
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2938,10 +2734,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2983,10 +2775,6 @@ H5LTget_attribute_string(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3008,10 +2796,6 @@ H5LTget_attribute_char(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3033,10 +2817,6 @@ H5LTget_attribute_uchar(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3058,10 +2838,6 @@ H5LTget_attribute_short(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3083,10 +2859,6 @@ H5LTget_attribute_ushort(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3108,10 +2880,6 @@ H5LTget_attribute_int(hid_t loc_id, const char *obj_name, const char *attr_name,
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3133,10 +2901,6 @@ H5LTget_attribute_uint(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3158,10 +2922,6 @@ H5LTget_attribute_long(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Elena Pourmal
- *
- * Date: June 17, 2005
- *
* Comments: This function was added to support INTEGER*8 Fortran types
*
*-------------------------------------------------------------------------
@@ -3183,10 +2943,6 @@ H5LTget_attribute_long_long(hid_t loc_id, const char *obj_name, const char *attr
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: March 8, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3208,10 +2964,6 @@ H5LTget_attribute_ulong(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Alessandro Felder
- *
- * Date: August 27, 2021
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3233,10 +2985,6 @@ H5LTget_attribute_ullong(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3259,10 +3007,6 @@ H5LTget_attribute_float(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3285,10 +3029,6 @@ H5LTget_attribute_double(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments: Private function
*
*-------------------------------------------------------------------------
@@ -3316,10 +3056,6 @@ H5LTget_attribute(hid_t loc_id, const char *obj_name, const char *attr_name, hid
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments: Private function
*
*-------------------------------------------------------------------------
@@ -3375,10 +3111,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3422,10 +3154,6 @@ out:
*
* Return: FAIL on error, SUCCESS on success
*
- * Programmer: Pedro Vicente
- *
- * Date: January 04, 2005
- *
* Comments:
*
*-------------------------------------------------------------------------