neo_doxygen: Remove an outdated comment.
[nit.git] / src /
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: Fallback doc
2014-12-02 Alexis Laferrièresrc/location: add doc to `Location::column_start`
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 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 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: Handle inner classes.
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 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 Privatniti: adapt debugger to the new signature ot check_errors
2014-12-02 Jean Privathighlight: be more robuts in case of partial model
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...
2014-11-28 Julien Pagèsnitvm: Implementing attribute access with direct access
2014-11-28 Jean PrivatMerge: Useless type
2014-11-28 Jean PrivatMerge: Use tagged-fences to discriminate docunits
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-28 Jean Privatall: fix broken markdown comments with missing or unwan...
2014-11-28 Jean Privatmodelize: do not fatal error when more that one root...
2014-11-28 Jean Privatmodelize: do not crash if not object class to implicitl...
2014-11-28 Jean Privatmodel: do not fatal when more than one primitive class...
2014-11-28 Jean Privatnitlight: enable ToolContext::keep_going to still highl...
2014-11-28 Jean Privatnitls: bind the option --keep-going on ToolContext...
2014-11-28 Jean Privattoolcontext: add `keep_going` flag to possibly let...
2014-11-28 Jean Privattoolcontext: `errors_info` reset couts
2014-11-28 Jean Privatnitdoc: increase the verbosity level for the numerous...
2014-11-28 Jean Privatnitunit: enforce the testing of docunits (unless explic...
2014-11-28 Jean Privatsrc: nitunit and docdown use the fence-tag to skip...
2014-11-28 Jean Privatdocdown: read simple fence tag (type)
2014-11-28 Jean Privattyping: warn `useless-type` for useless type in a local...
2014-11-28 Jean Privatmodelize: do not warn `useless-type` for a covariant...
2014-11-27 Alexis LaferrièreFFI with C: fix line offset in gcc error reports
2014-11-27 Julien Pagèsnitvm: Clean the code and add an absolute offset for...
2014-11-25 Jean PrivatMerge: Nitiwiki: a quick wiki builder based on markdown...
2014-11-25 Jean PrivatMerge: SELF type
2014-11-25 Jean PrivatMerge: Prepare for the android UI module
2014-11-24 Alexandre Terrasasrc: rename old `markdown` module in `docdown` to avoid...
2014-11-22 Alexis Laferrièrenitg&mnit_android: move mnit specific activity attribut...
2014-11-22 Alexis Laferrièrenitg&android: add the android_manifest_activity annotation
2014-11-22 Alexis Laferrièreandroid: fix name of extern lib in manifest
2014-11-22 Alexis Laferrièreandroid: fix use extra_java_files from all modules
2014-11-20 Lucas Bajoletlib/standard/math: Added round method to floats
2014-11-19 Jean PrivatMerge: lib: some cleanup in *Capable and HashCollections
2014-11-19 Jean PrivatMerge: nitdoc: Do not overwrite search results.
2014-11-19 Jean Privatcompiler: resolve types when doing new NativeArray
2014-11-17 Jean PrivatMerge: json: Refactor the APIs
2014-11-17 Jean PrivatMerge: Srand by default
2014-11-17 Jean PrivatMerge: Force standard as public
2014-11-17 Jean PrivatMerge: Improve docunits
2014-11-17 Jean-Christophe... nitdoc: Do not overwrite search results.
2014-11-17 Jean-Christophe... nitdoc: Use `to_json` to escape JSON values.
2014-11-17 Jean Privatinterpreter: implements srand
2014-11-17 Jean Privatmodelbuilder: force `standard` to be imported
2014-11-17 Jean Privatnitunit: protect generated files name a little to avoid...
2014-11-17 Jean Privatnitunit: test only block of code
2014-11-17 Jean Privatdocdowm: empty lines are included in blocks
2014-11-13 Jean PrivatMerge: More escaping
2014-11-11 Alexis Laferrièremodel: if Object has a SELF type, redef it in all classes
2014-11-11 Alexis Laferrièrejava: import include/linux everywhere
2014-11-11 Jean Privatcompiler: copy the binary if the outpath is crazy and...
2014-11-11 Jean Privatcompiler: global compiler escape the module name
2014-11-11 Jean Privatcompiler: escape function names in `c_functions_hash.c`
2014-11-11 Jean Privatcompiler: escape the binary name in generated Makefile
2014-11-10 Jean PrivatMerge: MModule has a c_name
2014-11-10 Jean PrivatMerge: nitdoc: escape text in generated dot files
2014-11-10 Jean Privatcompiler: add and use `MModule::c_name`
2014-11-10 Jean PrivatMerge: nitester over MPI and jenkins
2014-11-10 Jean PrivatMerge: nitdoc: Escape paths passed to the shell.
2014-11-10 Jean Privatnitdoc: escape text in generated dot files
2014-11-09 Jean PrivatMerge: Fix FFI global compilation on duplicated callbac...
2014-11-08 Jean-Christophe... nitdoc: Escape paths passed to the shell.
2014-11-07 Alexis Laferrièretests: modify ai::puzzle, nitmetrics and nitunit to...
2014-11-07 Alexis Laferrièrenitg/ffi: fix global compilation errors and warning...
2014-11-07 Jean PrivatMerge: Method dispatch in nitvm
2014-11-06 Jean PrivatMerge: Ropes
2014-11-06 Jean PrivatMerge: nitdoc: Fix name mangling for graphs.
2014-11-06 Lucas Bajoletnitdoc: Change uses of FlatBuffer to RopeBuffer in...
2014-11-06 Jean-Christophe... nitdoc: Fix name mangling for graphs.
2014-11-06 Julien Pagèsnitvm: Method dispatch is functionnal with perfect...
2014-11-06 Jean PrivatMerge: Java FFI global compilation fix
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-05 Alexis Laferrièrenitg/ffi: fix indirect function declaration in C++ FFI
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-11-05 Jean PrivatMerge: No auto super in new
2014-11-04 Alexis Laferrièrenitg/ffi: local functions in C are `static`
2014-11-04 Alexis Laferrièrenitg/ffi: fix Java FFI support in nitg-g
2014-11-04 Jean Privattyping: prefix instantiation error with `Type Error`
2014-11-04 Jean Privatsemantize: do not auto_super_init `new`-factories
next