office-gobmx/boost
Stephan Bergmann 8ecf7e2259 Backport boost fix for threading detection in GCC 4.7
See http://svn.boost.org/svn/boost/trunk r76133 "Fix threading detection in
GCC-4.7 experimental."  Without it, BOOST_DISABLE_THREADS would be defined when
compiling with GCC 4.7, which in turn would cause
boost/smart_ptr/detail/sp_counted_base.hpp to include a single-thread--mode
boost/smart_ptr/detaul/sp_counted_base_nt.hpp which is not suitable in a
multi-threaded scenario.

Change-Id: Ia30a5c2c241e2e135858a5cab3dd855d05db50c8
2012-07-13 10:57:34 +02:00
..
prj
boost.3780.aliasing.patch
boost.4713.warnings.patch
boost.5119.unordered_map-cp-ctor.patch
boost.6369.warnings.patch
boost.6397.warnings.patch
boost.gcc47679.patch
boost.mipsbackport.patch
boost.windows.patch
boost_1_44_0-clang-warnings.patch
boost_1_44_0-gcc4.7.patch
boost_1_44_0-gthreads.patch Backport boost fix for threading detection in GCC 4.7 2012-07-13 10:57:34 +02:00
boost_1_44_0-logical-op-parentheses.patch
boost_1_44_0-unused-parameters.patch
boost_1_44_0.patch
makefile.mk Backport boost fix for threading detection in GCC 4.7 2012-07-13 10:57:34 +02:00
README
README.Regex_Experimental
Regex_Experimental.tar.gz

From [http://www.boost.org/].

Apart from the spirit parsing framework, LibreOffice currently mostly
uses the smart pointers, pool memory and binders functionality.