summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-20 10:40:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-20 10:40:46 +0200
commit41494dfbebc225bff1dbf56398cd99583d11a212 (patch)
tree3cda0ec96af468bad6c65b1b511d227d92ae187b /TODOS
parentf3e293d0b4f6d51e9b3e9ea8f0c3b8cfe76b7793 (diff)
downloadcrawler-41494dfbebc225bff1dbf56398cd99583d11a212.tar.gz
crawler-41494dfbebc225bff1dbf56398cd99583d11a212.tar.bz2
added a test showing the singleton module problem on Windows
Diffstat (limited to 'TODOS')
-rwxr-xr-xTODOS5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODOS b/TODOS
index 0645fd3..f672b09 100755
--- a/TODOS
+++ b/TODOS
@@ -6,3 +6,8 @@
- spooling in RIS:
- thread-safe tempnames
- Windows, respect environment variables like TEMP
+- module loader
+ - use weak pointers to create objects (pointers which don't transfer
+ ownership but act more as a handle). Avoid funny trouble with
+ objects originating for modules (especially DLLs on Windows)
+