diff options
Diffstat (limited to 'win32/contrib/pthreads/TODO')
-rw-r--r-- | win32/contrib/pthreads/TODO | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/win32/contrib/pthreads/TODO b/win32/contrib/pthreads/TODO new file mode 100644 index 000000000..de6de9238 --- /dev/null +++ b/win32/contrib/pthreads/TODO @@ -0,0 +1,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.
+
+====
+
|