Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / binary /
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-05-04 Alexis Laferrièrebinary: remove the serialization service, clients shoul...
2018-04-26 Lucas Bajoletcore/stream: change read_byte return type to Int
2017-05-08 Jean Privatserialization: add hooks for a custom serializer
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-10-14 Alexis Laferrièrelib serialization: `deserialize` accepts the name of...
2016-08-26 Alexis Laferrièrebinary::serialization: fix if condition
2016-08-12 Alexis Laferrièreserialization: `deserialize_attribute` takes an optiona...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-02-12 Alexis Laferrièrelib/serialization: serialize all insances of Text as...
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-08-20 Lucas Bajoletlib/binary: Fix binary lib to properly use Bytes instea...
2015-07-09 Lucas Bajoletlib/binary: Update modules to work more with Bytes now
2015-07-08 Lucas Bajoletlib/io: Changed the semantics of read/write byte to...
2015-07-07 Alexis Laferrièrelib/binary: intro `BinarySerializer` and `BinaryDeseria...
2015-06-03 Jean PrivatMerge: Manage errors on reading binary data
2015-06-02 Alexis Laferrièrelib/binary: document behavior when reading binary data...
2015-06-02 Alexis Laferrièrelib/binary: protect `read_string` from stream errors
2015-06-02 Alexis Laferrièrelib/binary: redirect 32 bits endianess functions on...
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-25 Alexis Laferrièrelib/binary: intro read/write strings as blocks
2015-05-25 Alexis Laferrièrelib/binary: intro services to read/write null terminate...
2015-05-19 Alexis Laferrièrelib/binary: intro services to read/write binary data...