lib: add Float::is_approx to compare floats
[nit.git] / lib /
2014-11-20 Jean Privatlib: add Float::is_approx to compare floats
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-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...
next