| 2026-01-01 16:31 | update copyright year | Remy Noulin | 6 | +6 | -6 |
| 2025-04-28 10:02 | add pError0 in C template, update copyright | Remy Noulin | 6 | +7 | -7 |
| 2024-05-28 11:42 | add a space between main program lflags and lflags from packages | Remy Noulin | 6 | +7 | -7 |
| 2023-09-18 07:14 | disable gold in default sheepy config due to issues on some systems | Remy Noulin | 1 | +4 | -4 |
| 2023-07-08 19:28 | remove warning when a package has lflags | Remy Noulin | 6 | +14 | -9 |
| 2022-01-01 12:47 | update copyright year | Remy Noulin | 6 | +6 | -6 |
| 2021-12-19 20:45 | fix segfault when checking dependencies | Remy Noulin | 1 | +1 | -1 |
| 2021-09-16 19:14 | remove error when installing package from package.yml in current directory | Remy Noulin | 1 | +4 | -1 |
| 2021-09-05 12:37 | stop trying to copy the executable when cleaning with -d | Remy Noulin | 1 | +8 | -10 |
| 2021-08-07 19:06 | fix error for system(char*) calls and OR command results | Remy Noulin | 2 | +20 | -19 |
| 2021-08-07 14:00 | check return values and print error message | Remy Noulin | 4 | +311 | -311 |
| 2021-08-06 14:26 | add -Wno-unused-result in default config | Remy Noulin | 1 | +4 | -4 |
| 2021-06-07 19:54 | handle OOM when allocating the function array in the class template | Remy Noulin | 1 | +3 | -0 |
| 2021-05-26 08:00 | fix tcc linking | Remy Noulin | 1 | +2 | -2 |
| 2021-05-25 18:13 | make the class template more correct | Remy Noulin | 1 | +1 | -1 |
| 2021-01-05 08:10 | add malloc checks in class template | Remy Noulin | 1 | +7 | -2 |
| 2021-01-01 19:37 | update copyright year | Remy Noulin | 6 | +6 | -6 |
| 2020-12-31 13:58 | fix bug missing dependencies when a header file is included multiple times | Remy Noulin | 1 | +7 | -5 |
| 2020-11-21 13:44 | remove redundant includes in class template | Remy Noulin | 1 | +0 | -4 |
| 2020-11-02 20:12 | remove stray letter in class template | Remy Noulin | 1 | +1 | -1 |
| 2020-10-31 13:00 | change print message in class template C file | Remy Noulin | 1 | +1 | -1 |
| 2020-10-24 19:35 | list a files for library packages separate from object files to avoid undefined symbols, the a file list is placed last on the gcc command line | Remy Noulin | 1 | +21 | -16 |
| 2020-10-19 11:17 | print options in cyan color in help text (spm) | Remy Noulin | 1 | +24 | -24 |
| 2020-10-10 10:06 | print options in cyan color in help text | Remy Noulin | 1 | +19 | -19 |
| 2020-09-26 11:43 | fix bug spliting argruments | Remy Noulin | 1 | +14 | -4 |
| 2020-08-04 11:45 | accept -h, --help and help to print help in sheepy and spm | Remy Noulin | 2 | +8 | -6 |
| 2020-07-15 19:51 | add -g, -gt, -gm and -ga options in sheepy to debug executables | Remy Noulin | 3 | +74 | -13 |
| 2020-06-11 19:24 | fix bug preventing cleaning of object files when running sheepy -d in a package | Remy Noulin | 1 | +15 | -4 |
| 2020-06-05 19:00 | fix bug preventing running program linking packages from any directory | Remy Noulin | 1 | +6 | -0 |
| 2020-02-24 11:13 | add allocate and clean up macro in class templaet (clean up when out of scope) | Remy Noulin | 1 | +5 | -0 |
| 2020-01-06 15:55 | update copyright date | Remy Noulin | 6 | +6 | -6 |
| 2020-01-06 15:35 | add cleanP, clean and cleanFinish in class template | Remy Noulin | 1 | +36 | -0 |
| 2020-01-03 12:35 | add asan support | Remy Noulin | 6 | +267 | -44 |
| 2019-12-27 14:08 | fix class template | Remy Noulin | 1 | +1 | -1 |
| 2019-12-27 12:16 | store intermediary object files for normal, test and memcheck builds in different folder | Remy Noulin | 2 | +59 | -23 |
| 2019-12-26 15:37 | add add command in spm to add packages in shpPackages to dependency list in package.yml | Remy Noulin | 4 | +93 | -13 |
| 2019-12-26 10:30 | print build failed message when there are compilation errors | Remy Noulin | 1 | +14 | -4 |
| 2019-12-26 08:24 | add isO'Class' and isO'Class'G in class template | Remy Noulin | 1 | +3 | -0 |
| 2019-12-26 07:28 | when file in argument is not found, try to add c and cp extensions | Remy Noulin | 1 | +45 | -7 |
| 2019-12-26 07:01 | fix dependencies compilation | Remy Noulin | 1 | +173 | -72 |
| 2019-12-24 12:26 | add header file dependencies to c file dependencies to recompile when a header is updated | Remy Noulin | 1 | +42 | -7 |
| 2019-12-23 13:13 | fix compilation errors | Remy Noulin | 2 | +2 | -2 |
| 2019-12-23 13:02 | add openProgLogFile in main template, use freen in class templates. Fix compilation bug | Remy Noulin | 2 | +6 | -6 |
| 2019-11-05 15:29 | use -g3 to get the defines as debug symbols in package.yml template | Remy Noulin | 1 | +14 | -14 |
| 2019-10-17 05:41 | propagate exit code from test (spm test) to spm exit code | Remy Noulin | 2 | +11 | -7 |
| 2019-09-06 13:04 | add information about the tests | Remy Noulin | 1 | +9 | -3 |
| 2019-09-06 12:46 | new git starting at b8e2992 | Remy Noulin | 119 | +36136 | -0 |