parser: ComputeProdLocationVisitor remember the last token instead of the location
[nit.git] / lib /
2015-05-13 Jean PrivatMerge: Kill PushBackReader
2015-05-13 Jean PrivatMerge: Revamp app.nit print_error and print_warning
2015-05-12 Lucas Bajoletlib/standard: Removed push_back_reader and replaced...
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
2015-04-14 Jean Privatlib/ai/backtrack: add a missing assert
2015-04-14 Jean Privatlib/a_star: avoid bad autocast
2015-04-14 BlackMinouAdd documentation for threaded methods with return...
2015-04-14 BlackMinouAdd a method with return value in threaded_example
2015-04-14 BlackMinoupthreads adding a virtual type for synchronization...
2015-04-10 Jean PrivatMerge: Sys is top
2015-04-10 Jean PrivatMerge: Robust IO
2015-04-10 Jean Privatcode: remove `protected` from top-level methods (now...
2015-04-10 Jean Privatlib/md5: do not import `print` in FFI
2015-04-09 Jean Privatlib: move errno and strerror to legacy FFI
2015-04-09 Jean Privatlib/file: once some global constants
2015-04-09 Jean Privatlib/file: some methods return a nullable Error on error
2015-04-09 Jean Privatlib/file: String::files does not exist on error
2015-04-09 Jean Privatlib/file: remove useless protected for top-level methods
2015-04-09 Jean Privatlib/file: expose FileStat instead of NativeFileStat
2015-04-09 Jean Privatquatree: cleaup indentation
2015-04-09 Jean Privatquadtree: use new constructors
2015-04-09 Jean PrivatMerge: new `with` statement
2015-04-08 Jean PrivatMerge: Parallelization phase introduction
2015-04-08 Jean PrivatMerge: Not null types
2015-04-08 Jean Privatcode: remove useless `or else` now that they are detected
2015-04-08 Jean Privatlib/array: suppress a warning to be compatible with...
2015-04-06 Jean Privatlib/file: add some doc and nitunits
2015-04-04 Jean Privatlib/ai: remove randomness in puzzle so benches can...
next