c_src: update Makefile to compile on MacOSX
[nit.git] / src / coloring.nit
2014-05-09 Alexandre Terrasacoloring: introduce new module for class and property...
2013-03-04 Alexandre Terrasanitg-s: renamed coloring module in layout_builders
2013-03-04 Alexandre Terrasanitg-s: removed useless perfect hashers from coloring...
2013-03-04 Alexandre Terrasanitg-s: introduced unique perfect hasher
2013-03-04 Alexandre Terrasanitg: moved model facilities from coloring to abstract_...
2013-03-04 Alexandre Terrasanitg-se: MProperty layout does not depend anymore on...
2013-03-04 Alexandre Terrasanitg-s: removed old unanchored coloring
2013-03-04 Alexandre Terrasanitg-s: introduced resolution layout builders
2013-03-04 Alexandre Terrasanitg-s: moved resolution table building to separate_com...
2013-03-04 Alexandre Terrasanitg-s: removed useless property and class coloring
2013-03-04 Alexandre Terrasanitg-s: introduced PropertyLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: removed FTColoring since it was replaced by...
2013-03-04 Alexandre Terrasanitg-s: removed useless LiveEntryColoring since there...
2013-03-04 Alexandre Terrasanitg-s: moved build_property_table from coloring to...
2013-03-04 Alexandre Terrasanitg-s: merged TypeLayoutBuilder and ClassLayoutBuilder...
2013-03-04 Alexandre Terrasanitg-s: merged TypeLayout and ClassLayout into generic...
2013-03-04 Alexandre Terrasanitg-s: modified PropertyColoring to use mmodule querie...
2013-03-04 Alexandre Terrasanitg-s: cleaned useless ClassColoring uses
2013-03-04 Alexandre Terrasanitg-s: introduced class table layouts
2013-03-04 Alexandre Terrasanitg-s: introduced ancestor AbstractHasher for MTypeHasher
2013-03-04 Alexandre Terrasanitg-s: organized and cleaned coloring module
2013-03-04 Alexandre Terrasanitg-s: replaced TypePerfectHashing by PHTypeLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: replaced TypeColoring by CLTypeLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: replaced NaiveTypeColoring by BMTypeLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: inserted layout builder concept in coloring
2013-03-04 Alexandre Terrasanitg-s: moved class tables building from coloring to...
2013-03-04 Alexandre Terrasanitg-s: moved type tables building from coloring to...
2013-03-04 Alexandre Terrasanitg-s: changed module importation for module coloring
2013-03-04 Alexandre Terrasanitg-s: element set is no more required at colorer...
2013-03-04 Alexandre Terrasanitg-s: cleaned AbstractColoring::colorize method
2013-03-04 Alexandre Terrasanitg-s: changed signature of colorize method to accept...
2013-03-04 Alexandre Terrasanitg-s: replaced model queries from colorers by MModule...
2013-03-04 Alexandre Terrasanitg-s: added model exploration facilities in redef...
2013-03-04 Alexandre Terrasanitg-s: removed OrderedSet replaced it by refinements...
2012-12-12 Jean Privatnitg-s: implements unanchored_table correctly
2012-12-09 Alexandre Terrasanitg-s: introduce unanchored resolution tables.
2012-12-08 Alexandre Terrasacoloring: replace static bound of OrderedSet[nullable...
2012-12-08 Alexandre TerrasaMerge remote-tracking branch 'github-privat/master'
2012-12-08 Alexandre Terrasanitg-s: introduce formal type perfect hashing
2012-12-08 Alexandre Terrasanitg-s/-e: introduce virtual type perfect hashing
2012-12-08 Alexandre Terrasanitg-s: option --use-naive-coloring now affects FT...
2012-12-08 Jean Privatnitg-s: allocate HashSet[MType] for conflicts_graph_cache
2012-12-08 Alexandre Terrasanitg-s/-e: add option --use-*-perfect-hashing
2012-12-07 Alexandre Terrasanitg: refactoring
2012-12-06 Alexandre Terrasanitg-s/-e: Add option --use-naive-coloring
2012-12-06 Alexandre Terrasanitg-s/-e: refactor property coloring for use of #define
2012-12-03 Alexandre Terrasanitg-sep: better handling of nullable types
2012-12-03 Alexandre Terrasanitg-sep: colorize live generic types entries
2012-12-01 Alexandre Terrasanitg-sep: handles virtual types in typing and init_instance
2012-11-30 Alexandre Terrasanitg-erase: nitg with erased generic types
2012-11-22 Alexandre Terrasanitg-sep: coloring handles empty modules
2012-11-21 Alexandre Terrasanitg-sep: coloring handles empty modules
2012-11-20 Alexandre Terrasanitg-sep: fix attributes coloration
2012-11-13 Alexandre Terrasanitg-sep: fix linearization of properties inheritance
2012-11-08 Jean Privatnitg-s: bound Coloring on Object, not nullable Object
2012-11-06 Alexandre Terrasanitg-sep: refactor coloring
2012-10-30 Alexandre Terrasanitg sep: refactoring of coloring fonctionnalities