global: compiler remove a useless `const` that cause C warnings
[nit.git] / lib / standard /
2014-06-17 Alexis Laferrièrelib: implement `close` in StringOStream
2014-06-16 Alexis Laferrièrelib/stream: fix for clang/llvm/emscripten
2014-06-11 Jean PrivatMerge: Distinguish top-level methods
2014-06-10 Lucas Bajoletlib/math: Added gcd method on Int.
2014-06-10 Jean Privatlib/standard: Move top-level methods in `file` really...
2014-06-09 Lucas Bajoletlib/standard/string: Added methods prepend, append...
2014-06-09 Lucas Bajoletlib/standard/string: SELFTYPE now refers to String...
2014-06-09 Lucas Bajoletlib/standard/ropes: Re-activated ropes in standard.
2014-06-09 Lucas Bajoletlib/streams: Rope now capable of using write_to
2014-06-09 Lucas Bajoletlib/standard/ropes: Adapted write for performance with...
2014-06-09 Lucas Bajoletlib/standard/file: Preparing substrings method, to...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted chars method and related...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added backwards equivalents of...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted output to Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted to_cstring for Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted == method for Ropes since...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted some services from Text.
2014-06-05 Lucas Bajoletlib/standard/ropes: Added prepend service, alias to...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a final forward iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the substrings...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the leaves...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a forward postfix iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Preparing introduction of iterators...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted substring method for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added the insertion of a string...
2014-06-04 Lucas Bajoletlib/standard/ropes: Added append method.
2014-06-04 Lucas Bajoletlib/standard/ropes: Search method and classes added.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added constructors for a Rope
2014-06-04 Lucas Bajoletlib/standard/ropes: Bases of RopeString class.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added basic structure for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Nodes for Ropes.
2014-06-04 Lucas Bajoletlib/standard: Removal of all of ropes.nit content for...
2014-05-28 Jean PrivatMerge: Geometry module
2014-05-28 Alexis Laferrièrelib: add nitunits to Numeric::value_of
2014-05-23 Jean PrivatMerge: Clean some inits
2014-05-23 Jean Privatlib/ropes: use `redef` for inherited named constructors
2014-05-23 Jean Privatlib/exec: rationalize constructors
2014-05-23 Jean Privatlib/strings: Buffers are allocated without capacity.
2014-05-21 Jean PrivatMerge: Improve doc and intro Process::kill as asked...
2014-05-16 Jean PrivatMerge: Improve the bootstrap
2014-05-15 Alexis Laferrièrelib/posix: add doc to posix (fix #174)
2014-05-14 Jean PrivatMerge: Bitset and perfect_hashing
2014-05-14 julienAdding a bitset module in standard for binary operations
2014-05-13 Jean PrivatMerge: String hash function fix
2014-05-13 Jean Privatkernel: use legacy FFI for `address_is_null`
2014-05-13 Lucas Bajoletlib/standard/string: Fixed implementation of hash funct...
2014-05-13 Jean Privatlib: prepare for new init
2014-05-10 Jean Privatlib: fix `Sequence::first_index_of`
2014-05-08 Jean PrivatMerge: sorter: add some sorters
2014-05-08 Alexandre Terrasasorter: add some sorters
2014-05-07 Alexis Laferrièrelib/kernel: intro Numeric::value_of to get a Numeric...
2014-05-07 Jean PrivatMerge: Socket fact
2014-05-02 Lucas Bajoletlib/standard/string: Added implementations for to_upper...
2014-05-02 Lucas Bajoletlib/standard/stream: Changed implementation of read...
2014-05-02 Lucas Bajoletlib/standard: Stdin/out/err now part of Sys.
2014-05-02 Lucas Bajoletlib/streams: Added interface Pollable to Stream hierarchy
2014-05-01 Lucas Bajoletlib/standard/string: Bugfix, forgot iterator on index_o...
2014-04-28 Jean PrivatMerge: Fix to inkscape_tools and introduce Float::ceil...
2014-04-27 Jean PrivatMerge: lib: fix broken assert in FStream::opens
2014-04-27 Alexis Laferrièrelib/math: intro ceil and floor
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
2014-04-17 Jean Privatlib: add `NativeArray::length`
2014-04-16 Alexis Laferrièrelib: fix broken assert in FStream::opens
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-09 Jean PrivatMerge: Streamable and Pattern update
2014-04-08 Lucas Bajoletstdlib/streams: Streamable now working on any Text...
2014-04-08 Lucas Bajoletstdlib/pattern: Rendered Pattern compatible with all...
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatlib/string: privatize `StringCharView` and cie.
2014-04-04 Jean Privatlibs/collection: implements `reverse_iterator` in Array...
2014-04-04 Jean Privatlib/collection: generalize `reverse?_iterator_from...
2014-04-04 Jean Privatlib/string: remove `StringCharView:has` and `StringChar...
2014-04-04 Jean Privatlib/strings: remove redefinition `FlatString#[]`
2014-04-04 Jean Privatlib/string: fast implem for reverse
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-04 Jean Privatlib/string: StringCharView is no more comparable
2014-04-04 Jean Privatlib/string: some cleaning, doc and unit tests
2014-04-04 Jean PrivatMerge: contrib-pep8analysis
2014-04-03 Jean Privatffi: remove old Cproproc symbol NONITCNI
2014-04-03 Alexis Laferrièrelib: intro Number::zero and Number::is_zero
2014-04-03 Alexis Laferrièrelib: move up to_f and to_i in Number
2014-04-03 Alexis Laferrièrelib: intro the Numeric class
2014-03-31 Alexis Laferrièrelib: make Iterators iterable
2014-03-31 Alexis LaferrièreMerge branch 'privat' into contrib-pep8analysis
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-26 Jean Privatlib/string: remove redefinition of CHARVIEW that expose...
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-25 Lucas Bajoletstdlib/strings: Minor style fix
2014-03-25 Lucas Bajoletstdlib/strings: Repaired hash for Buffers.
2014-03-25 Lucas Bajoletstdlib/strings: Added cache on Buffer.
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted hash (breaks hash on Buffer...
2014-03-25 Lucas Bajoletstdlib/strings: Added cache for efficency when calling...
2014-03-25 Lucas Bajoletstdlib/strings: Added reversed service on Text and...
2014-03-25 Lucas Bajoletstdlib/strings: Generalized to_cstring to all Text...
2014-03-25 Lucas Bajoletstdlib/strings: Added flatten service.
next