lib/core: Made FlatString abstract and added fast version for ASCII-only Strings
[nit.git] / lib /
2016-04-22 Lucas Bajoletlib/core: Made FlatString abstract and added fast versi...
2016-04-21 Jean PrivatMerge: Codec refactor
2016-04-21 Jean PrivatMerge: Pack Strings
2016-04-21 Jean PrivatMerge: Poset: add clone, ==, hash and sub
2016-04-21 Alexandre TerrasaMerge branch 'subposet' of https://github.com/privat...
2016-04-21 Lucas BajoletCodecs: Refactor API
2016-04-21 Lucas Bajoletlib/core: Added packing methods to `Text`
2016-04-21 Jean Privatlib/poset: add == and hash
2016-04-21 Jean PrivatMerge: Fix more warnings
2016-04-21 Jean PrivatMerge: lib/core/bytes: add `Int::to_bytes` and `Bytes...
2016-04-21 Jean Privatlib/poset: make POSet cCloneable
2016-04-21 Jean Privatlib/poset: add `sub` to build induced subposets
2016-04-20 Alexandre Terrasalib/template: fix init with signature warning
2016-04-20 Alexandre Terrasalib: fix useless redef signature warnings
2016-04-20 Alexandre Terrasalib: fix more call on nullable receiver warnings
2016-04-20 Alexandre Terrasalib: missing fix documentation warnings
2016-04-20 Jean PrivatMerge: nitcorn: fix path resolution for vararg routes
2016-04-20 Jean PrivatMerge: lib/core: fix `Text::is_int`
2016-04-20 Jean PrivatMerge: iOS and text: fix UTF-8 support on iOS and impro...
2016-04-20 Jean Privatlib/core/bytes: add `Int::to_bytes` and `Bytes::to_i`
2016-04-20 Alexis Laferrièrelib/opts: report invalid integer passed to an OptionInt
2016-04-20 Alexandre Terrasavararg_routes: improve module documentation
2016-04-20 Alexandre Terrasanitcorn: remove warnings from reactor.nit
2016-04-20 Alexandre Terrasanitcorn: fix path resolution for vararg routes
2016-04-19 Alexis Laferrièrelib/core: fix `Text::is_int`
2016-04-18 Alexis Laferrièrelib/cocoa: reading text from NSData should copy it...
2016-04-18 Alexis Laferrièrelib/cocoa: fix to_nsstring to use UTF-8 encoding
2016-04-18 Alexis Laferrièrelib/core: remove duplicates and improve doc of `NativeS...
2016-04-18 Alexis Laferrièrelib/core: intro to_s_with_copy_and_length
2016-04-18 Jean PrivatMerge: iOS: support apps with multiple windows, and...
2016-04-15 Alexis Laferrièrelib/ios: implement `Label::size= & align=`
2016-04-15 Alexis Laferrièrelib/ios: support multiple windows using a UINavigationC...
2016-04-15 Alexis Laferrièrelib/ios: ListLayout use a UIStackView inside a UIScrollView
2016-04-15 Alexis Laferrièrelib/ios: use simple init constructor in Objective-C...
2016-04-15 Alexis Laferrièrelib/ios: do not crash when removing a non-View control
2016-04-15 Alexis Laferrièrelib/linux: implement `Label::size= & align=`
2016-04-15 Alexis Laferrièrelib/android: implement `TextView::size= & align=` and...
2016-04-15 Alexis Laferrièrelib/app: intro `TextView::size= & align=`
2016-04-15 Alexis Laferrièrelib/gtk: intro `GtkLabel::justify` and the `set_markup...
2016-04-15 Alexis Laferrièrelib/gtk: fix uncallable / unimplemented alignment and...
2016-04-14 Jean PrivatMerge: Benitlux & sqlite3: fix closing SQLite statement...
2016-04-11 Lucas BajoletAdded services to NativeString and Byte
2016-04-11 Alexis Laferrièrelib/sqlite3: improve doc and customization of the itera...
2016-04-09 Jean PrivatMerge: Tnitter app: fix list layout on GNU/Linux with...
2016-04-09 Jean PrivatMerge: More byte digests
2016-04-09 Jean Privatcore/bytes: make Text::hexdigest_to_bytes more permissive
2016-04-08 Alexis Laferrièrelib/core: fix `Iterator::to_a` not calling `finish`
2016-04-08 Alexis Laferrièrelib/sqlite3: protect close statements
2016-04-08 Alexis Laferrièrelib/sqlite3: fix closing a statement after iterating
2016-04-07 Alexis Laferrièrelib/linux: fix ListBox that should contain only ListBoxRows
2016-04-07 Alexis Laferrièrelib/gtk: GtkListBoxRow is a GtkBin
2016-04-07 Alexis Laferrièrelib/app: intro `CompositeControl::clear`
2016-04-07 Jean Privatcore/bytes: add `Bytes::binarydigest` and `Text::binary...
2016-04-07 Jean Privatcore/bytes: add `Byte::chexdigest`
2016-04-07 Jean PrivatMerge: Friendz: fix missing music file
2016-04-05 Alexis Laferrièrexymus.net: update to latest benitlux server features
2016-04-05 Alexis Laferrièrelib/sqlite: to_sql_string escape `\`
2016-04-05 Alexis Laferrièrelib/nitcorn: use generate_token in sessions
2016-04-05 Jean Privatcore/bytes: document hexdigest
2016-04-04 Alexis Laferrièrelib/android: Java's `MediaPlayer.create` is a pseudo...
2016-04-01 Alexis Laferrièrelib/nitcorn: intro a method to generate a random token
2016-04-01 Alexis Laferrièrelib/sqlite3: use less callbacks
2016-03-31 Jean PrivatMerge: Improve `Text::justify` and use it for a pretty...
2016-03-29 Alexis Laferrièrelib/performance_analysis: cleaner output for to_s
2016-03-29 Alexis Laferrièrelib/core: add optional char parameter to `Text::justify`
2016-03-25 Jean PrivatMerge: Fix autoadapt and NULL comparaison
2016-03-25 Jean Privatlib/json/serialization: fix unsafe covariant assignment
2016-03-23 Jean Privatlib/core/time: fix import in strftime
2016-03-23 Jean Privatlib/core/time: use lightffi for asctime, so niti can...
2016-03-22 Jean PrivatMerge: app.nit on GNU/Linux: implement multiple window...
2016-03-21 Jean PrivatMerge: app.nit on Android: implement multiple windows...
2016-03-21 Jean PrivatMerge: app.nit UI: intro the CheckBox and implementatio...
2016-03-21 Alexis Laferrièrelib/linux: do not ask for homogeneous height of control...
2016-03-21 Alexis Laferrièrelib/linux: nest the GtkListBox in a GtkScolledWindow...
2016-03-21 Alexis Laferrièrelib/linux: set a minimum window width for better transi...
2016-03-21 Alexis Laferrièrelib/linux: move down add and remove logic to Layout...
2016-03-21 Alexis Laferrièrelib/linux: implement multiple windows
2016-03-21 Alexis Laferrièrelib/gtk: rename set_size_request
2016-03-21 Alexis Laferrièrelib/gtk: intro wrapper for GtkScrolledWindow
2016-03-21 Alexis Laferrièrelib/gtk: intro GtkAlign and some related services
2016-03-21 Alexis Laferrièrelib/ios: uncomment and fix baseline_relative_arrangemen...
2016-03-21 Alexis Laferrièrelib/android: use a Fragment to simulate multiple windows
2016-03-21 Alexis Laferrièrelib/android: intro wrapper for basic fragment services
2016-03-21 Alexis Laferrièrelib/android: fix typo in service module
2016-03-21 Alexis Laferrièrelib/android: force linearization of print between pthre...
2016-03-21 Alexis Laferrièrelib/android: hide the title bar at the top of the screen
2016-03-21 Alexis Laferrièrelib/ios: implement CheckBox with a UISwitch
2016-03-21 Alexis Laferrièrelib/android: implement CheckBox with a android.widget...
2016-03-21 Alexis Laferrièrelib/linux & gtk: implement CheckBox with a GtkCheckButton
2016-03-21 Alexis Laferrièrelib/app: intro CheckBox
2016-03-21 Alexis Laferrièrelib/nitcorn: log initial request reception and response
2016-03-21 Alexis Laferrièrelib/nitcorn: oneline the log on prepare_reponse_and_close
2016-03-21 Alexis Laferrièrelib/libevent & nitcorn: keep human readable address...
2016-03-21 Alexis Laferrièrelib/nitcorn: fix last references to unitcorn
2016-03-21 Alexis Laferrièretnitter & xymus.net: support custom JS code and track...
2016-03-18 Jean PrivatMerge: serialization: new annotation to rename an attri...
2016-03-17 Alexis Laferrièrelib/serialization: document the `serialize_as` annotation
2016-03-17 Alexis Laferrièrefrontend serialization: serialize_as renames attributes...
2016-03-14 Jean PrivatMerge: lib/android: intro WiFi services wrapper
2016-03-14 Jean PrivatMerge: http_request: intro an attribute to delay sendin...
next