nit.git
2015-12-04 Jean Privatnitcc: move the responsibility of making the substring...
2015-12-04 Jean Privatnitcc: move up `text` of token earlier to improve gener...
2015-12-04 Jean Privatnitcc_rt: do not create ignored tokens
2015-12-04 Jean Privatnitcc_rt: make the depth visitor lazy
2015-12-04 Jean Privatnitcc_rt: use CircularArray
2015-12-04 Jean PrivatMerge: Intro of nitrestful a RESTful API generator
2015-12-03 Jean PrivatMerge: Stringify Bytes
2015-12-03 Jean PrivatMerge: new core datastructure: CircularArray
2015-12-03 Jean PrivatMerge: Nitiwiki: fix isues with relative paths and...
2015-12-03 Jean Privatsrc/astvalidation: use a CircularArray instead of an...
2015-12-03 Jean Privattests: extends test_seq and bench_seq with CircularArray
2015-12-03 Jean Privatcore: add circular_array
2015-12-03 Jean Privatnitiwiki/examples: update templates
2015-12-03 Jean Privatnitiwiki: add root_href if the wiki need it
2015-12-03 Jean Privatnitiwiki: add a dhref helper function
2015-12-03 Jean PrivatMerge: Small perf improvments of array
2015-12-02 Jean Privattests: update sav/test_new_native_alt1.res because...
2015-12-02 Jean Privattests: add bench_seq
2015-12-02 Jean Privatcore/array: provide a better implementation of `copy_to...
2015-12-02 Jean PrivatMerge: core/list: add length as attribute
2015-12-02 Jean Privatcore/array: fix implementation of naive copy_to to...
2015-12-02 Jean Privatcore/list: add length as attribute
2015-12-01 Jean Privatcore/array: use `copy_to` to factorize some code
2015-12-01 Jean PrivatMerge: Adds a module for logging requests
2015-11-30 Jean PrivatMerge: Modelize check visibility
2015-11-30 Jean Privatandroid: make native audio_manager access private
2015-11-30 Jean Privattests: update sav because changes in visibility
2015-11-30 Jean Privattests: improve base_prot_sig
2015-11-30 Jean Privatmodelize: always check visibility of return types
2015-11-30 Jean Privatsrc/rta: import csv publicly.
2015-11-30 Jean Privatnitc/ffi: make private some top-level methods
2015-11-30 Jean Privatcore/text: Text::substrings is private
2015-11-30 Jean Privatcore: remove useless return types
2015-11-30 Jean PrivatMerge: mongodb: allow client to set `skip` and `limit...
2015-11-30 Jean PrivatMerge: github: save Github events ids.
2015-11-30 Jean PrivatMerge: mongo: fixes more crashes from mongodb api
2015-11-30 Jean PrivatMerge: Benitlux: fix separator between beers name and...
2015-11-30 Jean PrivatMerge: console: add simple progress bar that refreshes...
2015-11-30 Jean PrivatMerge: Add error instead of segfault on gethostbyname...
2015-11-30 BlackMinouAdds a module for logging requests
2015-11-29 Alexandre Terrasamongodb: fix iterator crashes
2015-11-29 Alexandre Terrasamongodb: allow client to set `skip` and `limit` when...
2015-11-29 Alexandre Terrasamongodb: fixes crash when the return of `mongoc_cursor_...
2015-11-29 Alexandre Terrasagithub: save Github events ids.
2015-11-29 Alexis Laferrièreshare: add man for nitrestful
2015-11-29 Alexis Laferrièretests: skip nitrestful in niti and nitvm
2015-11-29 Alexis Laferrièrecontrib/jwrapper: use of nitserial does not need the...
2015-11-29 Alexis Laferrièrecontrib/jwrapper: rename NitModule to NitModuleRef
2015-11-29 Alexis Laferrièretests: add sav for nitrestful
2015-11-29 Alexis Laferrièrelib/nitcorn: add example and test for the restful annot...
2015-11-29 Alexis Laferrièresrc: intro the nitrestful tool
2015-11-29 Alexis Laferrièrelib/nitcorn: intro the restful annotation an support...
2015-11-29 Alexis Laferrièrelib/gen_nit: move NitModule from nitserial to gen_nit
2015-11-29 Alexis Laferrièresrc/serialization: remove already resolved TODO
2015-11-29 Alexandre Terrasamongodb: use FinalizableOnce instead of Finalizable
2015-11-29 Lucas Bajoletlib/core: Added `join_bytes` top-level function to...
2015-11-29 Lucas Bajoletlib/core: Make FlatText public
2015-11-29 Lucas Bajoletlib/core: Stringify lib/bytes
2015-11-29 Alexandre Terrasaconsole: add simple progress bar that refresh itself
2015-11-28 Jean PrivatMerge: github/api: avoid crashes with unparsable responses
2015-11-28 Jean PrivatMerge: mongodb: pin non-native instances to avoid GC...
2015-11-28 Jean PrivatMerge: nitiwiki: fix multiple trails
2015-11-28 Philippe Pepos... Add error instead of segfault on gethostbyname fail
2015-11-28 Alexandre Terrasagithub/api: avoid crashes with unparsable responses
2015-11-28 Alexandre Terrasamongodb: pin non-native instances to avoid GC crashes
2015-11-28 Jean Privatnitiwiki: extends example with a second independent...
2015-11-28 Jean Privatnitiwiki: fix a bug where multiple independent trails...
2015-11-28 Jean PrivatMerge: nitrpg: misc fixes
2015-11-28 Alexandre Terrasanitrpg: fix PlayerXCommits achievement trigger
2015-11-28 Alexandre Terrasanitrpg: events and achievements have owners
2015-11-28 Alexandre Terrasanitrpg: better organization for stats objects
2015-11-28 Alexandre Terrasanitrpg: use names as keys
2015-11-28 Jean PrivatMerge: Simple threadpool implementation
2015-11-28 Lucas Bajoletlib/core/bytes: Fixed broken `is_empty`
2015-11-28 BlackMinouSkipping threadpool_example
2015-11-28 BlackMinousimple threadpool implementation
2015-11-28 Jean PrivatMerge: Bytes update
2015-11-28 Alexis Laferrièrecontrib/benitlux_daily: use only "- " to separate the...
2015-11-28 Alexis Laferrièrecontrib/benitlux_daily: add verbose option for debug
2015-11-27 Lucas Bajoletlib/core: Added escaping method to Bytes for use in...
2015-11-27 Jean PrivatMerge: Prefix grammar
2015-11-27 Lucas Bajoletlib/core: Added copy method `to_bytes_with_copy` in...
2015-11-27 Lucas Bajoletlib/core: Added `add_char` method to `Bytes`
2015-11-27 Lucas Bajoletlib/markdown: Fixed spacing issue in which a `then...
2015-11-27 Lucas Bajoletparser: Regenerated tables for previous commit
2015-11-27 Lucas Bajoletparser: Updated grammar to support prefixed and suffixe...
2015-11-26 Jean PrivatMerge: nitrpg: update the userscript to the new github...
2015-11-26 Jean PrivatMerge: svg_to_icons: add an option to generate icons...
2015-11-26 Jean PrivatMerge: Improve the doc of `CurlHTTPRequest`
2015-11-25 Alexis Laferrièrelib/neo4j: fix conflict on `data` in custom implementat...
2015-11-25 Jean Privatnitrpg: update the userscript to the new github layout...
2015-11-25 Jean PrivatMerge: model: fix `try_get_primitive_method`
2015-11-25 Alexis Laferrièrelib/curl: better doc for `CurlHTTPRequest`
2015-11-25 Alexis Laferrièrelib/curl: `CurlHTTPRequest::datas` to `data`
2015-11-25 Jean Privatmodel: fix `try_get_primitive_method`
2015-11-25 Alexis Laferrièrecontrib/inkscape_tools: add option to generate icons...
2015-11-23 Jean PrivatMerge: Tests: cleanup old_style_init in some tests
2015-11-23 Jean Privattests: update init in (de)serialization
2015-11-23 Jean Privattests: remove some old_style_init
2015-11-23 Jean Privattests: remove deprecated test base_attr_def
next