README: document nit_env.sh
[nit.git] / lib / pthreads /
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-07-17 Alexis Laferrièrelib & examples & tests: update all the many and happy...
2015-07-07 Alexis Laferrièrelib/pthreads: relay error on init from C to Nit
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-04-14 BlackMinouAdd documentation for threaded methods with return...
2015-04-14 BlackMinouAdd a method with return value in threaded_example
2015-04-14 BlackMinoupthreads adding a virtual type for synchronization...
2015-04-03 BlackMinouModify example to add a parametrized threaded fun
2015-04-01 BlackMinouAdd documentation for the threaded annotation
2015-03-29 BlackMinouexamples : adds a little example using "threaded" annot...
2015-03-26 BlackMinoupthreads: Adds "threadeed" annotation
2015-01-26 Alexis Laferrièrelib & contrib & tests: update users of `cflags` and...
2014-11-25 Alexis Laferrièrepthreads: delete `NativePthread::attr` as it is not...
2014-11-25 Alexis Laferrièrepthreads: fix `NativePthread::equal`
2014-11-25 Alexis Laferrièrepthreads: use pkgconfig to locate gc.h
2014-11-22 Alexis Laferrièrepthreads: do not include `gc.h` on Android
2014-11-22 Alexis Laferrièrepthreads: move `NativePthreadBarrier` to `pthreads...
2014-11-22 Alexis Laferrièrepthreads: reimplement `Barrier` to be more portable
2014-11-22 Alexis Laferrièrepthreads: move `cancel` related services to a new ...
2014-10-29 Alexis Laferrièrelib/threads: intro an example `concurrent_array_and_bar...
2014-10-29 Alexis Laferrièrelib/threads: intro new thread-safe concurrent collections
2014-10-29 Alexis Laferrièrelib/threads: optional redefs of collections to be threa...
2014-10-29 Alexis Laferrièrelib/threads: intro of the threads lib, with Thread...