nit.git
2017-03-14 Alexis Laferrièrenitc: clean up makefile header generation
2017-03-11 Alexis Laferrièredocker: add missing libsdl2-image-dev
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 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 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
2017-02-27 Alexandre Terrasacounter: fix add all behavior
2017-02-27 Alexandre Terrasacounter: fix NPE on nullable element to_s
2017-02-27 Jean PrivatMerge: Windows: implement the `exec` module using ...
2017-02-27 Jean PrivatMerge: lib/github: GitHub loader
2017-02-27 Jean PrivatMerge: contrib/re_parser
2017-02-27 Jean PrivatMerge: inkscape_tools: update expected default DPI
2017-02-27 BlackMinouskip the execution of tests on actors_*.nit files
2017-02-27 BlackMinouignoring actors_*.nit files generated by nitc
2017-02-27 BlackMinouinitialize $WRITE for tests others than *.args
2017-02-27 BlackMinouA very simple example using actors
2017-02-27 BlackMinouAdding a README to the actors group
2017-02-27 BlackMinouAdding actor phases to the frontend
2017-02-27 BlackMinouAdding a hook on a module at the end of a phase
2017-02-27 BlackMinouActors support module generation phase
2017-02-26 Alexis Laferrièresdl2: update window_handle to support Windows and intro...
2017-02-26 Alexis Laferrièreegl: standardize the name of the 2 different handles
2017-02-26 Alexis Laferrièreegl: clean up `initialize` and `make_current`, and...
2017-02-23 Alexis Laferrièrewindows: flush after each write
2017-02-23 Alexis Laferrièrewindows: implement services of the exec module
2017-02-21 BlackMinouActors model injection
2017-02-21 BlackMinouFannkuch-redux actor example
2017-02-21 BlackMinouChameneos-redux actor example
2017-02-21 BlackMinouMandelbrot example from benchmarks game
2017-02-21 BlackMinouAdds an atomic Int to pthreads
2017-02-21 BlackMinouthread ring example from benchmarksgame
2017-02-21 BlackMinouAdding a Nitty version of a condition variable
2017-02-21 BlackMinouActors abstraction
2017-02-20 Alexandre Terrasacontrib/re_parser: add Makefile, README and .gitignore
2017-02-20 Alexandre Terrasacontrib/re_parser: add web app
2017-02-20 Alexandre Terrasacontrib: introduce re_parser
2017-02-20 Alexandre Terrasacontrib/nitcc: improve Automaton::to_dot
2017-02-20 Alexandre Terrasacontrib/nitcc: make Automaton::to_dot return a String
2017-02-20 Alexandre Terrasalib/github: introduce loader
2017-02-20 Alexandre Terrasalib/github: fix deserialization of empty branch arrays
2017-02-20 Alexis Laferrièreinkscape_tools: update expected default DPI
2017-02-20 Jean PrivatMerge: lib/popcorn: add response handler to return...
2017-02-16 Alexandre Terrasanitcc: remove nullable warnings
2017-02-16 Alexandre Terrasanitcc: remove trailing spaces
2017-02-16 Alexandre Terrasanitcc: rename `rfa` in `nfa`
2017-02-16 Alexandre Terrasanitcc/re2nfa: remove redef make_rfa types
2017-02-16 Alexandre Terrasanitcc/re2nfa: remove redef value types
2017-02-16 Jean PrivatMerge: JSON: optimize writing strings
2017-02-16 Jean PrivatMerge: Use a Buffer in StringWriter
2017-02-16 Alexis Laferrièrejson: optimize writing strings
2017-02-16 Jean Privatcore/stream: StringWriter uses a Buffer internally
2017-02-16 Jean Privatjson: use `write_char c` instead of `write c.to_s`
2017-02-16 Jean PrivatMerge: Windows: last changes for a working bootstrap
2017-02-16 Jean PrivatMerge: new module annotation `is generated`
2017-02-13 Alexandre Terrasalib/github: fix api pull request
2017-02-13 Alexandre Terrasalib/github: fix api milestone
2017-02-13 Alexandre Terrasalib/github: fix Commit api for users
2017-02-13 Alexandre Terrasalib/github/curl: fix error message matching
2017-02-13 Alexandre Terrasalib/json/serialization: fix serialization of first...
2017-02-13 Alexandre Terrasalib/json/store: fix object paths
2017-02-12 Alexandre Terrasalib/popcorn: add response handler for csv documents
2017-02-12 Alexandre Terrasalib/nitcorn: add some media types
2017-02-11 Alexis Laferrièrecore: simplify_path supports Windows style path
2017-02-10 Alexis Laferrièretoolcontext: support Windows PATH separator ';'
2017-02-10 Alexis Laferrièrenitc: silence pointer to int cast warnings on Windows
2017-02-10 Alexis Laferrièrenitc: link with pcreposix but not rt on Windows when...
2017-02-10 Alexis Laferrièrenitc: use '> nul' on windows
2017-02-10 Jean PrivatMerge: Use `UInt32` to manipulate Unicode chars and...
2017-02-10 Jean PrivatMerge: improve AST dump
2017-02-10 Jean PrivatMerge: mongo::queries: add unwind method
2017-02-10 Jean Privattests: update nitserial & nitresful sav files with...
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2017-02-10 Jean Privatnitc: add new module annotation `is generated`
2017-02-10 Jean Privattests: update sav for test_parser
2017-02-10 Jean PrivatMerge: nitrestful: async services and deserialize plain...
2017-02-09 Jean Privatnitc: test_parser use dump_tree instead of an adhoc...
2017-02-09 Alexis Laferrièreios: remove temporary Unicode fix
2017-02-09 Alexis Laferrièrenitc: explicitly cast long to int
2017-02-09 Alexis Laferrièrenitc: fix large int constants
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
next