From 9efaa11873dcb40670c119fa961ea65b66a35cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Wed, 29 Sep 2004 14:18:07 +0000 Subject: [PATCH] sorted entries [SVN r25476] --- bibliography.html | 272 ++++++++++++++++++++++++++-------------------- 1 file changed, 157 insertions(+), 115 deletions(-) diff --git a/bibliography.html b/bibliography.html index 5c3a51f..0942ef0 100644 --- a/bibliography.html +++ b/bibliography.html @@ -35,6 +35,10 @@ Traits. Dr. Dobb's Journal, Vol. 25, Issue 10, October, 2000, page 38. www.boost.org/libs/type_traits/c++_type_traits.htm + + +    + [Maddock01] John Maddock, Regular Expressions in C++. @@ -46,15 +50,10 @@ Concept Checking. Dr. Dobb's Journal, Vol. 26, Issue 6, June, 2001, page 64. - - [SiekLeeLumsdaine02] - - Jeremy Siek, Lie-Quan Lee and Andrew Lumsdaine, The Boost Graph Library. - Addison-Wesley, 2002. ISBN: 0-201-72914-8. - www.awprofessional.com/titles/0-201-72914-8/ -

A sample chapter is available at: tinyurl.com/24666

- - + + +    + [Karlsson02] Björn Karlsson, Smart Pointers in Boost. @@ -74,6 +73,19 @@ C/C++ Users Journal, May, 2002. www.cuj.com/documents/s=8013/cuj0205kempf/ + + [SiekLeeLumsdaine02] + + Jeremy Siek, Lie-Quan Lee and Andrew Lumsdaine, The Boost Graph Library. + Addison-Wesley, 2002. ISBN: 0-201-72914-8. + www.awprofessional.com/titles/0-201-72914-8/ +
A sample chapter is available at: tinyurl.com/24666 + + + + +    + [AbrahamsGrosse-Kunstleve03] David Abrahams and Ralf W. @@ -81,13 +93,6 @@ Journal, July, 2003. www.cuj.com/documents/s=8470/cuj0307abrahams/ - - [Sutter03] - Herb Sutter, Generalized Function Pointers. - C/C++ Users Journal, August, 2003. - www.cuj.com/documents/s=8464/cujcexp0308sutter/ - - [GuzmanNuffer03] Joel de Guzman and Dan Nuffer, The Spirit @@ -99,49 +104,69 @@ Björn Karlsson, Lambda Expressions & C++. C/C++ Users Journal, December, 2003, Vol. 21, Issue 12, page 20. + + [Sutter03] + Herb Sutter, Generalized Function Pointers. + C/C++ Users Journal, August, 2003. + www.cuj.com/documents/s=8464/cujcexp0308sutter/ + + + + +    + + + [AbrahamsGurtovoy04] + + David Abrahams and Aleksey Gurtovoy, C++ Template Metaprogramming: Concepts, + Tools, and Techniques from Boost and Beyond. Addison-Wesley, November, + 2004. ISBN: 0-321-22725-5. + www.awprofessional.com/titles/0321227255/ +
+ Additional information and two sample chapters are available at: + boost-consulting.com/mplbook/ + + [López04] Joaquín M López Muñoz, The Boost Multi-Index Containers Library. C/C++ Users Journal, September, 2004, Vol. 22, Issue 9, page 6. - - [AbrahamsGurtovoy04] - -

David Abrahams and Aleksey Gurtovoy, C++ Template Metaprogramming: Concepts, - Tools, and Techniques from Boost and Beyond. Addison-Wesley, November, - 2004. ISBN: 0-321-22725-5. - www.awprofessional.com/titles/0321227255/ -

-

Additional information and two sample chapters are available at: - boost-consulting.com/mplbook/

- -

Online publications about Boost or Boost Libraries

- - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + + + + +
[Walker03] - Andrew Walker, An Introduction to Boost. - The Code Project, July 7, 2003. - www.codeproject.com/vcpp/stl/BoostIntro.asp -

