Skip to content

Commit b6ca5e4

Browse files
committed
Final cleanup
1 parent c89342c commit b6ca5e4

Some content is hidden

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

50 files changed

+16
-1887
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ A repository for learning Git, C/C++ and CMake in SUAI
77

88
## Useful links
99

10-
File with tasks for laboratory works: [Google Docs](https://docs.google.com/document/d/1xrpJrEPfF8pt5H5FsIfXumKFvwkoEy_wYpgZskR7_lA/)
11-
My formatted Lab tasks: [TASKS.md](TASKS.md)
10+
Tasks for laboratory works: [Google Docs](https://docs.google.com/document/d/1xrpJrEPfF8pt5H5FsIfXumKFvwkoEy_wYpgZskR7_lA/)
11+
My formatted Lab tasks: [TASKS.md](TASKS.md)
12+
Formatted reports: [Google Drive](https://drive.google.com/drive/folders/1gj9lEsKWZlvJXa8zt8tXn1vKMhPW0Kju)
1213

1314
## Build
1415

1516
### Requirements
1617

17-
- CMake 3.12+ (3.20+ recommended)
1818
- C++17 compiler (GCC, Clang, MSVC)
19+
- CMake 3.12+ (3.20+ recommended)
1920

2021
Tested on:
2122

@@ -32,8 +33,7 @@ Some labs may require additional libraries / tools:
3233
1. Clone the repository
3334

3435
```bash
35-
git clone https://github.com/cypotat/SUAI-Labs.git
36-
cd SUAI-Labs
36+
git clone https://github.com/cypotat/cpplabs.git
3737
```
3838

3939
2. Create a build directory
@@ -58,7 +58,13 @@ Some labs may require additional libraries / tools:
5858
If you want to build a specific lab, you can specify the target name
5959

6060
```bash
61-
cmake --build . --target Lab_20_base
61+
cmake --build . --target Lab_20_dop
62+
```
63+
64+
If you want to build a debug version, you can specify the build type
65+
66+
```bash
67+
cmake --build . --config Debug
6268
```
6369

6470
## Time spent on labs

Reports/Lab_10_report.pdf

-46.3 KB
Binary file not shown.

Reports/Lab_11_report.pdf

-38.1 KB
Binary file not shown.

Reports/Lab_12_report.pdf

-42.6 KB
Binary file not shown.

Reports/Lab_13_report.pdf

-42.7 KB
Binary file not shown.

Reports/Lab_14_report.pdf

-47.3 KB
Binary file not shown.

Reports/Lab_17_report.pdf

-77 KB
Binary file not shown.

Reports/Lab_18_report.pdf

-75.9 KB
Binary file not shown.

Reports/Lab_1_report.pdf

-39.1 KB
Binary file not shown.

Reports/Lab_20_report.pdf

-184 KB
Binary file not shown.

0 commit comments

Comments
 (0)