ci: compile the manual
[nit.git] / lib / standard /
2015-06-17 Jean PrivatMerge: code: cleanup some docunits
2015-06-17 Alexis Laferrièrelib: update the text group to the light FFI
2015-06-17 Alexis Laferrièrelib/file: move macros to the light FFI
2015-06-17 Alexis Laferrièrelib/file: move implementation code to light FFI
2015-06-17 Alexis Laferrièrelib/file: wrap a long signature and add some space...
2015-06-17 Alexis Laferrièrelib: update the math module to use the light FFI
2015-06-17 Alexis Laferrièrelib/exec: move the C structure se_exec_data to the...
2015-06-17 Jean PrivatMerge: Remove RopeString
2015-06-16 Jean PrivatMerge: Rosetta, batch 1
2015-06-16 Alexis Laferrièrelib/exec: C implementation code to light FFI
2015-06-16 Jean PrivatMerge: Implementation of rosettacode : pernicious numbe...
2015-06-16 Alexis Laferrièrelib: update the kernel module to the light FFI
2015-06-16 Alexis Laferrièrelib: update the time module to the light FFI
2015-06-16 Alexis Laferrièrelib: update the environ module to use the light FFI
2015-06-15 Lucas Bajoletlib/standard/math: Added binops to Byte
2015-06-15 Lucas Bajoletlib/standard/math: Added binops aliases for Int
2015-06-15 Lucas Bajoletlib/standard/ropes: Removed useless RopeString abstract...
2015-06-13 Jean Privatlib/standard: add nitunits to Collection::plain_to_s
2015-06-13 Jean Privatlib/standand/string: provides a better to_s for collections
2015-06-13 Jean Privatlib/standard: format use `plain_to_s` for fast concat
2015-06-13 Jean Privatlib/standard: StringWriter use `plain_to_s` for fast...
2015-06-13 Jean Privatlib_standard_array: reprovide Array::plain_to_s
2015-06-12 Jean Privatcode: cleanup some docunits
2015-06-12 Alexis Laferrièrelib/math: declare -lm in the library
2015-06-12 Jean PrivatMerge: String split
2015-06-12 Jean PrivatMerge: lib/array: remove useless cast to comparable.
2015-06-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-10 Alexandre Terrasalib: fix nitunits indentation
2015-06-10 BlackMinourosettacode: primality by trial division
2015-06-10 Jean PrivatMerge: Activate C warnings in FFI code and revert ...
2015-06-09 Alexandre Terrasafile: fix `simplify_path` behavior for path starting...
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in standard library
2015-06-03 Lucas Bajoletlib/standard: Introduce text subgroup for all string...
2015-06-02 Lucas Bajoletlib: Fixed imports throughout standard library
2015-06-01 Lucas Bajoletlib/standard/string: Added new factory to Buffer abstra...
2015-06-01 Lucas Bajoletlib/standard/string: Removed flatten method on String...
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-29 Jean Privatlib/standard: remove the only `attr-in-refinement`...
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privatlib/standard/string: introduce (an use) `plain_to_s`
2015-05-28 Alexandre Terrasalib/standard: remove useless repeated types in `standard`
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-27 Alexis Laferrièrelib/standard: update style of doc and fix whitespace...
2015-05-26 Lucas Bajoletlib/standard/string: Added to_oct and to_bin functions...
2015-05-26 Jean PrivatMerge: File and Bytes
2015-05-25 Alexandre Terrasarange: better nitunit on `Int::times`
2015-05-25 Alexandre Terrasarange: remove white space in license
2015-05-25 Alexis Laferrièrelib/collections: fix `List::insert` to insert at the...
2015-05-22 Jean Privatlib/standard: reimplement `files` with basic FFI (so...
2015-05-22 Lucas Bajoletlib/standard/stream: Doc fixes
2015-05-22 Lucas Bajoletlib/standard: Updated stream and file to support byte...
2015-05-21 Jean PrivatMerge: Steps on iterations and ranges
2015-05-20 Jean PrivatMerge: Safe collection access
2015-05-20 Jean PrivatMerge: Read/Write binary data
2015-05-19 Jean Privatlib/standard/collection: check the item can be compared...
2015-05-19 Jean Privatlib/standard/collection: getter methods accepts `nullab...
2015-05-19 Jean Privatlib: remove superfluous type declaration in signatures
2015-05-19 Jean Privatstandard/collection: add `Range::step` to get a bidirec...
2015-05-19 Alexis Laferrièrelib: intro `Writer::write_byte` and implement it in...
2015-05-18 Alexis Laferrièrelib/standard: fix a repeated error in the kernel module doc
2015-05-15 Jean Privatstandard/collection: add `to_step` as a decorator of...
2015-05-15 Jean Privatstandard/collection: add `Iterator::next_by` as a safe...
2015-05-14 Jean PrivatMerge: Fix nitunit for `String::format`
2015-05-14 Jean PrivatMerge: Bytes
2015-05-14 Jean PrivatMerge: Read char
2015-05-14 Lucas Bajoletlib/standard: Added bytes module for byte-oriented...
2015-05-14 Jean PrivatMerge: More Rosetta Code
2015-05-14 Jean PrivatMerge: Copy to native
2015-05-13 Alexandre Terrasalib/standard/string: fix whitespaces
2015-05-13 Alexandre Terrasalib/standard/string: Fix nitunit of Text::format
2015-05-13 Jean PrivatMerge: Kill PushBackReader
2015-05-13 Lucas Bajoletlib: Replaced uses of read_char by read_byte when appli...
2015-05-13 Lucas Bajoletlib/standard/string: Added copy_to_native method to...
2015-05-13 Lucas Bajoletlib/standard/strings: Substrings iterator now returns...
2015-05-13 Jean Privatstandard: add `Range::reverse_iterator`
2015-05-12 Lucas Bajoletlib/standard: Removed push_back_reader and replaced...
2015-05-12 Lucas Bajoletlib/standard: Changed semantics of read_char and added...
2015-05-12 Alexis LaferrièreMerge branch 'master' into print_error
2015-05-09 Alexis Laferrièrelib: improve and move `print_error` to the standard...
2015-05-09 Jean PrivatMerge: i18n annot: superstrings
2015-05-08 Lucas Bajoletlib/standard/string: Added function to format a String...
2015-05-06 Jean Privatlib/math: add `Collection::to_shuffle` and `Array:...
2015-05-05 Jean Privatlib/math: nitunit `Collection::rand`
2015-05-05 Jean Privatlib/standard: use `NIT_SRAND` envvar to control the...
2015-05-05 Jean PrivatMerge: Fix a bit of everything: typos, doc, android...
2015-04-28 Alexis Laferrièrelib/collection: better doc for Iterator
2015-04-24 Lucas Bajoletlib/standard: Fixed read method of BufferedReader
2015-04-23 Alexandre Terrasalib/standard: introduce ReserveDefaultComparator
2015-04-21 Alexandre Terrasalib/array: remove useless cast to comparable.
2015-04-18 Jean PrivatMerge: Snake phase names
2015-04-18 Jean PrivatMerge: Autocast and literal arrays
2015-04-17 Jean Privatlib/standard/array: add `Array::sub`
2015-04-17 Jean Privatstrings: reimplement to_snake_case with a correct semantic
2015-04-17 Jean Privatlib/string_search: avoid covariant array on `split_once_on`
2015-04-15 Jean Privatlib/stc/kernel: add << and >> in Int
next