Changeset 621


Ignore:
Timestamp:
Sep 19, 2012, 1:43:12 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 494

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r618 r621  
     12012-08-04    <rybkin@lal.in2p3.fr> 494
     2
     3        * source/cmt_parser.cxx: In class StandardMacroBuilder, in function
     4        fill_for_all_constituents, parse includes acquired via include_dirs
     5        statement for all imported uses (were otherwise left unparsed)
     6       
    172012-05-15    <rybkin@lal.in2p3.fr> 493
    28
     
    106112        parse comment lines
    107113        * source/cmt_string.h: In class cmt_string, introduce constructor from
    108         character array with
     114        character array with n elements
    109115        * source/cmt_string.cxx: In class cmt_string, implement constructor from
    110         character array with
     116        character array with n elements
    111117        * source/cmt_parser.cxx: In class Cmt function vector_to_string, make sure
    112118        separator is not prepended at beginning
  • CMT/HEAD/source/cmt_parser.cxx

    r612 r621  
    93999399            Use* u = imports[i];
    94009400           
     9401            Include::parse_all (u);
     9402
    94019403            u->fill_includes_macro (buffer);
    94029404            u->fill_macro (buffer, "cflags");
Note: See TracChangeset for help on using the changeset viewer.