nit.git
2015-06-07 Alexis Laferrièrelib/curl: revamp the curl_http example
2015-06-07 Alexis Laferrièrelib/curl: update users of the custom class and fix...
2015-06-07 Alexis Laferrièrelib/curl: replace custom classes by containers
2015-06-07 Alexis Laferrièrelib/curl: fix implementation of `user_agent`
2015-06-07 Alexis Laferrièrelib/curl: revamp and move the curl_mail example to...
2015-06-07 Alexis Laferrièrelib/curl: implement `CurlResponseFailed::to_s`
2015-06-07 Alexis Laferrièrelib/curl: `CurlMail::execute` may return null
2015-06-07 Alexis Laferrièrelib/curl: use a cached instance of `Curl` in `Sys`
2015-06-07 Alexis Laferrièrelib/curl: update module doc
2015-06-07 Alexis Laferrièrelib/curl: make `Curl` a `Finalizable`
2015-06-07 Alexis Laferrièrelib/curl: revamp CurlMailRequest and rename it CurlMail
2015-06-07 Alexis Laferrièrelib/curl: remove `CurlMailRequest::add_conventional_space`
2015-06-07 Alexis Laferrièrelib/curl: use local variable when attribute is nullable
2015-06-07 Alexis Laferrièrelib/curl: update more classes to the new inits
2015-06-07 Alexis Laferrièrelib/curl: revamp style, doc and implementation of HeaderMap
2015-06-07 Alexis Laferrièrelib/curl: make private and update init of HeaderMapIterator
2015-06-07 Alexis Laferrièrelib/curl: rename `i_file` to `file`
2015-06-07 Alexis Laferrièrelib/curl: remove the CurlCallbaksRegisterIntern class
2015-06-07 Alexis Laferrièrelib/curl: replace the `C` prefix by `Native`
2015-06-07 Alexis Laferrièrelib/curl: rename `prim_curl` to `native` per the nity...
2015-06-07 Alexis Laferrièrelib/curl: use the prefix `native_` following the nity...
2015-06-07 Alexis Laferrièrelib/curl: use File and NativeFile instead of the local...
2015-06-07 Alexis Laferrièrelib/curl: update and clean up the callback system
2015-06-07 Alexis Laferrièrelib/curl: update style and add more space between prope...
2015-06-04 Jean PrivatMerge: Opportunity: Adds total number of participants...
2015-06-04 Jean PrivatMerge: Floats in exponent notation
2015-06-04 Jean PrivatMerge: Portable stack-traces
2015-06-04 Jean PrivatMerge: Loose Tokens
2015-06-04 Jean Privatmksrc: remove --stacktrace
2015-06-03 Jean Privatparser: ComputeProdLocationVisitor also compute *_loose...
2015-06-03 Jean Privatparser: the parent of EOF is Start
2015-06-03 Jean Privatparser: ComputeProdLocationVisitor remember the last...
2015-06-03 Jean Privatparser: add `is_loose`, `prev_looses` and `next_looses`
2015-06-03 Lucas Bajolettests: Updated test_float for new literals
2015-06-03 Lucas Bajoletparser: Regenerated for new floats
2015-06-03 Lucas Bajoletparser: Updated to support float with exponent part
2015-06-03 Lucas BajoletOpportunity: Adds total number of participants to a...
2015-06-03 Jean PrivatMerge: Manage errors on reading binary data
2015-06-03 Jean PrivatMerge: Better error handling in Socket
2015-06-03 Jean PrivatMerge: Fix for Android
2015-06-03 Jean PrivatMerge: Native Types
2015-06-03 Jean Privatman: document `--no-stacktrace` and `NIT_NO_STACK`...
2015-06-03 Jean Privatcompiler: replace the option `--stacktrace` with a...
2015-06-03 Jean Privatcompiler: protect the stacktrace-aware C code with...
2015-06-03 Jean Privatcompiler: generate C stacktrace-awareness iff the platf...
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-06-02 Alexis Laferrièrelib/mnit_android: fix `Int::next_pow`
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on connection failed
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on failed hostname lookups
2015-06-02 Alexis Laferrièrelib/socket: intro `HErrno::to_s`
2015-06-02 Alexis Laferrièrelib/socket: wrap h_errno to report error on gethostbyname
2015-06-02 Alexis Laferrièrelib/socket: move gethostbyname to Sys and use light FFI
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-06-02 Jean PrivatMerge: Correct scope in assert else
2015-06-02 Jean PrivatMerge: nitx: add hierarchy lookup commands
2015-06-02 Jean PrivatMerge: Removed intern dependencies from abstract to...
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-06-01 Jean Privatversion 0.7.5 v0.7.5
2015-05-31 Jean Privattests: add base_scope.nit
2015-05-31 Jean Privatscope: the `else` of the assert is a scoped block
2015-05-30 Jean PrivatMerge: Kill `model_utils`
2015-05-30 Alexandre Terrasanitx: add hierarchies commands
2015-05-30 Alexandre Terrasanitx: display MEntitiesListArticle in console templates
2015-05-30 Alexandre Terrasanitx: make help message prettier
2015-05-30 Alexandre Terrasanitx: make console composites use `doc_base` titles
2015-05-30 Alexandre Terrasanitx: introduce `cs_short_list_item` template
2015-05-30 Jean PrivatMerge: Fix reading from Sockets
2015-05-30 Jean PrivatMerge: Clean nit compilation directory
2015-05-30 Jean PrivatMerge: Warn call on nullable receiver
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-30 Jean PrivatMerge: Byte literals
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-30 Jean PrivatMerge: nitdoc: refactoring and cleaning
2015-05-30 Alexandre Terrasanitx: do not call `perform` on nitx special commands
2015-05-29 Alexandre Terrasanitdoc: fix typo in `doc_poset` comment
2015-05-29 Alexandre Terrasanitdoc: simplify DefinitionListArticle
2015-05-29 Alexandre Terrasanitdoc: remove useless class ImportationListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class InheritanceListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class IntrosRedefsSection
2015-05-29 Alexandre Terrasanitdoc: fix typo in `DefinitionListArticle` comment
2015-05-29 Alexandre Terrasanitdoc: remove useless class ConstructorsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ProjectsSection
2015-05-29 Alexandre Terrasanitdoc: factorize list article into `MEntitiesListArticle`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce `DocComposite::is_hidden` services...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::toc_title` in `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce pretty printing of composite tree
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::title` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: replace `group:` prefix id by `.group` suffix
2015-05-29 Alexandre Terrasanitdoc: replace `concern:` prefix id by `.concern`...
2015-05-29 Alexandre Terrasanitdoc: replace `article:` prefix id by `.article`...
2015-05-29 Alexandre Terrasanitdoc: replace `section:` prefix id by `.section`...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::id` to `doc_base`
2015-05-29 Alexandre Terrasatests: fix tests for nitmetrics
2015-05-29 Alexandre Terrasatests: fix tests for nituml
next