Changes between Version 46 and Version 47 of LibrariesUnderConstruction
- Timestamp:
- Mar 3, 2009, 12:07:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v46 v47 60 60 == Boost.!AsynchronousExecutors == 61 61 * '''Author(s):''' Vicente J. Botet Escribá 62 * '''Version:''' 0.4 62 * '''Version:''' 0.4.1 63 63 * '''State:''' Quite Stable 64 * '''Last upload:''' 2009 Fev 0864 * '''Last upload:''' 2009 Mars01 65 65 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox] 66 66 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] [#Containers Containers] … … 201 201 --------------------------------------------------------------------------------------------------- 202 202 == Boost.Convert == 203 * '''Author(s):''' Vladimir Batov <batov@people.net.au>204 * '''Version:''' 0.3 2.0205 * '''State:''' On going206 * '''Last upload:''' 2 6 Feb 2009203 * '''Author(s):''' Vladimir Batov 204 * '''Version:''' 0.36 205 * '''State:''' Review Requested 206 * '''Last upload:''' 2009, Mars 02 207 207 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-string-convert.zip&directory=& Boost Vault] 208 208 * '''Categories:''' [#StringAndTextProcessing String And Text Processing] 209 * '''Description:''' Replacement for lexical cast with formatting, locale, etc 209 * '''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: 210 211 * simple and better/safe conversion-failure check; 212 * throwing and non throwing conversion-failure behavior; 213 * support for the default value to be returned when conversion fails; 214 * formatting support based on the standard I/O Streams and the standard (or user-defined) manipulators (like std::hex, std::scientific, etc.); 215 * locale support; 216 * support for boost::range-compliant char and wchar_t-based string containers (std::string, std::wstring, char const*, wchar_t const*, char array[], std::vector<char>, etc.); 217 * no DefaultConstructibility requirement for the Target type; 218 * room to grow. 210 219 211 220 --------------------------------------------------------------------------------------------------- … … 357 366 == Boost.!InterThreads == 358 367 * '''Author(s):''' Vicente J. Botet Escribá 359 * '''Version:''' 0.4 368 * '''Version:''' 0.4.1 360 369 * '''State:''' Quite Stable 361 * '''Last upload:''' 2009 Fev 08370 * '''Last upload:''' 2009 Mars01 362 371 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox] 363 372 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] … … 553 562 == Boost.!RendezVous == 554 563 * '''Author(s):''' Vicente J. Botet Escribá 555 * '''Version:''' 0. 0.0556 * '''State:''' Draft557 * '''Last upload:''' 2009 Fev 10564 * '''Version:''' 0.4.1 565 * '''State:''' Quite Stable 566 * '''Last upload:''' 2009 Mars 01 558 567 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox] 559 568 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] … … 592 601 593 602 --------------------------------------------------------------------------------------------------- 594 == Boost.Singleton ==603 == Boost.Singleton == 595 604 * '''Author(s):''' 596 605 * '''Version:''' … … 625 634 == Boost.Synchro == 626 635 * '''Author(s):''' Vicente J. Botet Escribá 627 * '''Version:''' 0. 0.0628 * '''State:''' Draft629 * '''Last upload:''' 2009 Fev 10636 * '''Version:''' 0.2.0 637 * '''State:''' work on going 638 * '''Last upload:''' 2009 Mars 01 630 639 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox] 631 640 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] … … 636 645 * Strict lockers: A strict_locker is a scoped lock guard ensuring the mutex is locked on the scope of the lock, by locking the mutex on construction and unlocking it on destruction. 637 646 * External lockers: An alternative or complementary approach to internal locking is to support external locking for an object - Multiple calls may be grouped within the same externally defined critical region. 638 * Reverse locker: reverse_lock. 647 * Reverse locker: reverse_locker nested_reverse_locker. 648 * Array lockers 649 639 650 640 651 … … 642 653 == Boost.!ThreaderJoiner == 643 654 * '''Author(s):''' Vicente J. Botet Escribá 644 * '''Version:''' 0.4 655 * '''Version:''' 0.4.1 645 656 * '''State:''' Quite Stable 646 * '''Last upload:''' 2009 Fev 08657 * '''Last upload:''' 2009 Mars 01 647 658 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox] 648 659 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]