nitc: let CC, CXX and NO_STACKTRACE use env value
[nit.git] / lib /
2017-03-01 Jean Privatlib/ini: do not abort when lines does not have "="
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è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 BlackMinouignoring actors_*.nit files generated by nitc
2017-02-27 BlackMinouA very simple example using actors
2017-02-27 BlackMinouAdding a README to the actors group
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 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 Terrasalib/github: introduce loader
2017-02-20 Alexandre Terrasalib/github: fix deserialization of empty branch arrays
2017-02-20 Jean PrivatMerge: lib/popcorn: add response handler to return...
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 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 Privatnitc: use is_generated in various tools and generated...
2017-02-10 Jean PrivatMerge: nitrestful: async services and deserialize plain...
2017-02-09 Alexis Laferrièreios: remove temporary Unicode fix
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2017-02-09 Jean Privatlib/ordered_tree: factorize `write_line` so subclasses...
2017-02-08 Alexis Laferrièrecore: invert dependencies between `text` and `fixed_ints`
2017-02-08 Alexandre Terrasamongo: add query unwind stage
2017-02-08 Alexandre Terrasamongo: fix query op name to follow the comment/spec
2017-02-06 Jean PrivatMerge: nitunit: fix before and after methods
2017-02-04 Alexis Laferrièrenitcorn: add test for nitrestful
2017-02-04 Alexis Laferrièrenitcorn: update restful example with an async method...
2017-02-04 Alexis Laferrièrenitcorn: intro module to simplify pthreads support
2017-02-04 Alexis Laferrièrenitrestful & lib: use static type to limit and as heuri...
2017-02-04 Alexis Laferrièrenitrestful: generate code for async restful methods
2017-02-03 Alexis Laferrièrenitcorn: intro RestfulTask
2017-02-03 Alexis Laferrièrelibevent: intro services for threads and fork
2017-02-03 Alexis Laferrièrepthreads: intro `ThreadPool::join_all`
2017-02-03 Alexis Laferrièrepthreads: allow to set `ThreadPool::nb_thread` before...
2017-02-03 Alexis Laferrièrepthreads: `ThreadPool` accept any `Task`
2017-02-03 Alexandre Terrasalib/test_suite: update Sys class to nitunit fix
2017-02-02 Alexis Laferrièrecore: Float::sleep to handle interruptions
2017-02-02 Alexis Laferrièrejson: support reading plain JSON map when the static...
2017-02-02 Alexis Laferrièrerealtime: don't use custom functions on Sierra
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2016-12-30 Jean PrivatMerge: lib/graph: Fix `to_dot`
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-27 Alexis Laferrièrecore: keep `to_s_full` as an indirection for retro...
2016-12-27 Alexis Laferrièrecore: revamp `CString::to_s` services
2016-12-19 Lucas Bajoletlib/graph: Fix `to_dot` that could produce invalid...
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrecore: update doc of `CString`
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-08 Jean PrivatMerge: lib/counter: Added pack function
2016-12-08 Jean PrivatMerge: lib/for_abuse: Fix typos in documentation
2016-12-08 Jean PrivatMerge: tests: use NIT_TESTING_ID in neo4j tests
2016-12-07 Lucas Bajoletlib/counter: Added pack function
2016-12-07 Lucas Bajoletlib/for_abuse: Fix typos in documentation
2016-12-06 Alexandre Terrasalib/core: more tests for percent_encoding
2016-12-06 Alexandre Terrasalib/text: do not replace undecoded `%` by `?`
2016-12-06 Alexandre Terrasalib/postgres: use NIT_TESTING_ID in table names
2016-12-06 Alexandre Terrasalib/postgres: remove documentation warnings
2016-12-06 Alexandre Terrasalib/mongo: use NIT_TESTING_ID
2016-12-05 Alexandre Terrasatests: fix nitrpg tests
2016-12-05 Alexandre Terrasapopcorn: pop_repos use config
next