lib/crapto: Introduce 2 new attacks on XOR ciphers
[nit.git] / src /
2016-05-10 Jean PrivatMerge: bugfix: `is optional` attributes was evaluated...
2016-05-05 Jean PrivatMerge: Examples class name
2016-05-04 Jean Privatnitc/engines: do not initialize optional attributes...
2016-05-03 Jean Privatnitc/examples: inaugurate the directory with `get_mclasses`
2016-05-03 Jean Privatmodelbuilder: improve hint engine with two levenshtein
2016-05-03 Jean PrivatMerge: Simplify CSV
2016-05-03 Lucas Bajoletsrc: Updated uses of CSV library
2016-05-03 Jean PrivatMerge: Qualified Class Names
2016-05-02 Jean PrivatMerge: nitcatalog: handle local images
2016-05-02 Jean Privatmodelize_class: use the new `get_mclass_by_id` to ident...
2016-05-02 Jean Privatmodelbuilder: Add a specific error message for class...
2016-05-02 Jean Privatmodelbuilder: add (and use) `AQclassid::full_name`...
2016-05-02 Jean Privatmodelbuilder: split the class_not_found error in a...
2016-05-02 Jean Privatmodelbuilder: add `try_get_mclass_by_qid` to handle...
2016-05-02 Jean Privatnitcatalog: copy local image resources inside the outpu...
2016-05-02 Jean Privatmodelbuilder: fix hint on bad classnames
2016-05-01 Jean Privatnitc/doc/doc_down: store the current mdoc object in...
2016-05-01 Jean Privatnitc/doc/doc_down: make NitdocDecorator public to it...
2016-04-27 Jean Privatnitls: do not add '/' since groups are ended by '>'
2016-04-27 Jean Privatnitc/test_model_visitor: check and count fullnames
2016-04-27 Jean Privatmodel: simplify module name if package is enough for...
2016-04-27 Jean Privatmodel: avoid full_name conflict with global properties
2016-04-27 Jean Privatmodel: fullnames use `$` instead of `#` for classdefs...
2016-04-27 Jean Privatmodel: use > in fullnames of groups. An add a trailing...
2016-04-27 Jean Privatmodel: double the name of the default module to make...
2016-04-26 Jean PrivatMerge: nitc: use Array instead of List
2016-04-26 Jean PrivatMerge: faster new factory
2016-04-26 Jean PrivatMerge: interpreter use the catch from the compiler
2016-04-26 Jean PrivatMerge: Continuous integration tests for Nitcorn
2016-04-23 Alexis Laferrièreniti: simply use `cc` as compiler
2016-04-23 Alexis Laferrièreniti: fix support for cflags from pkgconfig
2016-04-23 Jean PrivatMerge: Hint to bad class names
2016-04-23 Jean Privatnitc: use Array instead of List
2016-04-22 Jean Privatnitc: hack to fasten new factories
2016-04-22 Jean Privatmodelbuilder: propose hints when a class is not found
2016-04-22 Jean Privatmodelize: get the Bool type faster
2016-04-22 BlackMinouInterpreter use the catch from the compiler
2016-04-21 Alexandre Terrasamodel_collect: collect MClass inits
2016-04-21 Alexandre Terrasamodel_collect: collect all MClass inherited methods
2016-04-21 Alexandre Terrasamodel_collect: collect importation poset for modules
2016-04-21 Alexandre Terrasamodel_collect: collect more on MModule hierarchy
2016-04-21 Alexandre Terrasamodel_views: build posets from mentities lists
2016-04-21 Jean PrivatMerge: Fix more warnings
2016-04-21 Jean PrivatMerge: nitweb: uml graphs route
2016-04-20 Alexandre Terrasanitweb: add /uml/:namespace route
2016-04-20 Alexandre Terrasasrc/doc: fix useless signature in redef warnings
2016-04-20 Alexandre Terrasasrc/doc: fix call on nullable receiver warnings
2016-04-20 Jean PrivatMerge: Interpreter FFI: fix running the interpreter...
2016-04-20 Alexandre Terrasauml: fix not escaped names
2016-04-18 Alexis Laferrièreinterpreter: use light_ffi to force support for the...
2016-04-18 Alexis Laferrièreinterpreter: the annotation light_ffi identifies a...
2016-04-18 Jean PrivatMerge: Split catalog into a lib and a program
2016-04-18 Jean Privatnitcatalog: add a new class Person
2016-04-17 Jean Privatnitc: split nitcatalog into a lib and a program
2016-04-15 Alexis Laferrièrenitc iOS: use ???? as bundle signature (now we can)
2016-04-14 Jean PrivatMerge: Introducing the do ... catch ... end structure
2016-04-12 BlackMinouCompiler: using longjumps for the catch blocs
2016-04-12 BlackMinouInterpreter: using catch to modify abort behaviour
2016-04-12 BlackMinouScope & Typing: visits the catch part of a do ... catch...
2016-04-12 BlackMinouFlow: managing the flow context for a do ... catch...
2016-04-12 BlackMinouParser: Modifications due to the introduction of catch
2016-04-12 BlackMinouGrammar: Adding an optionnal catch bloc to a do end
2016-04-08 Jean Privatnitc/niti: unify returnmark and escapemark
2016-04-08 Jean Privatnitc/scope: attach AReturnExpr to an escape mark of...
2016-04-08 Jean Privatnitc/parser: Make `AReturnExpr` an AEscapeExpr
2016-04-07 Jean PrivatMerge: Augmented literal strings
2016-04-06 Lucas Bajoletinterpreter: Added support for prefixed/suffixed strings
2016-04-06 Lucas Bajoletcompiler: Added prefixed and suffixed `String` support
2016-04-04 Alexis Laferrièreinterpreter: do not intercept rand methods
2016-03-25 Jean PrivatMerge: niti: fix escaping in `with`
2016-03-25 Jean PrivatMerge: Fix autoadapt and NULL comparaison
2016-03-25 Jean PrivatMerge: nitc/transform: maintain vararg information...
2016-03-25 Jean Privatnitc/globalcomp: avoid looking at unexisting methods
2016-03-25 Jean Privatnitc/abscomp: cleanup, document and fix autoadapt ...
2016-03-25 Jean Privatnitc/abscomp: protect some NULL test with maybenull
2016-03-25 Jean Privatnitc/abscomp: add helper function maybenull to factoriz...
2016-03-24 Jean Privatnitc/transform: maintain vararg information when transf...
2016-03-24 Jean Privatniti: fix escaping flag when executing the finish of...
2016-03-24 Jean PrivatMerge: compiler: Added prefix and suffix support for...
2016-03-22 Lucas Bajoletinterpreter: Added support for prefixed chars
2016-03-22 Lucas Bajoletcompiler: Added prefix and suffix support for `Char`
2016-03-21 Jean PrivatMerge: frontend & vim plugin: no doc warnings on `new...
2016-03-19 Alexis Laferrièrefrontend: do not remport missing-doc warnings on anonym...
2016-03-18 Jean PrivatMerge: serialization: new annotation to rename an attri...
2016-03-17 Alexis Laferrièrefrontend serialization: serialize_as renames attributes...
2016-03-17 Alexis Laferrièrefrontend serialization: do not generate from_deserializ...
2016-03-11 Jean PrivatMerge: Interpreter FFI: support the pkgconfig annotation
2016-03-10 Alexis Laferrièreniti FFI: do not attempt to run extern methods returnin...
2016-03-10 Jean PrivatMerge: Misc text: some improvement on `join` and `to_base`
2016-03-10 Jean PrivatMerge: Interpreter FFI: custom compile_dir, use /tmp...
2016-03-10 Jean Privatlib/core/text: move `to_base` to the main base module...
2016-03-09 Alexis Laferrièreniti FFI: support the pkgconfig annotation
2016-03-07 Alexis Laferrièreniti FFI: create compile_dir with permissions 0o700
2016-03-05 Jean PrivatMerge: FFI: use more c_name and protect some macros...
2016-03-05 Alexis Laferrièreniti FFI: delete the nit_compile directory after execution
2016-03-05 Alexis Laferrièreniti FFI: cmd line option to change the nit_compile...
2016-03-03 Jean PrivatMerge: nitc: don't crash when checking if a broken...
2016-03-03 Jean PrivatMerge: New `optional` annotation on attributes
2016-03-03 Jean PrivatMerge: typing: include a hook to enable more precise...
2016-03-01 Alexis Laferrièrenitc: don't crash when checking if a broken method...
next