lib/standard/string: introduce (an use) `plain_to_s`
[nit.git] / lib /
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
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-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...
2015-05-14 Jean PrivatMerge: Fix nitunit for `String::format`
2015-05-14 Jean PrivatMerge: Bytes
2015-05-14 Jean PrivatMerge: Read char
2015-05-14 Lucas Bajoletlib/standard: Added bytes module for byte-oriented...
2015-05-14 Alexis Laferrièrelib/android: `audio` still depends on the old `native_a...
2015-05-14 Alexis Laferrièrelib/android: `nit_activity` implement the new app.nit...
2015-05-14 Jean PrivatMerge: More Rosetta Code
2015-05-14 Jean PrivatMerge: Copy to native
2015-05-14 Alexis Laferrièrelib/mnit_linux: update linux mnit implementation to...
2015-05-14 Alexis Laferrièrelib: update the old NDK based android to use new lifecycle
2015-05-14 Alexis Laferrièrelib/app: intro `AppComponent` to react to application...
2015-05-14 Alexis Laferrièrelib/android: assets_and_resources need only `dalvik`
2015-05-13 Alexandre Terrasalib/standard/string: fix whitespaces
2015-05-13 Alexandre Terrasalib/standard/string: Fix nitunit of Text::format
2015-05-13 Jean PrivatMerge: Kill PushBackReader
2015-05-13 Lucas Bajoletlib: Replaced uses of read_char by read_byte when appli...
2015-05-13 Jean PrivatMerge: Revamp app.nit print_error and print_warning
2015-05-13 Lucas Bajoletlib/standard/string: Added copy_to_native method to...
2015-05-13 Lucas Bajoletlib/standard/strings: Substrings iterator now returns...
2015-05-13 Jean Privatstandard: add `Range::reverse_iterator`
2015-05-12 Lucas Bajoletlib/standard: Removed push_back_reader and replaced...
2015-05-12 Lucas Bajoletlib/standard: Changed semantics of read_char and added...
2015-05-12 Alexis LaferrièreMerge branch 'master' into android-annotations
2015-05-12 Alexis LaferrièreMerge branch 'master' into print_error
2015-05-11 Jean PrivatMerge: Rosettacode grayscale implementation
2015-05-11 Jean PrivatMerge: Clean up Android and Linux app.nit libraries
2015-05-11 Jean PrivatMerge: nit rpg ack
2015-05-11 Jean PrivatMerge: nitiwiki: introduce wikilinks
2015-05-11 Jean PrivatMerge: contrib: Introduce refund
2015-05-11 Jean PrivatMerge: lib: introduce MongoDB wrapper
2015-05-11 Budi KurniawanBitmap class as part of the bitmap library
2015-05-11 Alexandre Terrasalib: introduce MongoDB wrapper
2015-05-11 Alexandre Terrasalib/c: introduce char** wrapper
2015-05-09 Alexis Laferrièrelib: update users of the new `print_error`
2015-05-09 Alexis Laferrièrelib/android: make native methods of `log` private
2015-05-09 Alexis Laferrièrelib/android: move the implementation of prints to the...
2015-05-09 Alexis Laferrièrelib/app & android: move log_prefix to Android, where...
2015-05-09 Alexis Laferrièrelib/app: make the warning log method behave more like...
2015-05-09 Alexis Laferrièrelib: improve and move `print_error` to the standard...
2015-05-09 Alexis Laferrièrelib & examples: update users of Android API version...
2015-05-09 Alexis Laferrièrelib & src: name Android API version annotations
2015-05-09 Alexis Laferrièrelib/android: make `ui` a group and clean doc
2015-05-09 Jean PrivatMerge: i18n annot: superstrings
2015-05-09 Jean PrivatMerge: GTK clean up and a few new features
2015-05-08 Lucas Bajoletlib/standard/string: Added function to format a String...
2015-05-08 Alexis Laferrièrelib/android/ui: move up some services the extern classe...
2015-05-08 Alexis Laferrièrelib/android: make `ui` a group and clean doc
2015-05-08 Alexis Laferrièrelib/android: the `vibration` module only needs `dalvik`
2015-05-08 Alexis Laferrièrelib/android: the `toast` module only needs `dalvik`
next