[fdo-trac] #189: Generate minimal distribution of Boost libraries

FDO trac_fdo at osgeo.org
Sun Dec 23 07:37:27 EST 2007


#189: Generate minimal distribution of Boost libraries
-----------------------------------+----------------------------------------
 Reporter:  mloskot                |         Owner:  mloskot 
     Type:  task                   |        Status:  assigned
 Priority:  major                  |     Milestone:  3.3.0   
Component:  Thirdparty Components  |       Version:  3.2.0   
 Severity:  3                      |    Resolution:          
 Keywords:  boost bcp              |   External_id:          
-----------------------------------+----------------------------------------
Changes (by mloskot):

  * keywords:  boost => boost bcp

Comment:

 Here is simple headers-based analysis of Boost libraries usage in current
 FDO trunk:

  * trunk/Providers/PostGIS
 {{{
 #include <boost/algorithm/string.hpp>
 #include <boost/algorithm/string/case_conv.hpp>
 #include <boost/algorithm/string/classification.hpp>
 #include <boost/algorithm/string/predicate.hpp>
 #include <boost/algorithm/string/split.hpp>
 #include <boost/cstdint.hpp>
 #include <boost/date_time/gregorian/gregorian.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/format.hpp>
 #include <boost/lexical_cast.hpp>
 #include <boost/noncopyable.hpp>
 #include <boost/program_options.hpp>
 #include <boost/shared_ptr.hpp>
 #include <boost/static_assert.hpp>
 #include <boost/tuple/tuple.hpp>
 #include <boost/type_traits.hpp>
 }}}

  * trunk/Utilities/OWS
 {{{
 #include <boost/algorithm/string.hpp>
 #include <boost/bind.hpp>
 #include <boost/thread/condition.hpp>
 #include <boost/thread/thread.hpp>
 }}}

 Next, I'm going to prepare (using [http://www.boost.org/tools/bcp/bcp.html
 bcp]) minimal distribution of Boost libraries including subset of these
 headers only.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/189#comment:2>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list