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 3ed8b31..d48f240 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
- *
*-------------------------------------------------------------------------
*/
@@ -1918,10 +1740,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 4, 2001
- *
*-------------------------------------------------------------------------
*/
@@ -1999,10 +1817,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
- * Date: October 6, 2004
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2048,10 +1862,6 @@ out:
*
* Return: void
*
- * Programmer: Raymond Lu
- *
- * Date: 29 September 2011
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2118,10 +1928,6 @@ out:
*
* Return: void
*
- * Programmer: Raymond Lu
- *
- * Date: December 6, 2005
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2152,8 +1958,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
*-----------------------------------------------------------------------*/
static char *
print_enum(hid_t type, char *str, size_t *str_len, bool no_ubuf, size_t indt)
@@ -2280,10 +2084,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
- * Date: December 6, 2005
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2329,10 +2129,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Raymond Lu
- *
- * Date: December 20, 2005
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2937,10 +2733,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -2982,10 +2774,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:
*
*-------------------------------------------------------------------------
@@ -3007,10 +2795,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:
*
*-------------------------------------------------------------------------
@@ -3032,10 +2816,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:
*
*-------------------------------------------------------------------------
@@ -3057,10 +2837,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:
*
*-------------------------------------------------------------------------
@@ -3082,10 +2858,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:
*
*-------------------------------------------------------------------------
@@ -3107,10 +2879,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:
*
*-------------------------------------------------------------------------
@@ -3132,10 +2900,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:
*
*-------------------------------------------------------------------------
@@ -3157,10 +2921,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
*
*-------------------------------------------------------------------------
@@ -3182,10 +2942,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:
*
*-------------------------------------------------------------------------
@@ -3207,10 +2963,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:
*
*-------------------------------------------------------------------------
@@ -3232,10 +2984,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:
*
*-------------------------------------------------------------------------
@@ -3258,10 +3006,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:
*
*-------------------------------------------------------------------------
@@ -3284,10 +3028,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
*
*-------------------------------------------------------------------------
@@ -3315,10 +3055,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
*
*-------------------------------------------------------------------------
@@ -3374,10 +3110,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente
- *
- * Date: September 19, 2002
- *
* Comments:
*
*-------------------------------------------------------------------------
@@ -3420,10 +3152,6 @@ out:
*
* Return: FAIL on error, SUCCESS on success
*
- * Programmer: Pedro Vicente
- *
- * Date: January 04, 2005
- *
* Comments:
*
*-------------------------------------------------------------------------