TP_POO.git
2018-03-04  Jérôme BenoitTP2: Fix the Compactable implementation in Image class.
2018-03-04  Jérôme BenoitTP2: coding style fixlet.
2018-03-04  Jérôme BenoitFix the Compactable implementation in Entiers and Liste...
2018-03-04  Jérôme BenoitAdd the Compactable interface.
2018-02-16  Jérôme BenoitTP2: Add code skeleton for the Compactable interface.
2018-02-16  Jérôme BenoitTP2: Finally make all Affichable implemented classes...
2018-02-16  Jérôme BenoitTP2: Fix the buildsystem to handle added files.
2018-02-16  Jérôme BenoitProperly add Affichable interface.
2018-02-16  Jérôme BenoitAdd Affichable interface.
2018-02-15  Jérôme BenoitRemove dead code.
2018-02-15  Jérôme BenoitStructure: fix all remaining bugs and a test case.
2018-02-15  Jérôme BenoitAdd Structure code.
2018-02-15  Jérôme BenoitTP2: Factor out common code in the abstract class.
2018-02-15  Jérôme BenoitTP2: Fix one test case.
2018-02-15  Jérôme BenoitAdd the two test case.
2018-02-14  Jérôme BenoitEntiers, Pile: Print only the values in the stack.
2018-02-14  Jérôme BenoitFix the Image adding function.
2018-02-14  Jérôme BenoitAdd method to the Image class.
2018-02-14  Jérôme BenoitAdd the basic code for Image handling.
2018-02-14  Jérôme BenoitAdd the abstract class Forme that Cercle and Segment...
2018-02-14  Jérôme BenoitAdd the transformations stack code.
2018-02-13  Jérôme BenoitEntiers: Optimize the add and remove function:
2018-02-13  Jérôme BenoitMerge branch 'master' of git.piment-noir.org:TP_POO
2018-02-13  Jérôme BenoitInitial code for the TP2.
2018-02-11  Jérôme Benoit"else if" logic cleanup.
2018-02-11  Jérôme BenoitMake the "else if" more logic regarding the conditions.
2018-02-10  Jérôme BenoitCode cleanup.
2018-02-09  Jérôme BenoitSpell fix in comment.
2018-02-09  Jérôme BenoitCode cleanups.
2018-02-09  Jérôme BenoitBetter test case for the binary tree class.
2018-02-09  Jérôme BenoitFix all remaining bugs in the binary tree code.
2018-02-09  Jérôme BenoitImplement a class for a binary tree of integers.
2018-02-09  Jérôme BenoitAdd the binary tree class code skeleton.
2018-02-09  Jérôme BenoitInclude everything in the same class.
2018-02-09  Jérôme BenoitFix the Liste code to not be a linked list of ordered...
2018-02-08  Jérôme BenoitMinor code cleanups.
2018-02-08  Jérôme BenoitFixlet to .gitignore.
2018-02-08  Jérôme BenoitAdd ordered simply linked list exercice code.
2018-02-08  Jérôme BenoitAdd code skeleton for the Listes exercice.
2018-02-08  Jérôme BenoitAdd some javadoc comments.
2018-02-08  Jérôme BenoitMake javadoc work.
2018-02-08  Jérôme BenoitAdress a FIXME on duplicated values insertion.
2018-02-07  Jérôme BenoitMore Makefiles cleanup.
2018-02-07  Jérôme BenoitMakefiles cleanup.
2018-02-07  Jérôme BenoitAdd Entiers code exercice.
2018-02-07  Jérôme BenoitProperly rename heap -> stack.
2018-02-07  Jérôme BenoitAdd the stack class exercice code.
2018-02-07  Jérôme BenoitAdd the HelloWord java code.