nitg: add option --global
[nit.git] / src /
2013-03-19 Lucas BAJOLETnitdbg: Added function to create a float instance with...
2013-03-19 Lucas BAJOLETnitdbg: Added function to generate a Int instance with...
2013-03-19 R4PaSsnitdbg: Added command to print the content of any Seque...
2013-03-19 Lucas BAJOLETnitdbg: Added function to print a collection recursively
2013-03-19 Lucas Bajoletnitdbg: Removes the braces of a string and returns...
2013-03-19 Lucas BAJOLETnitdbg: Gets a collection nested in a MutableInstance
2013-03-19 Lucas BAJOLETnitdbg: Added an index parser returning the indexes...
2013-03-19 Lucas BAJOLETnitdbg: Added function to get the real length of a...
2013-03-19 R4PaSsnitdbg: Added aliases
2013-03-19 Lucas BAJOLETnitdbg: Added the command to place a temporary breakpoint
2013-03-19 Lucas Bajoletnitdbg: Added counter to Breakpoint class + documentation
2013-03-19 Lucas BAJOLETnitdbg: Added command to list all commands available
2013-03-19 Lucas BAJOLETnitdbg: Can remove breakpoints
2013-03-19 Lucas Bajoletnitdbg: Can break on a breakpoint
2013-03-19 Lucas BAJOLETnitdbg: Can place a breakpoint on a line of a file
2013-03-19 Lucas BAJOLETnitdbg: Placed foundations for Breakpoints, can search...
2013-03-19 Lucas Bajoletnitdbg: Added module and class Breakpoint
2013-03-19 Lucas BAJOLETnitdbg: Added step-in function
2013-03-19 Lucas BAJOLETnitdbg: Added possibility to step-out of a function
2013-03-19 Lucas BAJOLETnitdbg: Added comments to separate the code into regions
2013-03-19 Lucas BAJOLETnitdbg: Added the possibility to continue the execution...
2013-03-19 Lucas Bajoletnitdbg: Added the possibility to step over an instruction
2013-03-19 Lucas Bajoletnitdbg: Added function to process commands
2013-03-18 Lucas BAJOLETnitdbg: Added function to print the value of a variable
2013-03-18 Lucas Bajoletnitdbg: Added function to seek a variable in the specif...
2013-03-18 Lucas BAJOLETnitdbg: Added function to get a variable in the selecte...
2013-03-18 Lucas Bajoletnitdbg: Added function to get a specific variable in...
2013-03-18 Lucas BAJOLETnitdbg: Added a new function to get an attribute in...
2013-03-18 Lucas Bajoletnitdbg: Added capacity to interpret with debugger in...
2013-03-18 Lucas Bajoletnitdbg: Added module debugger
2013-03-16 Jean PrivatMerge branch 'extern_class'
2013-03-16 Jean Privatmodel: Error on attempt to define attribute in an exter...
2013-03-15 Jean PrivatMerge remote-tracking branch 'at/nitmetrics'
2013-03-14 Jean Privatnitc: do not warn on isa related on formal
2013-03-14 Jean Privatoldmm: add MMtype#has_formal
2013-03-14 Jean Privatniti: add extern method atof
2013-03-11 Alexandre Terrasabenches: added C# to gen micro benches
2013-03-11 Alexandre Terrasabenches: added Scala to gen micro benches
2013-03-08 Jean Privatnitg: remove VISITOR in ANode
2013-03-07 Jean Privatnitg: add missing final new-line
2013-03-07 Jean Privatnitg: reintroduce 61f51486b07b14 (method supercall)
2013-03-07 Jean Privatnitg: reintroduce 12d65b1df22 (use lookup_first_definition)
2013-03-07 Jean Privatlayout: temporally rename method linearize_mclasses...
2013-03-07 Jean PrivatMerge remote-tracking branch 'alexandre/master' into...
2013-03-06 Alexandre Terrasalayout_builders: optimization of PropertyBMizer using...
2013-03-06 Alexandre Terrasalayout_builders: replaced property extraction in specia...
2013-03-06 Alexandre Terrasalayout_builders: introduced PropertyBMizer
2013-03-06 Alexandre Terrasalayout_builders: modified nitg-s & nitg-e to use Proper...
2013-03-06 Alexandre Terrasalayout_builders: Introduced interface PropertyLayoutBui...
2013-03-05 Alexandre Terrasalayout_builders: Introduced interface ResolutionLayoutB...
2013-03-05 Alexandre Terrasalayout_builders: Introduced ResolutionHasher (for futur...
2013-03-05 Alexandre Terrasalayout_builders: Moved routines from CLResolutionLayout...
2013-03-05 Alexandre Terrasalayout_builders: Introduced ResolutionBMizer (for futur...
2013-03-05 Alexandre Terrasalayout_builders: simplified ResolutionLayoutBuilder...
2013-03-05 Alexandre Terrasalayout_builders: Unified interface for TypingLayoutBuilder
2013-03-05 Alexandre Terrasalayout_builders: Introduce TypingHasher (for future...
2013-03-05 Alexandre Terrasalayout_builders: Introduce BMizer class (for future...
2013-03-05 Alexandre Terrasalayout_builders: merged CLTypeLayoutBuilder and CLClass...
2013-03-04 Alexandre Terrasalayout_builders: simplified interface for TypingLayoutB...
2013-03-04 Alexandre Terrasalayout_builders: delegated linearization to colorer
2013-03-04 Alexandre Terrasalayout_builders: renamed AbstractColorer in TypingColorer
2013-03-04 Alexandre Terrasalayout_builders: merged PHLayout & PHResolutionLayout
2013-03-04 Alexandre Terrasalayout_builders: renamed PHTypingLayout in PHLayout...
2013-03-04 Alexandre Terrasalayout_builders: removed useless ResolutionLayout class
2013-03-04 Alexandre Terrasalayout_builders: renamed TypingLayout in Layout (for...
2013-03-04 Alexandre Terrasanitg-s: renamed unanchored in unresolved
2013-03-04 Alexandre Terrasanitg: added explicit super calls with arguments to...
2013-03-04 Alexandre Terrasalayout_builders: added static bounds to generic types...
2013-03-04 Alexandre Terrasalayout_builders: better filtering of mproperties in...
2013-03-04 Alexandre Terrasanitg-s/u: changed table metrics computation and output
2013-03-04 Alexandre Terrasanitg-s removed useless type_layout_builder attribute
2013-03-04 Alexandre Terrasanitg-s/e: removed useless classids attribute
2013-03-04 Alexandre Terrasanitg-s: renamed coloring module in layout_builders
2013-03-04 Alexandre Terrasanitg-se: fixed bug in subtyping type with phmod
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: separete compiler now use ResolutionLayoutBuilder
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 retrieve_anchored_livetype...
2013-03-04 Alexandre Terrasanitg-s: removed useless property and class coloring
2013-03-04 Alexandre Terrasanitg-s: mproperty layout construction now use new layou...
2013-03-04 Alexandre Terrasanitg-s: introduced PropertyLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: cleaned up attributes used for FT coloring
2013-03-04 Alexandre Terrasanitg-s: removed FTColoring since it was replaced by...
2013-03-04 Alexandre Terrasanitg-s: removed compile_type_fts_table and compile_type...
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-se: now using ClassLayoutBuilder
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: merged build_type_table and hash_type_table
next