Commit Graph

  • 8cec2cc291 Update Jamfile.v2 Vladimir Prus 2006-02-07 11:35:31 +00:00
  • 027a566e09 Small fix for new init_unit_test_suite signature Stefan Slapeta 2006-01-12 11:59:09 +00:00
  • 9a29a753e8 Fixed lexical_cast_test which was no longer working after the last test framework update. Markus Schöpflin 2005-12-28 11:05:31 +00:00
  • 1eb3551a92 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
  • 350501529e This commit was manufactured by cvs2svn to create tag 'merged_to_RC_1_33_0'. nobody 2005-12-01 13:06:58 +00:00
  • 48b3486852 This commit was manufactured by cvs2svn to create tag 'Version_1_33_1_beta'. boost-1.33.1-beta1 nobody 2005-11-08 23:18:41 +00:00
  • a60c1f44a6 This commit was manufactured by cvs2svn to create branch 'thread_rewrite'. nobody 2005-09-13 14:20:32 +00:00
  • 3b484a6aae Reconfigure lexical_cast to work with wide character strings and VC++ even when not using /Zc:wchar_t. John Maddock 2005-08-29 12:45:35 +00:00
  • cb2bd8076d Reconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t. John Maddock 2005-08-29 12:44:09 +00:00
  • cb041dd66c Reconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t. John Maddock 2005-08-29 12:44:09 +00:00
  • 1637edf8ca Large patch from Ulrich Eckhardt to fix support for EVC++ 4. John Maddock 2005-08-25 16:27:28 +00:00
  • 72d69ef6ad Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +00:00
  • 6f31953b51 This commit was manufactured by cvs2svn to create tag 'Version_1_33_0'. boost-1.33.0 nobody 2005-08-12 03:25:34 +00:00
  • f587f50366 fixed broken links Jonathan Turkanis 2005-08-02 20:47:34 +00:00
  • 166924ca12 This commit was manufactured by cvs2svn to create branch 'RC_1_33_0'. nobody 2005-07-28 18:22:24 +00:00
  • 1470210523 fixed: "bcc5.6.4 added to the old cast redirection list" Fernando Cacciola 2005-06-27 15:05:13 +00:00
  • 0b19a0ae27 Fix line endings Douglas Gregor 2005-06-24 14:24:02 +00:00
  • 3ab685475c Move #include outside namespace. Dave Abrahams 2005-06-24 14:20:41 +00:00
  • e66d58e6de Old numeric_cast<> completely replaced by new code (except that the old code is retained as a fallback mechanism for old broken compilers that can't deal with the new code) Fernando Cacciola 2005-06-23 23:33:01 +00:00
  • e331fc2a21 workaround for GCC 2.9x lacking std::char_traits<>::eof() Joaquín M. López Muñoz 2005-06-20 10:54:07 +00:00
  • 2a65633517 fixed trivial bug Joaquín M. López Muñoz 2005-06-17 12:34:38 +00:00
  • 7a388cb1a6 Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference Terje Slettebø 2005-06-16 18:37:51 +00:00
  • 461dce3851 Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference Terje Slettebø 2005-06-16 18:27:22 +00:00
  • cfe358b570 Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference Terje Slettebø 2005-06-16 18:16:58 +00:00
  • caa875505e Update Vladimir Prus 2005-04-14 11:20:26 +00:00
  • 462025d8e6 Fix docs Dave Abrahams 2005-02-26 14:58:12 +00:00
  • 43257b9478 Removed part of the Boost files from the SPIRIT_MINIBOOST branch. Hartmut Kaiser 2004-11-30 07:52:25 +00:00
  • c10b46b6f4 This commit was manufactured by cvs2svn to create branch 'SPIRIT_MINIBOOST'. nobody 2004-11-29 07:29:20 +00:00
  • b3d53db6c5 This commit was manufactured by cvs2svn to create tag 'Version_1_32_0'. boost-1.32.0 nobody 2004-11-19 19:19:18 +00:00
  • dfca010fb3 This commit was manufactured by cvs2svn to create branch 'RC_1_32_0'. nobody 2004-10-20 08:26:43 +00:00
  • 57bd7fa97d This commit was manufactured by cvs2svn to create tag 'merged_to_RC_'. nobody 2004-10-20 08:26:42 +00:00
  • b8c373ab47 c++boost.gif -> boost.png replacement Aleksey Gurtovoy 2004-10-05 15:45:52 +00:00
  • f6b0ec3685 fix syntax errors Aleksey Gurtovoy 2004-09-29 11:44:04 +00:00
  • a096a4b153 numeric_cast<> test factored out from conversion\cast_test.cp and also added (duplicated) in numeric\conversion\test Fernando Cacciola 2004-09-28 21:48:39 +00:00
  • bba9169401 Updated to use the BSL: Permission from Kevlin Henney was granted in blanket-permission.txt, permission from Terje Slettebo was granted for this one file privately. John Maddock 2004-09-25 15:06:48 +00:00
  • f11967a2c8 BSL update John Maddock 2004-09-16 11:23:30 +00:00
  • c1c338990c Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. John Maddock 2004-09-04 10:34:49 +00:00
  • ec35f00bc3 Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history). John Maddock 2004-08-11 10:59:33 +00:00
  • abf8ee0eb9 Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +00:00
  • 434e84db66 This commit was manufactured by cvs2svn to create branch 'SPIRIT_1_6'. nobody 2004-07-23 02:16:28 +00:00
  • 6814aea988 This commit was manufactured by cvs2svn to create branch 'function_signature_patches_1_31'. nobody 2004-04-13 12:19:16 +00:00
  • 463284f46f remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros Eric Niebler 2004-02-26 18:27:02 +00:00
  • 7ead3844af This commit was manufactured by cvs2svn to create tag 'minmax'. nobody 2004-02-26 10:35:28 +00:00
  • 90bf2b81dd This commit was manufactured by cvs2svn to create tag 'merged_to_RC_1_31_0'. nobody 2004-02-23 07:33:35 +00:00
  • e369fda179 This commit was manufactured by cvs2svn to create tag 'Version_1_31_0'. boost-1.31.0 nobody 2004-02-04 15:24:32 +00:00
  • 4e60178205 This commit was manufactured by cvs2svn to create branch 'RC_1_31_0'. nobody 2003-12-30 12:10:04 +00:00
  • 9f5ec17603 index.htm renamed index.html Beman Dawes 2003-12-11 23:13:19 +00:00
  • 575c477f54 Add V2 Jamfile Vladimir Prus 2003-09-29 15:38:40 +00:00
  • e6c52ae0f4 Improved justification for polymorphic_cast. Dave Abrahams 2003-09-15 16:30:22 +00:00
  • 13796f3f98 Use the import rule Dave Abrahams 2003-09-08 17:38:49 +00:00
  • ae524a712c This commit was manufactured by cvs2svn to create tag 'Version_1_30_2'. boost-1.30.2 nobody 2003-08-18 18:40:31 +00:00
  • f0c79866ad merge changes from the main trunk to get in sync with the header Aleksey Gurtovoy 2003-08-17 21:02:53 +00:00
  • f4f8fc77d9 This commit was manufactured by cvs2svn to create tag 'merged_to_RC_1_30_0'. nobody 2003-08-16 01:05:44 +00:00
  • f4c8dd464b This commit was manufactured by cvs2svn to create tag 'Version_1_30_1'. boost-1.30.1 nobody 2003-08-04 17:55:29 +00:00
  • 2b84f8f4c4 This commit was manufactured by cvs2svn to create tag 'RC_1_30_2'. boost-1.30.2-rc1 nobody 2003-08-04 17:55:28 +00:00
  • 80a6db56c1 Warning suppression for GCC from Pierre Barbier de Reuille <pierre.barbier-at-cirad.fr> Dave Abrahams 2003-08-04 15:52:51 +00:00
  • 25935cda40 avoid warning about signed/unsigned conversion Jens Maurer 2003-07-09 22:30:40 +00:00
  • 60b527f7b8 This commit was manufactured by cvs2svn to create branch 'mpl_v2_2'. nobody 2003-06-05 05:15:05 +00:00
  • 386d7a67d6 initial commit Dave Abrahams 2003-05-07 22:42:35 +00:00
  • 4b3e8171fa Initial re-commit after CVS disk crash Beman Dawes 2003-05-07 20:41:11 +00:00
  • 3804825f6c no message Terje Slettebø 2003-04-12 08:02:14 +00:00
  • 498c84dd4f no message Terje Slettebø 2003-04-12 08:02:14 +00:00
  • fdd5ca3353 Merged from trunk Terje Slettebø 2003-04-11 22:15:04 +00:00
  • 3ecac311fd Added no exception handling patch John Maddock 2003-04-11 10:49:52 +00:00
  • 8828af5f5b no message Terje Slettebø 2003-03-31 23:02:27 +00:00
  • 1937e3a12a Added test case for unsigned types, in case they are an alias for wchar_t Terje Slettebø 2003-03-31 08:29:45 +00:00
  • 545687e22b Removed test for MSVC, restored test for BOOST_NO_INTRINSIC_WCHAR_T Terje Slettebø 2003-03-30 23:21:17 +00:00
  • 9c63f9fbd0 Removed test for MSVC, restored test for BOOST_NO_INTRINSIC_WCHAR_T. Changed bad_lexical_cast to provide the types used, using source()/target() members Terje Slettebø 2003-03-30 23:19:28 +00:00
  • a388ce5da4 This commit was manufactured by cvs2svn to create tag 'Version_1_30_0'. boost-1.30.0 nobody 2003-03-20 02:53:48 +00:00
  • 9c1311a712 BOOST_MSVC<=1200 fix from Terje Terje Slettebø 2003-03-19 21:25:45 +00:00
  • 6e077f97fc BOOST_MSVC<=1200 fix from Terje Terje Slettebø 2003-03-19 21:25:45 +00:00
  • 51395d7b26 BOOST_MSVC<=1200 fix from Terje Beman Dawes 2003-03-19 12:14:32 +00:00
  • d9eed4150b BOOST_MSVC<=1200 fix from Terje Beman Dawes 2003-03-19 12:14:32 +00:00
  • 62014cf4b6 Commit Terje's changes Dave Abrahams 2003-03-18 23:55:14 +00:00
  • 02609a4675 Commit Terje's changes Dave Abrahams 2003-03-18 22:46:00 +00:00
  • 52de514faf Commit Terje's changes Dave Abrahams 2003-03-18 22:34:32 +00:00
  • aad1bfda73 Updated Changes section Terje Slettebø 2003-03-14 20:32:51 +00:00
  • ae7d610cb1 Updated Changes section Terje Slettebø 2003-03-14 20:32:51 +00:00
  • 3f452717cf no message Terje Slettebø 2003-03-14 20:17:47 +00:00
  • eb9d2c02ea no message Terje Slettebø 2003-03-14 20:17:47 +00:00
  • b06d9f5639 overloading fix + less permissive wide character support Beman Dawes 2003-03-13 17:27:06 +00:00
  • e2825ab729 overloading fix + less permissive wide character support Beman Dawes 2003-03-13 17:27:06 +00:00
  • 1b796221b4 BOOST_NO_STD_WSTRING Beman Dawes 2003-03-13 00:36:13 +00:00
  • 4978f3a79f BOOST_NO_STD_WSTRING Beman Dawes 2003-03-13 00:36:13 +00:00
  • 027afb3a87 update from Kevlin and Terje Beman Dawes 2003-03-12 21:33:16 +00:00
  • 42639f120a update from Kevlin and Terje Beman Dawes 2003-03-12 21:33:16 +00:00
  • 07cb73a96c This commit was manufactured by cvs2svn to create branch 'RC_1_30_0'. nobody 2003-03-01 19:43:06 +00:00
  • 0d7e048f06 Untabified Björn Karlsson 2003-02-04 09:10:50 +00:00
  • 95e0465334 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +00:00
  • 0fba1d9f7d Add /libs/lib-name to comment Beman Dawes 2002-12-23 02:43:12 +00:00
  • 3597b25802 patches for HP aCC Dave Abrahams 2002-12-04 15:50:04 +00:00
  • 152efbdf83 This commit was manufactured by cvs2svn to create tag 'Version_1_29_0'. boost-1.29.0 nobody 2002-10-11 15:17:55 +00:00
  • 7b55ea29c9 This commit was manufactured by cvs2svn to create tag 'boost_python_llnl_'. nobody 2002-09-28 13:27:01 +00:00
  • 5e4a78c251 This commit was manufactured by cvs2svn to create branch 'RC_1_29_0'. nobody 2002-09-19 20:49:39 +00:00
  • b3e887447b This commit was manufactured by cvs2svn to create branch 'python-v2-dev'. nobody 2002-08-12 13:35:54 +00:00
  • ccf7efe620 Patch from Gennadiy Rozental Dave Abrahams 2002-07-26 18:06:25 +00:00
  • 7d3864be03 tru64cxx6.5 fixes Dave Abrahams 2002-07-12 14:32:20 +00:00
  • cb5b83ef53 Handle unsigned __int64 for MSVC6 Dave Abrahams 2002-07-11 20:29:50 +00:00
  • 0ec92f1f03 Remove a couple of bugs, clarify a couple of minor points; from Kevlin Beman Dawes 2002-06-15 21:13:12 +00:00
  • c35f326490 This commit was manufactured by cvs2svn to create tag 'Version_1_28_0'. boost-1.28.0 nobody 2002-05-16 13:26:18 +00:00