misc/vim: intro NitExecute to interpret the current file with `nit`
[nit.git] / lib /
2015-09-15 Alexis LaferrièreMerge branch 'master' into gamnit
2015-09-14 Jean PrivatMerge: glesv2: more services from OpenGL ES 2.0 to...
2015-09-14 Jean PrivatMerge: Fix Music loading bug for friendz
2015-09-14 Alexis Laferrièrelib/glesv2: intro glVertexAttribPointer
2015-09-14 Alexis Laferrièrelib/glesv2: intro glVertexAttrib*f and glUniform*i
2015-09-14 Alexis Laferrièrelib/glesv2: move some services out of `VertexArray...
2015-09-14 Alexis Laferrièrelib/glesv2: update GLTextureTarget to the new contructo...
2015-09-14 Alexis Laferrièrelib/glesv2: intro glTexImage2D
2015-09-14 Alexis Laferrièrelib/glesv2: intro glFramebufferTexture2D
2015-09-14 Alexis Laferrièrelib/glesv2: intro glPixelStorei
2015-09-14 Alexis Laferrièrelib/glesv2: intro glRenderbufferStorage
2015-09-14 Alexis Laferrièrelib/glesv2: intro glBindBuffer
2015-09-14 Alexis Laferrièrelib/glesv2: intro glGenerateMipmap
2015-09-14 Alexis Laferrièrelib/glesv2: intro glIsTexture and glBindTexture
2015-09-14 Alexis Laferrièrelib/glesv2: wrap glFramebufferRenderbuffer and GLAttachment
2015-09-14 Alexis Laferrièrelib/glesv2: add a Nity wrapper to the NativeGLfloatArray
2015-09-14 Alexis Laferrièrelib/gamnit: add a portable version of the triangle...
2015-09-14 Alexis Laferrièrelib/gamnit: intro App integration and Android support
2015-09-14 Alexis Laferrièrelib/gamnit: intro the standalone triangle example for...
2015-09-14 Alexis Laferrièrelib/gamnit: intro GNU/Linux support
2015-09-14 Alexis Laferrièrelib/gamnit: intro the abstract display
2015-09-14 Alexis Laferrièrelib/linux: move simulating the lifecycle of an app...
2015-09-14 Alexis Laferrièrelib/glesv2: move some services out of `VertexArray...
2015-09-12 Alexis Laferrièrelib/glesv2: fix read_pixels having hardcoded args
2015-09-12 Alexis Laferrièrelib/glesv2: fix misplaced mipmap filters and update...
2015-09-12 Alexis Laferrièrelib/c: contructors `from` for native arrays accept...
2015-09-12 Alexis Laferrièrelib/android: add ANativeWindow::set_buffers_geometry
2015-09-12 Alexis Laferrièrelib/egl: intro egl_default_display
2015-09-10 Jean PrivatMerge: nitiwiki: external highlighter
2015-09-10 Jean PrivatMerge: Ballz improvements
2015-09-10 Jean Privatmarkdown: escape the meta information of code block...
2015-09-10 Jean PrivatMerge: Rename Project to Package
2015-09-10 Jean Privatlib/markdown: promote `BlockFence::meta` to `BlockCode...
2015-09-10 Jean Privatlib/markdown: factorize clones `code_from_block` into...
2015-09-10 BlackMinouAndroid:audio: little fix when loading sound or music
2015-09-10 Jean PrivatMerge: Fix Opportunity behavior with unicode characters
2015-09-10 Jean PrivatMerge: UTF-8 Regex
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 Alexis Laferrièrelib/nitcorn: update path to nitc to compile the examples
2015-09-09 Alexis Laferrièrelib/text: fix to|from_percent_encoding with unicode...
2015-09-09 Lucas Bajoletlib/core: Sub-regular expressions API change from Array...
2015-09-09 Jean PrivatMerge: Better nitcc
2015-09-09 Jean PrivatMerge: String Stats
2015-09-09 Jean Privatlib/json: regenerate with new nitcc
2015-09-09 BlackMinouandroid/sensors: the example and some whitespace
2015-09-09 BlackMinouandroid/audio: fix infinite recursion
2015-09-08 Lucas Bajoletlib/: Added statistics module for Text variants
2015-09-08 Lucas Bajoletlib/core/re: Fixed search_in for Regex, should now...
2015-09-08 Lucas Bajoletlib/core: Fixed documentation in `NativeString::byte_to...
2015-09-08 Lucas Bajoletlib/core/text: Deferred utf8_length to native for FlatS...
2015-09-08 Lucas Bajoletlib/core/text: Removed now useless byte_to_char_index...
2015-09-08 Jean PrivatMerge: lib/github: fix link to github doc in comment
2015-09-08 Jean PrivatMerge: objcwrapper: class methods as top-level methods...
2015-09-08 Jean PrivatMerge: lib/opts: accept non-conflicting parameters...
2015-09-08 Jean Privatlib/github: fix link to github doc in comment
2015-09-04 Alexis Laferrièrelib/nitcc_runtime: extract `Position::underline` from...
2015-09-04 Jean PrivatMerge: Optimized use of escape_to_c
2015-09-04 Jean PrivatMerge: Text attribute accesses optimization
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-09-03 Lucas Bajoletlib/core/flat: `bytepos` and `position` cache are now...
2015-09-03 Alexis Laferrièrelib/nit: extract Nit keywords from jwrapper to a suppor...
2015-09-03 Lucas Bajoletlib/core/flat: Optimized use of escape_to_c for FlatText
2015-09-02 Alexis Laferrièrelib/opts: `OptionString` avoid ready existing options...
2015-09-02 Alexis Laferrièrelib/opts: replace `OptionContext::errors` by `get_errors`
2015-09-02 Lucas Bajoletlib/core/text: Replaced most polymorph accesses to...
2015-09-02 Jean PrivatMerge: regex: bug fix, less warnings and rename
2015-09-02 Jean PrivatMerge: Ini of projects
2015-09-01 Alexis Laferrièrelib/re: mark with FIXME problems with length computations
2015-08-31 Jean PrivatMerge: Reorganize mnit submodules
2015-08-31 Jean PrivatMerge: Relocate examples/nitcorn
2015-08-31 Alexis Laferrièrelib/re: fix offset of submatches and clarify variables...
2015-08-31 Alexis Laferrièrelib/re: make `native` a local variable to check it...
2015-08-31 Alexis Laferrièrelib/re: rename `optimize_is_in` to `optimize_has`
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Jean...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-30 Jean PrivatMerge: lib/ini: give to the user `null` on undefined...
2015-08-29 Jean PrivatMerge: Text optimization
2015-08-29 Jean Privatlib: move `examples/nitcorn` to `lib/nitcorn/examples`
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-08-29 Alexis Laferrièrelib/a_star & sdl: fix warnings
2015-08-28 Alexis Laferrièrelib/mnit: update synopsis
2015-08-28 Alexis Laferrièrecontrib & examples: update users of mnit implementations
2015-08-28 Alexis Laferrièrelib/mnit: move mnit implementations as submodules
2015-08-28 Jean Privatlib/ini: let the user deal with undefined key instead...
2015-08-28 Jean PrivatMerge: projects: update some short descriptions
2015-08-28 Jean PrivatMerge: After new loader
2015-08-28 Jean PrivatMerge: Fix qualified imports
2015-08-28 Lucas Bajoletsrc: Added complete FlatString generation from compiler
2015-08-28 Lucas Bajoletlib/standard: More uses of new FlatString.full when...
2015-08-28 Alexis Laferrièrelib/gpio & bcm2835: move single class from gpio to...
2015-08-28 Jean PrivatMerge: Regular Expression fix with Unicode
2015-08-28 Jean PrivatMerge: Update remove_all to accept any patterns
2015-08-28 Jean PrivatMerge: Relocate examples
2015-08-28 Jean Privatgettext: add langannot.pot to the .gitignore
2015-08-28 Jean PrivatMerge: Small fix to iOS support
2015-08-28 Jean Privatprojects: update some short descriptions
2015-08-28 Jean Privatlib: remove placeholder empty default modules of groups.
next