Merge: Use self in the FFI
[nit.git] / lib /
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: Markdown location
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièrelib: update more libs to use `self`
2015-05-27 Alexis Laferrièrelib/mongodb: fix invalid FFI code
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-27 Alexis Laferrièrelib/java: update to use `self` from Java code
2015-05-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-27 Alexis Laferrièrelib/standard: update style of doc and fix whitespace...
2015-05-27 Alexis Laferrièrelib/ios: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/cocoa: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/gtk: update to use `self` from C code
2015-05-27 Alexis Laferrièrelib/android: clean up whitespace errors in `bundle`
2015-05-27 Alexis Laferrièrelib/android: update to use `self` in Java code
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Alexis Laferrièrelib/android: fix style of `shared_preferences_api10...
2015-05-26 Lucas Bajoletlib/standard/string: Added to_oct and to_bin functions...
2015-05-26 Jean PrivatMerge: Binary over network
2015-05-26 Jean PrivatMerge: Nitiwiki next
2015-05-26 Jean PrivatMerge: Apply serialization in calculator, a_star, more_...
2015-05-26 Jean PrivatMerge: File and Bytes
2015-05-26 Alexandre Terrasalib/markdown: add MDLocation tests
2015-05-26 Alexandre Terrasalib/markdown: fix tests
2015-05-26 Alexandre Terrasalib/markdown: introduce MDLocation
2015-05-25 Alexandre Terrasarange: better nitunit on `Int::times`
2015-05-25 Alexis Laferrièrelib/serialization: intro the shortcut `CachingSerialize...
2015-05-25 Alexis Laferrièrelib/serialization: intro DuplexCache
2015-05-25 Alexis Laferrièrelib/serialization: extract caches from json_serialization
2015-05-25 Alexis Laferrièrelib/more_collections: intro `UnrolledLinkList`
2015-05-25 Alexandre Terrasarange: remove white space in license
2015-05-25 Alexis Laferrièrelib/binary: intro read/write strings as blocks
2015-05-25 Alexis Laferrièrelib/binary: intro services to read/write null terminate...
2015-05-25 Alexis Laferrièrelib/socket: fix `NativeSocket::write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: implement `write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: `Connection` subclass `Writer`
2015-05-25 Alexis Laferrièrelib/serialization: optimize `StrictHashMap` as a subcla...
2015-05-25 Alexis Laferrièrelib/serialization: intro `serialization_hash` to comple...
2015-05-25 Alexis Laferrièrelib/json: fix json serialization to play well with...
2015-05-25 Alexandre Terrasamarkdown: add misc decorators
2015-05-25 Alexis Laferrièrelib/serialization: support serializing Couple and Container
2015-05-25 Alexis Laferrièrelib/more_collections: update classes as serializable
2015-05-25 Alexis Laferrièrelib/a_star: update `a_star` to be serializable
2015-05-25 Alexis Laferrièrelib/collections: fix `List::insert` to insert at the...
2015-05-23 Jean PrivatMerge: Markdown: some improvement and fixes
2015-05-23 Jean PrivatMerge: lib/standard: reimplement `files` with light FFI
2015-05-23 Jean PrivatMerge: Nit objects to plain JSON
2015-05-22 Jean Privatlib/standard: reimplement `files` with basic FFI (so...
2015-05-22 Lucas Bajoletlib: Various fixes on lib with the new file and stream API
2015-05-22 Lucas Bajoletlib/standard/stream: Doc fixes
2015-05-22 Lucas Bajoletlib/standard: Updated stream and file to support byte...
2015-05-21 Alexandre Terrasalib/markdown: force write on current_buffer
2015-05-21 Alexandre Terrasalib/markdown: introduce markdown to markdown decorator
2015-05-21 Alexandre Terrasalib/markdown: use virtual type to make subclassing...
2015-05-21 Alexandre Terrasalib/markdown: move wikilinks parsing to lib/markdown
2015-05-21 Jean PrivatMerge: Steps on iterations and ranges
2015-05-20 Alexis Laferrièrelib/json: add doc to serialization
2015-05-20 Alexis Laferrièrelib/json: adds `to_plain_json`
2015-05-20 Alexis Laferrièrelib/json: serialization private import static
2015-05-20 Alexis Laferrièretests: extract JSON logic from test_deserialization
2015-05-20 Alexis Laferrièrelib/json: serialization can write plain JSON
2015-05-20 Alexis Laferrièrelib/json: avoid using super-strings and stream directly...
2015-05-20 Alexis Laferrièrelib/json: extract `StrictHashMap` from `json::serializa...
2015-05-20 Alexis Laferrièrelib & contrib: update users of json::serialization
2015-05-20 Alexis Laferrièrelib/json: move `json_serialization` to `json::serializa...
2015-05-20 Jean PrivatMerge: Safe collection access
2015-05-20 Jean PrivatMerge: Read/Write binary data
2015-05-20 Jean PrivatMerge: Serialization support SimpleCollection and Map...
2015-05-20 Jean PrivatMerge: lib/gtk: add `GtkEntry::input_purpose`
2015-05-19 Jean Privatlib: fix getters in subclasses of collection
2015-05-19 Jean Privatlib/standard/collection: check the item can be compared...
2015-05-19 Jean Privatlib/standard/collection: getter methods accepts `nullab...
2015-05-19 Jean Privatlib: remove superfluous type declaration in signatures
2015-05-19 Alexis Laferrièrelib/bucketed_game: make Game related classes serializable
2015-05-19 Alexis Laferrièrelib/json_serialization: implement `SimpleCollection...
2015-05-19 Alexis Laferrièrelib/json_serialization: extract `serialize_to_pure_json...
2015-05-19 Alexis Laferrièrelib/serialization: `SimpleCollection` and `Map` are...
2015-05-19 Jean Privatstandard/collection: add `Range::step` to get a bidirec...
2015-05-19 Alexis Laferrièrelib/android: update `ui_test` to the new Android UI
2015-05-19 Alexis Laferrièrelib: update README of android and app
2015-05-19 Alexis Laferrièrelib/linux: intro Linux implementation for app.nit UI...
2015-05-19 Alexis Laferrièrelib/gtk: fix missing 'h' in `GtkBox::omogeneous`
2015-05-19 Alexis Laferrièrelib/binary: intro services to read/write binary data...
2015-05-19 Alexis Laferrièrelib/socket: implement `write_byte` in `TCPStream`
2015-05-19 Alexis Laferrièrelib: intro `Writer::write_byte` and implement it in...
2015-05-18 Alexis Laferrièrelib/json_serialization: don't register objects more...
2015-05-18 Alexis Laferrièrelib/json_serialization: intro and use a map based on...
2015-05-18 Alexis Laferrièrelib/serialization: intro `is_same_serialized`
2015-05-18 Alexis Laferrièrelib/standard: fix a repeated error in the kernel module doc
2015-05-18 Alexis Laferrièreserialization: better error messages for debugging...
2015-05-17 Alexis Laferrièreserialization: use an inherited constructor
2015-05-15 Jean Privatstandard/collection: add `to_step` as a decorator of...
2015-05-15 Jean Privatstandard/collection: add `Iterator::next_by` as a safe...
2015-05-15 Alexis Laferrièrelib/gtk: add `GtkEntry::input_purpose`
2015-05-15 Alexis Laferrièrelib/android: revamp `android::ui` to implement `app...
2015-05-15 Alexis Laferrièrelib/app: intro app.nit abstract UI API
2015-05-14 Jean PrivatMerge: Intro AppComponent to notify all elements of...
next