Commit Graph

21 Commits

Author SHA1 Message Date
Ceccarelli Luca
4ae503d4f9
Merge pull request #10 from Globostofo/changeReadme
Adding the car wash problem to the readme
2023-10-17 21:09:11 +02:00
Romain CLEMENT
a60331d0be
Merge pull request #9 from Globostofo/patch-semantic
Added more semantic by using binary semaphores
2023-10-17 20:57:36 +02:00
Romain CLEMENT
b31b9f83ea Added more semantic by using binary semaphores 2023-10-17 20:56:33 +02:00
Romain CLEMENT
6aaaba3eb9
Merge pull request #8 from Globostofo/patch-thread
Put attendant thread in background
2023-10-17 20:50:57 +02:00
Romain CLEMENT
fad41c80b3 Put attendant thread in background
This allow main thread to terminate without any error when each
car thread has terminated.
It's more accurate, because otherwise the attendant will wait
forever and block the program.
2023-10-17 20:36:21 +02:00
Ceccarelli Luca
bb3dc32a97
Adding the car wash problem to the readme 2023-10-17 20:22:30 +02:00
Ceccarelli Luca
234c2bab0b
Merge pull request #7 from Globostofo/carWash
changing the problem to a car wash problem
2023-10-17 20:09:52 +02:00
f1b6435b7e changing the problem to a car wash problem 2023-10-17 20:09:06 +02:00
Ceccarelli Luca
c920829d3b
Merge pull request #6 from Globostofo/branch-romaing
Implemented with double rendezvous
2023-10-17 19:10:52 +02:00
Romain CLEMENT
e187751e5a Implemented with double rendezvous 2023-10-16 20:43:14 +02:00
Ceccarelli Luca
12fe9a21d5
Merge pull request #5 from Globostofo/fixPthread
Adding -
2023-10-16 10:35:04 +02:00
e6bf68451f Adding - 2023-10-16 10:34:01 +02:00
Romain CLEMENT
6acd5a4a5e
Merge pull request #4 from Globostofo/patch-cpp20-compilation
Patched .pro file to compile with C++ 20 to use semaphore
2023-10-16 10:28:40 +02:00
Romain CLEMENT
21f18f91c1 Patched .pro file to compile with C++ 20 to use semaphore 2023-10-16 10:27:30 +02:00
Ceccarelli Luca
0d0d8064d3
Merge pull request #2 from Globostofo/addThreadConf
Adding Lib pthread to the project config
2023-10-16 10:13:10 +02:00
cde9dfa9d8 Adding Lib pthread to the project config 2023-10-16 10:12:13 +02:00
Romain CLEMENT
94608cdfaf
Merge pull request #1 from Globostofo/gitignore
vire les configs de vscode et les .out de git
2023-10-16 10:08:18 +02:00
CAPELIER-Marla-2124006
cd8b202d20
vire les configs de vscode et les .out de git 2023-10-16 10:06:47 +02:00
Romain CLEMENT
a4ee19f03c
Create README.md 2023-10-16 10:05:05 +02:00
CAPELIER-Marla-2124006
f1ca9257a9
Initial Code
Co-authored-by: Djalim Simaila <DjalimSimaila@users.noreply.github.com>
Co-authored-by: Romain CLEMENT <rc2301@orange.fr>
2023-10-16 10:01:43 +02:00
Romain CLEMENT
de602287d1 Inital commit 2023-10-16 08:35:16 +02:00