Commit Graph

  • ed3bd0a5df Add signals2 to the PDF docs built. John Maddock 2009-08-21 18:48:50 +0000
  • 8801cd37a3 Merge: Force shared runtime if using ICU. Vladimir Prus 2009-08-21 16:55:51 +0000
  • c82ef46ad1 Use base_unit_info when computing the name of a scaled base_unit. Fixes #3360. Steven Watanabe 2009-08-21 13:19:36 +0000
  • 451290132f Merge: Fix type in 'user-config.jam' in diagnostic message Vladimir Prus 2009-08-21 12:46:00 +0000
  • b23a40334f Fix type in 'user-config.jam' in diagnostic message Vladimir Prus 2009-08-21 12:44:17 +0000
  • f983236d22 Suppress GCC warnings. John Maddock 2009-08-20 17:27:24 +0000
  • 7322de8ab0 remove "non_convertible" header. Robert Ramey 2009-08-20 17:19:08 +0000
  • 477ae5a629 Make the unrolled implementation of all work for multiples of four. Fixes #2599. Steven Watanabe 2009-08-20 14:01:39 +0000
  • 3c8b909b25 Force shared runtime if using ICU. Vladimir Prus 2009-08-20 12:05:55 +0000
  • 58c2c7bfbe Merge from trunk per Doug Beman Dawes 2009-08-20 11:02:08 +0000
  • 96ba519f22 Apply patch from issue #3354. Fixes #3354. John Maddock 2009-08-20 10:43:44 +0000
  • fd810c55ac MPL: merge fix for #3337 from the trunk (thanks Steven!) Aleksey Gurtovoy 2009-08-20 07:50:16 +0000
  • 061bcad247 correct error in exception handling Robert Ramey 2009-08-20 05:38:50 +0000
  • c9589a19f7 Include warning when serialization pointers with implementation level set to "object_serializable" with tracking set to "track_selectively" Robert Ramey 2009-08-20 05:36:16 +0000
  • 0e31e93441 Fix error in export functionality: a) set key when etf record is constructed. b) make corrections in no_rtti type system c) make no_rtti type system more robust and self-diagnosing Robert Ramey 2009-08-20 05:32:59 +0000
  • fcdde56ae6 Fix error in export functionality: a) set key when etf record is constructed. b) make corrections in no_rtti type system c) make no_rtti type system more robust and self-diagnosing Robert Ramey 2009-08-20 05:32:13 +0000
  • bc1592008d Merged documentation changes from trunk: Christopher Kohlhoff 2009-08-19 23:39:44 +0000
  • 2604641cc8 Provide definitions for the dummy structs used by has_push_back_impl and has_push_front_impl so that they work with Fusion containers. Fixes #3337. Steven Watanabe 2009-08-19 22:52:27 +0000
  • 0c6e0b62f6 Merged revision 55500 from trunk: Christopher Kohlhoff 2009-08-19 22:47:35 +0000
  • 15d9cc78b7 Clarify that deadline_timer uses a UTC-based clock by default. Christopher Kohlhoff 2009-08-19 22:44:02 +0000
  • f568492082 Add revision history to docs. Christopher Kohlhoff 2009-08-19 22:29:34 +0000
  • 399ccb6014 Fixed edge doubling for copying from an undirected graph to a CSR graph; fixes #3357 Jeremiah Willcock 2009-08-19 20:54:42 +0000
  • e3d83bf3f5 Merged revisions 55656 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2009-08-19 16:52:15 +0000
  • 0a01c10415 Wave: preparing for Boost V1.41 Hartmut Kaiser 2009-08-18 20:27:00 +0000
  • 85f32fc7e5 Wave: pending commits Hartmut Kaiser 2009-08-18 20:26:01 +0000
  • 7e311e960e Spirit: documentation updates Hartmut Kaiser 2009-08-18 20:23:50 +0000
  • fb51708f13 Spirit: added missing files Hartmut Kaiser 2009-08-18 20:21:58 +0000
  • a055e0ae1c fix proto::_value array handling under C++0x mode, fixes #3338 Eric Niebler 2009-08-18 20:04:56 +0000
  • 47c3fdcb41 Spirit: add missing include François Barel 2009-08-18 12:53:03 +0000
  • 9239871114 Workaround for IBM compiler issue, see issue #3324. John Maddock 2009-08-18 11:37:46 +0000
  • 8d835526a3 Merge boost/mpl fixes from the trunk Aleksey Gurtovoy 2009-08-18 05:16:53 +0000
  • bb8cc00a94 Merge libs/mpl from the trunk Aleksey Gurtovoy 2009-08-18 05:00:17 +0000
  • 0b70fd1319 Spirit: fixing multi_pass compiler errors on newer gcc compilers Hartmut Kaiser 2009-08-18 02:44:07 +0000
  • 6242d44b51 Applied more high_resolution_timer fixes provided by Edward Grace Hartmut Kaiser 2009-08-18 02:17:03 +0000
  • 0b8ef67b69 More MPL refmanual fixes Aleksey Gurtovoy 2009-08-18 01:22:15 +0000
  • 985f39d140 python library: sync with trunk to adopt recent exec.cpp fixes Ralf W. Grosse-Kunstleve 2009-08-18 01:08:46 +0000
  • dd3704548b MPL refmanual fixes Aleksey Gurtovoy 2009-08-18 01:03:26 +0000
  • 4cf53f2064 libs/python/test/exec.cpp: new exercise_embedding_html(), in reaction to https://svn.boost.org/trac/boost/ticket/1890 Ralf W. Grosse-Kunstleve 2009-08-18 00:49:05 +0000
  • 3bf6587df5 libs/python/src/exec.cpp: bug fixes Remark: operator!() for boost::python::object invokes PyObject_IsTrue() and is therefore not equivalent to "is None". In this particular case !global or !local returns true for an empty dict. (Changes to libs/python/test/exec.cpp just helped in debugging.) Ralf W. Grosse-Kunstleve 2009-08-18 00:24:54 +0000
  • 574cf70c5d MPL refmanual: add forgotten docs Aleksey Gurtovoy 2009-08-17 23:36:52 +0000
  • 76c3f77031 boost/python, libs/python: all changes from trunk merged into branches/release (without any manual modifications) Ralf W. Grosse-Kunstleve 2009-08-17 21:01:18 +0000
  • fd0b15716e Updated MPL refmanul docs + new style Aleksey Gurtovoy 2009-08-17 11:30:52 +0000
  • 075727be7d Assign copyright back to Eric (fixing copy & paste error in changeset 55621) Aleksey Gurtovoy 2009-08-17 11:01:40 +0000
  • e8a901f9b3 Assign copyright back to Eric (fixing copy & paste error in changeset 55621) Aleksey Gurtovoy 2009-08-17 10:45:29 +0000
  • 2873528296 MPL refmanul: fix copyrights, move all build files in the _build dir Aleksey Gurtovoy 2009-08-17 10:27:13 +0000
  • dd1f26ad31 Spirit: doc update (added doc for repeat[] directive, minor additions and corrections all over the place) Hartmut Kaiser 2009-08-16 22:54:12 +0000
  • a2b2d87c7b Spirit: adding missing header files Hartmut Kaiser 2009-08-16 22:52:36 +0000
  • 27205e87c1 Spirit: make inherited attributes work with multiple subrules François Barel 2009-08-16 13:43:12 +0000
  • cd9c8441e3 Spirit: make Karma tests more verbose on failure François Barel 2009-08-16 09:26:05 +0000
  • 059afabbb4 Spirit: more work on docs Hartmut Kaiser 2009-08-15 21:56:17 +0000
  • 297c115b55 Fix #3346 boost/detail/scoped_enum_emulation.hpp enum_t conflict with Unix rpc/types.h Beman Dawes 2009-08-15 14:20:28 +0000
  • a9330a5f92 Spirit: docs again Hartmut Kaiser 2009-08-15 02:54:37 +0000
  • eb2a635455 Spirit: factored out floating point conversion into a separate header Hartmut Kaiser 2009-08-14 22:27:52 +0000
  • 3a5d61b84a Spirit: working around a mac specific problem Hartmut Kaiser 2009-08-14 22:26:41 +0000
  • cd56e470b7 Spirit: delete old html files Hartmut Kaiser 2009-08-14 21:45:10 +0000
  • d00d6c2449 Spirit: Fixed broken docs Hartmut Kaiser 2009-08-14 21:40:14 +0000
  • fb1a2de90c Spirit: no longer tie subrules to a skipper/delimiter type François Barel 2009-08-14 21:14:01 +0000
  • b3b72b5066 Spirit: doc update for real_policy changes, added example printf_style_double_format Hartmut Kaiser 2009-08-14 20:26:59 +0000
  • 15317a7478 Spirit: adjustments to real_policies to accommodate more use cases Hartmut Kaiser 2009-08-14 20:25:02 +0000
  • 89d8c47153 Even though Windows CE has BOOST_NO_STDC_NAMESPACE defined (since STLport doesn't always move everything to std::), numeric_limits and w_int are not in the global namespace. David Deakins 2009-08-14 17:06:30 +0000
  • d1e5e56a35 Spirit: adding Karma subrules to repository François Barel 2009-08-14 16:39:56 +0000
  • d9fc53989d Spirit: added gettimeofday based implementation for high_resolution_timer (thanks to Edward Grace) Hartmut Kaiser 2009-08-14 12:46:24 +0000
  • 59d224a435 Spirit: simplified an example Hartmut Kaiser 2009-08-14 02:39:51 +0000
  • 8a881cb8c4 Spirit: minor adjustment to output_iterator Hartmut Kaiser 2009-08-14 01:11:37 +0000
  • 94c7be595d Spirit: trying to fix compilation problems with older versions of Boost while BOOST_SPIRIT_DEBUG is defined Hartmut Kaiser 2009-08-14 00:53:25 +0000
  • 1e8a6c31ab Fix bug in the code for finding a basis for a set of base units. Steven Watanabe 2009-08-13 18:50:21 +0000
  • ae2f4c8f88 Spirit: finished floating point generator section in docs Hartmut Kaiser 2009-08-13 18:01:34 +0000
  • 4ea28317bd Updated release notes to include information of modified headers for those making their own archives. Robert Ramey 2009-08-13 16:51:00 +0000
  • cb7b340ecc Fix some classname elements that resulted in links to old Boost.Signals documentation. Frank Mori Hess 2009-08-13 14:13:46 +0000
  • 4d8c9c1ab3 Spirit: add performance section to subrules doc François Barel 2009-08-13 13:00:20 +0000
  • d42d84105c Spirit: doc updates Hartmut Kaiser 2009-08-13 12:57:34 +0000
  • 430e81a612 minor typo Ion Gaztañaga 2009-08-13 04:42:52 +0000
  • 9b199751e2 minor typo Ion Gaztañaga 2009-08-13 04:41:31 +0000
  • dbb44e187f Spirit: simplified repository documentation directory structure Hartmut Kaiser 2009-08-12 22:58:47 +0000
  • aaf44f42c1 Changed calculation of epsilon in qi/real.cpp test Hartmut Kaiser 2009-08-12 22:48:00 +0000
  • 286aa9d90a Spirit: add missing includes François Barel 2009-08-12 22:10:40 +0000
  • 1afd8cf3fa Spirit: add test_headers to repository + shorten test names François Barel 2009-08-12 21:00:46 +0000
  • c4b1cb2946 Spirit: fix broken include guard François Barel 2009-08-12 20:55:05 +0000
  • e8689a5e25 Spirit: add missing includes François Barel 2009-08-12 20:11:50 +0000
  • e1b82daa29 Spirit: fixing gcc warnings Hartmut Kaiser 2009-08-12 17:34:08 +0000
  • ee3acb7fce Spirit: fixed a problem with gcc 4.1 Hartmut Kaiser 2009-08-12 17:31:19 +0000
  • b9d1f58bc8 Spirit: more test fixes Hartmut Kaiser 2009-08-12 17:28:08 +0000
  • 1f57edfe32 Spirit: fixed include path Hartmut Kaiser 2009-08-12 17:23:57 +0000
  • 5513a6ae66 Spirit: adding Qi subrules to repository François Barel 2009-08-12 14:07:46 +0000
  • d4c182358c Spirit: added the Karma example classify_char Hartmut Kaiser 2009-08-12 13:40:48 +0000
  • 603084a303 Spirit: factor out common nonterminal stuff François Barel 2009-08-12 13:06:44 +0000
  • 4fa1417aae Spirit: add subject_type typedef to reference François Barel 2009-08-12 12:41:33 +0000
  • 097d550b93 Spirit: allow use of a derived context François Barel 2009-08-12 12:39:48 +0000
  • 5a30b54d8e Spirit: remove duplicate declarations François Barel 2009-08-12 12:37:29 +0000
  • f41d7caccb Spirit: minor François Barel 2009-08-12 12:35:31 +0000
  • 141a9222ce Spirit: doc: fix typos + include paths François Barel 2009-08-12 12:33:36 +0000
  • 104871d9fc Spirit: added character range and character set generators, doc update Hartmut Kaiser 2009-08-12 03:08:47 +0000
  • 82fc2798ee Spirit: added character range and character set generators Hartmut Kaiser 2009-08-12 03:07:38 +0000
  • bbbe89182d FreeBSD 8 fixes Ion Gaztañaga 2009-08-11 21:44:18 +0000
  • f81a42f316 Spirit: fix gcc test failures when FP_NAN/FP_INFINITE are anonymous enums François Barel 2009-08-11 20:36:43 +0000
  • c8f341df2d FreeBSD 8 fixes Ion Gaztañaga 2009-08-11 17:37:36 +0000
  • 5ec558f5d6 FreeBSD 8 fixes Ion Gaztañaga 2009-08-11 17:14:39 +0000
  • 8a86c4bdf6 Properly register targets created by notfile generator. Vladimir Prus 2009-08-11 16:53:35 +0000
  • 114aff0908 Added extra space to work around buggy preprocessors Jeremiah Willcock 2009-08-11 16:36:11 +0000
  • 8d980a3171 Remove signed/unsigned warning Ion Gaztañaga 2009-08-11 08:43:30 +0000