nit.git
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 BAJOLETstdlib: Char, added functions is_alpha and is_alphanume...
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-18 Lucas BAJOLETstdlib: Strings, added tests for is_numeric function
2013-03-18 Lucas Bajoletstdlib: AbstractString, added function is_numeric
2013-02-12 Jean Privatupdate c_src (now with ffi)
2013-02-11 Jean PrivatMerge branch 'al-libs'
2013-02-11 Jean Privatlib: add missing #include<stdio.h>
2013-02-07 Jean PrivatMerge remote-tracking branch 'alexis/ffi-in-nitc'
2013-02-07 Alexis Laferrièretests: adds tests for the FFI with C
2013-02-06 Alexis Laferrièrenitc/ffi: adds full FFI support for C to nitc
2013-02-06 Alexis Laferrièrenitc/ffi: allows to declare C type of extern classes...
2013-02-06 Alexis Laferrièrenitc/ffi: adds a variable to know if a module uses...
2013-02-06 Alexis Laferrièrenitc/ffi: adds the extern_inline module to manage forei...
2013-02-06 Alexis Laferrièrecompiling: moves up the compiling_writer module to...
2013-02-06 Alexis Laferrièreniti: adds tools to compile C code
2013-02-06 Alexis Laferrièrenitc: adds module name and license to separate_options
2013-02-05 Jean Privattests: add base_adaptive.nit
2013-02-05 Jean Privatflow: force the creation of a specific merge after...
2013-02-05 Jean Privatflow: AProxyExpr do not lose true/false context information
2013-02-05 Jean Privatflow: fix dot file---forgot the closing }
2013-02-05 Jean Privatflow: use the correct entry point in visit_expr
2013-02-05 Jean Privatflow: rewrite AOrExpr to be symmetric with AAndExpr
2013-02-05 Jean Privatflow: do not lose the after_expr context in AAssertExpr
2013-02-04 Alexis Laferrièrelib: adds base64 module and according tests
2013-02-01 Alexis Laferrièrelib: check the return of calls to pipe(), report errors...
2013-02-01 Alexis Laferrièrelib: fix method FDStream::write_char
2013-02-01 Alexis Laferrièremisc: extends Vim syntax highlighting for the FFI
2013-02-01 Alexis Laferrièremisc: adds extern class type to vim syntax highlighting
2013-02-01 Alexis Laferrièremisc: adapts gtksourceview/nit.lang to extern code use
2013-02-01 Alexis Laferrièreffi: adds the FFI syntax to the grammar
2013-02-01 Alexis Laferrièreffi/android: display Nit errors on the system log
2013-02-01 Alexis Laferrièreclib: uses a macro to manage error printing, allowing...
2013-01-31 Jean Privattests: propose alternate and fixme for base_super_linext_*
2013-01-31 Jean Privattyping: remove NOT YET IMPLEMENTED in ASuperExpr
2013-01-31 Jean Privatmodel: implements lookup_*_definition with linearization
2013-01-31 Jean Privatmodel: add linearize_mclasses, linearize_mclassdefs...
2013-01-31 Jean PrivatPOSet is an AbstractSorter
2013-01-31 Jean Privatlib: make AbstractSorter#compare public
2013-01-26 Jean Privattests: force live methods in base_*_variance to helps...
2013-01-26 Jean Privattests: update nitg-s base_attr_gen_alt1
2013-01-25 Jean Privatnitg: new complier service supercall
2013-01-25 Jean Privatmodel: implements lookup_next_definition
2013-01-25 Jean Privattyping: enable calls on a conflicting local property...
2013-01-25 Jean Privatniti, nitg & rta: use lookup_first_definition
2013-01-25 Jean Privatmodel: implements lookup_first_definition with a defaul...
2013-01-25 Jean Privatmodelbuilder: check inheritance loops
2013-01-25 Jean Privattests: cleanup files from sav/fixme
2013-01-24 Jean Privattests: fig base_isa_nullable_vt.nit
2013-01-24 Jean Privatniti: disable interpretor_type_test
2013-01-23 Jean Privatniti: test null receiver on attribute access
2013-01-23 Jean Privatniti: add covariance checks
next