nit.git
2015-08-13 Lucas Bajoletsrc/compiler: Added fixint variants to compiler
2015-08-10 Lucas Bajoletlib/standard/text: Updated to_num to support fix ints
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 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
2015-08-05 Alexis Laferrièrecontrib/jwrapper: generate classes in linearization...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: prevent name conflicts with inherited...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: generate only locally introduced...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: silence all useless-superclass warnings
2015-08-05 Alexis Laferrièrecontrib/jwrapper: compute the methods introduced by...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: copy class hierarchy over to Nit
2015-08-05 Alexis Laferrièrecontrib/jwrapper: build class hierarchy into a POSet
2015-08-05 Alexis Laferrièrecontrib/jwrapper: collect super-classes data
2015-08-05 Alexis Laferrièrecontrib/jwrapper: revamp class header generation
2015-08-05 Alexis Laferrièrecontrib/jwrapper: create the tmp directory as needed
2015-08-05 Alexis Laferrièrecontrib/jwrapper: implement == and hash in JavaClass...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: close module file stream after writing
2015-08-05 Alexis Laferrièrecontrib/jwrapper grammar: reorder of the grammar file...
2015-08-05 Alexis Laferrièrecontrib/jwrapper grammar: unify all lists of things...
2015-08-05 Jean PrivatMerge: curl: implement CURLOPT_TIMEOUT and CURLOPT_TIME...
2015-08-05 Jean PrivatMerge: lib/performance_analysis: relax nitunit expected...
2015-08-05 Jean Privatcontrib/github_merge: can merge localy without github...
2015-08-05 Jean Privatlib/github: can connect without OAuth token
2015-08-05 Jean Privatlib/curl: Collection::to_curlslist do not crash on...
2015-08-04 Alexandre Terrasacurl: implement CURLOPT_TIMEOUT and CURLOPT_TIMEOUT_MS
2015-08-04 Alexis Laferrièrelib/performance_analysis: relax unit test expected...
2015-08-04 Jean PrivatMerge: Tinks! fix frame lock between clients and servers
2015-08-04 Jean PrivatMerge: Simplify integer parsing
2015-08-04 Jean PrivatMerge: Fix nitcorn `Content-Length` when working with...
2015-08-04 Lucas Bajolettests: Update sav for parser updates
2015-08-04 Lucas Bajoletsrc: Parser regeneration
2015-08-04 Lucas Bajoletsrc: Modified compilers for the support of the new...
next