Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86420 - in trunk/libs/geometry: . extensions index
From: mateusz_at_[hidden]
Date: 2013-10-24 14:31:12


Author: mloskot
Date: 2013-10-24 14:31:12 EDT (Thu, 24 Oct 2013)
New Revision: 86420
URL: http://svn.boost.org/trac/boost/changeset/86420

Log:
[geometry] Add Jamfile.v2 at the library top-level, in extensions and index in order to enable building all tests and examples at once.

Added:
   trunk/libs/geometry/Jamfile.v2 (contents, props changed)
   trunk/libs/geometry/extensions/Jamfile.v2 (contents, props changed)
   trunk/libs/geometry/index/Jamfile.v2 (contents, props changed)

Added: trunk/libs/geometry/Jamfile.v2
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/libs/geometry/Jamfile.v2 2013-10-24 14:31:12 EDT (Thu, 24 Oct 2013) (r86420)
@@ -0,0 +1,21 @@
+# Boost.Geometry (aka GGL, Generic Geometry Library)
+#
+# Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
+# Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
+# Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
+#
+# Use, modification and distribution is subject to the Boost Software License,
+# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+project boost-geometry
+ :
+ requirements
+ <include>../../boost/geometry/extensions/contrib/ttmath
+ <toolset>msvc:<asynch-exceptions>on
+ ;
+
+build-project test ;
+build-project example ;
+build-project extensions ;
+build-project index ;

Added: trunk/libs/geometry/extensions/Jamfile.v2
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/libs/geometry/extensions/Jamfile.v2 2013-10-24 14:31:12 EDT (Thu, 24 Oct 2013) (r86420)
@@ -0,0 +1,19 @@
+# Boost.Geometry (aka GGL, Generic Geometry Library)
+#
+# Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
+# Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
+# Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
+#
+# Use, modification and distribution is subject to the Boost Software License,
+# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+project boost-geometry-extensions
+ :
+ requirements
+ <include>../../../boost/geometry/extensions/contrib/ttmath
+ <toolset>msvc:<asynch-exceptions>on
+ ;
+
+build-project test ;
+build-project example ;

Added: trunk/libs/geometry/index/Jamfile.v2
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/libs/geometry/index/Jamfile.v2 2013-10-24 14:31:12 EDT (Thu, 24 Oct 2013) (r86420)
@@ -0,0 +1,18 @@
+# Boost.Geometry (aka GGL, Generic Geometry Library)
+#
+# Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
+# Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
+# Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
+#
+# Use, modification and distribution is subject to the Boost Software License,
+# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+project boost-geometry-index
+ :
+ requirements
+ <toolset>msvc:<asynch-exceptions>on
+ ;
+
+build-project test ;
+build-project example ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk