nit.git
2015-08-20 Lucas Bajoletlib/standard/text: Mutualized cache mechanism to FlatText
2015-08-20 Lucas Bajoletlib/standard/text: Removed byte-level modification...
2015-08-13 Jean PrivatMerge: Crazy Moles with particle effects, nukes, Bézier...
2015-08-13 Jean PrivatMerge: Mongodb: fix C warnings and avoid crash caused...
2015-08-12 Alexis Laferrièretests: remove sav for moles as its execution is no...
2015-08-12 Alexis Laferrièreexamples/moles: move crazy moles to the contrib folder
2015-08-12 Alexis Laferrièreexamples/moles: use a timeout to prevent changing state...
2015-08-12 Alexis Laferrièreexamples/moles: apply FIXME with `min` as instructed...
2015-08-12 Alexis Laferrièreexamples/moles: make `Screen::game` lazy to fix scaling...
2015-08-12 Alexis Laferrièreexamples/moles: tweak distances
2015-08-12 Alexis Laferrièreexamples/moles: intro new traps; nukes and big cacti...
2015-08-12 Alexis Laferrièreexamples/moles: add graphical effects; particles and...
2015-08-12 Alexis Laferrièreexamples/moles: update the top UI
2015-08-12 Alexis Laferrièreexamples/moles: use a darker background
2015-08-12 Alexis Laferrièreexamples/moles: update and add new art
2015-08-12 Alexis Laferrièreexamples/moles: avoid tapping the moles in the back...
2015-08-12 Alexis Laferrièreexamples/moles: extract selection of what appears in...
2015-08-12 Alexis Laferrièreexamples/moles: revamp the hole state logic with HoleCo...
2015-08-12 Alexis Laferrièreexamples/moles: update style and doc
2015-08-12 Alexis Laferrièreexamples/moles: update Makefile
2015-08-12 Alexis Laferrièreexamples/moles: clean up management of `App::screen`
2015-08-12 Alexis Laferrièreexamples/moles: update to inkscape_tools instead of...
2015-08-12 Jean PrivatMerge: Markdown fix
2015-08-11 Alexis Laferrièreexamples/moles: check android version using adb monkey...
2015-08-11 Lucas Bajoletlib/markdown: Fix a bug in check_link
2015-08-10 Alexandre Terrasamongodb: avoid MongoCollection finalization by garbage...
2015-08-10 Alexandre Terrasamongodb: fix C warnings
2015-08-10 Jean PrivatMerge: c_tool: reorder CC arguments since the semantic...
2015-08-10 Jean PrivatMerge: tests: specific mass-definition of tests marked...
2015-08-10 Jean PrivatMerge: separate_compiler: remove the use of weak symbols.
2015-08-10 Jean PrivatMerge: Clean primitive
2015-08-10 Jean PrivatMerge: More abstract classes
2015-08-10 Jean PrivatMerge: Stricter default arguments
2015-08-10 Jean Privatc_tool: reorder CC arguments since the semantic between...
2015-08-10 Lucas Bajolettests: Update sav for legacy tests
2015-08-10 Lucas Bajoletlib/standard/: Removed bin_and/or/xor/not from math
2015-08-10 Jean Privattests: Darwin special sav for test_regex_check
2015-08-10 Jean Privattests: Darwin skips cocoa, mpi and emscripten
2015-08-10 Jean Privattests: add Darwin/todo to mass blacklist some tests
2015-08-10 Jean Privattests.sh: use `todo` files to store magic strings
2015-08-10 Jean Privattests: update tests related to default arguments
2015-08-10 Jean Privatneo: update because no more default param in the model
2015-08-10 Jean Privatmodel: remove things about default parameters
2015-08-10 Jean Privattyping: change specification about default arguments...
2015-08-07 Jean Privatseparate_compiler: always compile stub of methods to...
2015-08-07 Lucas Bajoletlib/standard: Remove lshift and rshift from Int and...
2015-08-07 Lucas Bajoletlib/standard/kernel: Use literal bytes in nitunits
2015-08-07 Lucas Bajoletsrc/interpreter: Clean uses of recvval in interpreter
2015-08-07 Jean PrivatMerge: Prepare qualified identifiers
2015-08-07 Jean PrivatMerge: Own rand seed
2015-08-07 Jean PrivatMerge: Benitlux report tool
2015-08-07 Jean PrivatMerge: UTF-8 byte reading error
2015-08-07 Jean Privatastutil: update nitunit related to AST
2015-08-07 Jean Privattests: update sav related to AST
2015-08-07 Jean Privatsrc: update AST client to handle qualified identifiers...
2015-08-07 Jean Privatparser: regenerate with qualifiers in the AST
2015-08-07 Jean Privatgrammar: keep qualified information in the AST. Does...
2015-08-07 Jean Privatsrc: make AUnaryopExpr abstract
2015-08-07 Jean Privatlib: make some classes abstract
2015-08-07 Jean Privattests: update some sav because change in random
2015-08-07 Jean Privatffi: compile extern C files with -Wno-unused-function...
2015-08-06 Alexis Laferrièrecontrib/benitlux: add a report tool
2015-08-06 Alexis Laferrièrecontrib/benitlux: add services to list known beers...
2015-08-06 Jean Privatlib/sepx: provide location to each parsed node
2015-08-06 Jean Privatnitdoc: explicitly set titles of articles to null in...
2015-08-06 Jean Privatserialization: initialize `keep_going` to null
2015-08-06 Jean PrivatMerge: Cleanup lib/dom
2015-08-06 Jean PrivatMerge: Add debug option to compiler
2015-08-06 Jean PrivatMerge: example: optional attribute with a default value
2015-08-06 Lucas Bajolettests: Added tests for char_at method on borderline...
2015-08-06 Lucas Bajoletlib/standard: Fix NativeString::length_of_char_at and...
2015-08-06 Lucas Bajoletshare/man: Update nitc.md for debug option
2015-08-06 Lucas Bajoletcompiler: Add -g option to compiler
2015-08-06 Jean Privatlib/dom: remove useless visibility
2015-08-06 Jean Privatlib/dom: remove `null` call warning
2015-08-06 Jean Privatlib/dom: add missing documentation
2015-08-06 Jean Privattests: update sav for text_xml_read
2015-08-06 Jean Privatlib/dom: give location to all parsed XML nodes
2015-08-06 Jean Privatlib/dom: remove urequired use of named arguments
2015-08-06 Jean Privatlib/dom: initialize `XMLEntity::parent` to null
2015-08-06 Jean Privatlib/dom: remove useless variable
2015-08-05 Jean PrivatMerge: Text::to_bytes
2015-08-05 Jean Privatexample: optional attribute with a default value
2015-08-05 Lucas Bajoletlib/standard/bytes: Text::to_bytes method
2015-08-05 Jean PrivatMerge: lib/maths: add `nan` and `inf` as special Float
2015-08-05 Jean PrivatMerge: Can use lib/github/github_curl without a oauth...
2015-08-05 Jean PrivatMerge: contrib: add a simple planner that use lib/ai
2015-08-05 Jean Privatcontrib: add a simple planner that use lib/ai
2015-08-05 Jean Privatlib/maths: add `nan` and `inf` as special Float
2015-08-05 Jean PrivatMerge: jwrapper reproduces Java class hierarchy in...
2015-08-05 Alexis Laferrièrelib/performance_analysis: relax unit test expected...
2015-08-05 Alexis Laferrièrecontrib/jwrapper examples: update android_api to use...
2015-08-05 Alexis Laferrièrecontrib/jwrapper examples: update java_api to benefit...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: saving the model must be asked by...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: only reference to `java.lang.Object...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: add an option to not generate methods
2015-08-05 Alexis Laferrièrecontrib/jwrapper: use serialized models to build the...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: intro reading models from file
2015-08-05 Alexis Laferrièrecontrib/jwrapper: write the model to a file next to...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: enable serialization of model
next