Re: [Boost-bugs] [Boost C++ Libraries] #119: Dependency & exported properties

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #119: Dependency & exported properties
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-05-27 17:06:30


#119: Dependency & exported properties
----------------------------+-----------------------------------------------
  Reporter: vladimir_prus | Owner: vladimir_prus
      Type: Tasks | Status: assigned
 Milestone: | Component: build
   Version: None | Severity: Problem
Resolution: None | Keywords:
----------------------------+-----------------------------------------------
Changes (by grafik):

  * component: jamboost => build
  * severity: => Problem

Old description:

> {{{
> It appears, we need both of them. For example. Boost.Graph build
> requires that one main target use header generated by another.
> PCH support is also better implemented via dependency properties
>
> exe a : a.cpp : <pch>my_pch ;
>
> Exported properties are needed by Boost right now: date_time
> requires certain defines to be set by modules *using* them.
>
> }}}

New description:

 {{{
 It appears, we need both of them. For example. Boost.Graph build
 requires that one main target use header generated by another.
 PCH support is also better implemented via dependency properties

     exe a : a.cpp : <pch>my_pch ;

 Exported properties are needed by Boost right now: date_time
 requires certain defines to be set by modules *using* them.

 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/119#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:55 UTC