/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/external/README

  • Committer: Gustav Hartvigsson
  • Date: 2016-02-02 21:10:28 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160202211028-nmyi59c53qlncztp
* Removed blasted #pragma message s from Thread.h
* replaced external/[threads.h,threads_posix.h,threads_win32.h] with
  the more standard tinycthread "library".
* renamed miss-named thrd_timeout -> thred_timedout
* added mapping for the mutex flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Provides functionality on platforms where it is missing.
2
2
 
3
 
threads.h, theads-posix.h, theads-win32.h from:
4
 
  http://cgit.freedesktop.org/mesa/mesa/tree/include/c11
 
3
tinycthread.h tinycthread.c from:
 
4
  https://github.com/tinycthread/tinycthread/tree/master/source
5
5
 
6
6
stdatomic.h from:
7
7
  https://gist.github.com/nhatminhle/5181506