Changes between Version 9 and Version 10 of waf-project/GSoC


Ignore:
Timestamp:
02/21/16 21:57:16 (8 years ago)
Author:
tnagy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waf-project/GSoC

    v9 v10  
    1515=== C-based dependency scanner ===
    1616
    17 The purpose is to write a dependency scanner for C-like languages with a focus on performance and in a way that is re-usable outside the scope of Waf:
     17The purpose is to write a dependency scanner for C-like languages with a focus on:
     18  * Performance: the current implementation is a Python module which is slow
     19  * Portability: the code should be useful for other build systems out of the scope of Waf
     20
     21The outcomes will provide:
    1822
    1923  * C, C++ and Fortran support
    20   * Language versions (c89, c99, c++-11)
     24  * Support for a variety of language versions (c89, c99, c++-11)
     25  * Support for file encodings (utf-8 and iso8859-1 at least)
    2126  * Distribution of a python module usable by Waf but also as a standalone library and as an application
    22   * Writing a testsuite will be needed for the project
     27  * A testsuite that can be run on Linux and Windows
     28
     29----
    2330
    2431=== Built-in Packaging ===