summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-13 17:49:09 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-13 17:49:09 +0200
commit7704c015826d571fdd9af6f1d691410f6b6355ac (patch)
tree6f149461b79cfcb1e6b4cedc137cb518cfd726ed /TODOS
parent9b6b27ee814af0bd5f7a35c64543bc4542f35260 (diff)
downloadwolfbones-7704c015826d571fdd9af6f1d691410f6b6355ac.tar.gz
wolfbones-7704c015826d571fdd9af6f1d691410f6b6355ac.tar.bz2
updated todo list and documentation, giving up on library loader
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODOS b/TODOS
index 9f6f97b..7c7607a 100644
--- a/TODOS
+++ b/TODOS
@@ -1,11 +1,12 @@
- library loader
- make install installs the testlib, split in two
+- string library and portability layer
+ - snprintf:
+ - Solaris 8, linking trouble with _eprintf and ilbstdc++
+ (the real problem is we use the g++ linker call for
+ pure c libraries, not really good) => de-C++-ify the
+ makefile system
- find solution for char *, TCHAR unicode and friends
- - Solaris 8, linking trouble with _eprintf and ilbstdc++
- (the real problem is we use the g++ linker call for
- pure c libraries, not really good) => de-C++-ify the
- makefile system
- - initialization and descruction code. portable?
- threading
- handle detached and joinable threads correctly on Windows
- add conditional variables (thread + mutex + conditional