exec: fix init warnings
[nit.git] / lib /
2014-11-25 Alexandre Terrasaexec: fix init warnings
2014-11-25 Alexandre Terrasaexec: fix missing documentation warnings
2014-11-25 Alexandre Terrasatime: fix missing documentation warnings
2014-11-25 Alexandre Terrasastream: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring_search: fix useless var warnings
2014-11-25 Alexandre Terrasastring_search: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix useless var warnings
2014-11-25 Alexandre Terrasaropes: fix init warnings
2014-11-25 Alexandre Terrasastring: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring: fix useless var warnings
2014-11-25 Alexandre Terrasastring: fix useless private visibility warnings
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-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 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-17 Jean PrivatMerge: Srand by default
2014-11-17 Jean PrivatMerge: Misc fixes and improvements from WBTW
2014-11-17 Jean Privatlib/mnit: injected_input forces a srand_from(0)
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 Alexandre Blondin... lib: Enhanced DisjointSet data structure
2014-11-13 Jean PrivatMerge: More escaping
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.
2014-11-08 Jean Privatlib: add Int::factorial
2014-11-08 Jean Privatlib: add Int::** for power
2014-11-08 Jean Privatlib: add Array::* for repetitions
2014-11-08 Jean-Christophe... neo4j: Add a library to store graphs in JSON.
2014-11-07 Jean-Christophe... neo4j: Remove ambiguous `to_json` methods.
2014-11-07 Alexis Laferrièretests: modify ai::puzzle, nitmetrics and nitunit to...
2014-11-07 Jean PrivatMerge: Method dispatch in nitvm
2014-11-07 Jean PrivatMerge: Useful Java services
2014-11-06 Jean PrivatMerge: Ropes
2014-11-06 Lucas Bajoletlib/standard: Re-activate ropes in standard
2014-11-06 Lucas Bajoletlib: Updated lib for compliance with the new ropes
2014-11-06 Lucas Bajoletlib/standard/ropes: Introducing RopeBuffer, a mutable...
2014-11-06 Lucas Bajoletlib/ropes: Added buffered variant of Ropes.
2014-11-06 Jean Privatlib/poset: split `show_dot` in two methods
2014-11-06 Jean PrivatMerge: Use new constructors
2014-11-04 Julien Pagèsstd: Bug fix in perfect_hashing and delete whitespaces
2014-11-04 Lucas Bajoletlib/standard/ropes: Rewrote ropes base block.
2014-11-04 Lucas Bajoletlib/standard/ropes: Removed ropes.nit from standard...
2014-11-04 Lucas Bajoletlib/standard/string: Added redef for substrings in...
2014-11-04 Lucas Bajoletlib/standard/string: Fixed bug in to_s implementations...
2014-11-04 Jean PrivatMerge: neo_doxygen: Introduce a tool to import a Doxyge...
2014-11-04 Jean PrivatMerge: Improve tool ui
2014-11-04 Jean-Christophe... console: Add sequences for cursor moving and erasing.
2014-11-04 Jean-Christophe... standard: Add tests for `Text.search_last`.
2014-11-04 Jean-Christophe... more_collections: Add `DefaultMap`.
2014-11-04 Jean-Christophe... standard: Add `Text.search_last`.
2014-11-04 Jean Privatlib/opts: add flag `options_before_rest`
2014-11-03 Jean-Christophe... neo: Load the graph in chunks.
2014-11-02 Jean Privatlib: use new constructors in some libs used by nit...
2014-11-02 Jean Privatlib: update some modules of standard to new constructors
2014-10-31 Alexis Laferrièrelib/android: hacks to fix new_global_ref awaiting a...
2014-10-30 Alexis Laferrièrelib/android: hacks to fix new_global_ref awaiting a...
2014-10-30 Jean-Christophe... neo4j: Print an error message when the server is down.
2014-10-29 Jean PrivatMerge: Threads
2014-10-29 Jean PrivatMerge: neo4j: Implement missing methods in `JsonArray`.
2014-10-29 Jean PrivatMerge: lib: fix semantic on has_substring on extreme...
2014-10-29 Alexis Laferrièrelib/threads: intro an example `concurrent_array_and_bar...
2014-10-29 Alexis Laferrièrelib/threads: intro new thread-safe concurrent collections
2014-10-29 Jean-Christophe... neo4j: Implement missing methods in `JsonArray`.
2014-10-29 Alexis Laferrièrelib/threads: optional redefs of collections to be threa...
2014-10-29 Alexis Laferrièrelib/threads: intro of the threads lib, with Thread...
2014-10-29 Jean Privatlib: fix semantic on has_substring on extreme cases
2014-10-29 Jean PrivatMerge: example: rosetta code
2014-10-27 Jean Privatlib: add Array::+
2014-10-27 Alexis Laferrièrelib/collection: minor fix to doc in list.nit
next