Commit Graph

  • 2f6d263e3a attempt to address failures with MingW Robert Ramey 2010-06-27 18:47:15 +0000
  • 9279f39150 attempt to address failures with MingW Robert Ramey 2010-06-27 18:46:39 +0000
  • c7714b16f2 Add copyright for boost build documentaiton. Daniel James 2010-06-27 17:00:11 +0000
  • 2c0c4a0917 Missing bracket. Daniel James 2010-06-27 16:58:48 +0000
  • 03fd13decb Only check for apple macros under boost. Daniel James 2010-06-27 16:40:28 +0000
  • f66d050bca Check for undefined apple macros. Daniel James 2010-06-27 16:40:03 +0000
  • 03854e7d70 Don't complain about an id immediately followed by a name. Daniel James 2010-06-27 16:39:36 +0000
  • 94926a4d55 Fix some links in date_time. Daniel James 2010-06-27 16:38:50 +0000
  • e05461924c Assumption that Apple build 5659 of GNU 4.2.1 patched all value-initialization compiler bugs appears wrong, according to minion-clang-boost-bin-v2-libs-config-test-config_test-test-darwin-4-2-1-debug.html. Reverted [63249], see #4080. Niels Dekker 2010-06-27 11:14:54 +0000
  • df271e8272 Add msvc 10 solution and projects Beman Dawes 2010-06-27 01:21:25 +0000
  • cd4492ba42 Try to make the generation of PNGs from latex a bit more robust. Steven Watanabe 2010-06-26 21:08:54 +0000
  • 24864613ce Some doc cleanup. Steven Watanabe 2010-06-26 20:42:30 +0000
  • bf0b8b78ab Allow inclusion of typeof.hpp for compilers (borland) that does not support typeof emulation or native typeof. For these compilers, BOOST_TYPEOF_EMULATION_UNSUPPORTED will be defined, and BOOST_TYPEOF(Expr) will always result in boost::type_of::typeof_emulation_is_unsupported_on_this_compiler Peder Holt 2010-06-26 20:28:49 +0000
  • eb4c1c7e2f Correct macro dispaly Beman Dawes 2010-06-26 19:46:07 +0000
  • 078eebc5ec Added documentation of BOOST_TYPEOF_SILENT Peder Holt 2010-06-26 19:12:01 +0000
  • 974af5995e Fix test missing cvt argument. Add debugging output in case that doesn't fix problem. Beman Dawes 2010-06-26 19:06:58 +0000
  • b91d074d4a make sure that default arguments for parameters that start a new line are highlighted. Steven Watanabe 2010-06-26 17:23:54 +0000
  • 0d66df69e1 Keep the quickbook documentation compatible with the last version. Daniel James 2010-06-26 15:56:03 +0000
  • b816f4a53a Merged revisions 63305-63306 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-26 14:39:00 +0000
  • a38b959dcd Merge documentation fixes. Daniel James 2010-06-26 12:30:09 +0000
  • 6dd0c4aae1 Detab some jamfiles. Daniel James 2010-06-26 12:10:47 +0000
  • 9688313645 Don't require commas between authors. Daniel James 2010-06-26 12:09:56 +0000
  • 22a5a350b7 Made identity_property_maps typed Jeremiah Willcock 2010-06-26 02:18:06 +0000
  • 25f5d37033 Added (undocumented) functions for loop-erased random walk and random generation of spanning trees Jeremiah Willcock 2010-06-26 00:43:33 +0000
  • b1411bb7b8 Added default constructors to some function objects Jeremiah Willcock 2010-06-26 00:42:34 +0000
  • 68c31bf818 Fixed header inclusion order Jeremiah Willcock 2010-06-26 00:42:15 +0000
  • b49e410e3b Fix a few typos and copy/paste errors. Steven Watanabe 2010-06-26 00:15:56 +0000
  • fec516df6c Add extreme_value_distribution. Steven Watanabe 2010-06-25 23:53:34 +0000
  • dcfcef9897 Fixed typo Jeremiah Willcock 2010-06-25 23:44:26 +0000
  • ff381de6a2 Add weibull_distribution. Steven Watanabe 2010-06-25 22:22:53 +0000
  • 6365f7ef70 Sync shuffle_order_engine with C++0x. Steven Watanabe 2010-06-25 21:23:20 +0000
  • 59f52c57dd Extend operator workarounds to Sun CC. Steven Watanabe 2010-06-25 16:35:06 +0000
  • a079760ce9 fix oops Eric Niebler 2010-06-25 14:02:56 +0000
  • f5782c67c2 support user-defined assertions with placeholders for non-local variables Eric Niebler 2010-06-25 13:49:03 +0000
  • b5ed37180f bugfix (wrong handling in case of transition conflict) Christophe Henry 2010-06-25 11:50:41 +0000
  • 5daf8a872d Merge iostreams from the trunk. Steven Watanabe 2010-06-25 07:19:54 +0000
  • 5491838f3a Document private mapping with mapped_file. Refs #1612. Steven Watanabe 2010-06-24 21:22:16 +0000
  • 86079edefd Add back missing Boost license. Steven Watanabe 2010-06-24 20:30:57 +0000
  • ae5b125faa fix path_unit_test wrong assumption about what characters system's default locale codecvt facet can accept Beman Dawes 2010-06-24 20:16:30 +0000
  • fe1e6d1366 Protect get_thread_info from macro expansion to prevent errors on Haiku. Fixes #4341. Steven Watanabe 2010-06-24 19:38:16 +0000
  • a5f7cd6f76 Fix ambiguity with long random() in stdlib.h for darwin-4.2.1 Steven Watanabe 2010-06-24 18:12:50 +0000
  • a827314984 Attempt to fix Sun CC's problems with rand48. Steven Watanabe 2010-06-24 18:03:17 +0000
  • 9e50e3618b Attempt to fix msvc-7.1 errors in subtract_with_carry. Steven Watanabe 2010-06-24 15:58:41 +0000
  • 8f26dad6f8 Document path::codecvt_type arguments Beman Dawes 2010-06-24 15:02:30 +0000
  • 608085eb4b Fix shadowing of template parameters in linear_congruential_engine. Fixes #4371. Steven Watanabe 2010-06-24 14:34:42 +0000
  • f79517878e Provide const codecvt& arguments for all applicable class path functions Beman Dawes 2010-06-24 11:10:37 +0000
  • 160708e6ca try preventing Intel from timing out Christophe Henry 2010-06-24 09:37:31 +0000
  • b75f7a4eac Merged revisions 61876,63280 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-06-24 04:21:07 +0000
  • 98f2655782 qualify calls to ignore_unused Eric Niebler 2010-06-24 04:08:23 +0000
  • bd70d8d545 Sync ranlux with C++0x. Steven Watanabe 2010-06-24 03:57:42 +0000
  • 3000fb0139 Sync discard_block with C++0x. Steven Watanabe 2010-06-24 03:05:45 +0000
  • 14fc4d538a removed hack and used straight template instantiation Joel de Guzman 2010-06-24 02:02:56 +0000
  • 8d838f41e9 A few more fixes for msvc-7.1 Steven Watanabe 2010-06-24 00:44:28 +0000
  • 5ce03982e3 Sync subtract_with_carry with C++0x. Steven Watanabe 2010-06-24 00:25:52 +0000
  • d04f74aeef Sync linear_congruential with C++0x. Steven Watanabe 2010-06-23 20:55:43 +0000
  • 350a9b4111 Added more quoting Jeremiah Willcock 2010-06-23 20:51:30 +0000
  • 1d54e5a9cf Made Graphviz writer quote and escape output strings properly; added linkage to boost_graph in test program; added note about needing -lboost_regex in documentation Jeremiah Willcock 2010-06-23 20:46:22 +0000
  • d0315aae7a Merge quickbook. Daniel James 2010-06-23 19:33:37 +0000
  • 49893eddd9 fix for 300s limit Christophe Henry 2010-06-23 19:26:42 +0000
  • 23a5569331 Add missing using for Sun. Steven Watanabe 2010-06-23 18:47:56 +0000
  • 2c7d2df96a Some optimizations to mersenne_twister. Steven Watanabe 2010-06-23 18:15:27 +0000
  • 5344b6aba1 Merge trunk Beman Dawes 2010-06-23 17:39:53 +0000
  • b349950d96 Remove erroneous space in command line example Beman Dawes 2010-06-23 17:15:04 +0000
  • fc789632f7 cleanup of html Luke Simonson 2010-06-22 22:04:18 +0000
  • 6eb9e7f2d2 cleanup of html Luke Simonson 2010-06-22 22:03:20 +0000
  • aa03b10d94 fixing colinear and duplicate points in hole fracturing of 45-degree polygons Luke Simonson 2010-06-22 21:59:24 +0000
  • c82d053961 fixing colinear and duplicate points in hole fracturing of 45-degree polygons Luke Simonson 2010-06-22 21:59:08 +0000
  • 2d2a684de8 Removed BOOST_NO_COMPLETE_VALUE_INITIALIZATION from Apple build of GCC (trunk), based on test results and feedback from Chris Jefferson. see #4080. Niels Dekker 2010-06-22 21:49:44 +0000
  • 7e4635fba3 Sync gamma_distribution with C++0x. Fixes #3888. Steven Watanabe 2010-06-22 20:22:41 +0000
  • 78d82481f3 Added boost:: to all uses of tie() to disambiguate from std version Jeremiah Willcock 2010-06-22 18:02:43 +0000
  • b45abbea6e removing bad file Luke Simonson 2010-06-22 17:27:33 +0000
  • 14adeea3d5 Boykov-Kolmogorov max-flow updates and some small typo fixes Jeremiah Willcock 2010-06-22 15:38:02 +0000
  • 17dad9837a Fix vc71 errors, take 2. Steven Watanabe 2010-06-22 15:29:59 +0000
  • c71d6238f7 Disambiguated boost::tie Jeremiah Willcock 2010-06-22 14:38:45 +0000
  • bdb507c9e9 Fixed some missing name changes in the documentation. Andrew Sutton 2010-06-22 13:11:03 +0000
  • 02e1a91240 Workaround for IBM, old GCC, and other non-conforming compilers. Beman Dawes 2010-06-22 10:56:51 +0000
  • a0cff5ad00 Oops. I accidentally checked in an old change to my subversion check out. Daniel James 2010-06-22 07:47:10 +0000
  • ddc8be2bb3 Remove the directories properly this time. Daniel James 2010-06-22 07:38:21 +0000
  • d8961e7fd4 Remove people and wiki directories. Daniel James 2010-06-22 07:17:06 +0000
  • cadcd408ea Document intersects. Fixes #2837. Steven Watanabe 2010-06-22 04:38:42 +0000
  • 609f4727bc Fix a copy/paste error. Steven Watanabe 2010-06-22 04:20:26 +0000
  • fc011ae671 Document repetitive_view. Fixes #1864. Steven Watanabe 2010-06-22 04:17:12 +0000
  • 835af76519 Adjust heading in the inspection report. Fixes #4134. Steven Watanabe 2010-06-22 03:30:12 +0000
  • 94102d2a7f Sync mersenne_twister with C++0x. Steven Watanabe 2010-06-22 02:30:09 +0000
  • 606af52ca7 Use __SUNPRO_CC instead of SUNPRO_CC. Fixes #4363. Steven Watanabe 2010-06-22 01:59:23 +0000
  • c3a48d97e0 Avoid deprecated name Beman Dawes 2010-06-22 01:41:30 +0000
  • 42e1babf75 restoring lost file Luke Simonson 2010-06-21 22:59:33 +0000
  • 342eb43c6c restoring images lost during copy from trunk Luke Simonson 2010-06-21 22:44:34 +0000
  • 2218afb4f6 Merge the administrivia for polygin & msm. And some other small changes that got picked up at the same time. Daniel James 2010-06-21 21:19:04 +0000
  • 459d395526 Update status from release. Daniel James 2010-06-21 21:00:05 +0000
  • 5c529e9853 Add new libraries to root/index.html Daniel James 2010-06-21 20:53:25 +0000
  • fc954e8142 Update libs/libraries.htm from release. Daniel James 2010-06-21 20:37:28 +0000
  • 327b255b4a Only use '/doc/src/' for images in the main boost repository. Daniel James 2010-06-21 20:36:47 +0000
  • d4e223bb5d initial checkin to release branch for polygon Luke Simonson 2010-06-21 16:16:33 +0000
  • 2d5e3f3a2e Adding new bk_maxflow reference to the ToC. Andrew Sutton 2010-06-21 15:43:42 +0000
  • 932f1fc969 Renaming kolmogorov_max_flow to boykov_kolmogorov_max_flow. Andrew Sutton 2010-06-21 15:35:42 +0000
  • feabf6bb9a Attempt to fix Sun and msvc-7.1 errors. Steven Watanabe 2010-06-21 15:13:11 +0000
  • 43a13ff778 Fix #4269. A better solution is for the user to move to version 3, which has a new tutorial. Beman Dawes 2010-06-21 13:22:45 +0000
  • c5e342bfa9 Fix #4248 W.R.T. BOOST_FILESYSTEM_NO_DEPRECATED and BOOST_SYSTEM_NO_DEPRECATED Beman Dawes 2010-06-21 13:13:20 +0000
  • fc5e5a3c90 Fix #3474, memory leak on exception. First reported by Chis Kohlhoff. Beman Dawes 2010-06-21 12:25:40 +0000