Commit Graph

8 Commits

Author SHA1 Message Date
a775f2b41a Added semaphore_basic exercice and fixed the tester. 2025-10-14 20:37:03 +01:00
2128325237 Added new exercices to better cover philosophers_bonus requirements
- Added exercices:
  - Added process basics.
  - Added semaphores basics.
  - Added process communication
  - Added process termination
  - Added process_philosophers
  - Renamed and reordered philosophers_bonus
2025-10-14 16:37:24 +01:00
cae865cd92 Fixed test 10, added exercices: death_monitor and philosophers_args 2025-10-12 01:24:40 +01:00
1a007d0956 Finished ex8 - simple_philosophers. Fixed tester to detect my solution output type. 2025-10-09 19:07:31 +01:00
fa1756eecf Added rendu to exercices 5 e 6. Fixed deadlock_demo tester. 2025-10-08 19:28:44 +01:00
8779aa24a6 Increase tester functionality
- Tester now checks if executable exists in `rendu` filder, if not, compiles the source file and run the test on it
2025-10-07 20:57:32 +01:00
f30d1e67b5 Increased testers funcionality: now testers checks for executables on rendu folder 2025-10-07 20:27:39 +01:00
00a1df51bb Moved subjects to ./subjects, added subject testers 2025-10-07 14:54:09 +01:00