summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-03 21:26:02 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-03 21:26:02 +0200
commitd1825f38cf363be594af0e566ab91eb75e4c0376 (patch)
tree81c33e66b21dc2d4e59408dadcdfe0f6acf18173 /TODOS
parent5483e0bfa62abae2b630ee712d0121d54fdc64e8 (diff)
downloadwolfbones-d1825f38cf363be594af0e566ab91eb75e4c0376.tar.gz
wolfbones-d1825f38cf363be594af0e566ab91eb75e4c0376.tar.bz2
updated todo list
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODOS b/TODOS
index 147ca1e..42c3787 100644
--- a/TODOS
+++ b/TODOS
@@ -1,6 +1,11 @@
- library loader
- make install installs the testlib, split in two
- check if we can get variable symbols on Windows
- - add error handling 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)
+
\ No newline at end of file