nitlight: Skip `nitg-g` tests.
[nit.git] / lib /
2014-11-25 Alexandre Terrasastring: fix init warnings
2014-11-25 Alexandre Terrasamath: add some nitunits
2014-11-25 Alexandre Terrasamath: fix missing documentation warnings
2014-11-25 Alexandre Terrasacollection: fix missing documentation warnings
2014-11-25 Alexandre Terrasahas_collection: fix useless private visibility warnings
2014-11-25 Alexandre Terrasahash_collection: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix useless private visibility warnings
2014-11-25 Alexandre Terrasalist: fix missing documentation warnings
2014-11-25 Alexandre Terrasarange: fix the behavior of `length` on empty ranges
2014-11-25 Alexis Laferrièrelib/android: intro the `toast` module
2014-11-25 Alexis Laferrièrepthreads: delete `NativePthread::attr` as it is not...
2014-11-25 Alexis Laferrièrepthreads: fix `NativePthread::equal`
2014-11-25 Alexis Laferrièrepthreads: use pkgconfig to locate gc.h
2014-11-25 Jean PrivatMerge: Markdown Extended
2014-11-25 Jean PrivatMerge: SELF type
2014-11-25 Jean PrivatMerge: Prepare for the android UI module
2014-11-24 Jean-Christophe... neo4j: Accept URLs ending with a slash.
2014-11-24 Jean-Christophe... neo4j: Avoid injections.
2014-11-24 Alexandre Terrasamarkdown: set extended mode as default
2014-11-24 Jean-Christophe... saxophonit: Add a test for mixed content.
2014-11-22 Alexis Laferrièrepthreads: do not include `gc.h` on Android
2014-11-22 Alexis Laferrièrepthreads: move `NativePthreadBarrier` to `pthreads...
2014-11-22 Alexis Laferrièrepthreads: reimplement `Barrier` to be more portable
2014-11-22 Alexis Laferrièrepthreads: move `cancel` related services to a new ...
2014-11-22 Alexis Laferrièrelib/data_store: allow storing null
2014-11-22 Alexis Laferrièrenitg&mnit_android: move mnit specific activity attribut...
2014-11-22 Alexis Laferrièrenitg&android: add the android_manifest_activity annotation
2014-11-22 Alexis Laferrièreandroid: add missing annotation "android_manifest_appli...
2014-11-21 Jean PrivatMerge: lib/standard/math: Added round method to floats
2014-11-21 Jean PrivatMerge: lib: add Float::is_approx to compare floats
2014-11-20 Lucas Bajoletlib/standard/math: Added round method to floats
2014-11-20 Jean Privatlib: add Float::is_approx to compare floats
2014-11-20 Alexandre Terrasalib/markdown: add fence meta delcaration to ext mode.
2014-11-20 Alexandre Terrasalib/markdown: add strike markup to extended mode.
2014-11-20 Alexandre Terrasalib/markdown: introduce extended mode
2014-11-20 Alexandre Terrasalib/markdown: suppress super notation with `^`.
2014-11-20 Alexandre Terrasarange: add some nitunit and examples
2014-11-20 Alexandre Terrasarange: fix Range::init documentation
2014-11-20 Alexandre Terrasarange: fix init warnings
2014-11-19 Jean PrivatMerge: lib: some cleanup in *Capable and HashCollections
2014-11-19 Jean PrivatMerge: Markdown clean
2014-11-19 Jean PrivatMerge: lib/counter: add some docunits
2014-11-19 Alexandre Terrasarange: fix useless private visibility warnings
2014-11-19 Alexandre Terrasaabstract_collection: fix missing documentation warning
2014-11-19 Alexandre Terrasaabstract_collection: fix useless private visibility...
2014-11-19 Alexandre Terrasakernel: fix missing documentation warning
2014-11-19 Jean Privatlib/hash: HashCollection::N become a virtual type
2014-11-19 Alexandre Terrasamarkdown: clean some warnings
2014-11-19 Alexandre Terrasamarkdown: move token detection from `Text` to `Markdown...
2014-11-18 Jean Privatlib: remove class StringCapable
2014-11-18 Jean Privatlib: kill the class ArrayCapable
2014-11-18 Jean Privatlib/counter: add some docunits
2014-11-17 Jean PrivatMerge: json: Refactor the APIs
2014-11-17 Jean PrivatMerge: Srand by default
2014-11-17 Jean PrivatMerge: Misc fixes and improvements from WBTW
2014-11-17 Jean-Christophe... json: Allow to buffer writings.
2014-11-17 Jean-Christophe... json_serialization: Use `to_json` to escape characters.
2014-11-17 Jean-Christophe... neo4j: Use the `json` library.
2014-11-17 Jean-Christophe... json: Add error handling to `dynamic`.
2014-11-17 Jean-Christophe... json: Add `JsonValue.json_type`.
2014-11-17 Jean-Christophe... json: Update the documentation of the main module.
2014-11-17 Jean-Christophe... json: Document `parse_json`.
2014-11-17 Jean-Christophe... json: Rename `json_to_nit_object` to `parse_json`.
2014-11-17 Jean-Christophe... json: Return a `JsonParseError` on failure.
2014-11-17 Jean-Christophe... json: Add `JsonParseError`.
2014-11-17 Jean Privatlib/mnit: injected_input forces a srand_from(0)
2014-11-17 Jean-Christophe... json: Make `json_to_nit_object` returns a `Jsonable`.
2014-11-17 Jean-Christophe... json: Add the `Jsonable` interface.
2014-11-17 Jean Privatlib/math: documents `srand` and `srand_from`
2014-11-17 Alexis Laferrièrelib/string: allocate enough memory for '\0' in `String...
2014-11-17 Alexis Laferrièrelib/jvm: fix returns from C implementations
2014-11-17 Alexis Laferrièreandroid_mnit: free textures from main memory after...
2014-11-17 Jean Privatlib/standard: call srand by default
2014-11-17 Alexis Laferrièreandroid_mnit: standardize gray PNG files as RGB to...
2014-11-17 Alexis Laferrièreandroid_mnit: support more PNG color formats
2014-11-17 Alexis Laferrièrea_star: remove debug options (even unused, they take...
2014-11-17 Alexis Laferrièrelib/bucketed_game: fix error in cache optimization
2014-11-17 Alexis Laferrièrelib/tileset: use Numerics for `hspace` and `vspace`
2014-11-17 Jean-Christophe... json: Parse all standard escape sequences.
2014-11-17 Alexandre Blondin... lib: Enhanced DisjointSet data structure
2014-11-14 Jean-Christophe... json: Move `to_json_value` to `Text`.
2014-11-14 Jean-Christophe... json: Accept only standard escaping.
2014-11-14 Jean-Christophe... neo4j: Add a class for errors that are specific to...
2014-11-13 Jean PrivatMerge: More escaping
2014-11-12 Alexis Laferrièrelib/trees: rename SELF virtual type to N
2014-11-12 Alexis Laferrièrelib/c&java: remove all custom SELF types
2014-11-12 Alexis Laferrièrelib/android: remove all custom SELF types
2014-11-12 Alexis Laferrièrelib/kernel: introduce SELF type in Object
2014-11-11 Alexis Laferrièrejava: import include/linux everywhere
2014-11-11 Jean Privatlib/string: add `Text::escape_to_mk` to escape to Makefiles
2014-11-10 Jean PrivatMerge: Minor fixes to support the Turing cluster
2014-11-10 Jean PrivatMerge: neo4j: Proof of concept for JSON serialization.
2014-11-10 Jean PrivatMerge: nitester over MPI and jenkins
2014-11-10 Alexis Laferrièrelib/sqlite3: use `sqlite3_close` when `sqlite3_close_v2...
2014-11-10 Alexis Laferrièrelib/jvm: inlude .h files in JAVA_HOME/inlude/linux...
2014-11-10 Jean PrivatMerge: nitdoc: Escape paths passed to the shell.
2014-11-10 Jean Privatlib: add cartesian.nit a libraby for heterogenus cartes...
2014-11-10 Jean Privatlib: add combinations.nit for combinatoric collections
2014-11-08 Jean-Christophe... string: Add escaping for the POSIX Shell.
next