Changeset 608 for CMT/HEAD/ChangeLog


Ignore:
Timestamp:
Apr 5, 2012, 1:43:26 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 483

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r607 r608  
     12012-04-05    <rybkin@lal.in2p3.fr> 483
     2
     3        * source/cmt_project.h: In class Project function find_in_cmt_paths, add
     4        second boolean parameter to specify whether first argument is real path
     5        * source/cmt_project.cxx: In class Project, in function find_in_cmt_paths,
     6        do not call CmtSystem::realpath_ if boolean parameter is true, in function
     7        order_all, make use of m_realpath from class Use
     8        * source/cmt_use.h: In class Use, introduce member m_realpath to hold
     9        canonicalized absolute real_path, and member function get_realpath
     10        * source/cmt_use.cxx: In class Use, in function change_path, calculate
     11        m_realpath, in functions get_cmtpath_and_offset and get_strategy, make use
     12        of m_realpath when calling Project::find_in_cmt_paths
     13        * source/cmt_symbol.cxx: In find_path_entry helper function, introduce
     14        static cache of real paths in order to optimise CmtSystem::realpath_ usage
     15       
    1162012-04-03    <rybkin@lal.in2p3.fr> 482
    217
Note: See TracChangeset for help on using the changeset viewer.