nit.git
2016-05-24 Philippe Pepos... lib/crypto: Explode crypto.nit into package
2016-05-14 Philippe Pepos... lib/crypto: Introduce hamming distance on Bytes
2016-05-13 Jean PrivatMerge: lib/base64: Support line breaks in base64 strings.
2016-05-13 Jean PrivatMerge: Introduce crapto modules for cryptographic attacks.
2016-05-13 Philippe Pepos... Introduce lib/crapto and a frequency analysis service.
2016-05-12 Philippe Pepos... lib/base64: Support line breaks in base64 strings.
2016-05-11 Jean PrivatMerge: Calculator: add scientific features and nicer...
2016-05-11 Jean PrivatMerge: Added a service to xor `Bytes`
2016-05-11 Jean PrivatMerge: Update gitignore to exclude DS_Store
2016-05-11 Philippe Pepos... lib/crypto: Remove xor cipher on Text.
2016-05-11 Philippe Pepos... lib/crypto: Add a xor'ing function to Bytes.
2016-05-11 Alexis Laferrièrecalculator: implement unary minus
2016-05-11 Alexis Laferrièrecalculator: add screenshots to the README
2016-05-11 Alexis Laferrièrecalculator: mobile apps use the scientific variant
2016-05-11 Alexis Laferrièrecalculator: intro iOS adaptation
2016-05-11 Alexis Laferrièrecalculator: intro Android adaptation
2016-05-11 Alexis Laferrièrecalculator: add scientific variation to the portable app
2016-05-11 Alexis Laferrièrecalculator: extend the calculator logic with scientific...
2016-05-11 Alexis Laferrièrecalculator: replace the FlatBuffer with a simple String
2016-05-11 Alexis Laferrièrecalculator: use Unicode strings instead of single chars...
2016-05-11 Alexis Laferrièrelib/cocoa: fix NSString::to_s to use to_s_with_copy
2016-05-11 Alexis Laferrièrelib/gtk: copy all strings into Nit memory
2016-05-10 itsWillupdated .gitignore to ignore .DS_Store
2016-05-10 Jean PrivatMerge: JSON Parser Optimization
2016-05-10 Jean PrivatMerge: bugfix: `is optional` attributes was evaluated...
2016-05-09 Lucas Bajoletlib/core: Perfize reset in `FlatBuffer`
2016-05-09 Lucas Bajoletlib/core: Replaced FFI version of set_char_at by pure Nit
2016-05-09 Lucas Bajoletlib/core: Added new `append_substring` service to avoid...
2016-05-09 Lucas Bajoletlib/json: Faster `parse_json_string` implementation
2016-05-06 Jean PrivatMerge: Flatbuffer fix
2016-05-06 Jean PrivatMerge: lib/fixed_ints: fix crash on `"-".is_int`
2016-05-06 Lucas Bajolettests: Added test for `FlatBuffer::from`
2016-05-06 Lucas Bajoletlib/json: Implemented `pretty_json_visit` on JsonParseError
2016-05-06 Lucas Bajoletlib/core: Added surrogate detection methods to `Char`
2016-05-05 Lucas Bajoletlib/core: Fix `new FlatBuffer.from`
2016-05-05 Alexis Laferrièretests: update result of test_text_stat for change to...
2016-05-05 Alexis Laferrièrelib/fixed_ints: fix crash on `"-".is_int`
2016-05-05 Jean PrivatMerge: Fix RopeBytes
2016-05-05 Jean PrivatMerge: Examples class name
2016-05-05 Jean PrivatMerge: Clean some errors in benches
2016-05-04 Jean Privattests: add base_is_optional to check the evaluation...
2016-05-04 Jean Privatnitc/engines: do not initialize optional attributes...
2016-05-03 Lucas Bajoletlib/core: Fix RopeBytes::[]
2016-05-03 Jean Privattests: tests also programs from `src/examples/`
2016-05-03 Jean Privattests: update error message for class name hints
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 Privatlib/more_collections: add `BestDistance` as an helper...
2016-05-03 Jean PrivatMerge: Simplify CSV
2016-05-03 Jean PrivatMerge: Perfize FlatBuffer
2016-05-03 Lucas Bajoletlib/core: Stop allocating 1 byte more when initializing...
2016-05-03 Lucas Bajoletlib/core: Improved running time for reset
2016-05-03 Lucas Bajoletlib/core: Improve FlatBuffer re-allocation rate by...
2016-05-03 Lucas Bajolettests: Added new CSV test
2016-05-03 Lucas Bajoletsrc: Updated uses of CSV library
2016-05-03 Lucas Bajoletlib/csv: Major rewriting for performance and simplicity
2016-05-03 Lucas Bajoletlib/core: `u8char_len` is now public
2016-05-03 Lucas Bajoletlib/core: Added simple write char method to `Writer`
2016-05-03 Jean PrivatMerge: Qualified Class Names
2016-05-03 Jean Privattests: update sav because new error messages on class...
2016-05-03 Jean Privattests: add `base_name_conflict` to test more conflictin...
2016-05-02 Jean PrivatMerge: Rubix cube
2016-05-02 Jean PrivatMerge: lib: add logic library
2016-05-02 Jean PrivatMerge: Add nitlight and jwrapper to the benchbed
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 Lucas Bajolettests: Added rubix tests to skip for niti and nitvm
2016-05-02 Jean Privattests: update sav because improved error messages on...
2016-05-02 Jean Privattests: use more complex names for `test_model_visitor`
2016-05-02 Jean Privattests: add `error_names` and extends the `names` hierarchy
2016-05-02 Jean Privatmodelbuilder: add `try_get_mclass_by_qid` to handle...
2016-05-02 Jean Privattests: add metadata & content in test_prog to test...
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-05-01 Jean Privatlib/core/file: use Bytes in file copy (or else binary...
2016-04-29 Jean Privatbenches: add jwrapper to the bench bed
2016-04-29 Jean Privatjwrapper: make name-related methods lazy
2016-04-29 Jean Privatbenches: add nitlight to the bench bed
2016-04-28 Jean PrivatMerge: Better Entity::full_name
2016-04-28 Jean PrivatMerge: Faster ASCII-only strings
2016-04-28 Lucas Bajoletlib: Update text_stat and tests for new String types
2016-04-28 Lucas Bajoletlib: Fix serialization issue with string-oriented typing
2016-04-28 Lucas Bajolettests: Updated sav for old tests
2016-04-27 Jean Privatbench: git-ignore some files for json and polygons
2016-04-27 Jean Privatbench/markdown: disable SpecialXmlCharsDecorator that...
2016-04-27 Jean Privatbench/markdown: disable pandoc that is broken
2016-04-27 Jean Privatbench/json: add a `--fast` option and `test` rule
2016-04-27 Jean Privatbench/json: output html
2016-04-27 Jean Privatbench/json: increase gov_data size
2016-04-27 Jean Privatnitls: do not add '/' since groups are ended by '>'
2016-04-27 Jean Privattests: update because of new full_names
2016-04-27 Jean Privattests: add new test package `names` for test_model_visitor
2016-04-27 Jean Privatnitc/test_model_visitor: check and count fullnames
2016-04-27 Jean Privatandroid: remove superfluous redefinitions of SELF
2016-04-27 Jean Privatmodel: simplify module name if package is enough for...
next