A short and straightforward introduction to Boost.

-
[Trentini03]Matthew S. Trentini, Introduction to Boost. - www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html
[Brownell02] David Brownell, C++ Techniques for Tomorrow That Can be Implemented Today (a.k.a. Boosting your Code). NWCPP, November 13, 2002. www.nwcpp.org/Meetings/2002/11.html
[Siek02]Jeremy G. Siek, The Boost Graph Library. + InformIT, March 1, 2002. tinyurl.com/2hc27
[Siek02a]Jeremy G. Siek, A Boost Graph Library + Tutorial. InformIT, March 1, 2002. tinyurl.com/2sa4s
[Walker03] + Andrew Walker, An Introduction to Boost. + The Code Project, July 7, 2003. + www.codeproject.com/vcpp/stl/BoostIntro.asp +
A short and straightforward introduction to Boost. +
  
[Abrahams03a] David Abrahams, The Boost @@ -160,15 +185,14 @@ www.codeproject.com/cpp/spiritintro.asp
[Siek02]Jeremy G. Siek, The Boost Graph Library. - InformIT, March 1, 2002. tinyurl.com/2hc27
[Siek02a]Jeremy G. Siek, A Boost Graph Library - Tutorial. InformIT, March 1, 2002. tinyurl.com/2sa4s[Trentini03]Matthew S. Trentini, Introduction to Boost. + www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html
  
[Dawes04] Beman Dawes, Boost for Visual C++ @@ -185,38 +209,38 @@ - - + - - - - + + + + - - + + + + + @@ -224,24 +248,8 @@ - - - - - - - - @@ -258,6 +266,26 @@ Pointers. C/C++ Users Journal, August, 2002. www.cuj.com/documents/s=7980/cujcexp2008sutter/ + + + + + + + + + + + + - - - - + + + +
[Alexandrescu02]Andrei Alexandrescu, Generic<Programming>: - Efficient Generic Sorting and Searching in C++ (I): In Search of a Better - Search. C/C++ Users Journal, October, 2002. - www.cuj.com/documents/s=7978/cujcexp2010alexandr/ -

boost::type_traits

+
[HyslopSutter01]Jim Hyslop and Herb Sutter, Conversations: + I'd Hold Anything for You. C/C++ Users Journal, December, 2001. + www.cuj.com/documents/s=7988/cujcexp1912hyslop/ +
boost::any
[VandervoordeJosuttis03] - David Vandevoorde and Nicolai M. - Josuttis, Using Templates in Practice. C/C++ Users Journal, February, - 2003. - www.cuj.com/documents/s=8208/cujweb0302vandevoorde/web0302b.htm -

Concept Check Library

-
[Sutter01] Herb Sutter, The String Formatters of Manor Farm. C/C++ Users Journal, Vol. 19, November, 2001. www.gotw.ca/publications/mill19.htm -

boost::lexical_cast

+
boost::lexical_cast
  
[HyslopSutter01]Jim Hyslop and Herb Sutter, Conversations: - I'd Hold Anything for You. C/C++ Users Journal, December, 2001. - www.cuj.com/documents/s=7988/cujcexp1912hyslop/ -

boost::any

+
[Ablavsky02]Vitaly Ablavsky, Applying BGL to + Computational Geometry. C/C++ Users Journal, August, 2002. + www.cuj.com/documents/s=8470/cuj0208ablavsky/
[Alexandrescu02]Andrei Alexandrescu, Generic<Programming>: + Efficient Generic Sorting and Searching in C++ (I): In Search of a Better + Search. C/C++ Users Journal, October, 2002. + www.cuj.com/documents/s=7978/cujcexp2010alexandr/ +
boost::type_traits
Jim Hyslop and Herb Sutter, Conversations: Getting to the Point. C/C++ Users Journal, July, 2002. www.cuj.com/documents/s=7981/cujcexp2007hyslop/ -

