Changes between Version 2 and Version 3 of Langbinding/Tasks


Ignore:
Timestamp:
Aug 10, 2007, 8:36:44 PM (15 years ago)
Author:
René Rivera
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Langbinding/Tasks

    v2 v3  
    44||        ||                                        ||Design||Implementation||Testing||Documentation||Total||
    55||1       ||Core                                    ||      ||              ||       ||             ||     ||
    6 ||1.1     ||  Pluging Registry                      ||      ||              ||       ||             ||     ||
    7 ||1.2     ||  Type Registry                         ||      ||              ||       ||             ||     ||
    8 ||1.3     ||  Type Conversion                       ||      ||              ||       ||             ||     ||
    9 ||1.4     ||  Signature Matching                    ||      ||              ||       ||             ||     ||
    10 ||1.5     ||  Exception Translation                 ||      ||              ||       ||             ||     ||
     6||1.1     ||..Pluging Registry                      ||      ||              ||       ||             ||     ||
     7||1.2     ||..Type Registry                         ||      ||              ||       ||             ||     ||
     8||1.3     ||..Type Conversion                       ||      ||              ||       ||             ||     ||
     9||1.4     ||..Signature Matching                    ||      ||              ||       ||             ||     ||
     10||1.5     ||..Exception Translation                 ||      ||              ||       ||             ||     ||
    1111||2       ||Meta-Object Binding                     ||      ||              ||       ||             ||     ||
    12 ||2.1     ||  Common Interface                      ||      ||              ||       ||             ||     ||
    13 ||2.2     ||  Object Interface                      ||      ||              ||       ||             ||     ||
    14 ||2.2.1   ||    Namespaces                          ||      ||              ||       ||             ||     ||
    15 ||2.2.2   ||    Types                               ||      ||              ||       ||             ||     ||
    16 ||2.2.3   ||    Functions                           ||      ||              ||       ||             ||     ||
    17 ||2.2.4   ||    Variables                           ||      ||              ||       ||             ||     ||
    18 ||2.3     ||  Creation                              ||      ||              ||       ||             ||     ||
     12||2.1     ||..Common Interface                      ||      ||              ||       ||             ||     ||
     13||2.2     ||..Object Interface                      ||      ||              ||       ||             ||     ||
     14||2.2.1   ||....Namespaces                          ||      ||              ||       ||             ||     ||
     15||2.2.2   ||....Types                               ||      ||              ||       ||             ||     ||
     16||2.2.3   ||....Functions                           ||      ||              ||       ||             ||     ||
     17||2.2.4   ||....Variables                           ||      ||              ||       ||             ||     ||
     18||2.3     ||..Creation                              ||      ||              ||       ||             ||     ||
    1919||3       ||C++ Language Binding                    ||      ||              ||       ||             ||     ||
    20 ||3.1     ||  DSEL to Meta-Object Binding           ||      ||              ||       ||             ||     ||
    21 ||3.1.1   ||    namespace_, module                  ||      ||              ||       ||             ||     ||
    22 ||3.1.2   ||    def                                 ||      ||              ||       ||             ||     ||
    23 ||3.1.3   ||    class_                              ||      ||              ||       ||             ||     ||
    24 ||3.1.4   ||    class_.def                          ||      ||              ||       ||             ||     ||
    25 ||3.1.5   ||    class_.def_readwrite                ||      ||              ||       ||             ||     ||
    26 ||3.1.6   ||    class_.def_readonly                 ||      ||              ||       ||             ||     ||
    27 ||3.1.7   ||    class_.property                     ||      ||              ||       ||             ||     ||
    28 ||3.1.8   ||    class_.enum_                        ||      ||              ||       ||             ||     ||
    29 ||3.1.9   ||    constructor                         ||      ||              ||       ||             ||     ||
    30 ||3.1.10  ||    self, const_self, other             ||      ||              ||       ||             ||     ||
    31 ||3.1.11  ||    tostring                            ||      ||              ||       ||             ||     ||
    32 ||3.1.12  ||    enum_                               ||      ||              ||       ||             ||     ||
    33 ||3.1.13  ||    operators                           ||      ||              ||       ||             ||     ||
    34 ||3.1.14  ||    Policies                            ||      ||              ||       ||             ||     ||
    35 ||3.1.14.1||      adopt                             ||      ||              ||       ||             ||     ||
    36 ||3.1.14.2||      dependency                        ||      ||              ||       ||             ||     ||
    37 ||3.1.14.3||      return_reference_to               ||      ||              ||       ||             ||     ||
    38 ||3.1.14.4||      discard_result                    ||      ||              ||       ||             ||     ||
    39 ||3.1.14.5||      out_value                         ||      ||              ||       ||             ||     ||
    40 ||3.1.14.6||      pure_out_value                    ||      ||              ||       ||             ||     ||
    41 ||3.1.14.7||      shared_ptr                        ||      ||              ||       ||             ||     ||
     20||3.1     ||..DSEL to Meta-Object Binding           ||      ||              ||       ||             ||     ||
     21||3.1.1   ||....namespace_, module                  ||      ||              ||       ||             ||     ||
     22||3.1.2   ||....def                                 ||      ||              ||       ||             ||     ||
     23||3.1.3   ||....class_                              ||      ||              ||       ||             ||     ||
     24||3.1.4   ||....class_.def                          ||      ||              ||       ||             ||     ||
     25||3.1.5   ||....class_.def_readwrite                ||      ||              ||       ||             ||     ||
     26||3.1.6   ||....class_.def_readonly                 ||      ||              ||       ||             ||     ||
     27||3.1.7   ||....class_.property                     ||      ||              ||       ||             ||     ||
     28||3.1.8   ||....class_.enum_                        ||      ||              ||       ||             ||     ||
     29||3.1.9   ||....constructor                         ||      ||              ||       ||             ||     ||
     30||3.1.10  ||....self, const_self, other             ||      ||              ||       ||             ||     ||
     31||3.1.11  ||....tostring                            ||      ||              ||       ||             ||     ||
     32||3.1.12  ||....enum_                               ||      ||              ||       ||             ||     ||
     33||3.1.13  ||....operators                           ||      ||              ||       ||             ||     ||
     34||3.1.14  ||....Policies                            ||      ||              ||       ||             ||     ||
     35||3.1.14.1||......adopt                             ||      ||              ||       ||             ||     ||
     36||3.1.14.2||......dependency                        ||      ||              ||       ||             ||     ||
     37||3.1.14.3||......return_reference_to               ||      ||              ||       ||             ||     ||
     38||3.1.14.4||......discard_result                    ||      ||              ||       ||             ||     ||
     39||3.1.14.5||......out_value                         ||      ||              ||       ||             ||     ||
     40||3.1.14.6||......pure_out_value                    ||      ||              ||       ||             ||     ||
     41||3.1.14.7||......shared_ptr                        ||      ||              ||       ||             ||     ||