List Info

Thread: CR-RESEND: add Boost 1.32.0 library to common/import




CR-RESEND: add Boost 1.32.0 library to common/import
country flaguser name
United States
2008-04-08 08:24:33
Description
------------------------------------------------
In preparation to transition some code from RN-internal
respositories to the helix repositories as part of
the LitePlayer for Linux port, then we need to 
import the Boost libraries into common/import, since
several of the LitePlayer for Linux modules depend
on the Boost libraries.

This change would import version 1.32.0 of the
Boost libraries into:

common/import/boost/boost_1_32_0

This directory structure allows us to easily import
later versions. For instance, the most current version
of the Boost libraries is 1.34.0. So if we decided to
later import that version, we would just import it into
common/import/boost/boost_1_34_0.

I have obtained approval from Sarah Leung in the
RealNetworks
legal department for importing. Her only stipulations
were that we:

-  include the copyright notices in the software
-  include the entire license (all 3 paragraphs) in all
   copies of the software.

Files Added
---------------------------
common/import/boost/boost_1_32_0/*

Files Modified
---------------------------
helix.bif
hxclient_3_1_0_atlas.bif

Branches
---------------------------
HEAD and hxclient_3_1_0_atlas

Index: helix.bif
============================================================
=======
RCS file: /cvsroot/common/build/BIF/helix.bif,v
retrieving revision 1.668
diff -u -w -u -w -r1.668 helix.bif
--- helix.bif   26 Feb 2008 22:27:35 -0000      1.668
+++ helix.bif   3 Apr 2008 18:49:58 -0000
 -312,6
+312,13 

     </module>

+    <!-- COMMON/IMPORT/BOOST -->
+    <module id="common_import_boost"
name="common/import/boost/boost_1_32_0"
group="core">
+        <cvs root="helix"/>
+        <attribute id="no_build"/>
+        <sdk name="boost_1_32_0"
path="common/import/boost/boost_1_32_0"/>
+    </module>
+
     <!-- COMMON/LANG/XML -->
     <module id="common_lang_xml"
name="common/lang/xml" group="core">
       <cvs root="helix"/>

Index: hxclient_3_1_0_atlas.bif
============================================================
=======
RCS file:
/cvsroot/client/build/BIF/hxclient_3_1_0_atlas.bif,v
retrieving revision 1.33
diff -u -w -u -w -r1.33 hxclient_3_1_0_atlas.bif
--- hxclient_3_1_0_atlas.bif    28 Feb 2008 08:47:31 -0000  
   1.33
+++ hxclient_3_1_0_atlas.bif    3 Apr 2008 18:50:26 -0000
 -314,6
+314,13 

     </module>

+    <!-- COMMON/IMPORT/BOOST -->
+    <module id="common_import_boost"
name="common/import/boost/boost_1_32_0"
group="core">
+        <cvs root="helix"/>
+        <attribute id="no_build"/>
+        <sdk name="boost_1_32_0"
path="common/import/boost/boost_1_32_0"/>
+    </module>
+
     <!-- COMMON/LANG/XML -->
     <module id="common_lang_xml"
name="common/lang/xml" group="core">
       <cvs root="helix"/>

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc. 


_______________________________________________
Common-dev mailing list
Common-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev

CN: add Boost 1.32.0 library to common/import
country flaguser name
United States
2008-04-09 11:56:23
This is now checked into HEAD and 310Atlas.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: common-dev-bounceshelixcommunity.org 
> [mailto:common-dev-bounceshelixcommunity.org] On
Behalf Of Eric Hyche
> Sent: Tuesday, April 08, 2008 9:25 AM
> To: common-devlists.helixcommunity.org
> Subject: [Common-dev] CR-RESEND: add Boost 1.32.0
library to 
> common/import
> 
> 
> Description
> ------------------------------------------------
> In preparation to transition some code from
RN-internal
> respositories to the helix repositories as part of
> the LitePlayer for Linux port, then we need to 
> import the Boost libraries into common/import, since
> several of the LitePlayer for Linux modules depend
> on the Boost libraries.
> 
> This change would import version 1.32.0 of the
> Boost libraries into:
> 
> common/import/boost/boost_1_32_0
> 
> This directory structure allows us to easily import
> later versions. For instance, the most current version
> of the Boost libraries is 1.34.0. So if we decided to
> later import that version, we would just import it
into
> common/import/boost/boost_1_34_0.
> 
> I have obtained approval from Sarah Leung in the
RealNetworks
> legal department for importing. Her only stipulations
> were that we:
> 
> -  include the copyright notices in the software
> -  include the entire license (all 3 paragraphs) in
all
>    copies of the software.
> 
> Files Added
> ---------------------------
> common/import/boost/boost_1_32_0/*
> 
> Files Modified
> ---------------------------
> helix.bif
> hxclient_3_1_0_atlas.bif
> 
> Branches
> ---------------------------
> HEAD and hxclient_3_1_0_atlas
> 
> Index: helix.bif
>
============================================================
=======
> RCS file: /cvsroot/common/build/BIF/helix.bif,v
> retrieving revision 1.668
> diff -u -w -u -w -r1.668 helix.bif
> --- helix.bif   26 Feb 2008 22:27:35 -0000      1.668
> +++ helix.bif   3 Apr 2008 18:49:58 -0000
>  -312,6 +312,13 
> 
>      </module>
> 
> +    <!-- COMMON/IMPORT/BOOST -->
> +    <module id="common_import_boost" 
> name="common/import/boost/boost_1_32_0"
group="core">
> +        <cvs root="helix"/>
> +        <attribute id="no_build"/>
> +        <sdk name="boost_1_32_0" 
> path="common/import/boost/boost_1_32_0"/>
> +    </module>
> +
>      <!-- COMMON/LANG/XML -->
>      <module id="common_lang_xml"
name="common/lang/xml" group="core">
>        <cvs root="helix"/>
> 
> Index: hxclient_3_1_0_atlas.bif
>
============================================================
=======
> RCS file:
/cvsroot/client/build/BIF/hxclient_3_1_0_atlas.bif,v
> retrieving revision 1.33
> diff -u -w -u -w -r1.33 hxclient_3_1_0_atlas.bif
> --- hxclient_3_1_0_atlas.bif    28 Feb 2008 08:47:31
-0000      1.33
> +++ hxclient_3_1_0_atlas.bif    3 Apr 2008 18:50:26
-0000
>  -314,6 +314,13 
> 
>      </module>
> 
> +    <!-- COMMON/IMPORT/BOOST -->
> +    <module id="common_import_boost" 
> name="common/import/boost/boost_1_32_0"
group="core">
> +        <cvs root="helix"/>
> +        <attribute id="no_build"/>
> +        <sdk name="boost_1_32_0" 
> path="common/import/boost/boost_1_32_0"/>
> +    </module>
> +
>      <!-- COMMON/LANG/XML -->
>      <module id="common_lang_xml"
name="common/lang/xml" group="core">
>        <cvs root="helix"/>
> 
> =============================================
> Eric Hyche (ehychereal.com)
> Technical Lead
> RealNetworks, Inc. 
> 
> 
> _______________________________________________
> Common-dev mailing list
> Common-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
> 


_______________________________________________
Common-dev mailing list
Common-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )