nit.git
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-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-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-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...
2014-12-02 Jean PrivatMerge: Some optimizations in model and nitg
2014-12-02 Jean PrivatMerge: Vim Syntastic detect documentation warnings...
2014-12-02 Jean PrivatMerge: example: Add the simplest tasks of Rosetta Code.
2014-12-02 Jean Privatmodelize: do not leave `build_property` with a mprop...
2014-12-02 Jean Privatmodelize: do not crash is a upper VT bound is not set
2014-12-02 Jean-Christophe... neo_doxygen: Homogenize the style of the conditions...
2014-12-02 Jean-Christophe... neo_doxygen: Link inner classes with their outer classes.
2014-12-02 Jean-Christophe... neo_doxygen: Generalize the concept of “member”.
2014-12-02 Jean-Christophe... neo_doxygen: Read the `prot` attribute of the `innercla...
2014-12-02 Jean-Christophe... neo: Handle inner classes.
2014-12-02 Alexis Laferrièrelib/sdl2: add README
2014-12-02 Alexis Laferrièrelib/sdl2: intro an example for the sdl2 modules
2014-12-02 Alexis Laferrièrelib/sdl2: intro a module uniting for sdl2 and its image...
2014-12-02 Alexis Laferrièrelib/sdl2: intro the entry module for sdl2
2014-12-02 Alexis Laferrièrelib/sdl2: wrap the SDL 2 image library
2014-12-02 Alexis Laferrièrelib/sdl2: wrap some SDL 2 system and window manager...
2014-12-02 Alexis Laferrièrelib/sdl2: wrap some SDL 2 events
2014-12-02 Alexis Laferrièrelib/sdl2: wrap some basic features of SDL 2
2014-12-02 Jean-Christophe... doc: List the inner classes in the search bar.
2014-12-02 Jean-Christophe... doc: List the inner classes in the side panel.
2014-12-02 Jean-Christophe... doc: Fix the presentation of the inner classes.
2014-12-02 Jean-Christophe... doc: Skip unused pages.
2014-12-02 Jean-Christophe... model_ext: Add a way to represent inner classes.
2014-12-02 Jean-Christophe... neo_doxygen: Do not guess the namespace of the classes.
2014-12-02 Alexis Laferrièrelib/c: intro `CByteArray`
2014-12-02 Alexis Laferrièrelib/c: intro `CIntArray::from`
2014-12-02 Alexis Laferrièrelib/c: move up general logic from `CIntArray` to `CArray`
2014-12-02 Alexis Laferrièrelib/sdl: improve implementation and doc of `SDLDisplay...
2014-12-02 Alexis Laferrièrelib/sdl: native_blit is private
2014-12-02 Alexis Laferrièrelib/glesv2: use the hex litteral instead of `to_hex`
2014-12-02 Jean Privatnitdoc: use `mdoc_or_fallback` to fill tmpl_definitions
2014-12-02 Jean Privatmodel: add MEntity::mdoc_or_fallback to get more docume...
2014-12-02 Jean Privattests: update sav/error_class_glob.res because
2014-12-02 Alexis Laferrièrelib/re: intro `Match::[]`
2014-12-02 Alexis Laferrièrelib/re: support regex subexpressions
2014-12-02 Jean Privatniti: adapt debugger to the new signature ot check_errors
2014-12-02 Jean Privathighlight: be more robuts in case of partial model
2014-12-01 Alexis Laferrièrelib/glesv2: fix `gl_get_bool`
2014-12-01 Alexis Laferrièrelib/glesv2: remove broken methods `gl_vertex_attri_poin...
2014-12-01 Alexis Laferrièrelib/x11: fix missing C include
2014-12-01 Alexis Laferrièrelib/re: improve doc of `NativeRegex::re_nsub`
2014-12-01 Jean-Christophe... neo_doxygen: Accept classes in the root namespace.
2014-12-01 Jean Privatversion 0.6.11 v0.6.11
2014-12-01 Jean PrivatNOTICE: add Alexandre Blondin Massé
2014-11-30 Alexis Laferrièrevim/syntastic: show errors on EOF on the last line
2014-11-30 Alexis Laferrièrevim/syntastic: show "Documentation warning" as a style...
2014-11-30 Jean PrivatMerge: Fix warnings in the JSON, SAX and SAXophoNit...
2014-11-30 Jean PrivatMerge: Attributes access in nitvm
2014-11-29 Jean Privatcompiler: the type poset contains only directed casts
2014-11-29 Jean Privatmodel: add another level of cache for MClassType::colle...
2014-11-29 Jean Privatmodel: cache types in a hashmap instead of in a list
2014-11-28 Julien Pagèsnitvm: Attributes access is fully functionnal with...
next