pep8analysis: add copyright info for viz.js
[nit.git] / lib /
2014-05-15 Alexis Laferrièrelib/posix: add doc to posix (fix #174)
2014-05-15 Alexis Laferrièrelib/signals: improve doc and add nitunits (fix #175)
2014-05-15 Alexis Laferrièrelib/signals: intro Process::kill and Process::signal...
2014-05-15 Alexis Laferrièrelib/signals: move signals getter to Object
2014-05-15 Alexis Laferrièrelib/mnit: fix doc of MotionEvent (fix #182)
2014-05-14 Alexis Laferrièrelib/jvm: JavaObject is a Java Object (not a JNI jobject)
2014-05-14 Jean PrivatMerge: Bitset and perfect_hashing
2014-05-14 julienAdding perfect_hashing module (with perfect numbering)
2014-05-14 julienAdding a bitset module in standard for binary operations
2014-05-13 Jean PrivatMerge: String hash function fix
2014-05-13 Jean Privatkernel: use legacy FFI for `address_is_null`
2014-05-13 Jean PrivatMerge: Improve free init to prepare new constructors
2014-05-13 Jean Privatdefault_init: fix a NitUnit in template
2014-05-13 Lucas Bajoletlib/standard/string: Fixed implementation of hash funct...
2014-05-13 Jean PrivatMerge: FFI with Java - more local refs support
2014-05-13 Jean PrivatMerge: lib: add `union_find`, a union–find algorithm...
2014-05-13 Jean Privatlib: prepare for new init
2014-05-13 Alexis Laferrièrelib: move mnit::app to mnit::mnit_app to prevent future...
2014-05-13 Jean Privatlib: add `union_find`, a union–find algorithm with...
2014-05-12 Alexis Laferrièrejava: intro JavaObject::delete_local_ref
2014-05-12 Alexis Laferrièrejava: intro services for JNI local reference frame
2014-05-10 Jean Privatlib: fix `Sequence::first_index_of`
2014-05-09 Jean PrivatMerge: Fix coloring
2014-05-08 Jean PrivatMerge: Friendlier API to read from Json
2014-05-08 Jean PrivatMerge: Trees
2014-05-08 Jean PrivatMerge: sorter: add some sorters
2014-05-08 Alexis Laferrièrelib: update githup_api to use json::static
2014-05-08 Alexis LaferrièreMerge branch 'master' into json-reborn
2014-05-08 Alexis Laferrièremigration: update lib and contribs to use ::json
2014-05-08 Alexis Laferrièrelib/json: intro the main module json.nit
2014-05-08 Alexis Laferrièrelib/json: improve doc of the static module
2014-05-08 Alexis Laferrièrelib/json: privatly import lexer and parser
2014-05-08 Alexis Laferrièrelib: intro the friendlier to use json::dynamic
2014-05-08 Alexandre Terrasatrees: create trees group
2014-05-08 Alexandre Terrasatrees: introduce Red Black Tree
2014-05-08 Alexandre Terrasatrees: introduce Binary Search Tree
2014-05-08 Alexandre Terrasalib: introduce abstract_tree
2014-05-08 Alexandre Terrasasorter: add some sorters
2014-05-08 Alexandre Terrasaposet: introduce POSet::linearize
2014-05-07 Alexis Laferrièrelib/kernel: intro Numeric::value_of to get a Numeric...
2014-05-07 Alexis LaferrièreMerge branch 'master' into pnacl_integration
2014-05-07 Jean PrivatMerge: Socket fact
2014-05-06 Jean PrivatMerge: Many small fixes to Java FFI
2014-05-06 Alexis Laferrièreffi/java: clean up JNI's local refs in android_app.nit
2014-05-02 Lucas Bajoletlib/standard/string: Added implementations for to_upper...
2014-05-02 Lucas Bajoletlib/standard/stream: Changed implementation of read...
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-05-02 Lucas Bajoletlib/websocket: Websocket now subclass of BufferedIStrea...
2014-05-02 Lucas Bajoletlib/socket: Socket now subclass of Pollable interface
2014-05-02 Lucas Bajoletlib/streams: Added interface Pollable to Stream hierarchy
2014-05-02 Lucas Bajoletlib/socket: Simplified API for Sockets
2014-05-02 Lucas Bajoletlib/socket: Socket now subclass of BufferedIStream...
2014-05-02 Djomanixnitg: Added PNaCl support for Nit
2014-05-01 Lucas Bajoletlib/standard/string: Bugfix, forgot iterator on index_o...
2014-04-30 Alexis Laferrièrelib/gtk: improve documentation on main modules
2014-04-30 Alexis Laferrièrelib/gtk: fix missing pkgconfig declaration in v3_6...
2014-04-30 Alexis Laferrièrelib/gtk: move gtk3_8 to gtk::v3_8
2014-04-30 Alexis Laferrièrelib/gtk: move gtk3_6 to gtk::v3_6
2014-04-29 Alexis Laferrièrelib/gtk: move default gtk module as a project
2014-04-28 Jean PrivatMerge: Fix to inkscape_tools and introduce Float::ceil...
2014-04-27 Jean PrivatMerge: lib: fix broken assert in FStream::opens
2014-04-27 Alexis LaferrièreMerge branch 'master' into java-ffi-android
2014-04-27 Alexis Laferrièrelib: fix find_class_loader with latest FFI spec
2014-04-27 Alexis Laferrièrelib/math: intro ceil and floor
2014-04-26 Jean PrivatMerge: Metrics nullables
2014-04-25 Alexis Laferrièrelib/mnit_android: intro App::native_activity
2014-04-25 Alexis Laferrièrenitg: use load_jclass in Java FFI
2014-04-25 Alexis Laferrièrelib: intro the load_jclass method
2014-04-25 Alexis Laferrièreandroid: support FFI with Java
2014-04-25 Alexis Laferrièrelib: rename simple_json_reader as json::static
2014-04-25 Alexis Laferrièrelib: retire the old 'json' module based on libjson0
2014-04-25 Alexandre Terrasalib: fix Counter::clear
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
2014-04-22 Alexis Laferrièrelib/simple_json_reader: support for Parser errors too
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-16 Alexis Laferrièrelib: fix broken assert in FStream::opens
2014-04-15 Jean PrivatMerge: Modernize syntax
2014-04-15 Alexis Laferrièrelib/jvm: adapt Jvm::attach_current_thread to Android
2014-04-15 Alexis Laferrièrelib/jvm: support the Android platform by desactivating...
2014-04-15 Alexis Laferrièrelib/jvm: prevents string warnings on JVM
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
next