2017-03-07 | Jérôme Benoit | TP11 exo2: Finish the asked features implementation Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-07 | Jérôme Benoit | TP11 exo2: Respect the specification for displayList... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-07 | Jérôme Benoit | TP11 exo2: Makefile: Add a static binary target and... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-07 | Jérôme Benoit | TP11: Rename the static binary target to express that... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-07 | Jérôme Benoit | TP11 exo2: Add basics UI functions and integrate them... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-07 | Jérôme Benoit | TP11 exo1: Properly make linked list function a library... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-07 | Jérôme Benoit | fixlet to .gitignore Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-06 | Jérôme Benoit | TP 11 exo1: permit to specify linker libs to all relevant... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-06 | Jérôme Benoit | TP 11 exo1: Fix the Makefile to produce the shared... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-06 | Jérôme Benoit | TP 11 exo1: Add the tweaked Makefile to make the linked... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-01 | Jérôme Benoit | TP 9 exo2: Fix linked list insert helper function. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-01 | Jérôme Benoit | TP 9 exo2: handle out of bound list operations properly. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-01 | Jérôme Benoit | TP 9 exo2: Add list_insert and list_delete linked list... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-01 | Jérôme Benoit | TP_9 exo2: update Makefile Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-01 | Jérôme Benoit | Update the exercice skeleton Makefile to the one given... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-03-01 | Jérôme Benoit | TP 9 exo2: Simplify the return value handling in the... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | TP_9 exo2: preliminary work on linked list helpers. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | TP_8 exo3: Fix the linked list freeing function to... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | TP_9 exo1: Fix the linked list freeing function to... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | TP_9 exo1: split the linked list implementation into... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | TP_8 exo2: be more explicative about a false malloc... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | TP_8 exo3: Properly free the memory on all elements... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | Enable more warnings on more TP examples. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | Fix a mismatching type comparison. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-28 | Jérôme Benoit | Enable more warning at compilation time. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | Adding TP 8 exo3 Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | Add TP8 exo2 Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | TP 8 exo1: be more explicit about the malloc size. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | Add clean target to TP 7 correction Makefile. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | Add TP 7 correction. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | TP_8 exo1 Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | Rename one TP number. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | README: fix some typos Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-27 | Jérôme Benoit | Reorganize the repository structure to deal with more... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-18 | Jérôme Benoit | exo3.c: implement ROTX where X the number of latin Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-15 | Jérôme Benoit | Fixlets to the README in the exercice skeleton usage Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-15 | Jérôme Benoit | exo3: implement the primaries features requested Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-15 | Jérôme Benoit | exo2.c: spell fixes Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-15 | Jérôme Benoit | exo2.c: Finish the implementation of the desired features: Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-15 | Jérôme Benoit | exo1.c: fix a typo Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-14 | Jérôme Benoit | Add exo2 preliminary structure Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-14 | Jérôme Benoit | .gitignore: do not try to be smart for now Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-14 | Jérôme Benoit | .gitignore: ignore the binary built INSIDE the exo... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-14 | Jérôme Benoit | sortFirst(): only change the return value once, not... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-14 | Jérôme Benoit | .gitignore: ignore the default binary's name Makefile... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-14 | Jérôme Benoit | Implement exo1.c completly: Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-12 | Jérôme Benoit | exo1: swap, no need to declare tmp variable if values... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2017-02-11 | Jérôme Benoit | Initial commit of Polytech'Marseille tutorial C exercices Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |