Merge: Srand by default
[nit.git] / lib /
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
2014-10-27 Jean-Christophe... xml: Add an usage example.
2014-10-27 Jean-Christophe... xml: Add some tests for SAXpohoNit.
2014-10-27 Jean-Christophe... xml: Introduce SAXophoNit, a SAX processor in Nit.
2014-10-27 Jean-Christophe... xml: Add classes to help testing a SAX parser.
2014-10-27 Jean-Christophe... xml: Port SAX 2.0.
2014-10-25 Jean Privatlib: add Text::justify
2014-10-20 Jean PrivatMerge: Fix the old bug where (-0.1).to_s == "0.-1"
2014-10-17 Alexis Laferrièrelib/standard: fix `Float::to_precision`
2014-10-16 Alexis Laferrièrelib/java: use Java's `toString` to implement Nit's...
2014-10-16 Alexis Laferrièrelib/java: intro `JavaObject::is_java_null`
2014-10-16 Jean-Christophe... file: Fix `join_path` to handle paths ending with a...
2014-10-15 Jean-Christophe... console: use snake case.
2014-10-14 Alexis Laferrièrelib/standard: improve documentation of `Float::to_s`
2014-10-13 Jean PrivatMerge: new warning: useless null test
2014-10-11 Jean Privatlib: remove useless comparison on null that broke tests
2014-10-11 Jean Privatsrc: remove useless comparisons on null
2014-10-11 Alexis Laferrièrelib/java: fix and improve documentation
2014-10-11 Jean PrivatMerge: console: Offer a more reliable API.
2014-10-10 Jean-Christophe... console: Offer a more reliable API.
2014-10-10 Jean PrivatMerge: introduce `Iterator::finish`
2014-10-10 Jean PrivatMerge: Fix test of for abuse
2014-10-09 Jean PrivatMerge: Tester over MPI
2014-10-09 Jean Privatlib/standard: introduce *Iterator::finish
2014-10-08 Jean PrivatMerge: Opportunity
2014-10-08 Jean Privatlib/file: fix IFStream::close
2014-10-07 Jean PrivatMerge: nitunit: accept an absolute path for `--dir`.
2014-10-07 Jean PrivatMerge: lib/math: Added bin_not function to Int
2014-10-06 Jean-Christophe... nitunit: accept an absolute path for `--dir`.
2014-10-06 Lucas Bajoletlib/standard/math: Fixed documentation on old binary...
next