Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 6 and Version 7 of waf-project/GSoC


Ignore:
Timestamp:
02/21/16 21:43:23 (8 years ago)
Author:
Amar Takhar
Comment:

Add note for custom projects.

Legend:

Unmodified
Added
Removed
Modified
  • waf-project/GSoC

    v6 v7  
    4242
    4343This would also involve creating a new internal JSON log format to dump compile commands, compiler output and internal state that can be captured raw or pretty-printed into HTML or Text for gleaning information about the build.
     44
     45----
     46=== Your Own Project ===
     47
     48You are more than welcome to suggest your own project.  It is important to keep in mind several points before submitting a project:
     49
     50 1. The project must be useful for waf and the community as a whole.
     51 2. Documentation for the Waf Book must be provided.
     52 3. Plan for the project to end at least 1.5 weeks for integration of code into Waf.
     53 4. Break the project into as many insular milestones as possible.  After each of these is completed work will be integrated into Waf.  It is OK if your project will only be usable at the end of GSoC.  In this case make 1.5 weeks available at the end of the project.
     54 5. Demonstrated knowledge of the work you are trying to complete must exist prior to starting the project.  For example if you wish to improve Haskell support you must have working knowledge of Haskell.
     55
     56When in doubt please contact the project we will help guide you through this process.