Skip to content

Commit e6a1479

Browse files
map out new comments
1 parent 4d173f0 commit e6a1479

40 files changed

+507
-431
lines changed

code/include/fossil/_common/common.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_COMMON_H
1416
#define FOSSIL_TEST_COMMON_H
1517

code/include/fossil/_common/platform.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_PLATFORM_H
1416
#define FOSSIL_TEST_PLATFORM_H
1517

code/include/fossil/benchmark/benchmark.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/*
22
* -----------------------------------------------------------------------------
3-
* File: benchmark.h
43
* Project: Fossil Logic
5-
* Description: This file implments the benchmakring and scoped benchmarking.
64
*
75
* This file is part of the Fossil Logic project, which aims to develop high-
86
* performance, cross-platform applications and libraries. The code contained

code/include/fossil/unittest/commands.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_COMMANDS_H
1416
#define FOSSIL_TEST_COMMANDS_H
1517

code/include/fossil/unittest/console.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_CONSOLE_H
1416
#define FOSSIL_TEST_CONSOLE_H
1517

code/include/fossil/unittest/framework.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_FRAMEWORK_H
1416
#define FOSSIL_TEST_FRAMEWORK_H
1517

code/include/fossil/unittest/internal.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_INTERNAL_H
1416
#define FOSSIL_TEST_INTERNAL_H
1517

code/include/fossil/xassert.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_ASSERT_H
1416
#define FOSSIL_TEST_ASSERT_H
1517

code/include/fossil/xassert/boolean.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_ASSERT_BOOLEAN_TYPE_H
1416
#define FOSSIL_TEST_ASSERT_BOOLEAN_TYPE_H
1517

code/include/fossil/xassert/floating.h

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
2-
==============================================================================
3-
Author: Michael Gene Brockus (Dreamer)
4-
5-
Organization: Fossil Logic
6-
Description:
7-
This file is part of the Fossil Logic project, where innovation meets
8-
excellence in software development. Michael Gene Brockus, also known as
9-
"Dreamer," is a dedicated contributor to this project. For any inquiries,
10-
feel free to contact Michael at [email protected].
11-
==============================================================================
12-
*/
2+
* -----------------------------------------------------------------------------
3+
* Project: Fossil Logic
4+
*
5+
* This file is part of the Fossil Logic project, which aims to develop high-
6+
* performance, cross-platform applications and libraries. The code contained
7+
* herein is subject to the terms and conditions defined in the project license.
8+
*
9+
* Author: Michael Gene Brockus (Dreamer)
10+
* Date: 07/01/2024
11+
*
12+
* Copyright (C) 2024 Fossil Logic. All rights reserved.
13+
* -----------------------------------------------------------------------------
14+
*/
1315
#ifndef FOSSIL_TEST_ASSERT_FLOAT_TYPE_H
1416
#define FOSSIL_TEST_ASSERT_FLOAT_TYPE_H
1517

0 commit comments

Comments
 (0)