Changes between Version 82 and Version 83 of LibrariesUnderConstruction
- Timestamp:
- Oct 22, 2009, 1:05:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v82 v83 142 142 * '''Version:''' 0.1 143 143 * '''State:''' Stable 144 * '''Last upload:''' 2009 April 02144 * '''Last upload:''' 2009 October 15 145 145 * '''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] 146 146 * '''Categories:''' [#Portability Portability] … … 279 279 280 280 * '''Author(s):''' Vicente J. Botet Escribá 281 * '''Version:''' 0. 1281 * '''Version:''' 0.3 282 282 * '''State:''' Stable 283 * '''Last upload:'''2009 April 16283 * '''Last upload:'''2009 October 22 284 284 * '''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] 285 285 * '''Categories:''' [#Utilities Utilities] … … 290 290 * a generic convert_to function which can be specialized by the user to make explicit conversion between unrelated types. 291 291 * 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. 292 294 * conversion between std::complex of explicitly convertible types. 293 295 * conversion between std::pair of explicitly convertible types. … … 297 299 * conversion between boost::chrono::time_point and boost::ptime. 298 300 * 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. 299 303 300 304 --------------------------------------------------------------------------------------------------- … … 306 310 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-string-convert.zip&directory=& Boost Vault] 307 311 * '''Categories:''' [#StringAndTextProcessing String And Text Processing] 308 * '''Description:''' Exten dible 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: 309 313 310 314 * simple and better/safe conversion-failure check; … … 326 330 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_crypto.zip&directory=&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault] 327 331 * '''Categories:''' [#DataCommunications DataCommunication] 328 * '''Description:''' A library which provides larger number of secure and cryptographic alservices to the system.332 * '''Description:''' A library which provides larger number of secure and cryptographic services to the system. 329 333 330 334 ---------------------------------------------------------------------------------------------------