38
edits
(File::incRef/decRef removal: DONE) |
(playback/record events) |
||
Line 60: | Line 60: | ||
** backend specific stuff into ??? (maybe new namespace "Backends" ?) not sure about this one. | ** backend specific stuff into ??? (maybe new namespace "Backends" ?) not sure about this one. | ||
* Get rid of getenv in as many places as possible. Ideally, we'd only use it to query HOME on Unix systems. | * Get rid of getenv in as many places as possible. Ideally, we'd only use it to query HOME on Unix systems. | ||
* Add a way to record and playback "Events". This should help automating regression tests. A prerequisite for this task would be a common EventLoopManager class, so that existing Engines could get this feature for "free". | |||
=== Build System === | === Build System === |
edits