Commit Graph

  • 32132db270 Applied patches from ticket #900; fixes #900 Jeremiah Willcock 2009-06-05 01:47:37 +0000
  • 67c24ecd48 Use boost/detail/container_fwd.hpp. Fixes #2601 Steven Watanabe 2009-06-05 01:43:39 +0000
  • 10f7e50ff9 Add result_type to lambda::ret. Fixes #1222 Steven Watanabe 2009-06-05 01:20:06 +0000
  • ba00fadcc2 Workaround gcc problems with -pedantic. Fixes #613 Steven Watanabe 2009-06-05 00:42:44 +0000
  • 66211bc518 Add missing dependencies Dave Abrahams 2009-06-04 23:27:40 +0000
  • 0363a5c7ed Spirit: fixed problem in lexertl library Hartmut Kaiser 2009-06-04 19:06:16 +0000
  • 9d670f1371 Commented out old add() routine. Ben Hanson 2009-06-04 19:02:29 +0000
  • c2fdaad643 Syntax error (missing underscore) Ben Hanson 2009-06-04 17:33:02 +0000
  • 54da9bbc1a Attempt to fix up new add() routine. Ben Hanson 2009-06-04 17:10:23 +0000
  • 51e5bc2a27 Writing docs tweaks from Robert Stewart. Daniel James 2009-06-04 16:43:30 +0000
  • 1949d4a824 Spirit: reverted latest lexer change to circumvent hitting current bug in lexertl Hartmut Kaiser 2009-06-04 14:10:18 +0000
  • bb3c690153 Merged [53599] to release. Fixes #3125. Frank Mori Hess 2009-06-04 13:26:30 +0000
  • 841cd9a7ab provided erase() reentrancy even in invariant checking mode Joaquín M López Muñoz 2009-06-04 13:05:10 +0000
  • a8df12fe8e Changed tick_per_second constant type to avoid possible value truncation. Related to #2824. Andrey Semashev 2009-06-04 12:18:59 +0000
  • 28ddfa194d Fixes #3094. Andrey Semashev 2009-06-04 11:52:28 +0000
  • 5444e9743f Fixes #3094. Andrey Semashev 2009-06-04 11:52:06 +0000
  • 695e5de9bc The std::tm instances are zero initialized before usage. Related to #1859. Andrey Semashev 2009-06-04 11:40:18 +0000
  • fd31abdb80 Fixes #3105. Andrey Semashev 2009-06-04 11:36:43 +0000
  • 5f19a53f27 Fixes #3105. Andrey Semashev 2009-06-04 11:35:44 +0000
  • a3f127554e Added explicit include of special_defs.hpp. Andrey Semashev 2009-06-04 11:29:04 +0000
  • 2d7f643f4f Fixes #3015. Andrey Semashev 2009-06-04 11:22:11 +0000
  • 8923b934f3 The std::tm instances are zero initialized before usage. Related to #1859. Andrey Semashev 2009-06-04 11:18:56 +0000
  • 1ba8ed1056 Include missing #include of 'iterator'. Vladimir Prus 2009-06-04 10:09:15 +0000
  • 33866fdc78 Fixes #2809. Andrey Semashev 2009-06-04 10:07:42 +0000
  • bdd83ee0c8 Fixes #2710. Andrey Semashev 2009-06-04 09:48:01 +0000
  • 1fa16511e2 Fixes #2710. Andrey Semashev 2009-06-04 09:47:12 +0000
  • dbc253be5e Cleanup function_types Jamfile. Vladimir Prus 2009-06-04 09:36:17 +0000
  • 3b24010a90 Merged fixes for #287, #1859 and partially #1861. Improved diagnostics in case of test failures. Andrey Semashev 2009-06-04 08:24:49 +0000
  • b0feefca6c Include old version of add() until new version debugged. Ben Hanson 2009-06-04 07:23:56 +0000
  • 707c1fdd47 Add new 'convert' main target Vladimir Prus 2009-06-04 06:14:55 +0000
  • 7645774094 Spirit: fixing a attribute propagation problem in Karma alternatives Hartmut Kaiser 2009-06-04 01:17:29 +0000
  • 28786fe42d The move tests pass on 64 bit visual c++. Daniel James 2009-06-03 22:48:49 +0000
  • b42bdffe92 Link footnotes back to their location in the document. Daniel James 2009-06-03 22:48:35 +0000
  • 8d6972a905 Use the second paragraph of Robert's introduction as an introduction to the standard guidelines section. Reintroduce the reference to the standard and link to the 'more information' section. Daniel James 2009-06-03 22:48:22 +0000
  • 3f74db5e1e New introduction and web reference guidelines, by Robert Stewart. Daniel James 2009-06-03 22:48:11 +0000
  • 446154dc1d Spirit: fixed another problem in attribute handling for Karma sequences taking a std vector as its attribute Hartmut Kaiser 2009-06-03 22:42:10 +0000
  • c064162dc9 Spirit: fixed a problem in attribute handling for Qi sequences taking a std container as its attribute, added corresponding tests Hartmut Kaiser 2009-06-03 22:41:36 +0000
  • 6dadc5b270 Spirit: fixed a problem in karma::format_manip class Hartmut Kaiser 2009-06-03 18:40:01 +0000
  • 2da9df0d2c Spirit: updated implementation for latest lexertl changes (tests fail, though, because of a problem in lexertl) Hartmut Kaiser 2009-06-03 18:39:13 +0000
  • 062e630de7 Spirit: fixed a problem in attribute handling for Karma sequences taking a std vector as its attribute Hartmut Kaiser 2009-06-03 18:37:55 +0000
  • cd4468472f Throw exception if '/' is encountered (lookahead operator). Ben Hanson 2009-06-03 16:33:39 +0000
  • 06cf0bd6aa Merge [47295] to release. Ronald Garcia 2009-06-03 14:45:12 +0000
  • 6c3dc48471 Merged change over from trunk. Added documentation for unwrap_ref. Ronald Garcia 2009-06-03 14:36:08 +0000
  • 466f0f7f80 Added test for and fixed compile errors in signal::set_combiner() and combiner() methods. Refs #3125. Frank Mori Hess 2009-06-03 13:43:51 +0000
  • 919598a5ec Spirit: applied patch allowing to use lazy constructs in directives for Karma Hartmut Kaiser 2009-06-03 12:48:10 +0000
  • 5442fe1cc1 Fusion: merging from trunk Hartmut Kaiser 2009-06-03 12:44:26 +0000
  • 2c072ce811 Try and fix build errors with VC-10 beta. John Maddock 2009-06-03 11:24:22 +0000
  • 8043744114 fix to allow directives over lazy parsers Joel de Guzman 2009-06-03 10:35:32 +0000
  • 4c9690912c fix to allow directives over lazy parsers Joel de Guzman 2009-06-03 10:35:07 +0000
  • 9bdcf8b86d Merged revisions 53158,53182,53334,53337,53419,53421,53521,53566-53568,53578,53590 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-06-03 04:32:30 +0000
  • e201dabb21 don't copy singular iterators, fixes #3124 Eric Niebler 2009-06-03 01:45:48 +0000
  • 21d37fc110 Spirit: fixing the latest fix Hartmut Kaiser 2009-06-03 01:24:11 +0000
  • 346e28e144 Spirit: fixing the latest fix Hartmut Kaiser 2009-06-03 01:23:00 +0000
  • ed8c8e47bf Wave: added --macrocounts/-c command line option to wave driver tool allowing to collect macro invocation counts Hartmut Kaiser 2009-06-03 01:06:42 +0000
  • 1cfabc5d71 Spirit: fixed a problem with Karma alternatives Hartmut Kaiser 2009-06-03 00:05:58 +0000
  • 82622755ef add lighter-weight BasicPrimitiveTransform concept, op metafunctions model that instead of PrimitiveConcept for better compile times Eric Niebler 2009-06-02 21:33:28 +0000
  • 8fedfc938b Allow absolute to be printed to std::wostream. Fixes #3089 Steven Watanabe 2009-06-02 21:02:56 +0000
  • f90e6ebe7a Added add_macros() and merge_macros(). Ben Hanson 2009-06-02 19:01:39 +0000
  • 485ad6e356 fixed bug exposed by VC9 Joel de Guzman 2009-06-02 16:13:16 +0000
  • 2894297b59 Copying some cmake files added to release branch back to trunk. Frank Mori Hess 2009-06-02 14:30:13 +0000
  • 4767dcd107 Merged [53554] from trunk to release. Frank Mori Hess 2009-06-02 14:26:15 +0000
  • c0eb06bc02 Fixed my email address. Frank Mori Hess 2009-06-02 14:22:53 +0000
  • 15ac802335 Merged Boost.Signals2 revisions r53132:53548 from trunk to release. Frank Mori Hess 2009-06-02 14:18:22 +0000
  • 9472d91eca fix broken test Eric Niebler 2009-06-02 07:28:17 +0000
  • 244404eeac misc clean-up and compile time tweaks Eric Niebler 2009-06-02 07:26:49 +0000
  • 06f0e5209d reduce number of template instantiations Eric Niebler 2009-06-02 05:46:21 +0000
  • 8a32ce273d Spirit: fix #1953 Hartmut Kaiser 2009-06-02 01:45:25 +0000
  • 4c1700ff97 Spirit repository: Jamfile fix Hartmut Kaiser 2009-06-02 01:44:53 +0000
  • fc59cd7bd8 Spirit: fix #1953 Hartmut Kaiser 2009-06-02 01:43:59 +0000
  • e865e08f03 Spirit: fix #2351 Hartmut Kaiser 2009-06-02 01:38:49 +0000
  • 607df39101 Spirit: fix #2351 Hartmut Kaiser 2009-06-02 01:37:52 +0000
  • d8b87dbd0e Spirit: fix #2432 Hartmut Kaiser 2009-06-02 01:19:06 +0000
  • 7ecbee300f Spirit: fix #2432 Hartmut Kaiser 2009-06-02 01:18:08 +0000
  • 7fa93005f4 Re-added the exterior property labeling framework under a different name Andrew Sutton 2009-06-01 21:44:35 +0000
  • 3fd39a4879 Move the documentation documentation into sandbox for now. Daniel James 2009-06-01 20:56:10 +0000
  • 3a37a309db Work around overload resolution failures on gcc 3.4 Frank Mori Hess 2009-06-01 19:42:04 +0000
  • b02078b644 Should set the colour whenever setting the background in css. Daniel James 2009-06-01 19:34:49 +0000
  • a1e04c4652 Fix the unordered_map declaration in the tutorial. Fixes #3119. Daniel James 2009-06-01 19:22:27 +0000
  • 948feb0ddc Extra guidelines for writing documentation for the web. Daniel James 2009-06-01 19:18:00 +0000
  • f09981ba8a Get the type of the initializer_list right. Daniel James 2009-06-01 19:17:49 +0000
  • 6fa1834c20 Tweaked appearance of member classes/structs/unions in a class synopsis so they don't run together with previous typedefs or static constants, but are separated by a blank line and comment. Frank Mori Hess 2009-06-01 18:01:10 +0000
  • 53a3e1f12c Fixed problems with classname elements producing links to classes in old Boost.Signals when I meant them to link to Boost.Signals2 classes. Removed deprecated stuff from documentation and updated wrt to changes made for the sake of the variadic template implementation. Added section on changes to interface which will appear in 1.40. Frank Mori Hess 2009-06-01 17:58:34 +0000
  • 54f65a3092 Spirit: applying patch from ticket #2517 Hartmut Kaiser 2009-06-01 16:04:26 +0000
  • ee5e6fe3b4 Spirit: applying patch from ticket #2517 Hartmut Kaiser 2009-06-01 16:03:47 +0000
  • efb70a0b04 Spirit: fixing ticket #2706 Hartmut Kaiser 2009-06-01 16:02:01 +0000
  • b91f0de284 Spirit: fixing ticket #2706 Hartmut Kaiser 2009-06-01 16:01:03 +0000
  • 9d07736da8 Spirit.Classic: fix #2858 Hartmut Kaiser 2009-06-01 15:00:03 +0000
  • 2f7a85c0f0 Spirit.Classic: fix #2858 Hartmut Kaiser 2009-06-01 14:59:17 +0000
  • 3d91aacaf2 Spirit: refactored loop to avoid warning about assignment in conditional expression (fix #2902) Hartmut Kaiser 2009-06-01 14:56:10 +0000
  • 23f60f410c Spirit: refactored loop to avoid warning about assignment in conditional expression Hartmut Kaiser 2009-06-01 14:55:02 +0000
  • 28c64b8e61 Spirit.Classic: fixing #3066 Hartmut Kaiser 2009-06-01 14:53:12 +0000
  • 08078f5b05 Spirit.Classic: fixing #3066 Hartmut Kaiser 2009-06-01 14:44:17 +0000
  • 9160fb1b25 Spirit.Classic: Fixing #3085 Hartmut Kaiser 2009-06-01 14:33:13 +0000
  • ea2b5d29d1 Removed debug output. Frank Mori Hess 2009-06-01 13:07:09 +0000
  • 4bd6ad261c Fix #640 in sources Aleksey Gurtovoy 2009-06-01 12:55:33 +0000
  • 8245b831fc Bring up MPL refmanual docs generation Aleksey Gurtovoy 2009-06-01 11:50:35 +0000
  • 4dbca8575b Optimized the from_stream_type function. In case if no locales support available the code was modified to fix possible character code truncation. Related to #287. Andrey Semashev 2009-06-01 09:51:34 +0000
  • a0a9234fb3 Improved diagnostics in case of test failure. Andrey Semashev 2009-06-01 09:02:43 +0000
  • 9a50c58944 Added missing include Andrey Semashev 2009-06-01 09:00:02 +0000
  • 28a09d4c67 Fix typo. Daniel James 2009-06-01 06:52:36 +0000