nit.git
2014-09-19 Jean-Christophe... neo: Complete the documentation of neo.nit.
2014-09-17 Jean PrivatMerge: Move `common_ffi` to `ffi` and clean up typos
2014-09-17 Alexis Laferrièrenitg: fix typo in doc of `before_send`
2014-09-17 Alexis Laferrièrenitg: fix typo in doc of `MParameterType`
2014-09-17 Alexis Laferrièrenitg: rename `common_ffi` group to `ffi`
2014-09-17 Jean PrivatMerge: Correct behavior of attribute reading in nitvm
2014-09-17 Jean PrivatMerge: Capitalize on Strings
2014-09-14 Julien Pagèsnitvm: Handles isset expression
2014-09-14 Julien Pagèsnitvm: Throw an error when trying to read an uninitiali...
2014-09-14 Julien Pagèsnitvm: Introduces a type which represents initial value...
2014-09-12 Lucas Bajoletlib/standard/string: Added capitalized/capitalize metho...
2014-09-10 Jean PrivatMerge: Nitcorn improvements & avoid double Tnits
2014-09-10 Jean PrivatMerge: Polymorphic extern classes
2014-09-10 Alexis Laferrièretnitter: redirect after posting
2014-09-10 Alexis Laferrièrenitcorn: by default a file is an application/octet...
2014-09-10 Alexis Laferrièrenitcorn: use a default virtual host when none are confi...
2014-09-10 Alexis Laferrièrenitcorn: add the media type for `apk` extension
2014-09-10 Alexis Laferrièretests: intro test for polymorphic use of extern classes
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-10 Alexis Laferrièreniti: fix type in tool description
2014-09-10 Alexis Laferrièrelib/curl: fix missing import of string.h and clean...
2014-09-10 Alexis Laferrièrenitg*: extern classes a polymorph in Nit, and unboxed...
2014-09-10 Jean PrivatMerge: Markdown
2014-09-09 Jean PrivatMerge: Clean AMethPropdef clients
2014-09-09 Jean PrivatMerge: pkgconfig annotation uses the module name if...
2014-09-09 Jean PrivatMerge: Regular expressions & prop to bring back a bette...
2014-09-09 Jean PrivatMerge: Superclasses ordering in nitvm and a bug fix
2014-09-09 Jean PrivatMerge: Benitlux web interface
2014-09-09 Jean Privatffi: use `AMethPropdef` instead of `AExternPropdef`
2014-09-09 Alexandre Terrasatests: update tests for markdown.
2014-09-09 Alexandre Terrasatests: rename `test_markdown.nit` to `test_docdown...
2014-09-09 Alexandre Terrasalib: Introduce `markdown`, a Markdown parser for Nit.
2014-09-09 Jean Privatserialisation_phase: use `AMethPropdef` instead of...
2014-09-09 Jean Privatmodelize: works if abstract, intern and extern are...
2014-09-09 Alexis Laferrièrelib: intro `re`, regular expressions in Nit
2014-09-09 Alexis Laferrièrelib: update egl, glesv2 & x11 to use pkgconfig without...
2014-09-09 Alexis Laferrièrepkgconfig: if there is no argument, use the module...
2014-09-09 Alexis Laferrièremodel: intro a service to get the `Pointer` type
2014-09-09 Julien Pagèsnitvm: Introduce a custom algorithm for ordering superc...
2014-09-09 Julien Pagèsnitvm: Keep the positions of methods and attributes...
2014-09-09 Julien Pagèsnitvm: Fixing a bad allocation of internal structures...
2014-09-09 Alexis Laferrièretests: fix sav of xymus.net config
2014-09-08 Alexis Laferrièrelib: replace `String.has(Char)` with `String.has(Pattern)`
2014-09-08 Jean PrivatMerge: neo: Forces MParameter ranking in MSignatures
2014-09-08 Jean PrivatMerge: Chain implememtations
2014-09-08 Jean PrivatMerge: phases: do not reanalyze amodules in run_phase
2014-09-08 Jean PrivatMerge: nitpick, the nit lintian
2014-09-08 Alexandre Terrasaneo: Forces MParameter ranking in MSignatures
2014-09-08 Jean Privatniti: chain implementation attempts
2014-09-08 Jean Privatcomp: chain implementation attempts
2014-09-08 Jean Privatphases: do not reanalyze amodules in run_phase
2014-09-08 Alexis Laferrièrepep8analysis: use header of xymus.net
2014-09-08 Alexis Laferrièreexamples: add the config of xymus.net as a nitcorn...
2014-09-08 Alexis Laferrièrecontrib: intro the benitlux project
2014-09-08 Jean PrivatMerge: New `deprecated` annotation
2014-09-08 Jean PrivatMerge: make: initial make build nitpretty.
2014-09-08 Jean PrivatMerge: src: transform all old `writable` in annotations
2014-09-08 Jean Privattests: add sav/nitpick.res
2014-09-08 Jean Privatvim: use nitpick for faster syntastic
2014-09-08 Jean Privatsrc: new tool nitpick
2014-09-06 Jean Privattests: add base_deprecated
2014-09-06 Jean Privatphase: add an indirection to process_npropdef so that...
2014-09-06 Jean Privatmodelize: introduce annotation
2014-09-06 Jean Privatmodelize: set_doc takes the modelbuilder
2014-09-06 Jean Privatmodel: introduce MDeprecationInfo
2014-09-05 Jean Privatmake: initial make build nitpretty. Also rearrange...
2014-09-05 Jean Privattests: update but disable nitpretty_args22 since it...
2014-09-05 Jean Privatmodelize_property: disable old-style attributes
2014-09-05 Jean Privatmodelize_property: disable old-style setter
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-05 Jean PrivatMerge: Nitdoc: some cleaning and fixes.
2014-09-05 Jean PrivatMerge: Introduce `nitpretty`: a pretty printer for...
2014-09-05 Alexandre Terrasanitdoc: update tests
2014-09-05 Alexandre Terrasanitdoc:sanitize generated html
2014-09-05 Alexandre Terrasanitdoc: clean some useless super-strings
2014-09-05 Alexandre Terrasanitdoc: make `TplLink::text` type less specific
2014-09-05 Alexandre Terrasanitdoc: fix `TplArticle::is_empty`
2014-09-05 Alexandre Terrasanitdoc: fix `MEntity::tpl_anchor` documentation
2014-09-05 Alexandre Terrasanitdoc: clean some templates generation
2014-09-05 Alexandre Terrasanitdoc: fix scroll bar display
2014-09-05 Alexandre Terrasanitdoc: remove unused method `sort_by_public_owner`
2014-09-05 Alexandre Terrasanitdoc: avoid conflicts in MEntity urls
2014-09-05 Alexandre Terrasanitdoc: avoid crash on empty mclassdef list.
2014-09-05 Alexandre Terrasanitdoc: clean breadcrumbs generation.
2014-09-05 Alexandre Terrasanitdoc: move page url into `NitdocPage`
2014-09-05 Jean PrivatMerge: Clean benchs
2014-09-05 Jean PrivatMerge: tests: improve documentation
2014-09-05 Jean Privattests: improve documentation
2014-09-04 Jean Privatbench: add generated files for xml and html to .gitignore
2014-09-04 Jean Privatbenchs: produce .xml files conform with junit
2014-09-04 Jean Privatbenchs: add more engines and gc options
2014-09-04 Jean Privatbenchs: update compilation options (faster, slower...
2014-09-04 Jean Privatbenchs: use the bootstraped nitg because it is correcly...
2014-09-04 Jean Privatbenchs: update run programs. Remove pep8analysis becaus...
2014-09-04 Jean Privattests: add meta-tests related to the execution control
2014-09-04 Jean Privattests: add licence to existing zzz_tests files
2014-09-04 Alexis Laferrièrelib/pnacl: fix import of extern classes types source...
2014-09-04 Alexandre Terrasatests: skip nitpretty for niti.
2014-09-04 Jean PrivatMerge: Kill oldstyle attributes
2014-09-04 Jean PrivatMerge: Clean src
next