NOTICE: Fix years
[nit.git] / lib /
2016-06-30 Jean PrivatMerge: lib/core: Push rope maxlen to 512 instead of 64
2016-06-29 Lucas Bajoletlib/core: Push rope maxlen to 512 instead of 64
2016-06-29 Jean PrivatMerge: Lighter strings
2016-06-28 Lucas Bajoletlib/core: Removed some abusive `chars` use in lib
2016-06-28 Lucas Bajoletlib: Update mpi to support new buffer API
2016-06-28 Lucas Bajoletlib/core: Made more attributes fun since they are not...
2016-06-27 Jean PrivatMerge: math: Intro `Comparable::clamp`
2016-06-27 Jean PrivatMerge: app.nit: intro `Text::open_in_browser` and examp...
2016-06-27 Jean PrivatMerge: gamnit: intro selection services using pixel...
2016-06-27 Alexis Laferrièreapp.nit: intro example for app::ui
2016-06-27 Alexis Laferrièreandroid, ios & linux: implement `open_in_browser`
2016-06-27 Alexis Laferrièreapp.nit: intro `Text::open_in_browser`
2016-06-27 Alexis Laferrièreapp.nit: use a ListLayout in http_request example,...
2016-06-27 Alexis Laferrièreapp.nit: add metadata to http_request example for mobil...
2016-06-27 Alexis Laferrièrecontrib: update games to use clamp
2016-06-27 Alexis Laferrièrelib/core/math: intro clamp
2016-06-26 Alexis Laferrièrelib/core/exec: improve doc a bin and clean up some...
2016-06-26 Alexis Laferrièrelib/core/exec: accept Text instead of String
2016-06-26 Alexis Laferrièregamnit: intro selection services, `visible_at` and...
2016-06-26 Alexis Laferrièregamnit: update users of glGet* functions
2016-06-26 Alexis Laferrièreglesv2: intro parameter `offset` to glGet* function...
2016-06-26 Alexis Laferrièregamnit: intro `Model::dimensions & center`
2016-06-26 Alexis Laferrièregamnit: rewrite `Mesh::dimensions & center` and move...
2016-06-25 Alexis Laferrièregamnit: don't abort when failing to load a texture
2016-06-24 Alexis Laferrièreapp.nit: events are propagated to parents of controls
2016-06-24 Alexis Laferrièreapp.nit: fix name of `align` parameter for use in autoinit
2016-06-21 Jean PrivatMerge: nitweb: add graphs stubs
2016-06-21 Jean PrivatMerge: Java FFI: Improve documentation of `java` and...
2016-06-21 Alexandre Terrasalib/dot: add package.ini
2016-06-21 Alexandre Terrasalib/dot: add examples
2016-06-21 Alexandre Terrasalib: introduce `dot` package
2016-06-21 Alexis Laferrièrelib/jvm: document LD_LIBRARY_PATH
2016-06-21 Jean PrivatMerge: libevent: improve "Error from bufferevent" with...
2016-06-21 Jean PrivatMerge: app.nit: update AsyncHttpRequest API, add exampl...
2016-06-20 Alexis Laferrièrelib/java: improve doc and remove duplicates
2016-06-20 Alexis Laferrièrelib/java: rename `base` module to `ffi_support`
2016-06-20 Alexis Laferrièrelib/android: remove unused class `JavaClassLoader`
2016-06-20 Alexis Laferrièrelib/android: fix type of NativeListOfScanResult
2016-06-20 Alexis Laferrièrelib/jvm: drop the complicated logic around `JniEnvRef`
2016-06-20 Alexis Laferrièrelib/jvm: update doc
2016-06-20 Alexis Laferrièrelibevent: better "Error from bufferevent" and don't...
2016-06-20 Alexis Laferrièrelibevent: extract evutil_socket_error and evutil_socket...
2016-06-20 Alexis Laferrièreapp.nit: intro SimpleAsyncHttpRequest
2016-06-20 Alexis Laferrièreapp.nit: intro example for AsyncHttpRequest
2016-06-20 Alexis Laferrièreapp.nit: add `http_status_code` to `on_load`
2016-06-20 Alexis Laferrièreapp.nit: join AsyncHttpRequests
2016-06-20 Alexis Laferrièreapp.nit: fix order of callbacks in AsyncHttpRequest
2016-06-20 Alexis Laferrièreapp.nit: update AsyncHttpRequest API
2016-06-20 Jean PrivatMerge: libevent: force closing connections on error...
2016-06-17 Alexis Laferrièrelibevent: force_close the connection on error (don...
2016-06-17 Alexis Laferrièrelibevent: move close logic from C to Nit, and intro...
2016-06-13 Lucas Bajoletlib/core: Made to_cstring a fun instead of a lazy var
2016-06-11 Jean Privatmakefiles: simplify them and assume that Nit tools...
2016-06-10 Jean PrivatMerge: lib/core: Renamed `Text::bytelen` to `Text:...
2016-06-10 Jean PrivatMerge: Base64: Revamped base64_decode and added a stric...
2016-06-08 Lucas Bajoletlib/base64: Revamped `decode_base64` for better perform...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-06-08 Lucas Bajoletlib/core: Added `is_whitespace` method to `Byte`
2016-06-07 Jean PrivatMerge: popcorn: use nitunit for blackbox testing
2016-06-07 Jean PrivatMerge: escape_to_c: Escape trigraphs
2016-06-07 Jean PrivatMerge: lib/nitcorn: fix last warnings
2016-06-07 Jean-Christophe... text: Test all implementations of `escape_to_c`
2016-06-07 Jean-Christophe... escape_to_c: Escape trigraphs
2016-06-07 Alexandre Terrasapopcorn: remove useless tests/ dir
2016-06-03 Jean PrivatMerge: lib/app: update doc for http_request and the...
2016-06-03 Jean PrivatMerge: Factorize `capitalize` and add option to preserv...
2016-06-02 Alexis Laferrièrelib/text: add option to preserve uppercase letter in...
2016-06-02 Alexis Laferrièrelib/text: factorize the implementations of capitalize...
2016-06-02 Alexis Laferrièrelib/app: update package.ini to use the mobile tag
2016-06-02 Alexis Laferrièrelib/app: improve doc of AsyncHttpRequest
2016-06-02 Alexis Laferrièrelib/app: update README
2016-06-02 Alexandre Terrasapopcorn: test test_popcorn with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static_multiple with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static_default with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_session with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_angular with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_simple_logger with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_simple_error_handler with...
2016-06-02 Alexandre Terrasapopcorn: test test_example_html_error_handler with...
2016-06-02 Alexandre Terrasapopcorn: test test_example_advanced_logger with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_query_string with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_post_handler with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_router with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_param_route with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test examples/routing/glob_route with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test examples/hello_world with pop_tests
2016-06-02 Alexandre Terrasapopcorn: introduce pop_tests module
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` for media_types
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` for http_response
2016-06-01 Alexandre Terrasalib/nitcorn: fix `non-public init` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `useless var` warnings
2016-06-01 Alexandre Terrasalib/nitcorn: fix `missing doc` warnings
2016-06-01 Jean PrivatMerge: core: fix some "call on nullable" warnings
2016-05-31 Alexandre Terrasacore: fix warnings in file
2016-05-31 Alexandre Terrasacore: fix warnings in re
2016-05-31 Alexandre Terrasacore: fix warnings in exec
2016-05-31 Alexandre Terrasacore: fix warnings in error
2016-05-31 Alexandre Terrasacore: fix warnings in ropes
next