Changeset 187


Ignore:
Timestamp:
May 5, 2006, 10:51:25 AM (18 years ago)
Author:
garonne
Message:

version v1r18p20060505

Location:
CMT/v1r18p20060505
Files:
1 added
2 edited

Legend:

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

    r104 r187  
    4242    </blockquote>
    4343
    44 
    45     <ul>
    46 
    47       <li>
     44      </li>
     45
     46      <li>
     47        <b>v1r18p20060505</b>
     48
     49        <ul>
     50          <!--
     51          <li class="new"></li>
     52          <li class="bug"></li>
     53          <li class="int"></li>
     54          -->
     55Add the fix recommend by M. Franck to deal with extern c data on visual/windows.
     56
     57 <li class="new">Add a PEDANTIC option for building,e.g make PEDANTIC=1 which stops directly after detecting a missing file or target.  It suposes to prevent from infinite loop.</li>
     58
     59<li class="new">Add a new cmt command "relocate" which generates only setup scripts whithout regenerating makefiles.</li>
     60
     61<li class="new">Add support for a <project> template in patterns.</li>
     62
     63
     64 <li class="int">Remove only the specific makefiles depending on the platform, e.g. remove *.make on linux and *.nmake on windows during the cmt config command.</li>
     65       
     66 <li class="bug">Do the exact mathing for tag during recursive checkout operation (thanks to David Chamont).</li>
     67
     68        <\ul>
     69
     70        <b>v1r18p20060301</b>
     71        <ul>
     72
     73          <!--
     74          <li class="new"></li>
     75          <li class="bug"></li>
     76          <li class="int"></li>
     77          -->
     78       
     79       
     80        <li class="bug">Better support of the non-version-directory mode in severals cases.</li>
     81 
     82     <li class="new"> Add new warning messages in relation with configuration, CMTPATH and setup checkings (explicitely called with the --warnings option). We also do not remove path item anymore when they do not exist.
     83     Better support of the non-version-directory mode in severals cases.</li>
     84
     85    <li class="int"> Change the internal system for settings environment variables in a proper way.</li>
     86   
     87    <\ul>
     88         
     89      <li>
     90
     91      </li>
     92
    4893        <b>v1r18p20051101</b>
    4994
  • CMT/v1r18p20060505/source/cmt_version.h

    r88 r187  
     1
    12//-----------------------------------------------------------
    23// Copyright Christian Arnault LAL-Orsay CNRS
     
    89#define __cmt_version_h__
    910
    10 //#define CMTVERSION "v1r18p20050901"
    11 #define CMTVERSION "HEAD"
     11#define CMTVERSION "v1r18p20060505"
    1212
    1313#endif
     14   
Note: See TracChangeset for help on using the changeset viewer.