Commit Graph

  • c1ae43050e Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to Borland (trunk), see #4080 Niels Dekker 2010-04-28 17:54:03 +00:00
  • 25678a5700 Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to GCC < 4.4 (trunk), see #4080. Niels Dekker 2010-04-28 08:50:23 +00:00
  • 69917116b8 Compiler configuration logic for Clang. Douglas Gregor 2010-04-27 19:45:08 +00:00
  • b54ad840b1 Added more documentation to boost_no_complete_value_initialization test. Niels Dekker 2010-04-27 19:09:04 +00:00
  • 51a1ad1c2b Correct the name of the BOOST_NO_EXPLICIT_CONVERSION_OPERATORS macro in the documentation Douglas Gregor 2010-04-27 19:06:22 +00:00
  • 1f380a1a88 Hopefully fixed config_test/darwin-4.0.1 error, "heap_object_wrapper(const &) is private" (second try). Also hopefully fixed warnings from IBM XL V10.1, saying "The temporary is not constructed, but the copy constructor must be accessible". Added more bool tests. Niels Dekker 2010-04-27 09:20:42 +00:00
  • ae573fa3cc Hopefully fixed config_test/darwin-4.0.1 error, "heap_object_wrapper(const &) is private". Added bool to pod_struct. Niels Dekker 2010-04-26 10:24:28 +00:00
  • f162205691 Postponed BOOST_NO_COMPLETE_VALUE_INITIALIZATION definition, in order to check value-initialization of heap objects, which I just added to boost_no_complete_value_initialization::test() [61552] Niels Dekker 2010-04-25 09:48:49 +00:00
  • fed1f22c6d Added value-initialization tests for heap objects, added private_int_holder class, did some cosmetics, added link to https://connect.microsoft.com/VisualStudio/feedback/details/484295 Niels Dekker 2010-04-25 09:38:48 +00:00
  • d17f79ab80 Merge release info, and some other hanging changes. Daniel James 2010-04-24 16:25:05 +00:00
  • 5230022c0e Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to IBM XL C++ <= V10.1.0 (trunk), see #4080. Niels Dekker 2010-04-23 22:01:56 +00:00
  • 99e762c031 Fixed tab issue Jeremiah Willcock 2010-04-21 17:34:54 +00:00
  • 71c3453d5d Release 1.43.0 beta 1 boost-1.43.0-beta1 Beman Dawes 2010-04-21 14:13:35 +00:00
  • 890f65d372 Fixed GCC warning in value_initializer(): "m_3d_char_array will be initialized after m_unsigned_char". Niels Dekker 2010-04-21 10:24:54 +00:00
  • 4464cf9f47 Update some of the C++0x tests so they don't catch "fake" implementations. Update config for VC10 accordingly. Normalise use of BOOST_HAS_RVALUE_REFS - fixes #4112. John Maddock 2010-04-21 08:49:21 +00:00
  • 0c1feee19f Extended value-initialization test by adding function pointers, member function pointers, bit-fiends and long double. Thanks to the HCC C gebruikersgroep! Niels Dekker 2010-04-20 18:31:35 +00:00
  • 668b3fccae Fixes #4115: sometimes VC++ doesn't put typeinfo in namespace std. John Maddock 2010-04-20 17:48:16 +00:00
  • e2e2e4a6fb Tweak VC10 configuration settings. Update BOOST_NO_DECLTYPE test with VC10 bug case. John Maddock 2010-04-20 17:26:06 +00:00
  • 18af1c798d Avoided IBM/XL warning about omitted keyword "private" for base class "int_struct". Added note about IBM/XL V10.1 regression failure. Niels Dekker 2010-04-17 08:38:01 +00:00
  • 70f95b9245 Added value-initialization tests for 2D and 3D arrays. Mentioned newly submitted Borland/CodeGear bug report, http://qc.embarcadero.com/wc/qcmain.aspx?d=83851 Niels Dekker 2010-04-15 17:12:14 +00:00
  • 4dc213e6e2 Added value-initialization test for temporary objects. Niels Dekker 2010-04-14 09:35:51 +00:00
  • 7254f02010 Replaced IS_VALUE_INITIALIZED by FAILED_TO_VALUE_INITIALIZE, to increase code readability. Niels Dekker 2010-04-14 08:08:11 +00:00
  • b9ead6a415 Fixed boost_no_complete_value_initialization::test() return value. Removed useless #include. Added more comment and more newlines. Niels Dekker 2010-04-12 19:03:20 +00:00
  • 3e7eb180ed Restyled output of value-initialization test. Niels Dekker 2010-04-11 21:01:41 +00:00
  • 2e99752a98 Added check of an lvalue value_initializer object on the stack. Niels Dekker 2010-04-11 20:33:49 +00:00
  • 5bc1a8e9fb Added link to a new value-initialization compiler bug report: http://qc.embarcadero.com/wc/qcmain.aspx?d=83751 Niels Dekker 2010-04-11 15:27:32 +00:00
  • 580762f388 Added more links to value-initialization bug reports: https://connect.microsoft.com/VisualStudio/feedback/details/100744 and http://qc.embarcadero.com/wc/qcmain.aspx?d=51854 Niels Dekker 2010-04-11 13:01:28 +00:00
  • b124875c50 Added value-initialization test to try to reproduce http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30111 Niels Dekker 2010-04-11 12:33:56 +00:00
  • bb8216ed39 Added value-initialization tests to possibly reproduce http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33916. Niels Dekker 2010-04-11 10:00:44 +00:00
  • d35bde21e8 Fixed silly bug of mine in value_initializer(), detected by darwin-4.0.1/g++ warning, "value computed is not used" Niels Dekker 2010-04-11 07:42:00 +00:00
  • 43f24c36f7 Added value-initialization tests for int_struct_holder; made tests more uniform by having an is_value_initialized(arg) function for each type. Niels Dekker 2010-04-10 22:27:55 +00:00
  • 0ecdbd11d5 Added value-initialization tests for POD structs that just have an int data member. Niels Dekker 2010-04-10 12:26:00 +00:00
  • 8cfb7c01d1 Added value-initialization tests for POD unions. Niels Dekker 2010-04-10 11:29:18 +00:00
  • 7318513e8e Added more value-initialization tests. Added more comment. Printed revision number. Avoided CodeGear 2010 warning W8070, "Function should return a value". Niels Dekker 2010-04-10 10:28:40 +00:00
  • c9829c3a02 Added value-initialization test for m_int_array, tested individual array elements separately, printed number of failures. Niels Dekker 2010-04-09 17:37:52 +00:00
  • 39807d1b97 Committed Neils Dekker's new macro docs. John Maddock 2010-04-09 12:35:20 +00:00
  • 20a6d47804 Committed Neils Dekker's new macro tests. John Maddock 2010-04-09 12:17:57 +00:00
  • f781c30712 make abi/borland_prefix and borland.jam defaults match David Dean 2010-04-02 18:35:00 +00:00
  • 325f2a121c Add definition of BOOST_MSVC_FULL_VER_WORKAROUND_GUARD. Fixes #4012 Steven Watanabe 2010-03-15 21:14:55 +00:00
  • 027571bf6e Merge patches from Trunk. John Maddock 2010-03-15 17:55:47 +00:00
  • 7254d6c9c8 Merge doc updates from Trunk. John Maddock 2010-03-15 17:53:53 +00:00
  • d657b0116e Add Symbian platform config. Fixes #3759. John Maddock 2010-03-03 17:22:48 +00:00
  • 396307d8f5 Apply patches for nvidia C++ compiler. Fixes #3919. John Maddock 2010-03-02 17:18:32 +00:00
  • 65bc9ac1a1 Fixes #3956. John Maddock 2010-03-02 17:10:01 +00:00
  • 6daf564807 Update link from config docs to tracker to trac instead. Daniel James 2010-02-16 22:34:29 +00:00
  • cbe407e189 1.43.0 prep Beman Dawes 2010-02-15 02:55:31 +00:00
  • 134eac75ac Add BOOST_WORKAROUND docs. Fixes #3782. John Maddock 2010-02-05 18:12:35 +00:00
  • b54dc0fca5 Changes to support pgi-10.x. K. Noel Belcourt 2010-02-05 05:51:15 +00:00
  • 2c1d61fbd7 Change integer code to still work when BOOST_HAS_MS_INT64 is defined but BOOST_HAS_LONG_LONG is not. Update VC++ config to define BOOST_HAS_LONG_LONG for MSVC-8 in ANSI mode. Fixes #3657. John Maddock 2010-02-04 11:15:54 +00:00
  • 4ec83729be Boost 1.42.0 boost-1.42.0 Beman Dawes 2010-02-02 20:03:43 +00:00
  • 3f50fc1231 Clarify determining if macro tests pass Beman Dawes 2010-01-21 21:08:22 +00:00
  • ca7bd18565 Sync 4.5 C++0x macros with current 4.5 snapshot Beman Dawes 2010-01-21 19:57:48 +00:00
  • 203833a212 Merge both config and integer changes from Trunk: these are interlinked. John Maddock 2009-12-14 18:14:48 +00:00
  • 19a43a6de4 Set last known checked version. John Maddock 2009-12-14 12:34:47 +00:00
  • 1e287543f2 Another Codegear config fix. John Maddock 2009-12-12 10:00:03 +00:00
  • 62ed60c780 Still trying to get the Codegear tests to pass... John Maddock 2009-12-10 09:42:01 +00:00
  • dac1a5bf21 More Codegear 2010 changes. John Maddock 2009-12-07 12:01:24 +00:00
  • 9600237dca Start to fix up codegear 2010 support... this could take a while. John Maddock 2009-12-05 13:22:45 +00:00
  • 6056bfabcb Update test for BOOST_NO_INTEGRAL_INT64_T. Set define for Borland/Codegear compilers. John Maddock 2009-11-30 13:47:41 +00:00
  • 39b41a8708 1.42.0 prep Beman Dawes 2009-11-27 14:33:19 +00:00
  • 389cd2ba69 1.42.0 prep Beman Dawes 2009-11-27 14:00:31 +00:00
  • 2dc1512b9b Fix preprocessor logic for long long support. Fixes #3657. Fixes #3568. John Maddock 2009-11-22 16:38:05 +00:00
  • bfc8453278 Release 1.41.0 boost-1.41.0 Beman Dawes 2009-11-18 14:58:26 +00:00
  • f4a7c8816d Release 1.41.0 Beta 1 boost-1.41.0-beta1 Beman Dawes 2009-11-04 12:14:07 +00:00
  • 69bf6c4ad6 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back Troy D. Straszheim 2009-10-17 02:07:38 +00:00
  • b6760d3082 rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release. Troy D. Straszheim 2009-10-17 01:10:45 +00:00
  • d9ea70034c config: merge trunk Beman Dawes 2009-10-13 12:56:44 +00:00
  • f05b7f57d5 config: define BOOST_NO_UNICODE_LITERALS for all gcc versions - their C++0x web page was wrong; there is no support yet. Also correct test code. Beman Dawes 2009-10-11 17:19:53 +00:00
  • 3d32b20f45 Merge interlinked changes in config, type_traits and TR1 libraries. John Maddock 2009-10-09 16:16:02 +00:00
  • 44945314ec Try and fix Open64 Boost.Config failures: Open64 is not really gcc! John Maddock 2009-09-18 10:43:57 +00:00
  • 808dc4fec6 Add Open64 detection macros. John Maddock 2009-09-18 10:43:09 +00:00
  • e1bfdd03e4 Fix #3429 cut-and-paste snafu Beman Dawes 2009-09-10 11:14:23 +00:00
  • b013e0cb2c Try and fix Sun-GCC failure by linking to -lrt. John Maddock 2009-09-03 16:30:59 +00:00
  • 80947fe560 Update Intel version check. John Maddock 2009-09-01 17:16:13 +00:00
  • 28b846cf72 Set release number to 1.41.0 Beman Dawes 2009-08-28 18:28:55 +00:00
  • 40979e6651 Set release number to 1.41.0 Beman Dawes 2009-08-28 18:20:44 +00:00
  • 47a367716b Release 1.40.0 boost-1.40.0 Beman Dawes 2009-08-27 16:24:59 +00:00
  • e40b9c07c0 Fixes #3181. John Maddock 2009-08-06 09:22:02 +00:00
  • d7c99eb56a Added docs for BOOST_MSVC_FULL_VER. John Maddock 2009-08-06 09:18:01 +00:00
  • e201687ac4 Fixes #2935. Add new config macro BOOST_MSVC_FULL_VER, and updated type_traits to make use of it. John Maddock 2009-08-06 09:13:09 +00:00
  • 17114cb4a3 Add BOOST_NO_SFINAE_EXPR and BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS (Mathias Gaunard) Beman Dawes 2009-08-02 14:00:59 +00:00
  • bc468c0c2a Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch. Troy D. Straszheim 2009-07-26 00:49:56 +00:00
  • 714548f437 gcc 4.4.1 fixed scoped enum bug so don't define BOOST_NO_SCOPED_ENUMS (François Barel) Beman Dawes 2009-07-24 15:46:01 +00:00
  • 10f2b7c60e Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +00:00
  • 960f3b5e8e Fix last known version. John Maddock 2009-07-06 08:36:57 +00:00
  • a04de07542 Fix last known version number. John Maddock 2009-07-06 08:35:54 +00:00
  • ae3c247f55 Fixes #3214. John Maddock 2009-06-24 12:17:22 +00:00
  • 2a9759c96b Fixes #3214. John Maddock 2009-06-24 12:16:31 +00:00
  • ab378931aa borland/codegear configuration patch to set BOOST_SP_NO_SP_CONVERTIBLE David Dean 2009-06-11 22:03:07 +00:00
  • bb695e41e1 updating codegear.hpp with defines for newest compiler David Dean 2009-06-09 15:55:05 +00:00
  • 6bb6198486 updating borland.hpp with defines for newest compiler David Dean 2009-06-08 20:31:39 +00:00
  • 62a577dbec Fix BOOST_NO_INITIALIZER_LISTS when the compiler supports them, but the standard library doesn't. Daniel James 2009-06-06 13:48:57 +00:00
  • 21ad7ad74d Fix typo. Daniel James 2009-06-01 06:52:36 +00:00
  • 8894fa22f3 Define BOOST_NO_INITIALIZER_LISTS if library support isn't available. Daniel James 2009-06-01 06:50:25 +00:00
  • cf37052edd Merge from trunk Beman Dawes 2009-05-30 11:22:59 +00:00
  • d1e645c524 Merge from trunk Beman Dawes 2009-05-30 11:16:25 +00:00
  • d46a6d5ec8 set up config for VC++ 2010 beta 1 Beman Dawes 2009-05-21 15:16:39 +00:00
  • b03d5829b5 Fixed most tab and min/max issues from trunk inspection report Jeremiah Willcock 2009-05-20 19:19:00 +00:00
  • 6695277f1a Aways define BOOST_NO_SCOPED_ENUMS until GCC Bugzilla Bug 38064 gets fixed. Beman Dawes 2009-05-19 13:34:04 +00:00
  • e1d9c0281a Fixes #3047. John Maddock 2009-05-19 11:39:24 +00:00