summaryrefslogtreecommitdiff
path: root/TODOS
blob: 42c37873046057216e448952950523c95a513a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
- library loader
  - make install installs the testlib, split in two
  - check if we can get variable symbols on Windows
  - find solution for char *, TCHAR unicode and friends
- threading
  - handle detached and joinable threads correctly on Windows
  - rewise interface, make it possible to pass thread data
  - add conditional variables (thread + mutex + conditional
    will suffice for now)