Commit Graph

  • 3a80debf2a Filesystem: Merge trunk Beman Dawes 2009-11-13 14:41:54 +0000
  • 5d1fc5243d System: merge trunk Beman Dawes 2009-11-13 14:37:32 +0000
  • 87218bd0a1 Spirit: more static lexer updates Hartmut Kaiser 2009-11-13 14:05:33 +0000
  • 5bb808bcda Fix various Variant warnings. Addresses issue #1507. John Maddock 2009-11-13 10:07:30 +0000
  • 1201c2b8aa avoid iterator invalidation in segmented_range, fixes #3583 Eric Niebler 2009-11-13 02:52:34 +0000
  • 9c6c648a6b boost.python: merging from trunk to release (Troy Straszheim's fix for a long-standing bug) Ralf W. Grosse-Kunstleve 2009-11-13 00:40:01 +0000
  • 7383e94b61 Suppress warnings on msvc-7.1 Steven Watanabe 2009-11-12 23:01:53 +0000
  • 91a6381e63 Fix a warning on Visual C++ 7.1. Although, I don't think I'm going to be warning free on the compiler. Daniel James 2009-11-12 21:36:27 +0000
  • 2e43dc5aa7 System: fix too_many_symbolic_link_levels typo Beman Dawes 2009-11-12 20:42:09 +0000
  • 578f329d5a More rearrangement Jeremiah Willcock 2009-11-12 19:36:27 +0000
  • 323da022d7 Fix mapped file errors in windows. Refs #3505. Daniel James 2009-11-12 19:20:46 +0000
  • 31db51e9d8 Fix title of a iostream page. Daniel James 2009-11-12 19:20:29 +0000
  • b690b57153 Fix CRC on x64 during gzip decompression. Refs #3352. Daniel James 2009-11-12 19:20:09 +0000
  • 839ae95363 Support boost::ref(std::istream) in code_converter. Refs #3011. Daniel James 2009-11-12 19:19:52 +0000
  • a5efd7709d Hopefully fix #2894. Daniel James 2009-11-12 19:19:35 +0000
  • 9fc7d7d4dd This file is dead and is the only remaining place mentioning the futimes function mentioned in #2817. Daniel James 2009-11-12 19:19:15 +0000
  • f51d571ffc Add missing include guard. Refs #3010. Daniel James 2009-11-12 19:18:58 +0000
  • 099ea98ba4 Prevent ADL from finding other dispatch functions or types. Required for #2094. Daniel James 2009-11-12 19:18:42 +0000
  • d122bc50f2 Use boost::throw_exception. Refs #2094. Daniel James 2009-11-12 19:18:21 +0000
  • 1c001d7f54 Fix unthrown exceptions. Refs #3311. Daniel James 2009-11-12 19:17:56 +0000
  • ea8a6b9bb5 Allocate exceptions on the stack, not the heap. Refs #3612, by Richard Smith. Daniel James 2009-11-12 19:17:25 +0000
  • be793687b5 Fixed issues in docs, especially ToC; refs #3615 Jeremiah Willcock 2009-11-12 19:11:58 +0000
  • a7176de62b remove tabs, s/malloc/operator new/ Eric Niebler 2009-11-12 02:41:19 +0000
  • 6996c3892f do NOT copy singular iterators, fixes #3538 Eric Niebler 2009-11-12 02:18:37 +0000
  • c2d3943669 Don't use type_is_gc... type_is_gc expects a PyTypeObject, which is not what will get passed to it if we pass it to the tp_is_gc fields of static_data_object Troy D. Straszheim 2009-11-12 00:46:46 +0000
  • 4983928395 Spirit: updating static lexer support Hartmut Kaiser 2009-11-11 21:29:50 +0000
  • ca327601a4 Spirit: updating static lexer support Hartmut Kaiser 2009-11-11 21:29:20 +0000
  • 17b8054f99 Reverted Integer back to Release branch state - as per devel-list discussions. John Maddock 2009-11-11 18:57:24 +0000
  • a01207a696 Reposition CMake info, and make it clearer that it is experimental. Remove index mention entirely. Beman Dawes 2009-11-11 16:54:55 +0000
  • 1f02d544e9 Spirit: updating static lexer support Hartmut Kaiser 2009-11-11 14:57:04 +0000
  • f7e4cc6b33 Remove 'warnings-as-errors' flag that was breaking the build. Daniel James 2009-11-11 14:03:44 +0000
  • 9ee22662b0 Spirit: started to integrate re2c style code generator for lexer Hartmut Kaiser 2009-11-11 03:58:20 +0000
  • e12ee75637 Spirit: re-added missing file Hartmut Kaiser 2009-11-11 03:56:11 +0000
  • b791e7c9a0 Spirit: started to integrate re2c style code generator for lexer Hartmut Kaiser 2009-11-11 03:55:34 +0000
  • c34b55fdb8 Changed to boost::unordered_* containers instead of compiler-specific ones; made hashed containers enabled always Jeremiah Willcock 2009-11-11 02:59:25 +0000
  • 18484c71ce Fixed warnings Jeremiah Willcock 2009-11-11 02:57:44 +0000
  • 93540ccc8f Generalize the detection and addition of OSX SDKs so that it doesn't rely on a fixed feature list. Rene Rivera 2009-11-11 01:09:00 +0000
  • 9880eaf8ab Fix a warning that only shows up in release builds. Daniel James 2009-11-10 20:07:50 +0000
  • 3823b0b89a Added missing code to now be able to override apply_operation with a dynamic image ( variant ) AND a separate Info object. This fix enables such functionality. Christian Henning 2009-11-10 19:56:17 +0000
  • 00878a0a84 Filesystem: Fix #3528. Return type is bool. Beman Dawes 2009-11-10 19:45:47 +0000
  • 8203eaf40c System: Correct too_many_symbolic_link_levels misspelling. Fix #3559. Beman Dawes 2009-11-10 19:31:24 +0000
  • 68ea9ffd69 Spirit: minor whitespace edit to force incremental build to run Hartmut Kaiser 2009-11-10 18:20:00 +0000
  • 97e2fba9da Change unordered move tests to be more lenient on compilers without NRVO. Will probably need to reintroduce some of the failure markup later. Daniel James 2009-11-10 18:17:53 +0000
  • c18c11bd86 Merge from trunk Vladimir Prus 2009-11-10 17:54:32 +0000
  • 23ad40fba6 Merge: Fix generating invalid feature values for OSX version to target. Vladimir Prus 2009-11-10 17:26:59 +0000
  • 9110143ffb Fix generating invalid feature values for OSX version to target. Rene Rivera 2009-11-10 17:20:51 +0000
  • f6ffd4f7d6 Fixed warnings Jeremiah Willcock 2009-11-10 16:54:01 +0000
  • 1a8c315380 Spirit: fixing inconsistency resulting from merge error Hartmut Kaiser 2009-11-10 14:44:39 +0000
  • d35a9f0c6d Warning suppressions in Boost.Bind. Fixes #3601. John Maddock 2009-11-10 13:26:43 +0000
  • cb6c9b3985 suppressed MSVC /W4 C4512 warning Joaquín M López Muñoz 2009-11-10 10:18:55 +0000
  • f7c2deeabf Stricter warnings for unordered and hash. Daniel James 2009-11-10 08:15:55 +0000
  • 8d4521d213 Support more parameters to rules. Vladimir Prus 2009-11-10 07:21:03 +0000
  • 9cab8e4aec Fix warnings. Vladimir Prus 2009-11-10 06:59:54 +0000
  • 184605b0c4 Spirit: merging latest changes from trunk Hartmut Kaiser 2009-11-10 02:40:35 +0000
  • 34b886e0de Fusion: merged fixes for MSVC warnings from trunk Hartmut Kaiser 2009-11-10 02:37:19 +0000
  • 099ca61015 Variant: merged fixes for MSVC warnings from trunk Hartmut Kaiser 2009-11-10 02:36:45 +0000
  • 1645f25a80 Spirit: updating docs Hartmut Kaiser 2009-11-10 02:07:31 +0000
  • 7f361b18ff Spirit: fixing one more warning Hartmut Kaiser 2009-11-10 02:01:13 +0000
  • 9a44ea4663 Spirit: implemented forward iterator support for lexer Hartmut Kaiser 2009-11-10 02:00:27 +0000
  • 448882ef90 Merged r57525 from trunk (removing /GR- for VC++ 8) Jeremiah Willcock 2009-11-09 20:52:59 +0000
  • 20b4e65ce2 Simplify Jamfile. Fixes #3560 Vladimir Prus 2009-11-09 20:51:12 +0000
  • 8615f36d87 Removed /GR- option from VC 8 Jeremiah Willcock 2009-11-09 20:46:46 +0000
  • 15e1626bd0 Fix a few gcc warnings. Still some long long constant warnings and an integer overflow warning. Daniel James 2009-11-09 19:46:09 +0000
  • 525ef377bc Fixed perfect forwarding for make_shared() in trunk, and added corresponding test. Refs #2962. Frank Mori Hess 2009-11-09 18:12:35 +0000
  • ee3bb2bc5d Don't strip quotes from values. Vladimir Prus 2009-11-09 18:12:10 +0000
  • daa27a5c50 Fixed access to enable_shared_from_raw::weak_this_ when BOOST_NO_MEMBER_TEMPLATE_FRIENDS is defined. Frank Mori Hess 2009-11-09 16:33:35 +0000
  • 5e488273f2 Fix wordwrapping in presense of default parameters. Vladimir Prus 2009-11-09 16:12:31 +0000
  • ff36bb8d53 Test for \t-alignment of options descriptions. Vladimir Prus 2009-11-09 15:57:51 +0000
  • 9addbcf349 Spirit: removed old files from release branch Hartmut Kaiser 2009-11-09 15:48:01 +0000
  • 6aef8ab2c2 Spirit: updating docs Hartmut Kaiser 2009-11-09 13:40:06 +0000
  • a476ab5fd8 Spirit: added missing headers Hartmut Kaiser 2009-11-09 13:36:42 +0000
  • f9e3f321d2 Misc small fixes to suppress warnings. Code should now be clean with msvc /W4 and gcc /Wall /Wextra -pedantic with the exception of one deliberate warning in one test. John Maddock 2009-11-09 12:27:54 +0000
  • 9be04d88fa Suppress unused parameter warning. John Maddock 2009-11-09 12:26:02 +0000
  • f98a546623 Merge from trunk -- mostly OSX 10.6 ppc64 fixes. Vladimir Prus 2009-11-09 10:00:32 +0000
  • 83cc3d926a Fix URL to Boost.Build invocation section. Vladimir Prus 2009-11-09 09:46:54 +0000
  • ec2b17503d Fix URL to Boost.Build invocation section. Vladimir Prus 2009-11-09 09:45:48 +0000
  • c402c95eae Spirit: silencing MSVC warnings Hartmut Kaiser 2009-11-09 04:02:16 +0000
  • 252e0bf5af Spirit: silencing MSVC warnings Hartmut Kaiser 2009-11-09 04:01:15 +0000
  • 9ab8cbb388 Phoenix: silenced a couple of MSVC warnings created during Spirit test runs Hartmut Kaiser 2009-11-09 03:58:27 +0000
  • 9bdde9bf20 Fusion: silenced a couple of MSVC warnings created during Spirit test runs Hartmut Kaiser 2009-11-09 03:57:40 +0000
  • aef18854b2 Variant: silenced a couple of MSVC warnings created during Spirit test runs Hartmut Kaiser 2009-11-09 03:56:25 +0000
  • 8cc35561be Fix references to non-existent rules that caused building to fail. And fix building with iPhone as it uses a symbolic version number, not jsut numeric. Rene Rivera 2009-11-09 02:13:02 +0000
  • 6a23a93ac7 Fix gcc warning. John Maddock 2009-11-08 18:59:24 +0000
  • 6c3098ccdd Suppress/fix some msvc and gcc compiler warnings. John Maddock 2009-11-08 18:53:59 +0000
  • 0466c426f1 Spirit: merging doc updates from trunk Hartmut Kaiser 2009-11-08 18:39:14 +0000
  • b1b005d911 Spirit: more doc updates Hartmut Kaiser 2009-11-08 17:47:40 +0000
  • 6cdf78bab9 Allow to localize rules when inheriting toolset. Vladimir Prus 2009-11-08 17:32:53 +0000
  • b87d27a087 Fix msvc and gcc warnings in the type_traits library. Build should now be clean with cl /W4 or gcc -Wall -Wextra -pedantic for all except one test - there appears to be no way to use initialized aligned_storage with gcc without it producing a warning :-( John Maddock 2009-11-08 16:49:40 +0000
  • a2ff1da73e Merge: Make bootstrap.bat work on 64-bit Windows Vladimir Prus 2009-11-08 14:04:20 +0000
  • e6c78fc0eb Make bootstrap.bat work on 64-bit Windows Vladimir Prus 2009-11-08 14:03:25 +0000
  • 41207000a0 Detect, and produce proper diagnostics for '10.6 and ppc64 does not work'. Vladimir Prus 2009-11-08 13:54:58 +0000
  • 3a6f969791 Add swap to utility index page. Daniel James 2009-11-08 11:45:20 +0000
  • 6b73423a4e Deal with warnings with /Za. Fixes #3485 Steven Watanabe 2009-11-08 04:11:21 +0000
  • 338ee27416 Signals: merging fix for VS2010 from trunk Hartmut Kaiser 2009-11-08 01:48:37 +0000
  • 2f07178f56 Spirit: merging docs from trunk Hartmut Kaiser 2009-11-08 01:39:04 +0000
  • da0adeb5c5 Spirit: more doc updates Hartmut Kaiser 2009-11-08 01:28:37 +0000
  • 7f46687764 Spirit: merging fixes for warnings and missing header #include's from trunk Hartmut Kaiser 2009-11-07 23:14:31 +0000
  • 7a401841bf Spirit: doc updates Hartmut Kaiser 2009-11-07 23:03:47 +0000
  • a6168e6eae Spirit: and yet another fixed warning Hartmut Kaiser 2009-11-07 23:00:36 +0000
  • bc508ff74c Spirit: fixing more warnings Hartmut Kaiser 2009-11-07 22:58:06 +0000