Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mach_override.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrentzsch <jwr.git@redshed.net>2012-08-10 09:58:10 +0400
committerrentzsch <jwr.git@redshed.net>2012-08-10 09:58:10 +0400
commit95e491b0cb07f7df3b6808f9682a944396c7bfca (patch)
treeb637d2537881d83320bc43a039f2bd38e93ab9d3
parent052cd4e0ef254be83419ef881f57f3d7adc045f5 (diff)
add TODO to README
-rw-r--r--README.markdown30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 2115af1..7032b95 100644
--- a/README.markdown
+++ b/README.markdown
@@ -6,6 +6,36 @@ mach_override enables you to override ("patch") program- and system-supplied fun
Please base your work off the unstable branch. After making your changes please re-run `rake` to ensure it compiles cleanly and the tests pass. Then submit your Pull Request.
+## TODO
+
+* Test the entire matrix, not just the current ARCH that `gcc` defaults to:
+
+<table>
+ <tr>
+ <th>CC</th> <th>ARCH</th>
+ </tr>
+ <tr>
+ <td>gcc</td> <td>ppc</td>
+ </tr>
+ <tr>
+ <td>clang</td> <td>ppc</td>
+ </tr>
+ <tr>
+ <td>gcc</td> <td>i386</td>
+ </tr>
+ <tr>
+ <td>clang</td> <td>i386</td>
+ </tr>
+ <tr>
+ <td>gcc</td> <td>x86_64</td>
+ </tr>
+ <tr>
+ <td>clang</td> <td>x86_64</td>
+ </tr>
+</table>
+
+Obviously ppc can only be tested on ppc Macs or on 10.5 and 10.6 (Rosetta-supporting) Intel Macs.
+
## Version History
### mach_override 1.2: Thu Aug 9 2012