Merge: Basename fix
[nit.git] / lib / pthreads / pthreads.nit
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 BlackMinoupthreads adding a virtual type for synchronization...
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 of the threads lib, with Thread...