nit.git
2014-12-09 Jean-Christophe... csv: Document `CsvDocument`.
2014-12-09 Jean-Christophe... csv: Clean `CsvDocument` a little bit.
2014-12-09 Jean-Christophe... csv: Move the library to its own directory.
2014-12-09 Jean PrivatMerge: Graphics related features, fixes and doc
2014-12-09 Jean PrivatMerge: ropes: Fix some bugs in `RopeBuffer` (again)
2014-12-09 Jean PrivatMerge: Implementation of some mechanisms with direct...
2014-12-09 Jean PrivatMerge: improved loader and nitls
2014-12-09 Jean Privatcontrib/online_ide: intrude loader instead of modelbuilder
2014-12-09 Jean Privatnitls: stop intruding loader
2014-12-09 Jean Privatloader: add a public itentified_files attribute
2014-12-09 Jean Privatloader: make some entities public and improve doc
2014-12-09 Jean PrivatMerge: Some niti cleaning
2014-12-08 Alexis Laferrièrelib/glesv2: wrap more features to query informations...
2014-12-08 Alexis Laferrièrelib/glesv2: improve doc of `glesv2`
2014-12-08 Alexis Laferrièrelib/glesv2: fix and simplify the implementation of...
2014-12-08 Alexis Laferrièrelib/sdl: add `is_[left|right|middle|wheel]_button`
2014-12-08 Alexis Laferrièrelib/egl: use hex literals instead of `String::to_hex`
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reset`.
2014-12-07 Jean-Christophe... ropes: Fix the behavior of `RopeBuffer.clear` when...
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reverse`.
2014-12-07 Jean-Christophe... ropes: Fix a buffer overflow in `RopeBuffer.add`.
2014-12-06 Jean Privatniti: fix some comments
2014-12-06 Jean Privatniti: use `write_attribute` in old path of initializers
2014-12-06 Jean Privatniti: use PrimitiveInstance for `null_instance`
2014-12-06 Jean Privatman: update nitls.md
2014-12-06 Jean Privattests: update sav/nitls
2014-12-06 Jean Privatnitls: look at files of a directories when they are...
2014-12-06 Jean Privatnitls: visit group for relevant outputs
2014-12-06 Jean Privatnitls: use tree-output if one of the argument is a...
2014-12-06 Jean Privatnitls: reuse the entity sorter for all output
2014-12-06 Jean Privatnitls: work on . by default
2014-12-06 Jean Privatloader: add visit_group
2014-12-06 Jean Privatloader: identify_file use -I for names without path
2014-12-06 Jean Privatloader: identify_file does not print errors
2014-12-06 Jean Privatnitls: document projects
2014-12-06 Jean Privatnitls: correctly sort by names with --tree
2014-12-06 Jean Privatnitls: display dependancies if -d is given
2014-12-06 Jean Privatnitls: --tree do not show uninterresting groups
2014-12-06 Jean Privatloader: add MGroup::is_interesting
2014-12-06 Jean Privatnitls: use color when listing things
2014-12-06 Jean Privatnitls: make -d and -r usable together
2014-12-06 Jean Privatnitls: shows the synopsys of modules and groups by...
2014-12-06 Jean Privatnitls: reuse ProjTree::display for the simple list
2014-12-06 Jean Privatloader: `load_module` no mode automatically computes...
2014-12-06 Jean Privatniti: use get_mmodule_by_name instead of the low-level...
2014-12-05 Jean Privatniti: PrimitiveInstance::val can be null
2014-12-05 Julien Pagèsnitvm: Subtyping test is now implemented with direct...
2014-12-05 Julien Pagèsnitvm: Method dispatch is implemented with direct access
2014-12-05 Julien Pagèsnitvm: Migrating some init to new-style constructors...
2014-12-05 Jean Privatniti: reduce the direct usage on the current frame
2014-12-05 Jean Privatniti: remove last warnings by documenting two methods
2014-12-05 Jean Privatniti: implements `String::files`
2014-12-05 Jean Privatlib/file: `String::files` return an Array because it...
2014-12-05 Jean Privatniti: direclty use `Array::copy_to` to implements ...
2014-12-05 Jean Privatlib/array: make `copy_to` public
2014-12-04 Jean PrivatMerge: ropes: Fix a bug in `RopeBuffer.clear`
2014-12-04 Jean PrivatMerge: Mpropdef2node
2014-12-04 Jean PrivatMerge: nitdoc: Escape (again)
2014-12-04 Jean PrivatMerge: Subtype improvements
2014-12-04 Jean Privatmodelize: make `mclassdef2nclassdef` and `mpropdef2npro...
2014-12-04 Jean Privatffi: attach extern class information to the MClassDef...
2014-12-04 Jean Privatmodelize: add and use method `collect_attr_propdef`
2014-12-04 Jean Privatmodelize: add and use method mpropdef2node
2014-12-04 Jean-Christophe... nitdoc: Escape attributes.
2014-12-04 Jean-Christophe... nitdoc: Escape headers.
2014-12-04 Jean-Christophe... nitdoc: Escape URLs.
2014-12-04 Jean-Christophe... string: Escape all HTML’s metacharacters.
2014-12-04 Jean-Christophe... nitlight: Skip `nitg-g` tests.
2014-12-04 Jean-Christophe... neo_doxygen: Remove an outdated comment.
2014-12-04 Jean-Christophe... ropes: Clean `RopeBuffer.append` a little bit.
2014-12-04 Jean-Christophe... ropes: Reset everything when clearing.
2014-12-04 Jean Privatmodelbuilder: ANode not more mandatory in errors and cie
2014-12-04 Jean Privatmodelbuilder: split in 3 modules
2014-12-04 Jean PrivatMerge: neo_doxygen: Fix a forgotten warning.
2014-12-04 Jean PrivatMerge: lib: add IStream::read_lines
2014-12-04 Jean PrivatMerge: Keep going toolcontext
2014-12-04 Jean PrivatMerge: Check for errors in GLSL shaders using glslangVa...
2014-12-04 Jean PrivatMerge: Graphics related fixes
2014-12-04 Jean PrivatMerge: Regex subexpressions
2014-12-04 Jean PrivatMerge: Fallback doc
2014-12-04 Jean PrivatMerge: Partial wrapper for SDL 2.0 and SDL_image 2.0
2014-12-04 Jean Privatmodel: document the `assert isa MClassType`
2014-12-04 Jean Privattests: add base_formal_subtype.nit
2014-12-04 Jean Privatmodel: improve MType::is_subtype for formal types
2014-12-04 Jean Privatmodel: add MType::lookup_fixed
2014-12-03 Jean Privatlib/stream: document `read_line` and `append_line_to`
2014-12-03 Jean Privatlib/stream: add IStream::read_lines
2014-12-03 Jean Privatlib/string: add `chomp`
2014-12-03 Jean Privattests: update sav/error_redef_alt*.res
2014-12-02 Alexis Laferrièresrc/location: add doc to `Location::column_start`
2014-12-02 Alexis Laferrièretests: add glslValidator test
2014-12-02 Alexis Laferrièrelib/glesv2: declare the annotations for shader code
2014-12-02 Alexis Laferrièrefrontend: intro glsl_validation to validate shader...
2014-12-02 Alexis Laferrièresrc/location: support calling `colored_line` when ...
2014-12-02 Jean-Christophe... neo_doxygen: Fix a forgotten warning.
2014-12-02 Alexis Laferrièretests: clean up debug output
2014-12-02 Alexis Laferrièretests: fix savs for test_c.nit
2014-12-02 Alexis Laferrièrelib/c: add doc on `NATIVE` and `native_array`
2014-12-02 Alexis Laferrièrelib/re: prevent allocating `native_match` only to free it
2014-12-02 Jean PrivatMerge: neo_doxygen: Fix the handling of the inner class...
next