smart pointer discussion. boost::scoped_ptr, shared_ptr, scoped_array, - shared_array.

-
[Besser03]Mitch Besser, Generic Printable ENUM++. - C/C++ Users Journal, June, 2003. - www.cuj.com/documents/s=8470/cujboost0306besser/ -

Mentions BOOST_PP

-
[Nasonov03]Alexander Nasonov, I/O System: dynamic_any - Campaign. C/C++ Users Journal, September, 2003. - www.cuj.com/documents/s=8470/cujweb0309nasonov/ -

Improved boost::any

+
smart pointer discussion. boost::scoped_ptr, shared_ptr, scoped_array, + shared_array.
  
[Besser03]Mitch Besser, Generic Printable ENUM++. + C/C++ Users Journal, June, 2003. + www.cuj.com/documents/s=8470/cujboost0306besser/ +
Mentions BOOST_PP +
[Nasonov03]Alexander Nasonov, I/O System: dynamic_any + Campaign. C/C++ Users Journal, September, 2003. + www.cuj.com/documents/s=8470/cujweb0309nasonov/ +
Improved boost::any +
[Sutter03a] Herb Sutter, Generalizing Observer. @@ -272,24 +300,20 @@ www.cuj.com/documents/s=8470/cuj0307tan/
[Ablavsky02]Vitaly Ablavsky, Applying BGL to - Computational Geometry. C/C++ Users Journal, August, 2002. - www.cuj.com/documents/s=8470/cuj0208ablavsky/
[VandervoordeJosuttis03] + David Vandevoorde and Nicolai M. + Josuttis, Using Templates in Practice. C/C++ Users Journal, February, + 2003. + www.cuj.com/documents/s=8208/cujweb0302vandevoorde/web0302b.htm +
Concept Check Library +

Online mentions of Boost or Boost Libraries

- - - - + + + + + + + + + + + + - - - - + + + +
[Curran02]James Curran, Access Raw Data with - Performance Counters in Visual C++. DevX.com, October, 2002. - www.devx.com/cplus/article/7951 -

Devotes several paragraphs to boost::shared_ptr<>.

-
[Burnap02] Steven R. Burnap, Boost::any, @@ -303,6 +327,24 @@ www.kuro5hin.org/story/2002/7/18/3313/01429
[Curran02]James Curran, Access Raw Data with + Performance Counters in Visual C++. DevX.com, October, 2002. + www.devx.com/cplus/article/7951 +
Devotes several paragraphs to boost::shared_ptr<>. +
[Siek02b]Jeremy G. Siek, Internet Packet Routing + with the Boost Graph Library. InformIT, March 1, 2002. + tinyurl.com/26dwj
  
[Casad03] Joe Casad, Introducing the Boost Corner. @@ -310,21 +352,18 @@ www.cuj.com/documents/s=8470/cuj0308boostcorner/
[Siek02b]Jeremy G. Siek, Internet Packet Routing - with the Boost Graph Library. InformIT, March 1, 2002. - tinyurl.com/26dwj
[Lischner03] -

Ray Lischner, C++: Beyond the Standard Library. O'Reilly Network, May 6, - 2003. www.oreillynet.com/lpt/a/3683

-

Mentions tuples, shared_ptr, lambda, spirit. -

+ Ray Lischner, C++: Beyond the Standard Library. O'Reilly Network, May 6, + 2003. www.oreillynet.com/lpt/a/3683 +
Mentions tuples, shared_ptr, lambda, spirit.
  
[Stein04] @@ -348,6 +387,9 @@ Identify the first entry an author has in a given year with just the two-digit year. Subsequent entries for the same author and year should have a-z appended. +
  • + Inside each section, entries are grouped by year and, within a year, alphabetically + sorted by author name.
  • In the text, spell out absolute URL's so that printed versions of this page include the full URL. @@ -358,7 +400,7 @@

    Revised - 23 August, 2004

    + 29 September, 2004

    © Copyright Beman Dawes 2003

    Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt