nit.git
2014-01-16 Jean Privattools: generate nit tools doc as `nitc`, not `newmodel`
2014-01-16 Jean PrivatMerge branch 'killnitc' old branch renamed as 'oldnitc'
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/vim-syntastic...
2014-01-14 Alexis Laferrièremisc: adds the option to specify the main nit module...
2014-01-13 Alexis Laferrièremisc: updates the vim syntastic config with correct...
2014-01-07 Jean Privatupdate nitg requirements in README
2013-11-29 Jean Privatnitcc/tests: add lexer-shortest.sablecc
2013-11-29 Jean Privatnitcc: end-of-stream does not equate `'\0'`
2013-11-27 Jean PrivatMerge branch 'killis' into killnitc
2013-11-27 Jean Privatmkcsrc: fix copy of .h and .c files
2013-11-27 Jean Privatc_src: update for kill is
2013-11-27 Jean Privatparser: update to remove `expr.ee`, aka `AEeExpr`,...
2013-11-27 Jean Privatgrammar: remove `expr.ee`
2013-11-27 Jean Privatsrc: remove handling of `is` (AEeExpr)
2013-11-27 Jean Privatlib: make `is_same_instance` intern
2013-11-27 Jean Privattests: remove old sav/nitg-e/error_for_coll.res
2013-11-27 Jean Privattests: rewrite base_covar_int to not runtime-error...
2013-11-27 Jean Privattests: remove base_virtual_int that is redundant with...
2013-11-27 Jean Privattests: replace usage of `is` with `is_same_instance`
2013-11-26 Jean Privatnitg&i: intern implementation of `is_same_instance`
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
2013-11-26 Jean Privatnitdoc: use `==` instead of `is`
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-26 Jean PrivatMerge branch 'killclosures' into killnitc
2013-11-26 Jean Privata_star: remove find_closest because of clpsure
2013-11-26 Jean Privatparser: remove last clorure-related classes
2013-11-26 Jean Privatparser: regenerate to remove more closures
2013-11-26 Jean Privattests: update some tests related to kernel line-numbering
2013-11-26 Jean Privattests: clean and update sav/nitg-e
2013-11-26 Jean Privattests: update to show types on runtime cast errors
2013-11-26 Jean Privatniti: runtime cast errors show types
2013-11-26 Jean Privatnitg: runtime cast error shows types
2013-11-26 Jean Privatnitg: introduce A`CV::add_cast` to factorize cast checks
2013-11-26 Jean Privatruntime: inform the dynamic type of self on `Abstract...
2013-11-26 Jean Privatnitg: add add_raw_abort to allow complex runtime error...
2013-11-26 Jean Privatmodelbuilder: fail on unknown redef class
2013-11-19 Jean Privatsrc: remove nc*
2013-11-19 Jean Privattests: error on unknown engine
2013-11-19 Jean Privatparser: suppr closures
2013-11-19 Jean Privatsrc: remove closure in the model
2013-11-19 Jean Privattests: skip nitg for nitg-g (kill pratchett)
2013-11-19 Jean Privatremove closures from code
2013-11-19 Jean Privattests: remove some old tests results
2013-11-19 Jean Privatnitcc: tests use nitg (so `Nodes`->`Nodes[...]`
2013-11-19 Jean Privatcleanup some remaining nitc
2013-11-19 Jean Privatprovide nitc as a wrapper to nitg
2013-11-19 Jean Privattests: remove old nitc
2013-11-19 Jean Privatsrc: remove old metamodel and nitc
2013-11-19 Jean Privatuse nitg to bootstrap; drop bootstrap of nitc
2013-11-19 Jean Privatmkcsrc: copy .c and .h file to avoid the break of the...
2013-11-17 Alexis Laferrièrelib: improves usage example of Int::times
2013-11-16 Alexis Laferrièrelib: move the `times` method to Int
2013-11-14 Jean PrivatMerge remote-tracking branch 'lucas/nitx_integration'
2013-11-14 Lucas BajoletMoved NitIndex redefintion from Debugger to Nitx
2013-11-14 Jean PrivatMerge remote-tracking branch 'alexis/game_framework'
2013-11-14 Alexis Laferrièretests: correct extension of test_a_star expected result
2013-11-14 Alexis Laferrièrelib/a_star: adds doc to Link class
2013-11-14 Alexis Laferrièrelib/a_star: use asserts in module documentation
2013-11-14 Alexis Laferrièrelib/bucketed_game: make the GameEvent an interface
2013-11-14 Jean PrivatMerge remote-tracking branch 'lucas/nitx_integration'
2013-11-14 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-11-14 Alexis Laferrièrelib/bucketed_game: add Apply logic to game events
2013-11-14 Alexis Laferrièrelib/bucketed_game: fix virtual type usage
2013-11-14 Alexis LaferrièreMerge branch 'privat' into game_framework
2013-11-13 Lucas BajoletAdded nit index to debugger.nit
2013-11-13 Alexis LaferrièreMerge branch 'privat' into ready-for-ffi
2013-11-12 Jean Privatphases: remove useless module dependencies
2013-11-12 Jean Privattests: add base_orelse2
2013-11-12 Jean Privattyping: `or else` fallback to Object
2013-11-12 Jean Privatmodel: really implement precondition of lookup_first_de...
2013-11-12 Jean Privatmodelbuilder: extra-warn useless type declaration of...
2013-11-12 Jean Privatsrc: remove old style attributes in nitg-related clases
2013-11-12 Jean Privatmodelbuilder: prevent names of formal type to have...
2013-11-12 Jean Privatlib: move counter more_collections and poset to lib/
2013-11-11 Jean PrivatMerge branch 'tests'
2013-11-11 Jean Privattests: add missing sav for libs nitcc_runtime and sqlite3
2013-11-11 Jean Privattests: strict order on tests.sh
2013-11-11 Jean Privattests: cleanup sav directory
2013-11-11 Jean Privattests: remove store_save.sh
2013-11-10 Alexis Laferrièrelib: adds Discrete::times as a shortcut to Range
2013-11-09 Alexis Laferrièrelib: update signals module to use FFI
2013-11-09 Alexis Laferrièrelib: update module md5 to use FFI
2013-11-08 Jean Privattools: add mkcsrc2 prototype to bootstrap with nitg...
2013-11-08 Jean Privattests: update nitg.res
2013-11-08 Jean Privatnitg: add option --compile-dir to change the default...
2013-11-08 Jean Privatnitg: path in Makefile is relative to the compile_dir
2013-11-07 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc'
2013-11-07 Alexandre Terrasanitg: fixes iterators crashes for test in 62cdb9a963376...
2013-11-07 Alexandre Terrasamake: add --private to newmodel documentation
2013-11-07 Jean Privattests: display binary, name and options of current...
2013-11-07 Jean Privattests: rename engine `nitg` to `nitg-g` ; alias `nitg...
2013-11-07 Jean Privattests: FIXME `for` crashes with formal types
2013-11-07 Jean Privatlib/mnit: do not use "loop do"
2013-11-07 Alexis Laferrièrelib/a_star: fix check for max_cost (is more reliable)
2013-11-07 Alexis Laferrièretests/a_star: adds a test using heuristics
2013-11-07 Alexis Laferrièrelib/a_star: fix use of virtual types in PathContext
2013-11-07 Alexis Laferrièrelib/a_star: use heuristic (it is now A*)
2013-11-07 Alexis Laferrièrelib/a_star: minor clean up
2013-11-07 Alexis Laferrièrelib/a_star: adds a larger test
next