|
Revision 6, 432 bytes
(checked in by richdawe, 7 years ago)
|
Build a basic shared library on Linux; may not work!
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
To-do List for the Linux port of umem |
|---|
| 2 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 |
|
|---|
| 4 |
* Autconf'ery for <stdint.h> in "sol_compat.h". |
|---|
| 5 |
|
|---|
| 6 |
* Fix #define wreakage for THR_RETURN, THR_API in "sol_compat.h". |
|---|
| 7 |
|
|---|
| 8 |
* Replace use of Ecelerity's portable atomic locking header with something |
|---|
| 9 |
equivalent in "sol_compat.h". |
|---|
| 10 |
|
|---|
| 11 |
* ec_debug_vprintf -> something else? |
|---|
| 12 |
|
|---|
| 13 |
* doxygen'ate the headers/code, to produce reference docs. |
|---|
| 14 |
|
|---|
| 15 |
* rpm spec file. |
|---|
| 16 |
|
|---|
| 17 |
* test suite. |
|---|