nitg: add option --global
[nit.git] / src /
2013-07-19 Jean Privatnitg: add option --global
2013-07-19 Jean Privatsrc: extract modelize_class.nit from modelbuiler.nit
2013-07-19 Jean Privatsrc: extract modelize_property.nit from modelbuiler.nit
2013-07-19 Jean Privatmodelbuilder: remove `parse_and_build` and `build_all_c...
2013-07-19 Jean Privatphases: add example div_by_zero.nit
2013-07-19 Jean Privatmodelbuilder: use phases to build the model
2013-07-19 Jean Privatsrc: remove useless exprbuilder.nit
2013-07-19 Jean Privatsrc: add phase.nit & frontend.nit
2013-07-19 Jean Privatmodelbuilder: ToolContext knows the modelbuilder
2013-07-19 Jean Privatmodelbuilder: `build_classes` do not call `build_proper...
2013-07-19 Jean Privatmodelbuilder: split extract `parse` from `parse_and_build`
2013-07-19 Jean Privatmodelbuilder: do not resolve virtual types to early
2013-07-19 Jean Privatposet: to_dot also draw isolated nodes
2013-07-18 Jean Privatparser: specialize error tokens
2013-07-18 Jean Privatparser: can parse program from strings
2013-07-15 Jean PrivatMerge branch 'benches'
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-07-11 Jean PrivatMerge remote-tracking branch 'alexandre/libhtml'
2013-07-10 Jean PrivatMerge branch 'nitg-s'
2013-07-10 Jean Privattest_parser: do not crash on syntax error
2013-07-10 Jean Privatposet: remove attribute `nodes`, use `elements.keys...
2013-07-10 Jean Privatposet: move the transitions in the nodes
2013-07-10 Jean Privatnitg: move the GC stuff in a runtime C libray `gc_chooser`
2013-07-04 Jean Privatnitg: add the possibility to have runtime library writt...
2013-07-04 Jean Privatnitg: add the possibility to have specific CFLAGS for...
2013-07-03 Jean Privatnitg: add --cc-paths & cc_paths
2013-07-03 Jean Privatnitg-s: cache *RuntimeFunction in the MMethodDef
2013-07-03 Jean Privatnitg-s: VIRTUAL_ method just call the non-virtual one
2013-07-03 Jean Privatnitg-s: fix method comment on 'self' parameter
2013-07-01 Jean Privatnitg: use`*_declaration` to include extern #incudes...
2013-07-01 Jean Privatnitg: new `provide_declaration` and `require_declaration`
2013-07-01 Jean Privatnitg: name of the header file is specific for each...
2013-07-01 Jean Privatnitg: the header writer is a full-declaration header...
2013-07-01 Jean Privatnitg: global compiler do not write definition in the...
2013-07-01 Jean Privatnitg: separate compiler writes class-related colors...
2013-07-01 Jean Privatnitg: write_and_make skips empty writers
2013-06-22 Alexandre Terrasalib: added init.from in array and hashset
2013-06-14 Jean Privatnitg-s&e: remove many structs and some casts
2013-06-14 Jean Privatnitg: move add_extern to the visitor
2013-06-13 Jean Privatngall.sh: accepts options
2013-06-13 Jean Privatnitg: compile extern files separately
2013-06-07 Jean Privatnitg: new class CodeFile to regroup CodeWriter into...
2013-06-07 Jean Privatnitg: add class CodeWriter
2013-06-06 Jean Privatsrc: add ngall.sh to bootstrap nitg
2013-06-06 Jean Privatnitg: create .nit_compile before creating file inside
2013-05-28 Jean PrivatMerge remote-tracking branch 'stefan/nitdoc' into next
2013-05-28 Stefan Lagenitdoc: Inform if a comment was already modify
2013-05-28 Stefan Lagenitdoc: Added Signed-Off management
2013-05-28 Stefan Lagenitdoc: Added some field to github form
2013-05-27 Jean Privatparser: add a Package to the nit grammar
2013-05-25 Jean PrivatMerge branch 'nitdoc' into next
2013-05-24 Stefan Lagenitdoc: Fix bug : Generating the documentation.
2013-05-24 Stefan Lagenitdoc: Adding a way to switch of branch
2013-05-24 Stefan Lagenitdoc: Added function to get the commit form
2013-05-23 Stefan Lagenitdoc: Adds the github authenfication
2013-05-23 Stefan Lagenitdoc: Adding a command line option
2013-05-16 Jean Privatsrc: use split_with instead of split
2013-05-16 Jean PrivatMerge branch 'prescc' into next
2013-05-16 Jean Privatnitg: NOT YET IMPLEMENTED on AExternInitPropdef
2013-05-16 Jean Privatmodelbuilder: AExternInitPropdef implicit name is ...
2013-04-23 Jean Privatnitc: fix error in constructor inheritance
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 Privatparser: prescc can generate {-> New...} in easy cases
2013-04-03 Jean Privatparser: migrate prescc to Perl
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...
next