Changes between Version 82 and Version 83 of LibrariesUnderConstruction


Ignore:
Timestamp:
Oct 22, 2009, 1:05:10 PM (13 years ago)
Author:
viboes
Comment:

Change Boost.Conversion v 0.3

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v82 v83  
    142142 * '''Version:''' 0.1
    143143 * '''State:''' Stable
    144  * '''Last upload:''' 2009 April 02
     144 * '''Last upload:''' 2009 October 15
    145145 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=bitfield.zip&directory=Portability&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault][https://svn.boost.org/svn/boost/sandbox/bitfield Boost Sandbox]
    146146 * '''Categories:''' [#Portability Portability]
     
    279279
    280280 * '''Author(s):''' Vicente J. Botet Escribá
    281  * '''Version:''' 0.1
     281 * '''Version:''' 0.3
    282282 * '''State:''' Stable
    283  * '''Last upload:'''2009 April 16
     283 * '''Last upload:'''2009 October 22
    284284 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=conversion.zip&directory=Utilities& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/conversion Boost Sandbox]
    285285 * '''Categories:''' [#Utilities Utilities]
     
    290290 * a generic convert_to function which can be specialized by the user to make explicit conversion between unrelated types.
    291291 * a generic assign_to function which can be specialized by the user to make explicit assignation between unrelated types.
     292 * a generic mca/tie function returning a wrapper which replace assignments by a call to assign_to  and conversion operators by a call convert_to.
     293 * a generic convert_to_via function which convert a type From to another To using a temporary one Via.
    292294 * conversion between std::complex of explicitly convertible types.
    293295 * conversion between std::pair of explicitly convertible types.
     
    297299 * conversion between boost::chrono::time_point and boost::ptime.
    298300 * conversion between boost::chrono::duration and boost::time_duration.
     301 * conversion between boost::array of explicitly convertible types.
     302 * conversion between Boost.Fusion sequences of explicitly convertible types.
    299303
    300304---------------------------------------------------------------------------------------------------
     
    306310 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-string-convert.zip&directory=& Boost Vault]
    307311 * '''Categories:''' [#StringAndTextProcessing String And Text Processing]
    308  * '''Description:''' Extendible framework for a uniform approach to type-to-type conversions in general. It builds on the lexical_cast past experience, offers the already familiar conversion functionality and more:
     312 * '''Description:''' Extensible framework for a uniform approach to type-to-type conversions in general. It builds on the lexical_cast past experience, offers the already familiar conversion functionality and more:
    309313
    310314   * simple and better/safe conversion-failure check;
     
    326330 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_crypto.zip&directory=&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault]
    327331 * '''Categories:''' [#DataCommunications DataCommunication]
    328  * '''Description:''' A library which provides larger number of secure and cryptographical services to the system.
     332 * '''Description:''' A library which provides larger number of secure and cryptographic services to the system.
    329333
    330334---------------------------------------------------------------------------------------------------