Skip to content

Commit 9b11ce7

Browse files
authored
[Improvements] Update README and source file headers (#104)
* Adjust file headers for all source files after repo rename. * Update dependencies and build instructions in README
1 parent 4428d71 commit 9b11ce7

File tree

121 files changed

+128
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+128
-130
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,17 @@ These categories are further broken into discrete events:
6161
- [DataManagement](https://github.com/SyndemicsLab/DataManagement)
6262
- [GoogleTest/`gtest`](https://github.com/google/googletest) (optional, used
6363
for unit testing)
64+
- [Ninja](https://ninja-build.org)
65+
- [spdlog](https://github.com/gabime/spdlog)
66+
- [SQLiteCpp](https://github.com/SRombauts/SQLiteCpp)
6467

6568
### Unix-based Systems
6669

70+
Ensure that you have [Ninja](https://ninja-build.org) available in your
71+
environment, then run the following commands.
72+
6773
```sh
68-
git clone [email protected]:SyndemicsLab/HEPCESimulationv2
69-
scripts/build.sh
74+
git clone [email protected]:SyndemicsLab/hep-ce
75+
cd hep-ce
76+
cmake --workflow --preset gcc-release
7077
```

extras/executable/exec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: exec.cpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

extras/hepcepy/.gitkeep

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
/*
2-
* Filename: /home/matt/Repos/HEPCESimulationv2/extras/hepcepy/.gitkeep
3-
* Path: /home/matt/Repos/HEPCESimulationv2/extras/hepcepy
4-
* Created Date: Friday, May 2nd 2025, 10:21:09 am
5-
* Author: Matthew Carroll
6-
*
7-
* Copyright (c) 2025 Syndemics Lab
8-
*/
9-

include/hepce/data/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: types.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/data/writer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: writer.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/all_events.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: all_events.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-05-07 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/base/aging.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: aging.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/base/base_events.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: base_events.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/base/death.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: death.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/behavior/behavior_changes.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: behavior_changes.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/behavior/behavior_events.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: behavior_events.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/behavior/moud.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: moud.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/behavior/overdose.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: overdose.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/behavior/pregnancy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: pregnancy.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/event.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: event.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/fibrosis/fibrosis_events.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: fibrosis_events.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/fibrosis/hcc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: hcc.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/fibrosis/progression.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: progression.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/fibrosis/staging.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: staging.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hcv/clearance.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: clearance.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hcv/hcv_events.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: hcv_events.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hcv/infection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: infections.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hcv/linking.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: linking.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hcv/screening.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: screening.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hcv/treatment.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: treatment.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hcv/voluntary_relink.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: voluntary_relink.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hiv/hiv_events.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: hiv_events.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hiv/infection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: infection.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hiv/linking.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: linking.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hiv/screening.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: screening.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/event/hiv/treatment.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: treatment.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/hepce.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: hepce.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/model/costing.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: costing.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/model/person.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: person.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

include/hepce/model/sampler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////////////////////////////////////////////////////////////////////////////////
22
// File: sampler.hpp //
3-
// Project: HEPCESimulationv2 //
3+
// Project: hep-ce //
44
// Created Date: 2025-04-17 //
55
// Author: Matthew Carroll //
66
// ----- //

0 commit comments

Comments
 (0)