Merge: Add and icon, an app name and a version for Ballz & fix version for Moles
[nit.git] / lib /
2014-08-04 Jean PrivatMerge: Minor fixes to the Android support
2014-07-31 Alexis Laferrièrenitcorn: harden request processing
2014-07-31 Alexis Laferrièrenitcorn: force delete session cookie when no session...
2014-07-31 Alexis Laferrièrelib/android: precise that Java FFI errors are failures
2014-07-31 Jean PrivatMerge: Clean some imports
2014-07-30 Jean PrivatMerge: Toplevel for sys and exit
2014-07-30 Jean PrivatMerge: The Web server nitcorn, libevent and others
2014-07-30 Jean Privatpnacl: redef exit as a top-level
2014-07-30 Jean Privatsrc: remove some useless import
2014-07-30 Alexis Laferrièrelib: intro the web server nitcorn
2014-07-30 Alexis Laferrièrelib: intro libevent
2014-07-30 Alexis Laferrièrelib: intro Text::split_once_on
2014-07-30 Alexis Laferrièrelib: intro `Text::is_hex`
2014-07-30 Alexis Laferrièrelib: intro percent encoding/decoding methods
2014-07-30 Alexis Laferrièrelib/sqlite3: fix empty row on select without results
2014-07-30 Alexis Laferrièrelib/sqlite3: fix conversion of NativeString to String
2014-07-30 Alexis Laferrièrelib/sqlite3: add the service `String::to_sql_string`
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 Jean Privatlib: `sys` and `exit` are toplevel
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 Alexis Laferrièrelib/opts: cleaner init
2014-07-24 Alexis Laferrièrelib: intro `FStream::fd`
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
next