lib: string does not need anymore to intrude array
[nit.git] / lib /
2014-07-30 Jean Privatlib: string does not need anymore to intrude array
2014-07-30 Jean PrivatMerge: Utf8 strings
2014-07-29 Lucas Bajoletlib/bufferized_ropes: Force insert_at for + operation
2014-07-29 Lucas Bajoletlib/standard/ropes: + operation in O(1) time now
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Fixed print routine to support...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Output usable with UTF-8.
2014-07-29 Lucas Bajoletlib/string_exp/utf8: to_upper/lower usable with UTF...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Implemented to_upper/to_lower...
2014-07-29 Lucas Bajoletlib/string_ext/utf8: to_cstring will work on UTF-8...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Substring now works with UTF-8...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted reverse service on UTF...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: UnicodeChars can be tested for...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Added routine to compute code...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted * for FlatString with...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted the construction from...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Introducing UTF-8 basics for String.
2014-07-29 Lucas Bajoletlib/string_experimentations: Added README for project
2014-07-29 Lucas Bajoletlib/string_experimentations: Added module for importati...
2014-07-29 Lucas Bajoletlib/standard/ropes: Added cache on indexed access.
2014-07-24 Lucas Bajoletlib/standard/ropes: Adapted substring iterators to...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Redef to_leaf in concat to work...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added default size of a buffer...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Adapted substring and insert_at...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added methods to handle creation...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added lazy operations for substri...
2014-07-24 Lucas Bajoletlib/standard/ropes: Added BufferLeaf to constructors.
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added module bufferized_ropes...
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
next