modelize: remove restriction on concrete class in intializer collect
[nit.git] / lib /
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: Fix reading from Sockets
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-30 Jean PrivatMerge: Byte data type
2015-05-30 Jean PrivatMerge: Serialization: change annotation to `serialize...
2015-05-30 Jean PrivatMerge: Introduction of convex polygons in geometry...
2015-05-29 Alexis Laferrièrelib/serialization: update README with serialize scopes...
2015-05-29 Alexis Laferrièrelib: update doc to refer to the `serialize` annotation
2015-05-29 Alexis Laferrièrelib/a_star: update to use `serialize` instead of `auto_...
2015-05-29 Alexis Laferrièrelib/more_collections & bucketed_game: declare `serializ...
2015-05-29 Alexis Laferrièrelib/serialization: declare the `serialize` and the...
2015-05-29 Alexis Laferrièrelib/socket: fix call to enlarge with actual buffer...
2015-05-29 Alexis Laferrièrelib/socket: support reading string with null bytes
2015-05-29 Alexis Laferrièrelib/socket: fix enlarge buffer when size is at 0
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/json: remove useless types
2015-05-28 Alexandre Terrasalib/nitcorn: remove useless types
2015-05-28 Alexandre Terrasalib/socket: remove useless types
2015-05-28 Alexandre Terrasalib/template: remove useless types
2015-05-28 Alexandre Terrasalib/string_experimentations: remove useless types
2015-05-28 Alexandre Terrasalib/curl: remove useless types
2015-05-28 Alexandre Terrasalib/sqlite: remove useless types
2015-05-28 Alexandre Terrasalib/geometry: remove useless types
2015-05-28 Alexandre Terrasalib/neo4j: remove useless types
2015-05-28 Alexandre Terrasalib/sax: remove useless types
2015-05-28 Alexandre Terrasalib/standard: remove useless repeated types in `standard`
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: Markdown location
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-27 BlackMinouIntroduce polygon module
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
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: update more libs to use `self`
2015-05-27 Alexis Laferrièrelib/mongodb: fix invalid FFI code
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-27 Alexis Laferrièrelib/java: update to use `self` from Java code
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-27 Alexis Laferrièrelib/ios: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/cocoa: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/gtk: update to use `self` from C code
2015-05-27 Alexis Laferrièrelib/android: clean up whitespace errors in `bundle`
2015-05-27 Alexis Laferrièrelib/android: update to use `self` in Java code
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Alexis Laferrièrelib/android: fix style of `shared_preferences_api10...
2015-05-26 Lucas Bajoletlib/standard/string: Added to_oct and to_bin functions...
2015-05-26 Jean PrivatMerge: Binary over network
2015-05-26 Jean PrivatMerge: Nitiwiki next
2015-05-26 Jean PrivatMerge: Apply serialization in calculator, a_star, more_...
2015-05-26 Jean PrivatMerge: File and Bytes
2015-05-26 Alexandre Terrasalib/markdown: add MDLocation tests
2015-05-26 Alexandre Terrasalib/markdown: fix tests
2015-05-26 Alexandre Terrasalib/markdown: introduce MDLocation
2015-05-25 Alexandre Terrasarange: better nitunit on `Int::times`
2015-05-25 Alexis Laferrièrelib/serialization: intro the shortcut `CachingSerialize...
2015-05-25 Alexis Laferrièrelib/serialization: intro DuplexCache
2015-05-25 Alexis Laferrièrelib/serialization: extract caches from json_serialization
2015-05-25 Alexis Laferrièrelib/more_collections: intro `UnrolledLinkList`
2015-05-25 Alexandre Terrasarange: remove white space in license
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-25 Alexis Laferrièrelib/socket: fix `NativeSocket::write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: implement `write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: `Connection` subclass `Writer`
2015-05-25 Alexis Laferrièrelib/serialization: optimize `StrictHashMap` as a subcla...
2015-05-25 Alexis Laferrièrelib/serialization: intro `serialization_hash` to comple...
2015-05-25 Alexis Laferrièrelib/json: fix json serialization to play well with...
2015-05-25 Alexandre Terrasamarkdown: add misc decorators
2015-05-25 Alexis Laferrièrelib/serialization: support serializing Couple and Container
2015-05-25 Alexis Laferrièrelib/more_collections: update classes as serializable
2015-05-25 Alexis Laferrièrelib/a_star: update `a_star` to be serializable
2015-05-25 Alexis Laferrièrelib/collections: fix `List::insert` to insert at the...
2015-05-23 Jean PrivatMerge: Markdown: some improvement and fixes
2015-05-23 Jean PrivatMerge: lib/standard: reimplement `files` with light FFI
2015-05-23 Jean PrivatMerge: Nit objects to plain JSON
2015-05-22 Jean Privatlib/standard: reimplement `files` with basic FFI (so...
2015-05-22 Lucas Bajoletlib: Various fixes on lib with the new file and stream API
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 Alexandre Terrasalib/markdown: force write on current_buffer
2015-05-21 Alexandre Terrasalib/markdown: introduce markdown to markdown decorator
2015-05-21 Alexandre Terrasalib/markdown: use virtual type to make subclassing...
2015-05-21 Alexandre Terrasalib/markdown: move wikilinks parsing to lib/markdown
2015-05-21 Jean PrivatMerge: Steps on iterations and ranges
2015-05-20 Alexis Laferrièrelib/json: add doc to serialization
2015-05-20 Alexis Laferrièrelib/json: adds `to_plain_json`
2015-05-20 Alexis Laferrièrelib/json: serialization private import static
2015-05-20 Alexis Laferrièretests: extract JSON logic from test_deserialization
2015-05-20 Alexis Laferrièrelib/json: serialization can write plain JSON
2015-05-20 Alexis Laferrièrelib/json: avoid using super-strings and stream directly...
2015-05-20 Alexis Laferrièrelib/json: extract `StrictHashMap` from `json::serializa...
2015-05-20 Alexis Laferrièrelib & contrib: update users of json::serialization
2015-05-20 Alexis Laferrièrelib/json: move `json_serialization` to `json::serializa...
2015-05-20 Jean PrivatMerge: Safe collection access
next