Commit Graph

  • c9cceb0ce9 Removed executable attribute. Andrey Semashev 2014-06-04 13:03:10 +0400
  • a9cc3926de Removed executable attribute. Andrey Semashev 2014-06-04 13:02:28 +0400
  • 678063ef3a The file has been moved to Boost.Core. Andrey Semashev 2014-06-04 12:58:46 +0400
  • 83be62c6c1 The file has been moved to Boost.Core. Andrey Semashev 2014-06-04 12:57:45 +0400
  • 676d007618 Merge pull request #4 from MSOpenTech/winrt Andrey Semashev 2014-06-03 23:32:20 +0400
  • 38fc0a4352 Remove headers moved into core. Peter Dimov 2014-06-03 20:06:32 +0300
  • b4e608fcf2 Updating macro for detecting the Windows Runtime based on accepted changes adding a Boost.Predef. Steve Gates 2014-06-02 12:16:56 -0700
  • 2644ef67ac Merge pull request #3 from glenfe/develop Daniel James 2014-06-01 23:04:05 +0100
  • 099854dece Moved lightweight_test.hpp to Boost.Core Glen Fernandes 2014-06-01 13:37:29 -0700
  • 9063b1d1fd Don't run 'correctly_disable' tests by default. Daniel James 2014-05-31 18:22:42 +0100
  • 9288a7df75 Merge pull request #2 from danieljames/add-binary-search-test Daniel James 2014-05-31 18:16:36 +0100
  • c75e59f0e1 Move binary_search_test.cpp from utility module. Daniel James 2014-05-28 15:57:56 +0100
  • 78b061c1e1 Updating macro for detecting WinRT to BOOST_WINDOWS_RUNTIME based on code review feedback. Steve Gates 2014-05-13 16:54:03 -0700
  • a46db5a32e Removing MSOT copyright, replacing with Microsoft. Steve Gates 2014-04-15 16:50:12 -0700
  • d436bcd121 detail changes for WinRT support Kirk Shoop (MS OPEN TECH) 2013-12-11 15:10:53 -0800
  • 7312799cc0 Fixed dereferencing rend iterators. Andrey Semashev 2014-03-26 09:57:33 +0400
  • 3194681a02 Merge branch 'master' of https://github.com/boostorg/detail Robert Ramey 2014-03-02 10:48:07 -0800
  • 16ee7725f4 Merge branch 'develop' Robert Ramey 2014-03-02 10:44:24 -0800
  • 3d6fdcfda4 changed BOOST_NOEXCEPT to BOOST_NOEXCEPT_OR_NOTHROW Robert Ramey 2014-03-01 10:27:44 -0800
  • 345b3a3b50 Modify to use BOOST_NOEXCEPT Robert Ramey 2014-02-28 10:48:19 -0800
  • 094070e5e4 verified alignment of our custom utf8_codecvt_facet against the base class from which it is derived - std::codecvt. Robert Ramey 2014-02-27 08:02:01 -0800
  • 33bc52789a Moved lightweight_thread.hpp, quick_allocator.hpp into smart_ptr Peter Dimov 2014-02-12 17:05:13 +0200
  • 3dd2674052 Moved lightweight_thread.hpp, quick_allocator.hpp into smart_ptr Peter Dimov 2014-02-12 17:05:13 +0200
  • d5699c31c9 allocator_utilities: Remove obsolete MSVC version check. Stephen Kelly 2013-09-26 13:04:51 +0000
  • c1b71a6f12 avoid conflict with standard library implementations Robert Ramey 2013-11-16 18:49:28 +0000
  • 55f85a4d1f changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility. Robert Ramey 2013-11-11 02:25:58 +0000
  • 8c689a1533 changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility. Robert Ramey 2013-11-11 02:19:46 +0000
  • f362e5e72f changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility. Robert Ramey 2013-11-11 02:18:51 +0000
  • 4a5de13017 Fixed INT_PTR_ spelling. Andrey Semashev 2013-11-01 15:27:08 +0000
  • 3220177536 Removed RegisterWaitForSingleObjectEx as it is not present in all Windows SDK versions. Andrey Semashev 2013-10-27 11:56:12 +0000
  • 1e84644646 Added missing using declarations. Andrey Semashev 2013-10-26 15:21:25 +0000
  • 84da532b39 Added missing using declarations. Andrey Semashev 2013-10-26 15:18:21 +0000
  • 54822d775b Merged revision(s) 85994 from trunk: Add BOOST_USE_INTRIN_H support; remove #pragma intrinsic, not needed and not supported on Intel. Refs #6646. Refs #7318. Refs #9174. Peter Dimov 2013-10-24 14:01:53 +0000
  • bae1bebd28 Added Windows 8.1 (aka Blue) version constant. Andrey Semashev 2013-10-23 21:09:40 +0000
  • 59ce745040 According to the discussion on the ML, changed the default WinAPI back to XP. Andrey Semashev 2013-10-23 13:11:31 +0000
  • 8e3280c8ee Changed the default WinAPI version to Vista. Andrey Semashev 2013-10-22 13:28:27 +0000
  • 3319b4ac54 Added support for WinAPI version specification. Andrey Semashev 2013-10-14 21:06:05 +0000
  • 3dafb197cc * Reformatted and completed legacy code removal patches from Stephen Kelly (note: this patch treads on changesets [86244] and [82545], will restore later) * Changed hashed indices internal data structure * Changed hashed index iterator serialization * Added reserve to hashed indices * noexcept specification * Lazy node allocation in insertion * Doc typos Joaquín M López Muñoz 2013-10-12 15:30:35 +0000
  • 0e75aca4dd Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:22:36 +0000
  • d32882cc08 Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:20:59 +0000
  • 6395ed2f25 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:19:17 +0000
  • a747594bdd Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:17:48 +0000
  • 684ee20edb Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:15:00 +0000
  • 5e28401195 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION Stephen Kelly 2013-10-11 23:13:10 +0000
  • 2114a3d026 Remove obsolete files. Stephen Kelly 2013-10-11 23:11:35 +0000
  • 0f9b39df3f Fixed WinAPI compilation. Ported timed mutex to waitable timer. Windows time points are now aligned with FILETIME to reduce conversion overhead when used with waitable timers. Andrey Semashev 2013-10-07 17:41:43 +0000
  • 933b2c596b Boost.Sync: Added preliminary implementation of a waitable timer for fixed time point waits. Updated WinAPI functions to contain the required APIs. Andrey Semashev 2013-10-06 17:40:19 +0000
  • 4dc7897c9f Container: Remove obsolete GCC version check. Stephen Kelly 2013-10-01 08:43:30 +0000
  • 41f09db5d6 Exception: Remove obsolete GCC version check. Stephen Kelly 2013-09-30 16:00:29 +0000
  • c8ca7d9788 Detail: Remove obsolete MSVC version checks. Stephen Kelly 2013-09-30 00:21:39 +0000
  • 1de858a76f Finished POSIX condition_variable, working on Windows. Andrey Semashev 2013-09-29 16:42:24 +0000
  • 275fe9d73b Add BOOST_USE_INTRIN_H support; remove #pragma intrinsic, not needed and not supported on Intel. Peter Dimov 2013-09-29 11:04:37 +0000
  • 8ca67eedb4 Merged latest changes from trunk. Andrey Semashev 2013-09-28 16:29:40 +0000
  • 1ec40ed29c allocator_utilities: Remove obsolete MSVC version check. Stephen Kelly 2013-09-26 13:04:51 +0000
  • 589631a886 Remove obsolete MSVC check from pragma guard Stephen Kelly 2013-09-26 13:02:51 +0000
  • 41e2470d21 Enabled #pragma once for all compilers that support it, not only MSVC. Andrey Semashev 2013-09-24 12:56:50 +0000
  • eb60febe83 Fixed compilation problems with MinGW-w64. Andrey Semashev 2013-09-24 12:49:46 +0000
  • 73c18922d1 Merged changes from trunk. Andrey Semashev 2013-09-22 09:57:15 +0000
  • ce5864b47e To avoid name clashes with Boost.Thread, renamed boost::detail::win32 namespace to winapi. Also renamed the directory with headers accordingly. Adjusted Boost.Chrono and Boost.Sync to reflect the changes. Andrey Semashev 2013-09-19 17:58:24 +0000
  • 8590e40965 Added GetSystemTimeAsFileTime definition when it is absent in WinAPI. Made constants as enum so that they can be used in switch/case statements. Added Boost.Sync time_units and mutex for Windows. Andrey Semashev 2013-09-18 21:25:36 +0000
  • e1e8b05e02 Moved semaphore implementation to details. Some minor fixes. Andrey Semashev 2013-09-15 16:58:33 +0000
  • 79bce0a5f2 sync: add semaphore implementation Tim Blechmann 2013-09-15 10:46:54 +0000
  • 2b05049c56 Merge Predef library to release. Rene Rivera 2013-09-09 04:06:52 +0000
  • 6a98633c6c Rewrite content to use Predef endian detection. This removes the non-BSL license use. Rene Rivera 2013-08-07 03:03:23 +0000
  • 06aac2f311 Fix typo. Fixes #7664. John Maddock 2013-06-13 15:53:31 +0000
  • 81cbc142ac Fix typo. Refs #7664. John Maddock 2013-06-13 15:50:50 +0000
  • 8bfa4e2836 Merged BOOST_TEST_THROWS from trunk, as it's been working fine for two months Ion Gaztañaga 2013-05-26 21:10:27 +0000
  • bd58c2d229 Added BOOST_TEST_THROWS Ion Gaztañaga 2013-03-14 23:08:40 +0000
  • 610e913595 Merge changes from Trunk. Fixes #6013. Fixes #7151. Fixes #7359. Fixes #7389. Fixes #7452. Fixes #7528. Fixes #7703. Fixes #7841. Fixes #7898. Fixes #7938. Fixes #8048. John Maddock 2013-02-24 19:07:59 +0000
  • 19ca421f24 Apply patch from 7703. Refs #7703. John Maddock 2013-02-19 16:09:27 +0000
  • 538f8f7b3b Apply patch for XBox and Android. Refs #7528. John Maddock 2013-02-19 16:06:55 +0000
  • ae93c52b75 Apply BSD patch. Refs #6013. John Maddock 2013-02-19 11:59:27 +0000
  • d50a20412b When I merged the Boost.ScopedEnum changes to release, I missed a file. Marshall Clow 2012-12-17 17:54:12 +0000
  • eb6208f69a Made codecvt::do_length param constant based on the library used, not the compiler Marshall Clow 2012-12-12 15:41:26 +0000
  • d5aa8a952a Fixed incorrect 'const' param for utf8_codecvt_facet::do_length Marshall Clow 2012-11-28 19:12:42 +0000
  • dc1a439ec0 Remove usage of deprecated macros Marshall Clow 2012-11-20 19:44:24 +0000
  • c77e8e89cf Fix stray whitespace in previous commit. Refs #7516. John Maddock 2012-10-22 18:12:51 +0000
  • 2ea55870e4 Fix up for Arm. Fixes #7516. John Maddock 2012-10-22 17:47:41 +0000
  • 436afec8b3 Merged revision(s) [80935] from trunk: Fix the _WIN32_WCE >= 0x600 case. Peter Dimov 2012-10-11 19:51:05 +0000
  • 112b2471b7 Fix the _WIN32_WCE >= 0x600 case. Peter Dimov 2012-10-10 13:11:38 +0000
  • 2cbdcde368 Fix: intrin.h is available in msvc-9.0 (_MSC_VER 1500) Jürgen Hunold 2012-09-22 15:35:41 +0000
  • 689df8ea62 Thread: Updated from trunk 1.52 Vicente J. Botet Escriba 2012-09-09 18:48:52 +0000
  • 67f78550e5 Detail: Merge some whitespace fixes from release. Daniel James 2012-09-01 14:47:29 +0000
  • 5973a2bcef Thread: Try again to fix 5431 Vicente J. Botet Escriba 2012-08-21 21:36:12 +0000
  • d8159674fa Thread: Rollback last modification as it breaks regression test VeecoFTC/msvc-9.0~wm5~stlport5.2 Vicente J. Botet Escriba 2012-08-17 15:27:56 +0000
  • 0c7444b84f Thread: Try to fix 5431 Vicente J. Botet Escriba 2012-08-15 10:02:09 +0000
  • 804546aacf Chrono: Try to fix issue with WinError.h file Vicente J. Botet Escriba 2012-07-07 10:27:13 +0000
  • 02d2fb38e3 Hash: Merge deprecated header warning + some documentation. Daniel James 2012-05-27 21:13:49 +0000
  • c11c0ef97b Merged boost.thread from trunk Anthony Williams 2012-05-22 17:03:15 +0000
  • b39e23464b Add warning to deprecated header boost/functional/detail/container_fwd.hpp. Daniel James 2012-05-21 21:58:18 +0000
  • 0e2bc0d9f4 ScopedEnum: Fix issue with native function class Vicente J. Botet Escriba 2012-05-12 17:29:08 +0000
  • 9378f3d4f7 ScopedEnum: Rollback last change as there are regressions on Spirit Vicente J. Botet Escriba 2012-05-12 11:07:58 +0000
  • 20332e24e5 Combine scoped enum emulation from thread library into detail/scoped_enum_emulation.hpp Anthony Williams 2012-05-10 17:06:15 +0000
  • 6caa4f2698 Summary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf……8_codecvt_facet.ipp Author: Dave Abrahams <dave@boostpro.com> Dave Abrahams 2012-04-21 22:36:59 +0000
  • 2a116b4ea4 Summary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf8_codecvt_facet.ipp Author: Dave Abrahams <dave@boostpro.com> Dave Abrahams 2012-04-19 18:19:20 +0000
  • a017040e81 Detail: Merge macro to force container forwarding. Daniel James 2012-03-31 19:34:56 +0000
  • e0e8ccb712 Detail: Add macro to explicitly enable forward declaration of containers. Daniel James 2012-02-18 15:48:59 +0000
  • de25ca2c03 Detail: Merge disabled gcc container forwardings. Fixes #6323. Daniel James 2012-01-15 19:56:13 +0000
  • 17612676b8 Detail: Disable container forward declarations for recent versions of libstdc++, refs #6326. Daniel James 2012-01-11 23:00:55 +0000
  • 06c06ee09c Merge Boost.Math changes from Trunk: mostly refactored test cases for shorter compile times. John Maddock 2012-01-08 13:10:31 +0000