Changes between Version 2 and Version 3 of BoostRegressionsV2


Ignore:
Timestamp:
Feb 16, 2006, 2:57:14 PM (20 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostRegressionsV2

    v2 v3  
    2828}}}
    2929
    30 Another note is that while in V1 customized toolset is commonly named {{{base-toolset}}}-{{{version}}}, in V2 the version parameter to {{{using}}} should not include base toolset name. That is, using {{{hp_cxx_64_042_tru64}}} above would be a mistake.
     30Another note is that while in V1 customized toolset is commonly named {{{base_toolset}}}-{{{version}}}, in V2 the version parameter to {{{using}}} should not include base toolset name. That is, using {{{hp_cxx_64_042_tru64}}} above would be a mistake. T
    3131
    32 After declaring a toolset version, it's possible to use {{{base-toolset}}}-{{{version}}} to request this toolset when building.
     32After declaring a toolset version, it's possible to use {{{base_toolset}}}-{{{version}}} to request this toolset when building.
    3333
    3434= Running =
     
    4444The names of toolsets passed to {{{regression.py}}} are constructed from name base toolset name and version passed to the {{{using}}} rule, separated with dash.
    4545
    46 
    47 
    48 
    49