Changeset 565 for CMT/HEAD/ChangeLog


Ignore:
Timestamp:
Apr 13, 2011, 1:28:08 PM (13 years ago)
Author:
rybkin
Message:

See C.L. 448

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r564 r565  
     12011-04-12    <rybkin@lal.in2p3.fr> 448
     2
     3        * source/cmt_awk.cxx: In class FAwk, in functions run, return failed on
     4        error reading file
     5        * source/cmt_system.cxx: In class CmtSystem, introduce and implement
     6        functions mangle
     7        * source/cmt_system.h: idem
     8        * source/cmt_install_area.cxx: In class CmtInstallAreaMgr, in function
     9        build_current_installarea, make use of Use::current (instead of pwd)
     10        * source/cmt_commands.cxx: In class ArgParser, functions
     11        option_with(out)_cmt, add -with(out)_cmt to cmtflags
     12        * source/cmt_project.cxx: In class Project, in function find_in_cmt_paths,
     13        do not invoke pwd
     14        * source/cmt_symbol.cxx: In class Symbol, in function create, suppress
     15        warning about set/macro <PACKAGE>ROOT for current package, in function
     16        action, use mangled package prefix with scripts, in function print_clean,
     17        use mangled set, path names with corresponding message, and quoted path,
     18        script values for cleanup scripts, in function print, use mangled set, path
     19        names with corresponding message, and quoted script values for setup
     20        scripts. In class SymbolValueList, in function print, output CMT package
     21        symbols as well
     22        * source/cmt.h: In class Cmt, introduce universal function install_scripts
     23        for both types of scripts, and function get_cmt_flags working on file, drop
     24        functions install_test_cleanup_scripts, install_test_setup_scripts
     25        * source/cmt_parser.cxx: In class Cmt, in functions do_config, do_relocate,
     26        retrieve cmtflags from input requirements file and current cmtflags, if any,
     27        and pass them to universal function install_scripts, in function do_setup,
     28        output cmtflags in Requirements mode inverting -with(out)_cmt, implement
     29        function get_cmt_flags working on file, universal function install_scripts,
     30        move static function mangle to class CmtSystem, in functions print_clean,
     31        print_context, use mangled package prefix in cleanup, setup scripts, in
     32        function set_standard_macros, create StandardMacroBuilder instance for
     33        Use::current (rather than Me). In class StandardMacroBuilder, in constructor,
     34        do not invoke pwd, in functions fill_for_package, fill_for_current_package,
     35        do not use argument, in function fill_for_branches, do not use pwd.
     36       
    1372011-03-22    <rybkin@lal.in2p3.fr> 447
    238
Note: See TracChangeset for help on using the changeset viewer.