nit.git
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
2013-11-07 Alexis Laferrièrelib/a_star: replace some class parameters with virtual...
2013-11-07 Alexis Laferrièrelib/a_star: renames virtual type E to N
2013-11-07 Alexis Laferrièrelib: intro the a_star module (even though it is not...
2013-11-07 Alexis Laferrièrelib: adds sqrt, sin and cos to Int
2013-11-07 Alexis Laferrièrelib: intro the bucketed_game module, providing basic...
2013-11-07 Jean Privatscope: break and continue affect the nearest do/end
2013-11-06 Jean Privatdoc: add a unit test for has_prefix
2013-11-06 Jean PrivatMakefile: use `git rev-parse HEAD` instead of crazy...
2013-11-06 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc'
2013-11-06 Alexandre Terrasanitdoc: Replace old nitdoc by nitdoc_ni
2013-11-06 Alexandre Terrasaadded swap files, tests results and Eclipse project...
2013-11-06 Alexandre Terrasamodelbuilder: avoid multiple load of the same module
2013-11-02 Alexis Laferrièrelib/mnit: adds missing link with X11 lib
2013-11-01 Jean Privatnitcc: remove the use of NaiveCollection v0.6.2
2013-10-31 Jean PrivatMerge branch 'nitcc'
2013-10-31 Jean Privatnitcc: cleanup README (TODO use github Task List)
2013-10-31 Jean Privatnitcc: add test/ignored
2013-10-31 Jean Privatnitcc: allows elem_list in Ignored
2013-10-31 Jean Privatnitcc: avoid conflict in ignored for test/empty
2013-10-31 Jean Privatnitcc: add Token::build_nfa to isolate concerns
2013-10-31 Jean Privatnitcc: classes and elements allow any forms of text
2013-10-31 Jean Privatnitcc: add Empty keyword
2013-10-31 Jean Privatnitcc: add test/conflict-bracket and test/conflitc...
2013-10-31 Jean Privatnitcc: improve auto-dangling
2013-10-31 Jean Privatnitcc: improve displaying of firsts/afters/lookahead
2013-10-30 Jean Privatnitcc: add test/priority.input1
2013-10-30 Jean Privatnitcc: add automatic Dangling
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
next