- Mar 24, 2023
-
-
Max Barrett authored
-
- Mar 23, 2023
-
-
Max Barrett authored
-
- Mar 22, 2023
-
-
Parth Desai authored
-
Max Barrett authored
-
Max Barrett authored
-
Max Barrett authored
-
- Mar 21, 2023
-
-
Max Barrett authored
-
- Oct 07, 2022
-
-
gback authored
-
- Mar 18, 2022
-
-
gback authored
-
- Oct 23, 2021
- Mar 23, 2021
- Mar 08, 2021
-
-
gback authored
-
- Aug 29, 2020
-
-
gback authored
fixed test6 to include inner local tasks my own implementation leaked memory because of the custom allocator which wasn't tested before changed Makefile to set NDEBUG for benchmarking remove asserts. Critical failure must be aborted even when NDEBUG is on
-
- Jul 17, 2020
-
-
gback authored
-
- Jul 14, 2020
-
-
gback authored
-
- Jul 13, 2020
-
-
gback authored
-
- Jul 12, 2020
- Jul 08, 2020
-
-
gback authored
-
- Jul 05, 2020
-
-
gback authored
-
- Mar 14, 2017
-
-
ericrw96 authored
Fix unchecked return value to prevent VSCode compiler errors This error was reported by a student, who noticed when compiling in VSCode, the following error message was generated: ``` threadpool_lib.c: In function 'count_number_of_threads': threadpool_lib.c:46:9 error: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Werror=unused-result] fgets(buf, sizeof buf, p); ^ cc1: all warnings treated as errors <builtin>: recipe for target 'threadpool_lib.o' failed make: *** [threadpool_lib.o] Error 1 ``` I was not able to reproduce this problem in `clang` or `gcc` on my machine, but I figured it was worth the PR. We should be checking return values anyways. See merge request !4
-
James Taylor authored
-
- Oct 24, 2016
- Mar 23, 2016
-
-
CS3214 Class Account authored
-
- Mar 03, 2016
-
-
CS3214 Class Account authored
-
CS3214 Class Account authored
-
- Oct 20, 2015
-
-
spruett3 authored
-
- Jan 31, 2015