Java FFI: enable inserting additionnal Java files to a project
[nit.git] / lib / standard /
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.
2014-03-25 Lucas Bajoletstdlib/strings: Modified constructor for Buffer, now...
2014-03-25 Lucas Bajoletstdlib/strings: Fixed behaviour for substring_from...
2014-03-25 Lucas Bajoletstdlib/strings: Moved String as abstract, FlatString...
2014-03-25 Lucas Bajoletstdlib/strings: Moved append to Buffer, now works on...
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted functions common to all...
2014-03-25 Jean Privatlib/string_search: make all introdiced method of Patter...
2014-03-25 Jean Privatlib/coll: remove private types from public signatures
2014-03-24 Lucas Bajoletstdlib/strings: Reunited super StringCapable under...
2014-03-24 Lucas Bajoletstdlib/strings: Factorized several functions in Text.
2014-03-24 Lucas Bajoletstdlib/strings: Added empty method to unify the product...
2014-03-24 Lucas Bajoletstdlib/strings: Introduced virtual types for Text class...
2014-03-24 Lucas Bajoletstdlib/strings: Moved, factorized and generalized compa...
2014-03-24 Lucas Bajoletstdlib/strings: Renamed AbstractString to FlatText.
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-03-24 Lucas Bajoletstdlib/strings: Detached Buffer from AbstractArray.
2014-03-24 Lucas Bajoletstdlib/strings: Introduced class Text, will be used...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Substring to Buffer since it...
2014-03-24 Lucas Bajoletstdlib/strings: Added reverse iterators on char views...
2014-03-21 Jean PrivatMerge branch 'doc_stdlib_some_more'
2014-03-21 Jean PrivatMerge branch 'doc_for_FileStat'
2014-03-21 Johann Duboislib/file: Add comments in FileStat
2014-03-21 Jean Privatlib/environ: more documentation and nitunit tests
2014-03-21 Jean Privatlib/string_search: more documentation and nitunit tests
2014-03-21 Jean Privatlib/file: more documentation and nitunit tests
2014-03-21 Jean Privatlib/file: document and fix `file_extension`
2014-03-20 Jean PrivatMerge branch 'doc_on_collection'
2014-03-20 Jean PrivatMerge branch 'module_paths'
2014-03-20 Jean Privatlib/coll: make private some specific implementations...
2014-03-20 Jean Privatlib/coll: make CoupleMapIterator private
2014-03-20 Jean Privatlib/coll: generalize `insert` in Sequence
next