Changeset 550 for CMT/HEAD/ChangeLog


Ignore:
Timestamp:
Aug 23, 2010, 11:31:26 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r549 r550  
     12010-08-23    <rybkin@lal.in2p3.fr> 435
     2
     3        * source/cmt_commands.h: Introduce option -xml to produce output in XML
     4        format, currently for commands "cmt setup", "cmt show projects",
     5        "cmt show uses"
     6        * source/cmt_commands.cxx: Implement function option_xml
     7        * source/cmt.h: In class Cmt, introduce function print_xml_prolog
     8        * source/cmt_parser.h: Introduce PrintMode Xml
     9        * source/cmt_parser.cxx: In class Cmt, in functions do_setup, print,
     10        print_context, implement case for mode Xml, in functions do_show_projects,
     11        do_show_uses, pass mode to Project::show_all, Use::show_all, implement
     12        function print_xml_prolog
     13        * source/cmt_symbol.cxx: In class Symbol, in functions all_print, print,
     14        implement case for mode Xml
     15        * source/cmt_project.h: In class Project, in functions show_all, show, add
     16        optional argument of type PrintMode
     17        * source/cmt_project.cxx: Implement added optional argument for mode Xml,
     18        in particular
     19        * source/cmt_use.h: In class Use, in functions show_all, add optional
     20        argument of type PrintMode
     21        * source/cmt_use.cxx: Implement added optional argument for mode Xml,
     22        in particular, in function get_cmtpath_and_offset, set offset to real_path
     23        for packages not belonging to any project
     24        * mgr/CMT.dtd: Introduce document type definition for XML format output
     25        * src/setup.sh: In PATH, CLASSPATH, only strip entries matching /CMT/,
     26        rather than CMT (similar to src/setup.csh)
     27       
    1282010-08-12    <rybkin@lal.in2p3.fr> 434
    229
Note: See TracChangeset for help on using the changeset viewer.