nitg: Fixed the copyright notice on android_platform
[nit.git] / lib /
2014-04-22 Jean PrivatMerge: github_merge tool
2014-04-22 Jean Privatlib/github_api: new lib to access the github api
2014-04-22 Jean Privatsimple_json_reader: privately imports lexer&parser
2014-04-22 Jean PrivatMerge: Inkscape tools
2014-04-18 Alexis Laferrièrecontrib/inkscape_tools: update to use a nested module
2014-04-18 Alexis LaferrièreMerge branch 'master' into inkscape-tool
2014-04-17 Alexis Laferrièrelib: adds support lib for svg_to_png_and_nit tool
2014-04-17 Jean Privatlib: add `NativeArray::length`
2014-04-16 Alexis Laferrièrelib: opts add OptionFloat
2014-04-15 Jean PrivatMerge: Modernize syntax
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-15 Jean Privatsyntax: remove last usages of `=` in one liner function
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-14 Jean PrivatMerge: FFI with Java
2014-04-14 Alexis Laferrièrelib/java: improve documentation
2014-04-14 Alexis Laferrièrelib/java: intro JavaObject::new/release_global_ref
2014-04-14 Alexis Laferrièrelib/jvm: rename JObject class to JavaObject
2014-04-14 Alexis Laferrièrelib/jvm: change a C function to a Nit extern method
2014-04-14 Alexis Laferrièrelib/java: add services to support Java strings
2014-04-10 Alexis Laferrièrenitg: intro of the FFI with java
2014-04-09 Jean PrivatMerge: lib/socket: Bugfix
2014-04-09 Jean PrivatMerge: Streamable and Pattern update
2014-04-09 Lucas Bajoletlib/socket: Bugfix, tried to free a static variable...
2014-04-08 Lucas Bajoletstdlib/streams: Streamable now working on any Text...
2014-04-08 Lucas Bajoletstdlib/pattern: Rendered Pattern compatible with all...
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletlib/socket: Added more documentation on Socket class...
2014-04-07 Lucas Bajoletlib/websockets: Added basic support for Websockets
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-07 Lucas Bajoletlib/sockets: Improved and fixed bugs in implementation...
2014-04-07 Jean PrivatMerge: Extract sdl, mnit_display and mnit_input from...
2014-04-07 Lucas Bajoletlib/socket: Added sockopts to socket lib
2014-04-07 Lucas Bajoletlib/socket: Changed error handling with sockets
2014-04-07 Jean PrivatMerge: Contrib: Github search tool to find JNI using...
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Alexis Laferrièrelib: clean up .args
2014-04-04 Alexis Laferrièrelib/sdl & opengles1: fix pkgconfig usage
2014-04-04 Alexis Laferrièrelib/sdl: move sdl out of mnit_linux
2014-04-04 Alexis Laferrièrelib: move mnit::display|input out of mnit
2014-04-04 Alexis Laferrièrelib/sdl: fix implementation of SDLImage::is_ok
2014-04-04 Alexis Laferrièrelib/sdl: do not specify extern types in sub classes
2014-04-04 Alexis Laferrièrelib/sdl: remove unused SDLImage::partial
2014-04-04 Alexis Laferrièrelib/sdl: remove empty SDLRectangle::destroy (we have...
2014-04-04 Alexis Laferrièrelib/sdl: fix coding style
2014-04-04 Jean Privatlib/string: privatize `StringCharView` and cie.
2014-04-04 Jean Privatlibs/collection: implements `reverse_iterator` in Array...
2014-04-04 Jean Privatlib/collection: generalize `reverse?_iterator_from...
2014-04-04 Jean Privatlib/string: remove `StringCharView:has` and `StringChar...
2014-04-04 Jean Privatlib/strings: remove redefinition `FlatString#[]`
2014-04-04 Jean Privatlib/string: fast implem for reverse
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-04 Jean Privatlib/string: StringCharView is no more comparable
2014-04-04 Jean Privatlib/string: some cleaning, doc and unit tests
2014-04-04 Jean PrivatMerge: contrib-pep8analysis
2014-04-04 Jean PrivatMerge: Some FFI cleanup
2014-04-04 Jean PrivatMerge: Config related services in EGL
2014-04-03 Jean Privatffi: remove old Cproproc symbol NONITCNI
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs.buffer|blue|green|red...
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs::conformant and related...
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs::caveat and related services
2014-04-03 Alexis Laferrièrelib/egl: fix type cast and warnings
2014-04-03 Alexis Laferrièrelib: intro Number::zero and Number::is_zero
2014-04-03 Alexis Laferrièrelib: move up to_f and to_i in Number
2014-04-03 Alexis Laferrièrelib: intro the Numeric class
2014-04-02 Alexis Laferrièrelib/curl: add support for setting the user agent
2014-04-02 Alexis Laferrièrelib/curl: prevent C warnings on callbacks
2014-04-02 Alexis Laferrièrejson grammar: fix support for empty strings
2014-04-02 Alexis Laferrièrelib/simple_json_reader: display better error messages...
2014-04-02 Alexis Laferrièremnit/numbers: fix use image scale
2014-04-01 Romain Chanoirmnit_android: changes android_app to support android_sensor
2014-03-31 Alexis Laferrièrelib: make Iterators iterable
2014-03-31 Alexis LaferrièreMerge branch 'privat' into contrib-pep8analysis
2014-03-31 Romain Chanoirmnit_android: Adding android_sensor module
2014-03-31 Romain Chanoirmnit_android: Adding SensorEvent in input_event module
2014-03-28 Jean Privatlib/sha1: fix nitunit
2014-03-28 Jean PrivatMerge: lib: added sha1 on String
2014-03-27 Lucas Bajoletlib: added sha1 on String
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-27 Jean PrivatMerge branch 'strings'
2014-03-26 Jean PrivatMerge: More on Pipeline
2014-03-26 Jean Privatlib/string: remove redefinition of CHARVIEW that expose...
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-26 Jean Privatlib/pipeline: add basic functional-like filer processin...
2014-03-25 Lucas Bajoletstdlib/strings: Minor style fix
2014-03-25 Lucas Bajoletstdlib/strings: Repaired hash for Buffers.
2014-03-25 Lucas Bajoletstdlib/strings: Added cache on Buffer.
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted hash (breaks hash on Buffer...
2014-03-25 Lucas Bajoletstdlib/strings: Added cache for efficency when calling...
2014-03-25 Lucas Bajoletstdlib/strings: Added reversed service on Text and...
2014-03-25 Lucas Bajoletstdlib/strings: Generalized to_cstring to all Text...
2014-03-25 Lucas Bajoletstdlib/strings: Added flatten service.
2014-03-25 Lucas Bajoletstdlib/strings: Modified constructor for Buffer, now...
2014-03-25 Lucas Bajoletstdlib/strings: Fixed behaviour for substring_from...
2014-03-25 Lucas Bajoletstdlib/strings: Moved String as abstract, FlatString...
2014-03-25 Lucas Bajoletstdlib/strings: Moved append to Buffer, now works on...
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted functions common to all...
2014-03-25 Jean Privatlib/string_search: make all introdiced method of Patter...
2014-03-25 Jean Privatsrc: remove clients of protected Pattern methods
next