nitg-s: Desactivated BM and PH property layouts
[nit.git] / src /
2013-07-15 Alexandre Terrasanitg-s: Desactivated BM and PH property layouts
2013-07-15 Alexandre Terrasalayout_builders: Added comments & documentation
2013-07-15 Alexandre Terrasalayout_builders: Removed useless property layout (use...
2013-07-15 Alexandre Terrasanitg-s/u: Renamed retieve_live_partial_types in retriev...
2013-07-15 Alexandre Terrasalayout_builders: Added perfect hashing for mproperties
2013-07-15 Alexandre Terrasabenches: moved bench in its own directory at project...
2013-04-08 Jean PrivatMerge branch 'alexis/libs/gtk'
2013-04-04 Jean Privatfix initialization order of attributes
2013-04-04 Alexis Laferrièreni: fixes type check in C to support null instances
2013-04-03 Jean PrivatMerge branch 'var_null'
2013-04-03 Jean Privatnitg&i: accepts 'var x = null'
2013-04-03 Jean Privatnitc: accepts 'var x = null'
2013-04-02 Jean PrivatMerge remote-tracking branch 'alexandre/benches'
2013-03-25 Jean PrivatMerge branch 'debugger'
2013-03-22 Lucas Bajoletnitdbg: Documented method untrace_variable to precise...
2013-03-19 Lucas BAJOLETnitdbg: Added command to print a stack trace at will
2013-03-19 Lucas Bajoletnitdbg: Added function to continue execution automatica...
2013-03-19 Lucas BAJOLETnitdbg: Added missing documentation on commited functions
2013-03-19 Lucas BAJOLETnitdbg: Added documentation for the trace and untrace...
2013-03-19 R4PaSsnitdbg: The untrace function can now be called via...
2013-03-19 R4PaSsnitdbg: Added command to untrace a variable
2013-03-19 R4PaSsnitdbg: Trace function, auto adds an object to trace...
2013-03-19 R4PaSsnitdbg: Added the trace detection in main loop
2013-03-19 R4PaSsnitdbg: Added function to add a variable to the trace...
2013-03-19 R4PaSsnitdbg: Added function to trace a variable and all...
2013-03-19 Lucas BAJOLETnitdbg: Seeks an argument in the specified frame to...
2013-03-19 Lucas BAJOLETnitdbg: Added function to parse a command and get only...
2013-03-19 Lucas BAJOLETnitdbg: Added function to strip arguments from a functi...
2013-03-19 Lucas Bajoletnitdbg: Added class containing the trace information...
2013-03-19 Lucas Bajoletnitdbg: Added function to stop execution and input...
2013-03-19 R4PaSsnitdbg: Added condition to avoid breaking on non-statem...
2013-03-19 Lucas BAJOLETnitdbg: Added documentation for the features of the...
2013-03-19 R4PaSsnitdbg: Added command to modify variables at runtime
2013-03-19 Lucas BAJOLETnitdbg: Added function to modify a variable nested...
2013-03-19 Lucas BAJOLETnitdbg: Added function to modify the state of a variabl...
2013-03-19 Lucas BAJOLETnitdbg: Added function that returns a new instance...
2013-03-19 Lucas BAJOLETnitdbg: Added function to create a bool instance with...
2013-03-19 Lucas BAJOLETnitdbg: Added function to create a char instance with...
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
next