[cpp-sp COMMIT] in /branches/REL_2: Shibboleth.sln configure.ac m4/boost.m4 shibsp/metadata/MetadataExtImpl.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 21 21:04:31 GMT 2011
Author: scantor
Date: Wed Dec 21 21:04:31 2011
New Revision: 3550
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3550&view=rev
Log:
Add boost support, and header fix
Added:
branches/REL_2/m4/boost.m4
Modified:
branches/REL_2/Shibboleth.sln
branches/REL_2/configure.ac
branches/REL_2/shibsp/metadata/MetadataExtImpl.cpp
Modified: branches/REL_2/Shibboleth.sln
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/Shibboleth.sln?rev=3550&r1=3549&r2=3550&view=diff
==============================================================================
--- branches/REL_2/Shibboleth.sln (original)
+++ branches/REL_2/Shibboleth.sln Wed Dec 21 21:04:31 2011
@@ -72,6 +72,7 @@
ProjectSection(SolutionItems) = preProject
m4\acinclude.m4 = m4\acinclude.m4
m4\acx_pthread.m4 = m4\acx_pthread.m4
+ m4\boost.m4 = m4\boost.m4
configure.ac = configure.ac
doxygen.am = doxygen.am
doxygen.cfg = doxygen.cfg
Modified: branches/REL_2/configure.ac
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configure.ac?rev=3550&r1=3549&r2=3550&view=diff
==============================================================================
--- branches/REL_2/configure.ac (original)
+++ branches/REL_2/configure.ac Wed Dec 21 21:04:31 2011
@@ -120,6 +120,14 @@
# C++ requirements
AC_CXX_NAMESPACES
AC_CXX_REQUIRE_STL
+
+# Boost
+BOOST_REQUIRE
+BOOST_BIND
+BOOST_LAMBDA
+BOOST_PTR_CONTAINER
+BOOST_STRING_ALGO
+CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
# Thank you Solaris, really.
AC_MSG_CHECKING(for ctime_r)
Modified: branches/REL_2/shibsp/metadata/MetadataExtImpl.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/metadata/MetadataExtImpl.cpp?rev=3550&r1=3549&r2=3550&view=diff
==============================================================================
--- branches/REL_2/shibsp/metadata/MetadataExtImpl.cpp (original)
+++ branches/REL_2/shibsp/metadata/MetadataExtImpl.cpp Wed Dec 21 21:04:31 2011
@@ -28,6 +28,7 @@
#include "exceptions.h"
#include "metadata/MetadataExt.h"
+#include <boost/lexical_cast.hpp>
#include <xmltooling/AbstractComplexElement.h>
#include <xmltooling/AbstractSimpleElement.h>
#include <xmltooling/impl/AnyElement.h>
More information about the commits
mailing list