nitrpg: extends PlayerReviewsPanel to add `request_for_comments` tags
[nit.git] / lib /
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-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...
2015-04-03 Jean Privatcode: rename identifiers `with` since it is a keyword now
2015-04-03 BlackMinouModify example to add a parametrized threaded fun
2015-04-03 Jean PrivatMerge: Unite app.nit metadata annotations common to...
2015-04-02 Jean PrivatMerge: lib/standard/string: Added faster to_cstring...
2015-04-02 Alexis Laferrièrelib/ios: add metadata annotations to "Hello iOS"
2015-04-02 Alexis Laferrièrelib & examples: update modules using the java_package...
2015-04-02 Alexis Laferrièrenitc: extract common app.nit annotations from Android
2015-04-02 Jean PrivatMerge: nitdoc: introduce Bootstrap components
2015-04-01 BlackMinouAdd documentation for the threaded annotation
2015-03-31 Alexandre Terrasasrc/doc: introduce bootstrap components abstraction.
2015-03-31 Lucas Bajoletlib/standard/string: Added faster cstring method on...
2015-03-31 Jean PrivatMerge: lib/std/union_find: make DisjointSet Cloneable
2015-03-31 Jean PrivatMerge: Misc for lib
2015-03-31 Jean PrivatMerge: iOS support
2015-03-31 Jean PrivatMerge: Fix escape to c
2015-03-31 Jean PrivatMerge: Fix warnings from clang on OS X
2015-03-31 Jean Privatlib/template: migrate the example to new constructors
2015-03-31 Jean Privatlib/geometry: document ILine
2015-03-31 Jean Privatlib: move privileges.nit to its subdirectory
2015-03-31 Jean Privatlib/standard: document FileReader::from_fd
2015-03-31 Jean Privatlib/standard: factorize File*::close
2015-03-31 Jean Privatlib/standard: add Collection::not_empty
2015-03-31 Jean Privatlib/sorter: add `MapRead::keys_sorted_by_values` and...
2015-03-30 Alexis Laferrièrelib/ios: add the simple hello_ios app
2015-03-30 Alexis Laferrièrelib: intro the iOS library
2015-03-30 Jean Privatlib/sorter: add `MapRead::values_sorted_by_key`
2015-03-29 Jean Privatlib/std/union_find: make DisjointSet Cloneable
2015-03-29 BlackMinouexamples : adds a little example using "threaded" annot...
2015-03-29 Jean Privatlib/string: escape_to_c uses 3 digits in the octal...
2015-03-29 Jean Privatlib/string: escape_to_c transforms `"\t"` to `"\\t"`
2015-03-28 Jean PrivatMerge: Fast super strings
2015-03-28 Jean PrivatMerge: lib/std/file: do not flush on each write
2015-03-28 Alexis Laferrièrelib: fix return value of the system method
2015-03-26 BlackMinoupthreads: Adds "threadeed" annotation
2015-03-24 Jean Privatlib: introduce `NativeArray::native_to_s`
2015-03-23 Jean Privatlib/string_exp: initialize an uninitialized attribute
2015-03-23 Jean Privatlib/std/exec: remove write buffon on pipes
2015-03-23 Jean Privatlib/std/file: no not flush on each write
2015-03-21 Jean Privatlib/std/exec: `signal` will forward ^C (SIGINT) to...
2015-03-19 Jean PrivatMerge: lib: add `meta` as a user-level empty shell...
2015-03-19 Jean PrivatMerge: Intro NitActivity an Android entry point in...
2015-03-19 Jean Privatlib: add `meta` as a user-level empty shell for meta...
2015-03-18 Alexis Laferrièrelib/jvm: fix missing import
2015-03-18 Alexis Laferrièrelib/android: update `ui` to use NitActivity and be...
2015-03-18 Alexis Laferrièrelib/android: remove popup hack in `ui`
2015-03-18 Alexis Laferrièrelib/android: intro our very own NitActivity
2015-03-18 Jean PrivatMerge: lib/string: `Int::to_s` shortcuts 0 and 1
2015-03-18 Jean PrivatMerge: Derive all the things
2015-03-18 Jean PrivatMerge: Document Nit Serialization
2015-03-18 Jean Privatlib/deriving: new module `deriving` with basic interfaces
2015-03-17 Alexis Laferrièreandroid: declare Activities for the manifest in an...
2015-03-17 Alexis Laferrièrelib/android: the dalvik module is higher in the importa...
2015-03-17 Alexis Laferrièrelib/android: fix typos in the dalvik module
2015-03-17 Alexis Laferrièrelib/android: clean up whitespaces in native_app_glue
2015-03-17 Alexis Laferrièrelib/jvm: clean up, add doc and make private stuff private
2015-03-16 Jean Privatlib/string: `Int::to_s` shortcuts 0 and 1
2015-03-15 Jean PrivatMerge: Better Vim documentation on classes (with specia...
2015-03-14 Alexis Laferrièrelib/json_serialization: clean up
2015-03-14 Alexis Laferrièrelib/serialization: make `serialize_reference` protected
2015-03-14 Alexis Laferrièrelib/serialization: revamp documentation of default...
2015-03-14 Alexis Laferrièrelib/serialization: add README.md
2015-03-14 Alexis Laferrièrelib/serialization: make into a group
2015-03-14 Jean Privatlib/standard: forgot to provide `Map::hash` when `Map...
2015-03-12 Jean PrivatMerge: lib/noise: fix gradient_vector to return a unit...
2015-03-11 Alexis Laferrièrelib/noise: fix gradient_vector to return a unit vector
2015-03-11 Alexis Laferrièrelib/numbers: remove `NumberImages` constructors for...
2015-03-11 Alexis Laferrièrelib/tileset: fix typos in doc
next