Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / pthreads /
2019-05-27 Florian Deljarryconcurrent_collections: Adding implementation of has...
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-01-17 Alexis Laferrièrepthreads: fix thread/gc support on iOS
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-11-22 Alexis Laferrièreandroid: activate the GC
2017-05-31 BlackMinouMove `BlockingQueue` and `ReverseBlockingQueue` to...
2017-02-21 BlackMinouAdds an atomic Int to pthreads
2017-02-21 BlackMinouAdding a Nitty version of a condition variable
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`
2016-09-21 Alexis Laferrièrelib: fix clang warnings in md5 and pthreads
2016-04-23 Alexis Laferrièrelib/pthreads: less warnings on OS X
2016-03-10 Jean Privatlib/core/text: add a last_separator to `Collection...
2016-02-11 Alexis Laferrièrelib/pthreads: do not include libgc on iOS
2015-12-04 BlackMinouadding example for joinTask
2015-12-04 BlackMinouIntroduces JoinTask, joinabale tasks
2015-11-28 BlackMinousimple threadpool implementation
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...