lib: fix getters in subclasses of collection
[nit.git] / lib /
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-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`
2015-05-08 Alexis Laferrièrelib/android: `Intent` do not need a context and update...
2015-05-08 Alexis Laferrièrelib/android: move intent launching services out of...
2015-05-08 Alexis Laferrièrelib/android: shared preferences only need `dalvik`
2015-05-08 Alexis Laferrièrelib/android: rename android_data_store to data_store
2015-05-08 Alexis Laferrièrelib/linux: rename linux_data_store to data_store
2015-05-08 Jean Privatlib/github: add `Comment::is_ack` to detect acknowledgments
2015-05-07 Alexandre Terrasalib/markdown: fix whitespaces and indent
2015-05-06 Alexandre Terrasalib/json: add pretty printing services on Jsonable...
2015-05-06 Alexis Laferrièrelib/gtk: revamp `GtkWindow::new`
2015-05-06 Alexis Laferrièrelib/gtk: add more services to GtkBox
2015-05-06 Alexis Laferrièrelib/gtk: add a constructor to GtkBox
2015-05-06 Alexis Laferrièrelib/gtk: intro the interface GtkOrientable
2015-05-06 Alexis Laferrièrelib/gtk: update coding style
2015-05-06 Alexis Laferrièrelib/gtk: fix GdkColor to produce something other than red
2015-05-06 Alexis Laferrièrelib/gtk: remove unimplemented GdkRGBA::new
2015-05-06 Alexis Laferrièrelib/gtk: remove unused parameters from the GtkGrid...
2015-05-06 Alexis Laferrièrelib/gtk: ignore deprecated warnings
2015-05-06 Jean Privatlib/math: add `Collection::to_shuffle` and `Array:...
2015-05-05 Jean Privatlib/math: nitunit `Collection::rand`
2015-05-05 Jean Privatlib/mnit: remove `MNIT_SRAND` and use `NIT_SRAND` instead
2015-05-05 Jean Privatlib/standard: use `NIT_SRAND` envvar to control the...
2015-05-05 Jean PrivatMerge: Fix a bit of everything: typos, doc, android...
2015-05-05 Jean PrivatMerge: Filereader fix
2015-05-05 Jean PrivatMerge: i18n annotation
2015-04-28 Alexis Laferrièrelib/collection: better doc for Iterator
2015-04-28 Alexis Laferrièrelib/java: fix typo
2015-04-28 Alexis Laferrièrelib/bucketed_game: revamp constructor of `Buckets`
2015-04-27 Lucas Bajoletlib: Added gettext basic support
2015-04-25 Jean PrivatMerge: Parallelization phase improvement
2015-04-24 Lucas Bajoletlib/standard: Fixed read method of BufferedReader
2015-04-24 Jean PrivatMerge: nitrpg: periodize stats
2015-04-24 Jean PrivatMerge: Some metrics improvement and cleaning
2015-04-24 Alexandre Terrasalib/counter: introduce Counter::dec
2015-04-23 Alexandre Terrasalib/standard: introduce ReserveDefaultComparator
2015-04-20 Alexis Laferrièrelib/mnit: fix and improve magnification for a pixelized...
2015-04-20 Alexis Laferrièrelib/mnit: print the approximate memory used by textures...
2015-04-20 Alexis Laferrièrelib/mnit: expand images to the nearest power of 2 for...
2015-04-20 Alexis Laferrièrelib/mnit: use PRINT_ERROR instead of printf on portable...
2015-04-18 Jean PrivatMerge: Snake phase names
2015-04-18 Jean PrivatMerge: Autocast and literal arrays
2015-04-17 Jean Privatlib/standard/array: add `Array::sub`
2015-04-17 Jean Privatstrings: reimplement to_snake_case with a correct semantic
2015-04-17 Jean Privatlib/string_search: avoid covariant array on `split_once_on`
2015-04-15 Jean Privatlib/stc/kernel: add << and >> in Int
2015-04-14 Jean PrivatMerge: Fix type adaptation when there is loops
2015-04-14 Jean PrivatMerge: Improved parallelization phase
next