Commit Graph

  • 102588ae46 Merge pull request #183 from boostorg/mutable_for_each Kohei Takahashi 2018-07-03 12:40:54 +09:00
  • c1fe4e78ab algo: Added tests for mutable functor 1753798655652045443/tmp_refs/heads/mutable_functor 1753798655652045443/mutable_functor mutable_functor Kohei Takahashi 2018-07-03 00:48:40 +09:00
  • 0e4c5127f5 algo/for_each: Fixed parameter type Kohei Takahashi 2018-07-02 22:19:25 +09:00
  • afb8b150a9 Merge pull request #181 from boostorg/init-and-paren Kohei Takahashi 2018-05-13 20:40:25 +09:00
  • d832387fdb Fixed misused parenthesized initializer Kohei Takahashi 2018-05-13 18:59:43 +09:00
  • a844a55846 Remove redundant noexcept specifier optimization/vector-and-tuple Kohei Takahashi 2018-05-13 16:56:46 +09:00
  • aae2304699 Fixed wrong type of special functions Kohei Takahashi 2018-05-13 16:01:57 +09:00
  • c508ddafea Disabled cv-qualifierd function type warning on msvc Kohei Takahashi 2018-05-10 02:08:24 +09:00
  • 0c138de7cb Merge pull request #180 from boostorg/develop Kohei Takahashi 2018-05-10 00:59:45 +09:00
  • 37e4fab58b Added notes for CWG 496 and CWG 2094 Kohei Takahashi 2018-05-10 00:55:07 +09:00
  • 5c3600d277 Fixed the use of unintroduced namespace Kohei Takahashi 2018-05-09 12:39:06 +09:00
  • 5d5ed0bc8d Don't test on non conforming platform Kohei Takahashi 2018-05-09 03:09:24 +09:00
  • 8e25d0ef77 Enabled using compiler builtin Kohei Takahashi 2018-05-09 03:04:03 +09:00
  • fb26953fcf Suppress known warning Kohei Takahashi 2018-05-09 03:03:38 +09:00
  • 8a2f444761 Fixed fallback traits condition Kohei Takahashi 2018-05-08 23:13:12 +09:00
  • dfa3650307 Make sure that are class type Kohei Takahashi 2018-05-08 13:09:46 +09:00
  • f9e618d825 Added tests for array type Kohei Takahashi 2018-05-08 13:06:17 +09:00
  • 687491be85 aligned_storage is not guarantted for trivially copyable Kohei Takahashi 2018-05-08 12:52:40 +09:00
  • aa8342d5cb Added test for trivially copyable sequence Kohei Takahashi 2018-05-08 02:16:16 +09:00
  • b4afa1c69b It's not a trivially copyable unless all elems are Kohei Takahashi 2018-05-08 00:38:10 +09:00
  • cb4a4cdde7 It should be default constructible Kohei Takahashi 2018-05-08 00:23:04 +09:00
  • b03d1e9458 Added utility for forcing to be non trivial copyable Kohei Takahashi 2018-05-07 23:17:25 +09:00
  • c7ba5595fc Added is_trivially_copyable traits Kohei Takahashi 2018-05-07 22:33:06 +09:00
  • b978b47952 Merge upstream branch 'develop' into optimization/vector-and-tuple Kohei Takahashi 2018-05-07 12:27:46 +09:00
  • 98b96c3b97 Merge pull request #179 from boostorg/support Kohei Takahashi 2018-04-28 00:21:06 +09:00
  • 68be23a0b9 Merge upstream branch 'develop' into support Kohei Takahashi 2018-04-27 20:32:09 +09:00
  • 6f8de8d774 Added workaround for fold expr and dependent name Kohei Takahashi 2018-04-27 20:29:06 +09:00
  • 5221bbbc76 Added workaround for defaulted and noexcept Kohei Takahashi 2018-04-27 14:56:23 +09:00
  • 0e900bba3f Specify defaulted and remove unnecessary functions from unused_type Kohei Takahashi 2018-04-27 12:37:37 +09:00
  • 38aa3705d0 Added test for unused_type Kohei Takahashi 2018-04-27 12:37:00 +09:00
  • 1854626651 Merge pull request #178 from boostorg/more-ci-targets Kohei Takahashi 2018-04-26 06:41:55 +09:00
  • e8da43a539 Added workaround for gcc 4.6 with C array Kohei Takahashi 2018-04-26 00:02:57 +09:00
  • 3b8fb67b52 Update WA condition Kohei Takahashi 2018-04-22 03:44:57 +09:00
  • c4881f1862 Merge upstream branch 'develop' into more-ci-targets Kohei Takahashi 2018-04-22 03:41:55 +09:00
  • e818089a91 likewise Kohei Takahashi 2018-04-21 19:18:09 +09:00
  • a95a838779 Added workaround to test Kohei Takahashi 2018-04-21 18:22:24 +09:00
  • 7443cb1101 Changed availability condition to what Boost.TT providing Kohei Takahashi 2018-04-20 13:04:02 +09:00
  • 84b1847442 Merge pull request #177 from boostorg/bugfix/c-style-array Kohei Takahashi 2018-04-19 01:44:13 +09:00
  • a273cd8131 Added workaround for msvc-14.x Kohei Takahashi 2018-04-19 00:21:41 +09:00
  • 757541f9d2 Updated c-style array test for associative container Kohei Takahashi 2018-04-18 22:39:55 +09:00
  • dd695c1dbd Fixed a compile error bug similar to previous vector's one Kohei Takahashi 2018-04-18 22:38:09 +09:00
  • 96b2e51828 Added test for #176 Kohei Takahashi 2018-04-18 22:33:36 +09:00
  • e962c1abb5 Fixed vector compile error with C-style array Kohei Takahashi 2018-04-18 22:31:35 +09:00
  • 7899658d8e Merge pull request #175 from boostorg/develop boost-1.67.0 Kohei Takahashi 2018-03-25 12:58:00 +09:00
  • 4e57acbce7 Make fusion::pair trivially copyable if possible optimization/TC-pair Kohei Takahashi 2018-03-23 02:26:05 +09:00
  • 44ef9e56e6 Added tests for support/pair Kohei Takahashi 2018-03-23 02:25:38 +09:00
  • e3b053f969 Remove detail metafunctions to simplify template Kohei Takahashi 2018-03-15 20:49:38 +09:00
  • 11a3f250b8 Remove unused header Kohei Takahashi 2018-03-15 19:56:07 +09:00
  • 79262831ef Merge pull request #174 from boostorg/testfix/logical-and Kohei Takahashi 2018-03-15 13:35:23 +09:00
  • 9536909a3a Remove redundant argument. Kohei Takahashi 2018-03-14 16:02:07 +09:00
  • 47070610d0 Remove unnecessary user defined ctor Kohei Takahashi 2018-03-14 15:15:33 +09:00
  • d8f608c8f1 Move is_native_fusion_sequence to detail Kohei Takahashi 2018-03-14 14:53:30 +09:00
  • 2aea153be0 Use fold expression to improbe compile speed Kohei Takahashi 2018-03-14 14:53:07 +09:00
  • 4734cf4a13 Fixed detail::and test Kohei Takahashi 2018-03-14 14:41:43 +09:00
  • d5bd71c886 Update dead/moved links Kohei Takahashi 2018-03-14 00:51:48 +09:00
  • c3dec40e72 Fixed links to support list. Kohei Takahashi 2018-03-13 23:18:03 +09:00
  • 03ac9086bc Merge pull request #172 from boostorg/develop Kohei Takahashi 2018-03-06 15:09:50 +09:00
  • 9de3272174 Added workaround for GCC 4.4/c++0x Kohei Takahashi 2018-03-06 00:40:41 +09:00
  • 25c6334c58 meta: Update failure toolset name Kohei Takahashi 2018-03-03 16:20:08 +09:00
  • 101a056a92 Merge pull request #171 from ldionne/develop Kohei Takahashi 2018-03-03 13:31:22 +09:00
  • 82f677c169 Allow incomplete types in fusion::tag_of and fusion::is_native_fusion_sequence Louis Dionne 2018-02-28 20:03:07 -08:00
  • 479bc3133b Merge pull request #169 from boostorg/develop Kohei Takahashi 2018-02-26 01:02:16 +09:00
  • f61bffb21f Remove $$$ JDG temp $$$ Kohei Takahashi 2018-02-24 16:00:57 +09:00
  • 4c67886cc2 Merge pull request #168 from Kojoley/add-limits-precheck Kohei Takahashi 2018-02-21 21:45:13 +09:00
  • 38818fbe3d Add limits precheck Nikita Kniazev 2018-02-20 18:32:22 +03:00
  • eeeee9bfbb Fixed ambiguous call of hash_value Kohei Takahashi 2018-02-19 22:40:56 +09:00
  • eb0cbbc347 CI: trusty doesn't provide gcc 4.5 Kohei Takahashi 2018-02-18 21:25:51 +09:00
  • d0c17119e7 CI: skip known to fail Kohei Takahashi 2018-02-17 17:46:03 +09:00
  • 28ea5dacce CI: Added more build target Kohei Takahashi 2018-02-17 17:45:49 +09:00
  • 6c96720080 CI: Remove build branch restriction Kohei Takahashi 2018-02-17 17:27:20 +09:00
  • 0a8f0f49b2 Merge pull request #167 from boostorg/enhancement/ci Kohei Takahashi 2018-01-29 20:04:18 +09:00
  • cdd1408d2b Update dependency Kohei Takahashi 2018-01-29 12:35:30 +09:00
  • 540ea0ef0c Use build time configuration Kohei Takahashi 2018-01-29 12:03:19 +09:00
  • 671f22b013 Use new common CI marker Kohei Takahashi 2018-01-29 10:34:33 +09:00
  • dfceaffc58 Update copyright year Kohei Takahashi 2018-01-29 10:30:55 +09:00
  • 2c86e9d18c Added hash option to b2 Kohei Takahashi 2018-01-29 10:17:06 +09:00
  • d8e6f406ab Mark as CI in Jamfile not command line Kohei Takahashi 2018-01-29 10:15:39 +09:00
  • b42314fb02 Enabling parallel option to CI job Kohei Takahashi 2018-01-29 10:10:15 +09:00
  • 806b621931 Merge pull request #166 from Kojoley/cwg-defect-945 Kohei Takahashi 2017-12-24 11:40:58 +09:00
  • 39fb05e40f vector: Fix for compilers not compatible with CWG defect 945 Nikita Kniazev 2017-12-23 18:17:04 +03:00
  • dc47261890 Merge pull request #164 from Kojoley/fix-map-vs2017-15.5 Joel de Guzman 2017-12-14 06:45:27 +08:00
  • 099333b61d map: Switch to SFINAE in template parameters Nikita Kniazev 2017-12-13 23:36:08 +03:00
  • 71ad390cf0 Merge pull request #162 from boostorg/develop boost-1.66.0 1753795543571029268/tmp_refs/tags/boost-1.66.0 Kohei Takahashi 2017-12-03 00:08:31 +09:00
  • 821aaee960 Merge pull request #161 from boostorg/regression/msvc-defects Joel de Guzman 2017-11-25 06:23:17 +08:00
  • b12c6b6af6 Regenerate preprocessed files. Kohei Takahashi 2017-11-23 22:59:02 +09:00
  • 4eda545405 Fixed a regression with msvc 10/11/12 defect Kohei Takahashi 2017-11-23 22:48:11 +09:00
  • 5fd8c36079 Added test for GitHub issue #159 Kohei Takahashi 2017-11-23 22:27:59 +09:00
  • e6b5879511 Merge pull request #157 from boostorg/develop Kohei Takahashi 2017-10-31 09:40:44 +09:00
  • 33ce5701ae Remove depth option from submodule update. Kohei Takahashi 2017-10-30 14:34:59 +09:00
  • 3cd289836d likewise Kohei Takahashi 2017-10-29 16:40:07 +09:00
  • ffff00b1a2 Fixed clang and libstdc++ combination. Kohei Takahashi 2017-10-28 09:49:27 +09:00
  • c19cd1b0b7 Specify toolset version via command line. Kohei Takahashi 2017-10-27 20:59:04 +09:00
  • 3452deb057 Remove unnecessary source. Kohei Takahashi 2017-10-27 20:53:14 +09:00
  • 0876b9558d Remove invalid compiler: key Kohei Takahashi 2017-10-27 20:40:29 +09:00
  • 580364a19e trusty is already default image Kohei Takahashi 2017-10-27 20:34:16 +09:00
  • d6921c112a Use <cxxstd> to speedup build cycle. Kohei Takahashi 2017-10-27 20:10:23 +09:00
  • 254d570b3d Increase shallow clone depth Kohei Takahashi 2017-10-21 12:19:44 +09:00
  • 5c78fea465 Fixed wording Kohei Takahashi 2017-10-20 22:30:59 +09:00
  • da4abd0dce Added gcc 4.4 as expected failure. Kohei Takahashi 2017-10-20 22:30:42 +09:00
  • 1faac814e3 Merge pull request #156 from danieljames/develop Kohei Takahashi 2017-10-19 19:15:31 +09:00