123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <HTML>
-
- <TITLE>Help Wanted</TITLE>
-
- <link rel="stylesheet" type="text/css" href="mesa.css"></head>
-
- <BODY>
-
- <H1>Help Wanted / To-Do List</H1>
-
- <p>
- We can always use more help with the Mesa project.
- Here are some specific ideas and areas where help would be appreciated:
- </p>
-
- <ol>
- <li>
- Enable -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
- issues in the code.
- <li>
- Windows 98/NT driver building, maintenance and testing
- <li>
- Maintenance and testing of lesser-used drivers, such as DOS/DJGPP, GGI, etc.
- </ol>
-
-
- <p>
- If you want to help with Mesa, first join the Mesa developer's
- mailing list.
- Then post a message to propose what you want to do, just to make sure
- there's no issues.
- </p>
-
- </p>
- Anyone is welcome to contribute code to the Mesa project.
- By doing so, it's assumed that you agree to the code's licensing terms.
- </p>
-
- <p>
- Finally:
- <p>
-
- <ol>
- <li>Try to write high-quality code that follows the existing style.
- <li>Use uniform indentation, write comments, use meaningful identifiers, etc.
- <li>Test your code thoroughly. Include test programs if appropriate.
- </ol>
-
-
- </BODY>
- </HTML>
|