benchmarks: Added script for all string-related benchmarks
[nit.git] / lib /
2014-07-23 Jean PrivatMerge: lib/standard: assert "/home/../".simplify_path...
2014-07-23 Jean PrivatMerge: Tired of having to remember all the Nit options...
2014-07-23 Jean PrivatMerge: rename Sys::args
2014-07-23 Jean PrivatMerge: Opts: small improvement
2014-07-23 Jean PrivatMerge: Introduce `neo`: a model saver/loader from/to...
2014-07-23 Alexandre Terrasaneo4j: add `save_entity` shortcut in NeoBatch.
2014-07-23 Alexandre Terrasaneo4j: add `with_labels` to load node having multiple...
2014-07-23 Jean Privatlib/standard: assert "/home/../".simplify_path == "/"
2014-07-23 Alexandre Terrasatemplate: add `Template::addn` service
2014-07-23 Jean Privatlib/standard: distinguish `args` and `sys.args`
2014-07-23 Jean Privatopts: fix crash on grouped single options
2014-07-23 Maxime Leroyopts: added possibility to hide an option from the...
2014-07-23 Maxime Leroyopts: added some obvious comments and fixed some syntax
2014-07-22 Jean PrivatMerge: Serialization: use model to get attribute types...
2014-07-22 Alexis Laferrièrelib/serialization: print errors when a type cannot...
2014-07-22 Jean Privatlib/android: update to Java `long` to represent a Nit...
2014-07-22 Lucas Bajoletlib/standard: Fixed implementation of to_s in Int.
2014-07-22 Alexandre Terrasaneo4j: add nitunit for `Neo4jClient::nodes_with_label`
2014-07-21 Jean PrivatMerge: Neo4j: bug fixes and improvments
2014-07-21 Jean PrivatMerge: Nity interface to Sqlite3 (A nicer wrapper to...
2014-07-20 Alexandre Terrasaneo4j: preload data from `nodes_with_label` response.
2014-07-20 Alexandre Terrasaneo4j: save and load edges separately from nodes.
2014-07-20 Alexandre Terrasaneo4j: try to load nodes from `local_nodes`
2014-07-18 Alexis Laferrièrelib/sqlite3: store and use the error code of a failed...
2014-07-18 Alexis Laferrièrelib/sqlite3: intro nity interface
2014-07-18 Jean Privatneo4j: remove some as(notnull) to supress warnings
2014-07-18 Jean PrivatMerge 'origin/master' into fix-asnotnull to supress...
2014-07-17 Jean PrivatMerge: lib: Introduce neo4j connector
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-17 Alexis Laferrièrelib/android: remove useless as(not null) from audio
2014-07-17 Alexandre Terrasalib: introduce neo4j connector
2014-07-17 Jean PrivatMerge: xdg_basedir
2014-07-16 Alexis Laferrièrelib/sqlite3: column_text returns a NativeString at...
2014-07-16 Alexis Laferrièrelib/sqlite3: use a precise type as return of column_type
2014-07-16 Alexis Laferrièrelib/sqlite3: rename classes of sqlite3_native to preven...
2014-07-16 Alexis Laferrièrelib/sqlite3: rename low-level module to native_sqlite3.nit
2014-07-16 Jean PrivatMerge: Fixes for attributes
2014-07-16 Jean PrivatMerge: Some minor improvements to Sqlite3
2014-07-16 Alexis Laferrièresqlite3: use sqlite3_close_v2
2014-07-16 Alexis Laferrièrelib/sqlite3: implement Sqlite3::is_valid
2014-07-16 Jean PrivatMerge: lib/android: Typo fix for shared_preferences...
2014-07-16 Jean PrivatMerge: lib/curl: clean and sort options
2014-07-15 Jean PrivatMerge: Symetric [] & []= in android::shared_preferences
2014-07-15 Frédéric Vachonlib/android: Added import and fixed typo
2014-07-15 Jean PrivatMerge: Splay ropes
2014-07-15 Alexis Laferrièreandroid/shared_preferences: []= always serialize to...
2014-07-15 Alexis Laferrièreandroid/shared_preferences: import json_serialization...
2014-07-15 Jean Privatnitcc_runtime: force static type of Nodes::children
2014-07-15 Alexandre Terrasalib/curl: clean and sort options
2014-07-15 Jean PrivatMerge: lib: introduces ini config file reader/writter
2014-07-15 Jean PrivatMerge: Structs
2014-07-15 Alexandre Terrasalib: introduce Heap and PriorityQueue in standard:...
2014-07-15 Alexandre Terrasalib: introduces ini config file reader/writter
2014-07-14 Alexis Laferrièretests: add test for xdg_basedir
2014-07-14 Alexis Laferrièrelib: intro xdg_basedir
2014-07-11 Alexis Laferrièrelib/sqlite3: implement Statement::reset & finalize
2014-07-11 Alexis Laferrièrelib/sqlite3: add some doc
2014-07-11 Alexis Laferrièrelib/sqlite3: implement column_blob
2014-07-11 Alexis Laferrièrelib/sqlite3: no need for a directory anymore
2014-07-11 Alexandre Terrasalib: introduce Stack in standard::collection
2014-07-11 Alexandre Terrasalib: introduce Queue in standard::collection
2014-07-11 Frédéric Vachonlib/standard: Added to_snake_case and to_camel_case...
2014-07-11 Frédéric Vachonlib/standard: Added is_upper and is_lower to string.nit
2014-07-11 Alexandre Terrasalib: move union_find to collection
2014-07-10 Jean PrivatMerge: Bundle: Nit API wrapping Bundle class
2014-07-10 Jean PrivatMerge: Android assets, resources, and audio
2014-07-10 Lucas Bajoletlib/ropes: Added splay method on Ropes and use it when...
2014-07-10 Jean PrivatMerge: lib/curses: update documentation
2014-07-09 Jean Privatlib/curses: update documentation
2014-07-09 Jean PrivatMerge: Message Passing Interface (MPI) in Nit and parti...
2014-07-08 Romain ChanoirIntroduction of java io API, used by android audio...
2014-07-08 Romain ChanoirIntroduction of the android audio API, needs android...
2014-07-08 Romain ChanoirIntroduction of android assets and resources management API
2014-07-08 Jean PrivatMerge: trees: add `is_empty`, `has_key` and `length...
2014-07-08 Alexis Laferrièrelib: intro the mpi module
2014-07-08 Alexandre Terrasatrees: add `iterator` method to BinTree
2014-07-07 Alexis Laferrièrelib: intro String::rmdir
2014-07-07 Alexis Laferrièrelib: intro the c module
2014-07-03 Alexis Laferrièrelib/serialization: accept Text as input
2014-07-03 Alexis Laferrièrelib: NativeString is an extern class (and not a special...
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-07-02 Alexandre Terrasatrees: add `has_key` method to BinTree
2014-07-02 Alexandre Terrasatrees: add `is_empty` method to BinTree
2014-07-02 Alexandre Terrasatrees: add `length` method to BinTree
2014-07-02 Jean PrivatMerge: Enable dummy executions of mnit applications
2014-07-02 Jean PrivatMerge master to resolve conflict in tests not present yet
2014-07-02 Jean PrivatMerge: String api
2014-07-01 Jean Privatlib/mnit: introduce `mnit_null` to execute mnit without...
2014-07-01 Jean Privatlib/mnit: introduce `mnit_injected_input` to inject...
2014-07-01 Jean PrivatMerge: java: intro pop_from_local_frame
2014-07-01 Jean PrivatMerge: Improvements to Pep8analysis Web version
2014-06-30 Frédéric VachonMerge branch 'master' into Bundle
2014-06-27 Alexis Laferrièrejava: intro pop_from_local_frame
2014-06-26 Alexis Laferrièreemscripten: add GC controls
2014-06-26 Jean PrivatMerge: private DFAState
2014-06-26 Jean PrivatMerge: PNaCl: Added 'create_thread' function in the...
2014-06-26 Jean Privatlib/json: regenerate json_lexer with private DFAStates
2014-06-26 Jean PrivatMerge: ordered_tree: make OrderedTree implement Collection
2014-06-25 DjomanixUpdated 'create_thread' function comments.
2014-06-25 Alexandre Terrasaordered_tree: make OrderedTree a subclass of Collection...
next