Changeset 474 for CMT/HEAD/ChangeLog


Ignore:
Timestamp:
Nov 18, 2008, 12:28:03 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 375

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r473 r474  
     12008-11-18    <rybkin@lal.in2p3.fr> 375
     2       
     3        * source/cmt_generator.h: Introduce function CmtGenerator::fill_names_outputs
     4        in order to fill the Make LINE macro taking in account the constituent
     5        -k=regexp, -x=regexp options
     6        * source/cmt_generator.cxx: Implement the CmtGenerator::fill_names_outputs
     7        function
     8        * source/cmt_generators.cxx: Make use of the CmtGenerator::fill_names_outputs
     9        function to fill m_LINE. In function DependencyGenerator::build, allow for
     10        the options specification Windows style (/option[:value]) as the Windows
     11        command shell may not pass on -option=value with the = character
     12        * mgr/fragments/dependencies: Restore passing the arguments on to the
     13        $(build_dependencies) command (via $(LINE)) to allow for external tool use
     14        * mgr/fragments/nmake/dependencies: idem, use the -out:file option (rather
     15        than -out=file)
     16        * mgr/cmt_build_deps.sh: Add and implement options -no_stamps (creating
     17        stamps if not specified), -out=<dependencies file>.
     18        Use the same preprocessor flags as those used in fragments c, c_library,
     19        cpp, cpp_library. Treat the files with non-C or non-C++ extensions as C++
     20        files. Allow for the use of macro c_pp to specify the C preprocessor (the
     21        tool used by default is cpp -M)
     22        * mgr/cmt_filter3_version.sh: Minor correction in the description
     23        * mgr/cmt_lsb_system_version.sh: Add script to retrieve the Linux
     24        distribution info on LSB conformant systems in the format <distro>-<version>
     25        * mgr/cmt_filter1_version.sh: Add script to keep the major version only (in
     26        tags)
     27       
    1282008-11-02    <rybkin@lal.in2p3.fr> 374
    229       
Note: See TracChangeset for help on using the changeset viewer.