phoenix3.qbk 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. [library Phoenix
  2. [quickbook 1.6]
  3. [compatibility-mode 1.3]
  4. [version 3.2.0]
  5. [authors [de Guzman, Joel], [Marsden, Dan], [Heller, Thomas], [Fletcher, John] ]
  6. [copyright 2002 2003 2004 2005 2010 2014 2015 Joel de Guzman, Dan Marsden, Thomas Heller, John Fletcher]
  7. [category string-text]
  8. [purpose Lambda Expressions in C++]
  9. [license
  10. Distributed under the Boost Software License, Version 1.0.
  11. (See accompanying file LICENSE_1_0.txt or copy at
  12. [@http://www.boost.org/LICENSE_1_0.txt])
  13. ]
  14. ]
  15. [/ September 2002]
  16. [/ September 2004]
  17. [/ September 2005]
  18. [/ June 2010]
  19. [/ February 2014]
  20. [/ December 2014]
  21. [/ January 2015]
  22. [/ February 2015]
  23. [/ Some links]
  24. [def __note__ [$images/note.png]]
  25. [def __alert__ [$images/alert.png]]
  26. [def __tip__ [$images/tip.png]]
  27. [def __changelog__ [@http://www.boost.org/doc/libs/release/libs/phoenix/ChangeLog ChangeLog]]
  28. [def __spirit__ [@http://spirit.sourceforge.net Spirit]]
  29. [def __proto__ [@http://www.boost.org/doc/libs/release/libs/proto/index.html Boost.Proto]]
  30. [def __fusion__ [@http://www.boost.org/doc/libs/release/libs/fusion/index.html Boost.Fusion]]
  31. [def __proto_expr__ [@http://www.boost.org/doc/libs/release/doc/html/Expr.html Proto Expression]]
  32. [def __proto_transform__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transform]]
  33. [def __proto_transforms__ [@http://www.boost.org/doc/libs/release/doc/html/Transform.html Proto Transforms]]
  34. [def __proto_pass_through_transform__ [@http://www.boost.org/doc/libs/release/doc/html/boost/proto/pass_through.html Proto Pass Through Transform]]
  35. [def __proto_primitive_transform__ [@http://www.boost.org/doc/libs/release/doc/html/PrimitiveTransform.html Proto Primitive Transform]]
  36. [def __proto_primitive_transforms__ [@http://www.boost.org/doc/libs/release/doc/html/PrimitiveTransform.html Proto Primitive Transforms]]
  37. [def __proto_callable__ [@http://www.boost.org/doc/libs/release/doc/html/Callable.html Proto Callable Transform]]
  38. [def __proto_call__ [@http://www.boost.org/doc/libs/release/doc/html/boost/proto/call.html `proto::call`]]
  39. [def __haskell__ [@http://www.haskell.org Haskell]]
  40. [def __mpl__ [@http://www.boost.org/libs/mpl/index.html MPL]]
  41. [def __bll__ [@http://www.boost.org/libs/lambda/doc/index.html BLL]]
  42. [def __fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/ FC++]]
  43. [def __fcpp_list__ [@http://people.cs.umass.edu/~yannis/fc++/New/new_list_implementation.html FC++ List Implementation]]
  44. [def __fcpp_reusers__ [@http://people.cs.umass.edu/~yannis/fc++/New/reusers.html FC++ Reuser Implementation]]
  45. [def __functoids_in_cpp__ [@http://c2.com/cgi/wiki?FunctoidsInCpp FunctoidsInCpp]]
  46. [def __boost_fcpp__ [@http://cgi.di.uoa.gr/~smaragd/fc++/boostpaper/ Boost FC++]]
  47. [def __spirit_repo__ [@http://spirit.sourceforge.net/repository/applications/show_contents.php Spirit Repository]]
  48. [def __spirit_list__ [@https://lists.sourceforge.net/lists/listinfo/spirit-general Spirit Mailing List]]
  49. [def __spirit_general__ [@news://news.gmane.org/gmane.comp.spirit.general Spirit General NNTP news portal]]
  50. [def __gmane__ [@http://www.gmane.org Gmane]]
  51. [def __mlist_archive__ [@http://news.gmane.org/gmane.comp.parsers.spirit.general]]
  52. [def __PFO__ [@http://www.boost.org/doc/libs/release/libs/fusion/doc/html/fusion/functional/concepts/poly.html Polymorphic Function Object]]
  53. [def __random_access__ [@http://www.boost.org/doc/libs/release/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html Random Access Sequence]]
  54. [def __forwarding__ [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm Forwarding Function Problem]]
  55. [def __boost_mpl__ [@http://boost.org/libs/mpl/doc/index.html Boost.MPL]]
  56. [def __boost_range__ [@http://boost.org/libs/range/index.html Boost.Range]]
  57. [def __boost_result_of__ [@http://www.boost.org/doc/libs/release/libs/utility/utility.htm#result_of Boost.Result Of]]
  58. [def __phoenix_starter_kit__ [link phoenix.starter_kit Starter Kit]]
  59. [def __phoenix_modules__ [link phoenix.modules Modules]]
  60. [def __phoenix_local_variable__ [link phoenix.modules.scope.local_variables Local Variables]]
  61. [def __phoenix_actions__ [link phoenix.inside.actions Actions]]
  62. [def __phoenix_custom_terminals__ [link phoenix.inside.custom_terminals Custom Terminals]]
  63. [def __phoenix_placeholder_unification__ [link phoenix.inside.placeholder_unification Placeholder Unification]]
  64. [def __phoenix_lazy_list__ [link phoenix.lazy_list Lazy List]]
  65. [def __unspecified__ /unspecified/]
  66. [/ Defines for maintenance tools ]
  67. [def __git__ [@http://git-scm.com Git ]]
  68. [def __git_branching_model__ [@http://nvie.com/posts/a-successful-git-branching-model/ git branching model]]
  69. [/ Defines for operating systems ]
  70. [def __ubuntu__ [@http://www.ubuntu.com/ Ubuntu ]]
  71. [/ Defines for compilers.]
  72. [def __clang__ [@http://clang.llvm.org Clang ]]
  73. [def __gcc__ [@https://gcc.gnu.org gcc ]]
  74. [def __msvc__ [@https://msdn.microsoft.com/en-us/vstudio/hh386302.aspx MSVC]]
  75. [include preface.qbk]
  76. [include what_s_new.qbk]
  77. [include introduction.qbk]
  78. [include starter_kit.qbk]
  79. [include basics.qbk]
  80. [include organisation.qbk]
  81. [include actors.qbk]
  82. [include modules.qbk]
  83. [include inside.qbk]
  84. [include examples.qbk]
  85. [include lazy_list.qbk]
  86. [include maintenance.qbk]
  87. [include wrap_up.qbk]
  88. [include acknowledgment.qbk]
  89. [include references.qbk]
  90. [/endsect] [/added because it was complaining!]