Create a generic Node class and make use of it.
[TP_POO.git] / TP2 /
2018-04-05  Jérôme BenoitTP2: add class annotations.
2018-04-04  Jérôme BenoitCoding style fixlets.
2018-03-05  Jérôme BenoitTP2: cast double to int the compare method returned...
2018-03-05  Jérôme BenoitTP2: Fix the Image compare method.
2018-03-05  Jérôme BenoitTP2: Code cleanup.
2018-03-05  Jérôme BenoitTP2: Implement the Image class as a Comparator<Image...
2018-03-05  Jérôme BenoitTP2: Implement Image class as a Comparable<Image> inter...
2018-03-04  Jérôme BenoitTP2: Simplify the compacter method in the image class.
2018-03-04  Jérôme BenoitTP2: Use a Compactable array for testing purpose.
2018-03-04  Jérôme BenoitTP2: Simplify chained conditions.
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 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 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 BenoitMerge branch 'master' of git.piment-noir.org:TP_POO
2018-02-13  Jérôme BenoitInitial code for the TP2.