2018-03-04 | Jérôme Benoit | TP2: Fix the Compactable implementation in Image class. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-04 | Jérôme Benoit | TP2: coding style fixlet. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-04 | Jérôme Benoit | Fix the Compactable implementation in Entiers and Listes... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-04 | Jérôme Benoit | Add the Compactable interface. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-16 | Jérôme Benoit | TP2: Add code skeleton for the Compactable interface. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-16 | Jérôme Benoit | TP2: Finally make all Affichable implemented classes... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-16 | Jérôme Benoit | TP2: Fix the buildsystem to handle added files. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-16 | Jérôme Benoit | Properly add Affichable interface. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-16 | Jérôme Benoit | Add Affichable interface. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-15 | Jérôme Benoit | Remove dead code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-15 | Jérôme Benoit | Structure: fix all remaining bugs and a test case. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-15 | Jérôme Benoit | Add Structure code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-15 | Jérôme Benoit | TP2: Factor out common code in the abstract class. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-15 | Jérôme Benoit | TP2: Fix one test case. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-15 | Jérôme Benoit | Add the two test case. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-14 | Jérôme Benoit | Entiers, Pile: Print only the values in the stack. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-14 | Jérôme Benoit | Fix the Image adding function. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-14 | Jérôme Benoit | Add method to the Image class. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-14 | Jérôme Benoit | Add the basic code for Image handling. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-14 | Jérôme Benoit | Add the abstract class Forme that Cercle and Segment... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-14 | Jérôme Benoit | Add the transformations stack code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-13 | Jérôme Benoit | Entiers: Optimize the add and remove function: Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-13 | Jérôme Benoit | Merge branch 'master' of git.piment-noir.org:TP_POO |
commit | commitdiff | tree |
2018-02-13 | Jérôme Benoit | Initial code for the TP2. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-11 | Jérôme Benoit | "else if" logic cleanup. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-11 | Jérôme Benoit | Make the "else if" more logic regarding the conditions. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-10 | Jérôme Benoit | Code cleanup. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Spell fix in comment. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Code cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Better test case for the binary tree class. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Fix all remaining bugs in the binary tree code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Implement a class for a binary tree of integers. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Add the binary tree class code skeleton. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Include everything in the same class. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-09 | Jérôme Benoit | Fix the Liste code to not be a linked list of ordered... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-08 | Jérôme Benoit | Minor code cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-08 | Jérôme Benoit | Fixlet to .gitignore. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-08 | Jérôme Benoit | Add ordered simply linked list exercice code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-08 | Jérôme Benoit | Add code skeleton for the Listes exercice. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-08 | Jérôme Benoit | Add some javadoc comments. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-08 | Jérôme Benoit | Make javadoc work. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-08 | Jérôme Benoit | Adress a FIXME on duplicated values insertion. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-07 | Jérôme Benoit | More Makefiles cleanup. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-07 | Jérôme Benoit | Makefiles cleanup. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-07 | Jérôme Benoit | Add Entiers code exercice. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-07 | Jérôme Benoit | Properly rename heap -> stack. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-07 | Jérôme Benoit | Add the stack class exercice code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-02-07 | Jérôme Benoit | Add the HelloWord java code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |