ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/libpeak-0.1.2/TODO
Revision: 3251
Committed: Wed Apr 2 16:58:30 2014 UTC (9 years, 11 months ago) by michael
File size: 645 byte(s)
Log Message:
- Imported libpeak-0.1.2

File Contents

# Content
1 $Id: TODO,v 1.2 2004/01/18 19:41:44 mbuna Exp $
2
3 Highest priority:
4 - Write example programs
5 - Handle system clock change
6 - Improve thread safety where it's not finished, in some peak objects, like
7 in timers.
8
9 Lower priority:
10 - Fix prebinding on Mac OS X (for more efficient mach-o dynamic library)
11 - Fix shared library build on cygwin (if possible?)
12
13 General:
14 - Add more architecture dependent code ( see peak/arch/ )
15 - Create more peak/db lightweight containers (idea: array, set, tree, ...)
16
17 Socket streams:
18 - Add SSL support for realtime encryption
19 - Add zlib support for realtime compression
20
21 Send suggestions to mbuna@bugged.org, thanks!