tests: Added `Text::copy_to_native` test
[nit.git] / lib /
2016-05-19 Lucas Bajoletlib/core: Perfized `copy_to_native` implementation...
2016-05-19 Lucas Bajoletlib/core: Added easy `fill_from` method to `NativeString`
2016-05-06 Jean PrivatMerge: Flatbuffer fix
2016-05-06 Jean PrivatMerge: lib/fixed_ints: fix crash on `"-".is_int`
2016-05-05 Lucas Bajoletlib/core: Fix `new FlatBuffer.from`
2016-05-05 Alexis Laferrièrelib/fixed_ints: fix crash on `"-".is_int`
2016-05-05 Jean PrivatMerge: Fix RopeBytes
2016-05-05 Jean PrivatMerge: Examples class name
2016-05-03 Lucas Bajoletlib/core: Fix RopeBytes::[]
2016-05-03 Jean Privatlib/more_collections: add `BestDistance` as an helper...
2016-05-03 Jean PrivatMerge: Simplify CSV
2016-05-03 Jean PrivatMerge: Perfize FlatBuffer
2016-05-03 Lucas Bajoletlib/core: Stop allocating 1 byte more when initializing...
2016-05-03 Lucas Bajoletlib/core: Improved running time for reset
2016-05-03 Lucas Bajoletlib/core: Improve FlatBuffer re-allocation rate by...
2016-05-03 Lucas Bajoletlib/csv: Major rewriting for performance and simplicity
2016-05-03 Lucas Bajoletlib/core: `u8char_len` is now public
2016-05-03 Lucas Bajoletlib/core: Added simple write char method to `Writer`
2016-05-02 Jean PrivatMerge: Rubix cube
2016-05-02 Jean PrivatMerge: lib: add logic library
2016-05-02 Jean PrivatMerge: nitcatalog: handle local images
2016-05-01 Jean Privatlib/core/file: use Bytes in file copy (or else binary...
2016-04-28 Jean PrivatMerge: Better Entity::full_name
2016-04-28 Jean PrivatMerge: Faster ASCII-only strings
2016-04-28 Lucas Bajoletlib: Update text_stat and tests for new String types
2016-04-28 Lucas Bajoletlib: Fix serialization issue with string-oriented typing
2016-04-27 Jean Privatandroid: remove superfluous redefinitions of SELF
2016-04-26 Jean PrivatMerge: Continuous integration tests for Nitcorn
2016-04-23 Alexis Laferrièrelib/pthreads: less warnings on OS X
2016-04-22 Jean Privatlib: add logic library
2016-04-22 Lucas Bajoletlib/core: Faster access to length in ropes
2016-04-22 Lucas Bajoletlib/core: Made FlatString abstract and added fast versi...
2016-04-22 Alexis Laferrièrelib/nitcorn: FileServer sort files by name in directory...
2016-04-22 Alexis Laferrièrelib/nitcorn: return a 404 on a request matching not...
2016-04-22 Alexis Laferrièretests: test nitcorn
2016-04-22 Lucas Bajoletlib: Added Rubix Cube modelization class for solvers
2016-04-22 Lucas Bajoletlib/core: Added rotation methods to Sequence
2016-04-22 Alexis Laferrièrelib/json: intro setting to serialize to pretty JSON
2016-04-22 Alexis Laferrièrelib/json: clear warnings
2016-04-22 Alexis Laferrièrelib/json: warn on cycle when writing plain JSON
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 Alexis Laferrièrelib/nitcorn: force all routes path to begin with a...
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...
next