Merge: curl: basic Unix domain socket support
[nit.git] / src /
2018-03-03 Jean Privatmakefile: split tools into 2 groups
2018-03-03 Jean Privatmakefile: force dependency on all .nit file of src
2018-03-03 Jean Privatmakefile: nitc is in ../bin/
2018-03-02 Jean Privatsrc/nitlight: add option --no-infobox
2018-03-02 Jean Privatsrc/htmlight: Do not create the whole infobox unless...
2018-03-01 Jean PrivatMerge: Intro picnit, the (minimal) Nit package manager
2018-03-01 Alexis Laferrièreloader: use NIT_TESTING_TESTSSH to ignore picnit packag...
2018-03-01 Jean PrivatMerge: Explain failed asserts for easier debugging...
2018-02-18 Alexis Laferrièreloader: look for packages installed via picnit
2018-02-18 Alexis Laferrièrepicnit: install and update Nit packages from Git repos
2018-02-16 Alexis Laferrièrenitc: explain asserts only if Array is available, for...
2018-02-16 Alexis Laferrièrerta: visit the superstring created by explain_assert
2018-02-16 Jean PrivatMerge: Infer more attribute types
2018-02-16 Alexis LaferrièreMerge branch 'explain-assert' into master
2018-02-16 Alexis Laferrièrefrontend: fix missing location
2018-02-15 Alexis Laferrièremodel: infer the types of attributes with unary - and...
2018-02-15 Alexis Laferrièremodel: infer the array types of attributes
2018-02-15 Alexis Laferrièremodel: extract infer_static_type to support recursive...
2018-02-14 Alexis Laferrièrenitx: remove dependency on GNU readline
2018-02-14 Alexis Laferrièrenitx: exit on EOF
2018-01-26 Jean PrivatMerge: nitc: check pkg-config packages availability...
2018-01-26 Alexis Laferrièrenitc & niti: move the duplicated pkg-config checks...
2018-01-25 Jean PrivatMerge: Gamnit on iOS
2018-01-23 Alexis Laferrièrenitc: document the phase detecting the annots `platform...
2018-01-22 Alexandre Terrasadoc/commands: update tests
2018-01-22 Alexandre Terrasadoc/commands: extract `CmdCode` super class
2018-01-22 Alexandre Terrasadoc/commands: rename `CmdComment::render` to `render_co...
2018-01-19 Jean PrivatMerge: location: fix located_in behavior
2018-01-19 Jean PrivatMerge: Gamnit: rewrite Android lifecycle support
2018-01-18 Alexis Laferrièreios: accept spaces in path to the Nit project
2018-01-17 Alexis LaferrièreiOS: add support for bdgwc/libgc
2018-01-17 Alexis Laferrièrenitc ios: xcode support per file cflags
2018-01-17 Alexis Laferrièrenitc: use GMT as numeric version instead of local time
2018-01-17 Alexis Laferrièreandroid: use the gcc toolchain
2018-01-15 Alexandre Terrasalocation: fix located_in behavior
2018-01-14 Alexis Laferrièrenitc: support iOS assets
2017-12-20 Jean Privatniti: fix constructors with an empty return
2017-12-19 Jean PrivatMerge: nitx: use doc commands
2017-12-18 Alexandre Terrasamodel: move model_json to doc/templates
2017-12-18 Alexandre Terrasamodel/json: fix model json tests after update
2017-12-18 Alexandre Terrasadoc/commands: fix commands json tests after update
2017-12-18 Alexandre Terrasadoc/api: migrate api to new doc-commands
2017-12-18 Alexandre Terrasanitx: use AnsiHighlightVisitor
2017-12-18 Alexandre Terrasanitx: add command tests
2017-12-08 Alexandre Terrasanitx: nitx use doc commands
2017-12-08 Alexandre Terrasadoc/commands: parser stores commands usage and help
2017-12-08 Alexandre Terrasamodel/json: simplify the basic rendering at a maximum...
2017-12-08 Alexandre Terrasanitweb: move `web` group to `doc::api`
2017-12-08 Alexandre Terrasamodel: fix mdoc_or_fallback for nullables types
2017-12-08 Alexandre Terrasanitweb: allows client to precise ?pretty in request...
2017-12-04 Jean PrivatMerge: annotations: introduce `example` annotation
2017-11-30 Alexandre Terrasatests: fix tests for model json
2017-11-30 Jean PrivatMerge: highlight with ansi color (for console)
2017-11-29 Jean Privatnitlight: add --txt for text-based highlighting
2017-11-29 Jean Privathighlight: extract HTML stuff from highlight into htmlight
2017-11-29 Jean Privathighlight: remove useless `self` parameter (some crazy...
2017-11-29 Jean Privathighlight: move hightlightcode inside HighlightVisitor
2017-11-29 Jean Privathighlight: rename enter_visit and htmlize (and fix...
2017-11-28 Alexandre Terrasatests: fix tests for doc commands
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-11-28 Alexandre Terrasafrontend: add `is example` test
2017-11-28 Alexandre Terrasamodel: filter examples from views
2017-11-28 Alexandre Terrasafrontend: parse examples annotations
2017-11-28 Alexandre Terrasamodel: introduce examples flags
2017-11-28 Alexandre Terrasafrontend: move annotations to check_annotation
2017-11-28 Alexis Laferrièreandroid: tweak the GC compilation flags
2017-11-28 Alexis Laferrièreandroid: don't change metadata in debug mode
2017-11-28 Alexis Laferrièreandroid: accept adaptive icons and other previous icon...
2017-11-27 Jean PrivatMerge: nitin FFI seems to work
2017-11-27 Jean PrivatMerge: android: update compiler to use the "new" toolchain
2017-11-24 Jean PrivatMerge: src/doc: Introduce doc commands
2017-11-23 Jean Privatlexer: add token for bad extern segment, and bad triple...
2017-11-23 Alexandre Terrasatests: fix model serialization tests
2017-11-23 Alexandre Terrasadoc/commands: introduce docdown related commands
2017-11-23 Alexandre Terrasadoc/docdown: render mdoc as markdown
2017-11-23 Alexandre Terrasadoc/commands: introduce commands group
2017-11-23 Alexandre Terrasadoc/commands: introduce html rendering for commands
2017-11-23 Alexandre Terrasadoc/templates: introduce model to html translations
2017-11-23 Alexandre Terrasalib/html: bootstrap use optional annotation
2017-11-23 Alexandre Terrasadoc/commands: introduce commands results to json transl...
2017-11-23 Alexandre Terrasadoc/commands: introduce command initialization from...
2017-11-23 Alexandre Terrasadoc/commands: introduce commands parser
2017-11-23 Alexandre Terrasadoc/commands: introduce catalog commands
2017-11-23 Alexandre Terrasadoc/commands: introduce usage commands
2017-11-23 Alexandre Terrasadoc/commands: introduce graph commands
2017-11-23 Alexandre Terrasadoc/commands: introduce model commands
2017-11-23 Alexandre Terrasadoc/commands: introduce doc commands
2017-11-23 Alexandre Terrasanitweb: use catalog_json
2017-11-23 Alexandre Terrasacatalog: introduce catalog to json translation
2017-11-23 Alexandre Terrasacatalog: create a group for catalog modules
2017-11-22 Alexis Laferrièreandroid: rewrite of the Android support to use the...
2017-11-21 Jean Privatnaive_interpreter: make `InterpreterFrame::map` and...
2017-11-14 Alexandre Terrasamodel_collect: fix collect_ancestors
2017-11-14 Alexandre Terrasamodel_views: introduce `mentities_by_name` in views
2017-11-10 Alexandre Terrasanitdoc: protect package access when ModelFilters allows...
2017-11-10 Alexandre Terrasatests: fix tests for model visitor
2017-11-10 Alexandre Terrasatests: fix tests for model filters
2017-11-10 Alexandre Terrasatests: fix tests for model index
2017-11-10 Alexandre Terrasanituml: use model filters
2017-11-10 Alexandre Terrasanitweb: use model filters
next