-
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some "Programmer" comments (#3209)
These are meaningless noise. Removes the "Programmer" lines on comment start lines: /* Programmer: John Smith These complicate my sed script that will rip out the rest of the comments.
- Loading branch information
Showing
46 changed files
with
70 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Monday, March 6, 2006 | ||
* | ||
/* | ||
* Purpose: v2 B-tree metadata statistics functions. | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* | ||
/* | ||
* Purpose: v2 B-tree testing functions | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,11 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Tuesday, January 27, 2009 | ||
* | ||
/* | ||
* Purpose: Extensible array indexed (chunked) I/O functions. The chunks | ||
* are given a single-dimensional index which is used as the | ||
* offset in an extensible array that maps a chunk coordinate to | ||
* a disk address. | ||
* | ||
*/ | ||
|
||
/****************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,10 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Vailin Choi | ||
* Thursday, April 30, 2009 | ||
* | ||
/* | ||
* Purpose: Fixed array indexed (chunked) I/O functions. | ||
* The chunk coordinate is mapped as an index into an array of | ||
* disk addresses for the chunks. | ||
* | ||
*/ | ||
|
||
/****************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,17 +10,16 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Vailin Choi | ||
* September 2010 | ||
* | ||
/* | ||
* Purpose: Implicit (Non Index) chunked I/O functions. | ||
* This is used when the dataset is: | ||
* extendible but with fixed max. dims | ||
* with early allocation | ||
* without filter | ||
* The chunk coordinate is mapped into the actual disk addresses | ||
* for the chunk without indexing. | ||
* | ||
* This is used when the dataset is: | ||
* - extendible but with fixed max. dims | ||
* - with early allocation | ||
* - without filter | ||
* | ||
* The chunk coordinate is mapped into the actual disk addresses | ||
* for the chunk without indexing. | ||
*/ | ||
|
||
/****************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Thursday, September 30, 2004 | ||
* | ||
/* | ||
* Purpose: Dataspace I/O functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,12 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Vailin Choi | ||
* May 2011; updated 10/2015 | ||
* | ||
* Purpose: Single Chunk I/O functions. | ||
* This is used when the dataset has only 1 chunk (with or without filter): | ||
* cur_dims[] is equal to max_dims[] is equal to the chunk dims[] | ||
* non-filter chunk record: [address of the chunk] | ||
* filtered chunk record: [address of the chunk, chunk size, filter mask] | ||
* | ||
/* | ||
* Purpose: Single Chunk I/O functions. | ||
* This is used when the dataset has only 1 chunk (with or without filter): | ||
* cur_dims[] is equal to max_dims[] is equal to the chunk dims[] | ||
* non-filter chunk record: [address of the chunk] | ||
* filtered chunk record: [address of the chunk, chunk size, filter mask] | ||
*/ | ||
|
||
/****************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Thursday, May 27, 2004 | ||
* | ||
/* | ||
* Purpose: Dataset testing functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Thursday, August 28, 2008 | ||
* | ||
/* | ||
* Purpose: Extensible array testing functions. | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,16 +10,15 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Robb Matzke | ||
* Wednesday, October 22, 1997 | ||
* | ||
/* | ||
* Purpose: The C STDIO virtual file driver which only uses calls from stdio.h. | ||
* This also serves as an example of coding a simple file driver, | ||
* therefore, it should not use any non-public definitions. | ||
* | ||
* NOTE: This driver is not as well tested as the standard SEC2 driver | ||
* and is not intended for production use! | ||
*/ | ||
|
||
#include <assert.h> | ||
#include <errno.h> | ||
#include <stdio.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Wednesday, July 9, 2003 | ||
* | ||
/* | ||
* Purpose: File object debugging functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,6 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Robb Matzke | ||
* Friday, September 19, 1997 | ||
* | ||
*/ | ||
|
||
/****************/ | ||
/* Module Setup */ | ||
/****************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Monday, October 17, 2005 | ||
* | ||
/* | ||
* Purpose: Group testing functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Monday, March 6, 2006 | ||
* | ||
/* | ||
* Purpose: Fractal heap metadata statistics functions. | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Thursday, February 3, 2006 | ||
* | ||
/* | ||
* Purpose: Fractal heap testing functions. | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Wednesday, July 9, 2003 | ||
* | ||
/* | ||
* Purpose: Global Heap object debugging functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Wednesday, July 9, 2003 | ||
* | ||
/* | ||
* Purpose: Local Heap object debugging functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Thursday, March 1, 2007 | ||
* | ||
/* | ||
* Purpose: A message holding non-default v1 B-tree 'K' value | ||
* information in the superblock extension. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Thursday, March 1, 2007 | ||
* | ||
* Purpose: A message holding driver info settings | ||
* in the superblock extension. | ||
/* | ||
* Purpose: A message holding driver info settings in the superblock extension | ||
*/ | ||
|
||
#include "H5Omodule.h" /* This source code file is part of the H5O module */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: James Laird | ||
* Monday, January 29, 2007 | ||
* | ||
/* | ||
* Purpose: A message holding "implicitly shared object header message" | ||
* information in the superblock extension. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Monday, December 4, 2006 | ||
* | ||
/* | ||
* Purpose: Object header testing functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* | ||
/* | ||
* Purpose: Generic Property Functions | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* | ||
/* | ||
* Purpose: Generic Property Functions | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* | ||
/* | ||
* Purpose: Generic Property Functions | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Saturday May 31, 2003 | ||
* | ||
/* | ||
* Purpose: Generic Property Testing Functions | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Friday, May 29, 1998 | ||
* | ||
/* | ||
* Purpose: Dataspace selection functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Saturday, May 31, 2003 | ||
* | ||
/* | ||
* Purpose: Dataspace selection testing functions. | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Mike McGreevy | ||
* October 7, 2010 | ||
*/ | ||
#include "h5test.h" | ||
|
||
#define H5F_FRIEND /*suppress error about including H5Fpkg */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: Quincey Koziol | ||
* Tuesday, February 1, 2005 | ||
*/ | ||
#include "h5test.h" | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,8 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: John Mainzer | ||
* 6/9/04 | ||
* | ||
* This file contains tests for the cache implemented in | ||
* H5C.c | ||
/* | ||
* This file contains tests for the cache implemented in H5C.c | ||
*/ | ||
#include "cache_common.h" | ||
#include "H5MFprivate.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: John Mainzer | ||
* 11/10/05 | ||
* | ||
/* | ||
* This file contains tests for the API calls associated | ||
* with the cache implemented in H5C.c | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
* [email protected]. * | ||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
|
||
/* Programmer: John Mainzer | ||
* 10/27/05 | ||
* | ||
/* | ||
* This file contains common code for tests of the cache | ||
* implemented in H5C.c | ||
*/ | ||
|
Oops, something went wrong.