nit.git
2017-04-10 Alexis Laferrièreglesv2: small (but important) fixes
2017-04-05 Jean PrivatMerge: inkscape_tools: support Inkscape versions before...
2017-04-05 Jean PrivatMerge: GC now collect cycles
2017-04-05 Jean PrivatMerge: Some minor fixes to actors examples
2017-04-04 Alexis Laferrièreinkscape_tools: support Inkscape versions before and...
2017-04-03 BlackMinoufix the GC warning about cycles
2017-04-03 BlackMinouUpdate the doc for Finalizable
2017-04-03 BlackMinouActors example Chameneos redux fixes
2017-04-03 BlackMinouActors example Fannkuch redux fixes
2017-03-29 BlackMinouActors example Mandelbrot fixes
2017-03-29 BlackMinouActors example Thread ring fixes
2017-03-28 Jean PrivatMerge: intrepreter: Fix the documentation of `Primitive...
2017-03-28 Jean PrivatMerge: intrepreter: Fix the documentation of `Instance...
2017-03-28 Jean PrivatMerge: compiler: Refactor
2017-03-28 Jean PrivatMerge: gamnit: optimize the `flat` 2D api using GPU...
2017-03-28 Jean-Christophe... intrepreter: Fix the documentation of `PrimitiveInstance`
2017-03-28 Jean-Christophe... intrepreter: Fix the documentation of `Instance::is_true`
2017-03-27 Alexis Laferrièregamnit: make SpriteSet behave more like a Set
2017-03-27 Jean PrivatMerge: mdoc_or_fallback: Refactor
2017-03-26 Jean-Christophe... model: Make the `anchor` parameter of `MType::anchor_to...
2017-03-26 Jean-Christophe... model: Add a constant for the bottom type
2017-03-26 Jean-Christophe... model: Add precision to the documentation of type metrics
2017-03-26 Jean-Christophe... model: Fix indentation
2017-03-26 Jean-Christophe... java_compiler: Fix the documentation of `is_java_primitive`
2017-03-26 Jean-Christophe... compiler: Merge `maybenull` and `maybe_null`
2017-03-24 Jean PrivatMerge: hash_collections: Fix the documentation of ...
2017-03-23 Alexis Laferrièrenitunit: intrude import modules to test private entities
2017-03-23 Alexis Laferrièregamnit: intro a template project for 2D games
2017-03-23 Alexis Laferrièregamnit: fix standalone triangle
2017-03-23 Alexis Laferrièreaction_nitro: update for the improved flat API and...
2017-03-23 Alexis Laferrièreaction_nitro: bug fix
2017-03-23 Alexis Laferrièregamnit: intro color services to `Sprite`
2017-03-23 Alexis Laferrièregamnit: rewrite implementation to use VBOs
2017-03-23 Alexis Laferrièrec & matrix: make some services public for low level...
2017-03-23 Alexis Laferrièreglesv2: add integer variants to operations on buffers
2017-03-23 Alexis Laferrièreglesv2: intro buffer services
2017-03-23 Alexis Laferrièregamnit: time the performance of the core services
2017-03-23 Alexis Laferrièrecore: implement `MinHeap::clear` and intro `Pointer...
2017-03-22 Jean-Christophe... hash_collections: Fix the documentation of `Set::new`
2017-03-22 Jean-Christophe... model: Document base cases of `mdoc_or_fallback`
2017-03-22 Jean-Christophe... mdoc: Fix documentation of `mdoc_or_fallback`
2017-03-22 Jean-Christophe... highlight: Use `mdoc_or_fallback`
2017-03-22 Jean-Christophe... model: Promote definitions of `mdoc_or_fallback`
2017-03-22 Jean PrivatMerge: oot: add Devil's Avocados, a Recipe Preparation...
2017-03-20 Jean Privatoot: add Devil's Avocados, a Recipe Preparation Game
2017-03-20 Jean PrivatMerge: typing: add services for intersecting and subtra...
2017-03-20 Jean PrivatMerge: grammar: add union and intersection types
2017-03-20 Jean PrivatMerge: Docker, portability and crosscompiling tweaks
2017-03-20 Jean PrivatMerge: Windows: path, PATH, and exec improvements
2017-03-17 Alexis Laferrièretests: add basic MINGW64 skip list
2017-03-17 Alexis Laferrièreexec: close child pipes from the parent process
2017-03-17 Alexis Laferrièrecore: split PATH on ; on Windows
2017-03-17 Alexis Laferrièrecore: standardize Windows path handling
2017-03-14 Alexis Laferrièrecore: 32 bits fixes
2017-03-14 Alexis Laferrièrenitc: let CC, CXX and NO_STACKTRACE use env value
2017-03-14 Alexis Laferrièrenitc: clean up makefile header generation
2017-03-11 Alexis Laferrièredocker: add missing libsdl2-image-dev
2017-03-10 Jean Privattests: update more sav because of the improved null...
2017-03-10 Jean Privatparser: regenerate with union and intersection types
2017-03-10 Jean Privatparser: add syntax for union and intersection types
2017-03-10 Jean Privattests: add base_adaptive_full.nit with a lots of pattenrns
2017-03-10 Jean Privatnitc: adaptive typing apply non-nullness when fallbacking
2017-03-10 Jean Privattests: update test_isa_nil message
2017-03-10 Jean Privatnitc/typing: isa uses intersect_types and diff_types
2017-03-10 Jean Privatnitc/typing: add intersect_types and diff_types
2017-03-10 Jean Privatnitc/typing: document `merge_types`
2017-03-09 Jean PrivatMerge: realtime: 32 bits compatibility
2017-03-09 Jean PrivatMerge: nitweb: load catalog at startup instead of first...
2017-03-09 Jean PrivatMerge: lib/json: fix array serialization
2017-03-06 Alexandre Terrasalib/json: fix array serialization
2017-03-06 Alexandre Terrasanitweb: load catalog at startup instead of first page...
2017-03-06 Jean PrivatMerge: regen csrc for Windows and to fix 32 bits support
2017-03-04 Alexis Laferrièrerealtime: 32 bits safe
2017-03-03 Jean PrivatMerge: OSX use gtime
2017-03-03 Jean PrivatMerge: re_parser: add pre-build target in the Makefile
2017-03-03 Jean PrivatMerge: lib/ini: do not abort when lines does not have "="
2017-03-03 Jean PrivatMerge: Test out-of-tree projects
2017-03-02 Alexis Laferrièrecsrc: regen for 32 bits platforms and Windows
2017-03-02 Alexis Laferrièrecompiler: detect many versions of mingw64
2017-03-02 Jean Privatmacosx: silent error because hostame --vestion does...
2017-03-02 Jean Privatmacosx: use gtime (from gnu-time) if available to measu...
2017-03-02 Jean Privatre_parser: add pre-build target in the Makefile
2017-03-01 Alexis Laferrièretests: fix listfull.sh
2017-03-01 Jean Privatlib/ini: do not abort when lines does not have "="
2017-03-01 Jean Privatcontrib/oot: script to update and check oot projects
2017-03-01 Jean Privatmisc: new script to try to make some targets
2017-02-28 Jean PrivatMerge: Counter: fixes
2017-02-28 Jean PrivatMerge: gamnit: use SDL2 windows and events
2017-02-28 Jean PrivatMerge: Nit Actor Model, with some examples
2017-02-28 Alexis Laferrièrekernel: intro `Pointer::==` and `Pointer::hash`
2017-02-27 Alexis Laferrièreapp: minor refactor of the audio services
2017-02-27 Alexis Laferrièremodel_viewer: update to new gamnit API with move events
2017-02-27 Alexis Laferrièregamnit: update doc
2017-02-27 Alexis Laferrièregamnit: use SDL2
2017-02-27 Alexis Laferrièregamnit: don't use `texture` as it may be a std function
2017-02-27 Alexis Laferrièreglesv2: use SDL2 for a portable hello triangle example
2017-02-27 Alexis Laferrièreglesv2: minor improvements to the hello_triangle example
2017-02-27 Alexis Laferrièresdl2: implement more events
2017-02-27 Alexis Laferrièresdl2: more display and surface services
2017-02-27 Alexis Laferrièresdl2: fix initialization services
next