summaryrefslogtreecommitdiff
path: root/TODOS
blob: cc925401a050167ffdca22c300e934205d7e6fd1 (plain)
1
2
3
4
5
6
7
8
9
10
- 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
  - add conditional variables (thread + mutex + conditional
    will suffice for now)