Commit Graph

  • a8f69eaa2f Merged revisions 41488-41595 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2007-12-02 23:20:06 +00:00
  • 12de918a3a Create a branch to fix links on. Daniel James 2007-12-02 10:07:42 +00:00
  • 882d38c2c7 Added value_init tests, based upon GCC bug report by Jonathan Wakely. Added URL to Borland bug report. Niels Dekker 2007-12-01 12:14:37 +00:00
  • 913ed354d7 Merged revisions 41399-41442 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2007-11-28 22:03:59 +00:00
  • 33041ad664 Added tests for two more struct types to value_init_test -- discussed with Fernando Cacciola Niels Dekker 2007-11-28 17:19:37 +00:00
  • 6a2aa822f8 Added value_init test for struct as used in MSVC bug report regarding value-initialization. Niels Dekker 2007-11-27 21:34:08 +00:00
  • 8bd61e0732 Merged revisions 41268-41398 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2007-11-26 16:25:40 +00:00
  • d5554eb6d7 Pick up missing smart_ptr, utility, and type_traits files from full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 22:34:55 +00:00
  • 13bdfb8bbd Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +00:00
  • 74462349c2 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +00:00
  • 09ab16bfc1 Checked the result of value_init test function, hoping to pinpoint exactly for what particular type T value_initialized<T> might fail, on some platforms Niels Dekker 2007-11-24 11:51:03 +00:00
  • f3a63fab3b Merged revisions 41161-41246 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2007-11-20 07:41:38 +00:00
  • ec46e40809 Code refactoring: removed private base classes of value_initialized, as suggested by Fernando Cacciola. Niels Dekker 2007-11-18 22:11:57 +00:00
  • 68d7ce1c53 Branch for developing Bitten client/server testing svn-branches/bitten Dave Abrahams 2007-11-10 22:53:12 +00:00
  • a9a8e3cba1 Branch for development of boost.system related changes svn-branches/system Beman Dawes 2007-11-08 14:20:16 +00:00
  • 4ca0c3b7c2 Merged revisions 40889-40921 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2007-11-08 05:53:54 +00:00
  • b3a971e7e9 Copyright and/or License cleanup Beman Dawes 2007-11-07 16:08:09 +00:00
  • 506e697b6a Merged revisions 38539-40814 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2007-11-06 19:12:30 +00:00
  • 7ddb559887 Fix path to test case. John Maddock 2007-11-04 12:01:16 +00:00
  • ea8c99b1d5 Added a sentence with a brief explanation of the intended uses of BOOST_VERIFY. Peter Dimov 2007-11-03 22:47:17 +00:00
  • 56b0846099 BOOST_VERIFY added. Peter Dimov 2007-11-03 20:55:22 +00:00
  • 5ee30e2308 restart of branch, this is to include changes from trunk sandbox-branches/birbacher/fix_iostreams Frank Birbacher 2007-10-29 12:39:01 +00:00
  • 6af8e5d5f9 Merge from trunk. svn-branches/hash Daniel James 2007-10-21 07:28:23 +00:00
  • 42e0001370 Added value_initialized<T> test, having T as aggregate POD struct. In the past, this would have triggered MSVC warning C4345; this warning is now disabled within value_init.hpp, changeset [40088] Niels Dekker 2007-10-16 17:06:39 +00:00
  • cd8f85afee Disabled MSVC warning C4345, in response to Gennadiy Rozental, Boost Developer mailing list, "[utility] value_init warning", October 14, 2007. Push'n'pop reminder from Paul A Bristow taken into account. Niels Dekker 2007-10-16 17:00:28 +00:00
  • 561a94c8c6 Merge with the offending files removed. Daniel James 2007-10-13 23:18:35 +00:00
  • 8f4db5aa5b Merge from trunk Nicola Musatti 2007-10-13 21:25:29 +00:00
  • bddd52c4b9 Fixed bug preventing compilation on Tru64/CXX. Markus Schöpflin 2007-10-11 07:36:41 +00:00
  • 970b6eac8e Moved remotely svn-tags/tools/jam/Perforce_Jam_2_4_merge_1 Rene Rivera 2007-10-06 19:56:40 +00:00
  • 6aa648d315 Starting point for releases Beman Dawes 2007-10-05 14:25:06 +00:00
  • de42786286 Branch for CodeGear (Borland) specific fixes Nicola Musatti 2007-09-17 20:28:43 +00:00
  • 8f03aeac4e Added unit test to make sure that Visual C++ 7.1 ICE reported by Ralf W. Grosse-Kunstleve (Boost Developers mailing list, subject "utility/value_init.hpp: VC 7.1 ICE & workaround") will not occur anymore. Niels Dekker 2007-09-16 09:48:28 +00:00
  • 3bb2568fad Visual C++ 7.1 ICE workaround by Ralf W. Grosse-Kunstleve added to ~const_T_base() as well. See also Boost Developers mailing list, subject "utility/value_init.hpp: VC 7.1 ICE & workaround" Niels Dekker 2007-09-16 09:33:34 +00:00
  • 01e91a3799 work around Visual C++ 7.1 internal compiler error Ralf W. Grosse-Kunstleve 2007-09-15 23:11:50 +00:00
  • 9ddcf04abc Merge from trunk. Daniel James 2007-09-14 22:24:22 +00:00
  • 55f3c351a3 Added MSVC workaround to value_initialized, as described by ticket #1217, proposed at the Boost Developers mailing list, and discussed with Fernando Cacciola. Niels Dekker 2007-09-07 17:17:09 +00:00
  • 03b91da372 Created a branch from trunk svn-branches/multi_array Ronald Garcia 2007-08-26 05:34:35 +00:00
  • b08a86f069 Create a development branch for the hash library. Daniel James 2007-08-23 19:28:19 +00:00
  • 23474785ff + creating a branch for a xpressive extension that allows nesting of regular expressions svn-branches/xpressive/nested_dynamic_regex Andreas Pokorny 2007-08-19 15:07:44 +00:00
  • 07b172f5fb Create branch for next serialization release svn-branches/serialization_next_release Robert Ramey 2007-08-13 03:23:47 +00:00
  • e1b806d418 development version of proto for new-style transforms Eric Niebler 2007-08-08 21:34:10 +00:00
  • 3f72b10182 Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +00:00
  • 71cb8cb574 broken msvc name look-up getting confused about which detail namespace Eric Niebler 2007-08-08 18:05:24 +00:00
  • 1f3c10da2d Renamed remotely svn-tags/jam/Perforce_Jam_2_4_merge_1 Rene Rivera 2007-08-02 02:52:10 +00:00
  • 392aabc772 Moved remotely svn-tags/jam/perforce_2_4_merge_1 Rene Rivera 2007-08-02 02:47:55 +00:00
  • 6d50998347 Fix eol-style and mime-types sandbox/trunk Douglas Gregor 2007-07-27 00:28:00 +00:00
  • 9ff18c2c96 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. boost-1.34.1 nobody 2007-07-24 19:28:14 +00:00
  • 0134446984 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1_RC3'. boost-1.34.1-rc3 nobody 2007-07-16 13:13:26 +00:00
  • ce465c8910 This commit was manufactured by cvs2svn to create tag 'Version_1_34_1_RC2'. boost-1.34.1-rc2 nobody 2007-07-12 01:07:47 +00:00
  • c950825ef4 - overloads apply for array construction - adds support for zero arguments - lets apply return the result of the new-expression - revises the preprocessing code Tobias Schwinger 2007-06-26 23:07:25 +00:00
  • 18ee1dac7d This commit was manufactured by cvs2svn to create tag 'Version_1_34_1_RC1'. boost-1.34.1-rc1 nobody 2007-06-22 01:24:25 +00:00
  • 22d918c13b This commit was manufactured by cvs2svn to create tag 'SPIRIT_MINIBOOST_1_34_0'. svn-tags/SPIRIT_MINIBOOST_1_34_0 nobody 2007-06-19 01:09:16 +00:00
  • e61dbfd728 This commit was manufactured by cvs2svn to create tag 'SPIRIT_1_8_5_MINIBOOST'. svn-tags/SPIRIT_1_8_5_MINIBOOST nobody 2007-06-19 01:09:15 +00:00
  • dafc236eea This commit was manufactured by cvs2svn to create tag 'SPIRIT_1_6_4_MINIBOOST'. svn-tags/SPIRIT_1_6_4_MINIBOOST nobody 2007-06-19 01:09:14 +00:00
  • 66ca84a45d Update result_of information Douglas Gregor 2007-06-18 12:48:37 +00:00
  • 0c79b1b601 This commit was manufactured by cvs2svn to create tag 'merged_to_RC_1_34_0'. svn-tags/merged_to_RC_1_34_0 nobody 2007-06-07 20:53:46 +00:00
  • d5ea07c737 Merged changes for ticket #979 from HEAD Daniel Frey 2007-06-06 20:57:40 +00:00
  • 06404f7d39 Improved empty_base Daniel Frey 2007-05-23 22:48:42 +00:00
  • 8427465d32 This commit was manufactured by cvs2svn to create tag 'Version_1_34_0'. boost-1.34.0 nobody 2007-05-12 21:59:40 +00:00
  • b11a04eeff This commit was manufactured by cvs2svn to create tag 'Version_1_34_0_RC3'. boost-1.34.0-rc3 nobody 2007-05-11 03:40:35 +00:00
  • 044fb68b96 This commit was manufactured by cvs2svn to create tag 'Version_1_34_0_RC2'. boost-1.34.0-rc2 nobody 2007-05-09 22:09:47 +00:00
  • 7e60290c85 This commit was manufactured by cvs2svn to create tag 'Version_1_34_0_RC1'. boost-1.34.0-rc1 nobody 2007-05-09 04:40:54 +00:00
  • 823f4a4247 This commit was manufactured by cvs2svn to create tag 'Version_1_34_0_beta'. boost-1.34.0-beta1 nobody 2007-04-25 05:07:34 +00:00
  • aa0096bf42 Testsuite for none_t added. Fernando Cacciola 2007-04-12 14:32:38 +00:00
  • 6704a30023 This commit was manufactured by cvs2svn to create tag 'RC_1_34_0_freeze'. svn-tags/RC_1_34_0_freeze nobody 2007-03-20 19:06:03 +00:00
  • 2d860e2574 Fix result_of's handling of F(void). Douglas Gregor 2007-03-05 15:25:16 +00:00
  • 66514f61ff fix result_of ambiguity error for nullary functions Eric Niebler 2007-01-24 06:44:20 +00:00
  • 63cde4d3fd slightly modified implementation works around msvc 7.1/8.0 compiler bugs Eric Niebler 2007-01-08 20:38:51 +00:00
  • 1950f292df Merge fixed links from RC_1_34_0. Daniel James 2007-01-07 23:50:56 +00:00
  • 005c2f3cc8 Fix a couple of links. Daniel James 2007-01-07 22:58:41 +00:00
  • 09f7aab52d Merged L & C issue fixes & HTML conversions from trunk to branch. Andreas Huber 2006-12-05 22:33:21 +00:00
  • 92a0602190 Fixed license & copyright issues and converted to HTML 4.01 Andreas Huber 2006-12-05 21:11:21 +00:00
  • 30a40f9f76 Linked to current_function.html Peter Dimov 2006-12-04 20:31:38 +00:00
  • c9a3ab1d04 Linked to current_function.html Peter Dimov 2006-12-04 20:31:38 +00:00
  • d9f8bae673 Merge from HEAD. Allow building of shared versions of some Boost.Test libraries. Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes. Vladimir Prus 2006-11-10 19:59:52 +00:00
  • 0782034333 Allow building of shared versions of some Boost.Test libraries. Adjust tests to use always use static linking to Boost.Test, since linking to the shared version requires test changes. Vladimir Prus 2006-11-10 19:09:56 +00:00
  • 3c7b409460 License/copyright edits Peter Dimov 2006-11-09 20:34:33 +00:00
  • 0808883f3c License/copyright edits Peter Dimov 2006-11-09 20:34:33 +00:00
  • ee3551e8dc Merged copyright and license addition Beman Dawes 2006-11-07 19:27:00 +00:00
  • 2f69501e55 Add copyright, license Beman Dawes 2006-11-07 19:11:57 +00:00
  • 95da2e90de Remove obsolete Boost.Build v1 files. Rene Rivera 2006-11-06 17:10:46 +00:00
  • 5b83f641a8 Removed unneeded semicolon. John Maddock 2006-10-16 18:01:40 +00:00
  • 6dd93ab916 Removed unneeded semicolon. John Maddock 2006-10-16 18:01:40 +00:00
  • c730ab4ffb Parameter library Workarounds for Borland and MSVC Parameter library explicit markup for expected failures Dave Abrahams 2006-09-13 03:00:18 +00:00
  • 505d419a1b Resolved an ambiguity. Hartmut Kaiser 2006-09-08 00:16:31 +00:00
  • d968b5f5b9 boost guidelines (mainly from inspect tool: tabs, license reference text, etc.); more to do... Gennaro Prota 2006-07-27 11:48:49 +00:00
  • e55610a0d0 Some additional functions added to optional (being new there won't be regressions) Fernando Cacciola 2006-06-26 18:01:38 +00:00
  • bf968794c9 Fixed an ambiguity. Hartmut Kaiser 2006-06-26 01:58:38 +00:00
  • ce6e9c6698 Digital Mars support (Pavel Vozenilek) Peter Dimov 2006-06-22 12:47:19 +00:00
  • 7ac180ed54 Use forwarding to get SFINAE effect in some common use cases. Dave Abrahams 2006-05-16 22:55:27 +00:00
  • d809d4e832 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. nobody 2006-03-21 02:26:31 +00:00
  • 271ea9e901 Borland 5.81 fix (Alisdair Meredith) Peter Dimov 2006-02-27 21:57:38 +00:00
  • 7cd572a326 VC++ warning suppression Dave Abrahams 2006-02-18 23:03:14 +00:00
  • 90c56ba2ce Update for BCB2006 Alisdair Meredith 2006-02-12 20:16:31 +00:00
  • a5439500f5 Remove dead code, use Boost.Test rather than asserts. John Maddock 2006-02-12 18:58:08 +00:00
  • c0f0a4f51d Try again with DMC patch: last attempt broke Borland C++ Builder, so use implicit casts with protected rather than private bases. John Maddock 2006-02-03 11:00:23 +00:00
  • 7594e00460 Added explicit static_casts when casting *this to a reference-to-base-class: it keeps Digital Mars happy apparently. John Maddock 2006-01-25 10:45:26 +00:00
  • bf2154d563 This commit was manufactured by cvs2svn to create branch 'array_wrapper'. svn-branches/array_wrapper nobody 2005-12-12 15:22:03 +00:00
  • f66e844ff1 Merged from Version_1_33_1 Douglas Gregor 2005-12-08 03:23:02 +00:00
  • efce512ea4 This commit was manufactured by cvs2svn to create tag 'Version_1_33_1'. boost-1.33.1 nobody 2005-12-05 14:04:06 +00:00