Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85164 - in trunk: boost libs/predef status
From: grafikrobot_at_[hidden]
Date: 2013-07-28 13:12:05


Author: grafik
Date: 2013-07-28 13:12:05 EDT (Sun, 28 Jul 2013)
New Revision: 85164
URL: http://svn.boost.org/trac/boost/changeset/85164

Log:
Addition of Predef into Boost.. Note, the references are indirect (i.e. svn externals), as the real project is in github.

Added:
   trunk/boost/predef.h (contents, props changed)
   trunk/libs/predef/ (props changed)
   trunk/libs/predef/index.html (contents, props changed)
Properties modified:
   trunk/boost/ (props changed)
Text files modified:
   trunk/boost/predef.h | 19 +++++++++++++++++++
   trunk/libs/predef/index.html | 14 ++++++++++++++
   trunk/status/Jamfile.v2 | 1 +
   3 files changed, 34 insertions(+), 0 deletions(-)

Added: trunk/boost/predef.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/boost/predef.h 2013-07-28 13:12:05 EDT (Sun, 28 Jul 2013) (r85164)
@@ -0,0 +1,19 @@
+/*
+Copyright Redshift Software, Inc. 2008-2013
+Distributed under 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)
+*/
+
+#ifndef BOOST_PREDEF_H
+#define BOOST_PREDEF_H
+
+#include <boost/predef/language.h>
+#include <boost/predef/architecture.h>
+#include <boost/predef/compiler.h>
+#include <boost/predef/library.h>
+#include <boost/predef/os.h>
+#include <boost/predef/other.h>
+#include <boost/predef/platform.h>
+
+#endif

Added: trunk/libs/predef/index.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/libs/predef/index.html 2013-07-28 13:12:05 EDT (Sun, 28 Jul 2013) (r85164)
@@ -0,0 +1,14 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; URL=./doc/html/index.html">
+</head>
+<body>
+Automatic redirection failed, please go to
+./doc/html/index.html
+<p>Copyright&nbsp;Redshift Software Inc 2013</p>
+<p>Distributed under the Boost Software License, Version 1.0. (See accompanying file
+LICENSE_1_0.txt or copy at
+www.boost.org/LICENSE_1_0.txt).
+</p>
+</body>
+</html>

Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2 Fri Jul 26 11:44:40 2013 (r85163)
+++ trunk/status/Jamfile.v2 2013-07-28 13:12:05 EDT (Sun, 28 Jul 2013) (r85164)
@@ -124,6 +124,7 @@
     phoenix/test # test-suite phoenix
     polygon/test # test-suite polygon
     pool/test # test-suite pool
+ predef/test # test-suite predef
     preprocessor/test # test-suite preprocessor
     program_options/test # test-suite program_options
     property_map/test # test-suite property_map


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