summaryrefslogtreecommitdiff
path: root/TODO
blob: 32cd822408f8b332392fbeaee9ea229885e0ec1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
====
Automate the build/test cycle so that I can
expand to test both library and applications in different
environments and cross-environments.

Eg.
           Applications | SEH | C++ | G++ |  C  | GCC |
        Library         |     |     |     |     |     |
        ----------------+-----+-----+-----+-----+-----+
        SEH             |  X  |  X  |  X  |  X  |  X  |
        ----------------+-----+-----+-----+-----+-----+
        C++ (MSC)       |  X  |  X  |  X  |  X  |  X  |
        ----------------+-----+-----+-----+-----+-----+
        G++ (GNU)       |  ?  |  ?  |  X  |  ?  |  X  |
        ----------------+-----+-----+-----+-----+-----+

'?' indicates combinations that may not be doable.

====