Merge: nitunit: Use markdown2
[nit.git] / lib /
2018-05-07 Jean PrivatMerge: pnacl: remove target and related projects
2018-05-07 Lucas Bajoletpnacl: remove target and related projects
2018-05-06 Lucas Bajoletlib/socket: fix socket documentation
2018-05-04 Jean PrivatMerge: lib: expand packages
2018-05-04 Jean PrivatMerge: Write byte updates
2018-05-04 Alexandre Terrasalib/: expand all packages in their own directories
2018-05-04 Lucas Bajoletlib/core: add low-level byte writing method
2018-05-04 Alexis Laferrièrebinary: remove the serialization service, clients shoul...
2018-05-03 Jean PrivatMerge: Read byte rewrite
2018-05-03 Jean PrivatMerge: Some lib/graph love
2018-05-01 Lucas Bajoletlib/core: add no-overhead read_bytes implementation
2018-05-01 Lucas Bajoletlib/msgpack: unify several cases for deserialization
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-05-01 Lucas Bajoletlib/core: remove ropes intrude import in stream
2018-05-01 Lucas Bajoletstream: move decoder to stream and rename as codec
2018-05-01 Jean Privatlib/graph: add `Digraph::eulerian_path`
2018-05-01 Jean Privatlib/graph: add MutableDigraph::add_graph
2018-05-01 Jean Privatlib/graph: remove unneeded import in docunits
2018-05-01 Jean Privatlib: rename graphs to graph
2018-04-26 Lucas Bajoletcore/stream: change read_byte return type to Int
2018-04-06 Jean PrivatMerge: console: don't color output when stdout is not...
2018-03-30 Alexis Laferrièretests: remove colors from savs of nitls, nitlight,...
2018-03-30 Alexis Laferrièrerubix: force console colors because it makes no sense...
2018-03-30 Alexis Laferrièreconsole: only color outputs if stdout isa TTY
2018-03-28 Alexis Laferrièreconsole: move up services from String to Text, and...
2018-03-28 Alexis Laferrièreconsole: fix typos and doc
2018-03-25 Alexis Laferrièrecurl: intro `CurlHTTPRequest::unix_socket_path`
2018-03-25 Alexis Laferrièrecurl: cleanup, remove a typo and a callback from C...
2018-03-02 Jean Privatlib/core::Text::html_escape: better implementation.
2018-03-02 Jean Privatlib/html: really implements Writable::write_to
2018-03-02 Jean Privatlib/html: use Array as it improve performances
2018-03-01 Jean PrivatMerge: Explain failed asserts for easier debugging...
2018-02-16 Jean PrivatMerge: Infer more attribute types
2018-02-16 Alexis LaferrièreMerge branch 'explain-assert' into master
2018-02-15 Alexis Laferrière*: remove newly superfluous static types on attributes
2018-02-14 Alexis Laferrièrerealtime: implement the `prompt` service
2018-02-14 Alexis Laferrièrelib: intro `prompt`, basic Apache 2.0 service to displa...
2018-01-25 Jean PrivatMerge: Gamnit on iOS
2018-01-25 Alexis Laferrièreandroid: update the `sensors` module to use gamnit
2018-01-25 Alexis Laferrièrelib: clear all references to mnit from memory
2018-01-25 Alexis Laferrièrelib: delete the `sdl` package (there's still SDL2)
2018-01-25 Alexis Laferrièrelib: delete most of the mnit package (keeping input...
2018-01-19 Jean PrivatMerge: Gamnit: rewrite Android lifecycle support
2018-01-18 Alexis Laferrièregamnit: import gamnit_android from android19 for a...
2018-01-17 Alexis Laferrièrepthreads: fix thread/gc support on iOS
2018-01-17 Alexis Laferrièregamnit: intro basic input event supports for iOS
2018-01-17 Alexis Laferrièreios: implement app::audio for iOS
2018-01-17 Alexis Laferrièreios: implement TextAsset for iOS
2018-01-17 Alexis Laferrièregamnit: intro core gamnit graphics services for iOS
2018-01-17 Alexis Laferrièregamnit: move landscape & portrait from the android...
2018-01-17 Alexis Laferrièregamnit: request 4x antialiasing
2018-01-17 Alexis Laferrièregamnit: rewrite android support
2018-01-17 Alexis Laferrièregamnit: differentiate create_display and recreate_gamni...
2018-01-17 Alexis Laferrièreandroid: add poll_looper_pause
2018-01-14 Alexis Laferrièreios: intro GLKit services
2018-01-14 Alexis Laferrièreglesv2: alternative include directive for iOS
2018-01-14 Alexis Laferrièrelib/realtime: use our custom clock_gettime when targett...
2018-01-14 Alexis Laferrièregamnit: document how to get glslangValidator on macOS
2018-01-14 Alexis Laferrièregamnit: don't delete simple_2d_program at on_stop,...
2018-01-14 Alexis Laferrièregamnit: don't check status of the FBO at 0, breaks...
2018-01-14 Alexis Laferrièregamnit: intro and use indirection to bind the screen...
2018-01-14 Alexis Laferrièregamnit: don't touch the dynamic_resolution FBO if it...
2018-01-14 Alexis Laferrièregamnit: reset the dynamic_resolution context when gamni...
2018-01-13 Jean PrivatMerge: exec: display system error after failed fork
2018-01-12 Jean PrivatMerge: core: add `Sequence::get_or_default` and `get_or...
2018-01-12 Jean PrivatMerge: gamnit: bug fixes, updated doc and prepare iOS...
2018-01-12 Jean PrivatMerge: Android: fix issues in the audio support
2018-01-04 Alexis Laferrièregamnit: fix parsing .obj models without an explicit...
2018-01-04 Alexis Laferrièregamnit: print gl_MAX_TEXTURE_SIZE with other driver...
2018-01-04 Alexis Laferrièregamnit: fix draw order of the DPad background
2018-01-04 Alexis Laferrièregamnit: fix doc of `ModelAsset` to represent the curren...
2017-12-21 Alexandre Terrasaexec: display system error after failed fork
2017-12-20 Alexis Laferrièregamnit: lapse clock on resume, so `update` ignores...
2017-12-20 Alexis Laferrièregamnit: set resolution at 1080p for splash screens...
2017-12-20 Alexis Laferrièregamnit: don't delete uninitialized programs
2017-12-20 Alexis Laferrièreglesv2: check for null pointers in glGetString
2017-12-20 Jean Privatcore: add `Sequence::get_or_default` and `get_or_null`
2017-12-18 Alexandre Terrasacore: fix README for new doc-commands names
2017-12-16 Alexis Laferrièreandroid: update example in audio
2017-12-16 Alexis Laferrièreandroid: close file descriptors of sound & music after use
2017-12-16 Alexis Laferrièreandroid: refactor music/sounds and fix trying to use...
2017-12-08 Alexandre Terrasalib/popcorn: to_json accept serialization parameters
2017-12-04 Jean PrivatMerge: annotations: introduce `example` annotation
2017-12-01 Alexandre Terrasalib/ai: fix raw code in now tested docunit for puzzle...
2017-11-29 Jean PrivatMerge: gamnit: new services and a lot of bug fixes...
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-11-28 Alexandre Terrasafrontend: move annotations to check_annotation
2017-11-28 Alexis Laferrièreandroid: kindly ask the GC to do its thing when the...
2017-11-28 Alexis Laferrièreandroid: accept adaptive icons and other previous icon...
2017-11-27 Alexis Laferrièreperf analysis: customize float precision in reports
2017-11-27 Alexis Laferrièrerealtime: avoid unnecessary mallocs
2017-11-27 Alexis Laferrièrerealtime: make native services private
2017-11-27 Alexis Laferrièregamnit: don't apply dynamic resolution to UI sprites
2017-11-27 Alexis Laferrièregamnit: dynamic_resolution_ratio should be writable
2017-11-27 Alexis Laferrièregamnit: free images pixel data from RAM after loading...
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 PrivatMerge: app.nit: fix issues in examples and calculator
2017-11-23 Jean PrivatMerge: gamnit: distinguish between `create_gamnit`...
next