summaryrefslogtreecommitdiff
path: root/TODOS
blob: 949dc8a4e3bd74334b7f92e2123ba7bde3127dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- use traits in rewindinputstream, alternative wrappers for char/string
  traits depending on underlying io stream
- 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)
  - ctor parameter types must be part of register function signature
- type detection
  - content based type detection on Windows
    - port of libmagic?
    - something from Microsoft (around the index service)?