Ignore:
Timestamp:
Nov 9, 2006, 11:15:39 AM (18 years ago)
Author:
garonne
Message:

version v1r19

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r19/doc/ReleaseNotes.html

    r219 r304  
    4545
    4646 <li>
     47        <b>v1r19</b>
     48        <ul>   
     49    <li class="new">Add support for wildcarded project dependencies which Allow CMTPROJECTPATH overrides, e.g.: use project v*.</li>
     50    <li class="new">Support for the author keyword at the project level and the corresponding command is <tt>cmt show project_author</tt>
     51    to obtain it from command line.</li>
     52    <li class="new">Extend the strategy syntax for supporting variable, e.g.:
     53    <pre>
     54        macro use_strategy "without_installarea" \
     55                   ATLAS "with_installarea"
     56
     57        build_strategy $(use_strategy)
     58    </pre>
     59    </li>
     60    <li class="new">Add a option to bypass the <tt>cmt config</tt> step after the cvs checkout: <tt>cmt co -no_config ...</tt>.</li>
     61        <li class="new">Add a new traversal mode for the cmtpath_pattern: <tt>cmtpath_pattern_revert</tt>. This is for constructing macro from current
     62        project to projects used (Atlas's request).</li>       
     63        <li class="bug">Disable warning about tags,e.g. CMTSITE. To re-enable them you should use cmt with the <tt>-warnings</tt> option.</li> 
     64        <li class="int">Introduce the pre-compiler __APPLE__ macro for removing compilation warnings.</li>
     65 
     66        </ul>
     67 </li>
     68 
     69<li>
     70        <b>v1r18p20061003</b>
     71        <ul>
     72        <li class="bug">Correct problem with long word during compilation which reach make limit(Atlas's request).</li>
     73        </ul>
     74 </li>
     75       
     76 <li>
    4777        <b>v1r18p20060606</b>
    4878        <ul>
Note: See TracChangeset for help on using the changeset viewer.