Changes between Version 15 and Version 16 of ToDo
- Timestamp:
- Dec 3, 2010, 2:06:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToDo
v15 v16 19 19 20 20 == Release Tools == 21 Building binaries for releases is currently a tedious manual process.22 There are currently 14 sets of binaries to build. Automating this would be a real23 time-saver.24 21 25 A buildbot that builds and tests ccl regularly. In addition to ccl's own test suite,22 We now have a buildbot that builds and tests ccl automatically. In addition to ccl's own test suite, 26 23 it would be desirable to run and test other major software. For instance, 27 24 Maxima has a substantial test suite. … … 67 64 68 65 == Ports to More Systems == 69 Port to ARM-based systems. The Efika MX (http://www.genesi-usa.com/products/efika)70 is a cute little box.71 66 72 67 Port to Itanium. Probability: low. … … 77 72 out of working hardware). The PPC Linux port will likely live on, but we'll 78 73 probably need to acquire some newer hardware one of these days. 74 Some larger PPC systems use a page size of 64K. 75 CCL expects a page size of 4K, and it would take some effort to 76 make it work with other page sizes. 79 77 80 78