Commit Graph

  • 81a1c2c99a
    Merge pull request #207 from boostorg/develop cc Kohei Takahashi 2019-01-10 17:19:50 +0900
  • 7b55860d78
    Merge pull request #206 from boostorg/update-ci Kohei Takahashi 2019-01-10 08:45:02 +0900
  • 70837a30c5
    CI: Added clang-win runner Kohei Takahashi 2019-01-09 18:59:05 +0900
  • 2e91d0b78e
    CI: Updated travis compiler matrix Kohei Takahashi 2019-01-09 18:58:40 +0900
  • e375a4541b
    CI: Updated for the recent boost-install changes Kohei Takahashi 2019-01-09 18:33:23 +0900
  • 62137c0ab7
    Merge pull request #204 from boostorg/develop Kohei Takahashi 2018-10-31 08:23:10 +0900
  • 753db26073
    Merge pull request #198 from Kojoley/vector-simplify-at_impl Kohei Takahashi 2018-10-25 22:12:38 +0900
  • 309a2d623f
    Merge pull request #201 from Kojoley/a-slightly-cleaner-n3031-workaround Kohei Takahashi 2018-10-18 08:17:24 +0900
  • b5ba6cbd2b N3031 workaround for compilers without alias templates Nikita Kniazev 2018-10-14 02:49:25 +0300
  • 2160949150 A slightly cleaner N3031 workaround Nikita Kniazev 2018-10-12 00:34:20 +0300
  • 6208b083fb
    Merge pull request #199 from Kojoley/simplify-is_same_size Kohei Takahashi 2018-10-10 22:34:30 +0900
  • 95beeba19c
    Merge pull request #197 from Kojoley/vector_n-test-fix-warning Kohei Takahashi 2018-10-10 22:31:53 +0900
  • efe9065b8c vector: Simplify at_impl Nikita Kniazev 2018-10-07 04:18:28 +0300
  • d1da8ee746 Simplify is_same_size Nikita Kniazev 2018-10-07 23:17:40 +0300
  • a26dcf59ce TST: vector_n: Fixed conversion warning Nikita Kniazev 2018-10-05 15:54:35 +0300
  • 6b5c5be9be
    Merge pull request #195 from Kojoley/patch-2 Kohei Takahashi 2018-09-27 09:35:05 +0900
  • 8c36079edb
    Merge pull request #193 from Kojoley/patch-1 Kohei Takahashi 2018-09-27 09:34:43 +0900
  • 9db262acf5 Fix unit tests that did not return report_errors() Glen Fernandes 2018-09-17 07:17:29 -0400
  • a3abadb884
    map_fwd: Do not include the implementation details Nikita Kniazev 2018-09-25 02:21:05 +0300
  • 3cfbd9826d Fix unit tests that did not return report_errors() Glen Fernandes 2018-09-17 07:17:29 -0400
  • c1fea895c2
    Update decltype(expr)::type WA for Clang 3.0 Nikita Kniazev 2018-08-17 01:36:56 +0300
  • 6a3ddd1458
    Merge pull request #191 from boostorg/adapt-adt/return-const Kohei Takahashi 2018-08-09 08:21:49 +0900
  • b1f20628bb
    Merge pull request #192 from Kojoley/define-is_view-for-non-fusion Kohei Takahashi 2018-08-03 09:46:42 +0900
  • b0f0882229 Define traits::is_view for non fusion types Nikita Kniazev 2018-08-03 00:24:10 +0300
  • b8fafe04d9
    Merge pull request #190 from boostorg/cleanup/filter_view Kohei Takahashi 2018-08-02 12:53:08 +0900
  • 95b4500898
    test: Suppress unused warning Kohei Takahashi 2018-08-02 12:43:26 +0900
  • b02cb70760
    test: Suppress unused warning on MSVC Kohei Takahashi 2018-08-02 09:37:32 +0900
  • 77ebd568e1
    adapt/adt: Don't add/remove const on return type of attributes Kohei Takahashi 2018-08-01 20:08:24 +0900
  • e29b1a07f3
    adapt: Cleanup includes Kohei Takahashi 2018-07-28 14:49:50 +0900
  • f03bb5ec2e
    test: Removed unnecessary semi-colon Kohei Takahashi 2018-07-28 14:40:51 +0900
  • cc0c684a92
    test: Suppress unused warning Kohei Takahashi 2018-07-27 12:45:33 +0900
  • c740a4dbad
    Merge pull request #188 from boostorg/develop Kohei Takahashi 2018-07-17 21:12:08 +0900
  • 48f8af3e73
    filter_view: Removed redundant filter operation Kohei Takahashi 2018-07-07 08:17:26 +0900
  • cc3fbc4f5d
    Removed unused headers Kohei Takahashi 2018-07-07 07:47:33 +0900
  • bd96a6bcfb
    doc: Fixed filter_view parameter requirements Kohei Takahashi 2018-07-07 09:24:55 +0900
  • 2a95fcc3e9
    Merge pull request #186 from boostorg/bugfix/apply Kohei Takahashi 2018-07-07 08:11:15 +0900
  • 47ff2e6cb5
    find_if: Improved tag usage Kohei Takahashi 2018-07-07 07:18:56 +0900
  • 9036c72a61
    find_if: Removed unnecessary mpl::lambda Kohei Takahashi 2018-07-07 07:08:17 +0900
  • 06a2f0560f
    doc: Fixed keyword links Kohei Takahashi 2018-07-07 01:56:50 +0900
  • c76cd3d6b2
    test: Suppress unused warning Kohei Takahashi 2018-07-07 01:27:20 +0900
  • 77959b1d33
    test: Added test for ticket 5490 Kohei Takahashi 2018-07-07 01:23:11 +0900
  • c6448b9e45
    transform: Stopped use of mpl::apply Kohei Takahashi 2018-07-07 01:06:05 +0900
  • 561890429b
    doc: Moved paragraph to mpl adaptation to mpl section Kohei Takahashi 2018-07-06 11:21:54 +0900
  • 23c54602c2
    Merge pull request #185 from boostorg/docfix/io-for-adapted Kohei Takahashi 2018-07-05 22:57:56 +0900
  • 30c044b03a
    doc: Added note regarding IO for adapted type Kohei Takahashi 2018-07-05 22:15:33 +0900
  • a71b9607e1
    Merge pull request #184 from boostorg/develop Kohei Takahashi 2018-07-03 21:50:36 +0900
  • 102588ae46
    Merge pull request #183 from boostorg/mutable_for_each Kohei Takahashi 2018-07-03 12:40:54 +0900
  • 0e4c5127f5
    algo/for_each: Fixed parameter type Kohei Takahashi 2018-07-02 22:19:25 +0900
  • afb8b150a9
    Merge pull request #181 from boostorg/init-and-paren Kohei Takahashi 2018-05-13 20:40:25 +0900
  • d832387fdb
    Fixed misused parenthesized initializer Kohei Takahashi 2018-05-13 18:59:43 +0900
  • 0c138de7cb
    Merge pull request #180 from boostorg/develop Kohei Takahashi 2018-05-10 00:59:45 +0900
  • 98b96c3b97
    Merge pull request #179 from boostorg/support Kohei Takahashi 2018-04-28 00:21:06 +0900
  • 68be23a0b9
    Merge upstream branch 'develop' into support Kohei Takahashi 2018-04-27 20:32:09 +0900
  • 6f8de8d774
    Added workaround for fold expr and dependent name Kohei Takahashi 2018-04-27 20:29:06 +0900
  • 5221bbbc76
    Added workaround for defaulted and noexcept Kohei Takahashi 2018-04-27 14:56:23 +0900
  • 0e900bba3f
    Specify defaulted and remove unnecessary functions from unused_type Kohei Takahashi 2018-04-27 12:37:37 +0900
  • 38aa3705d0
    Added test for unused_type Kohei Takahashi 2018-04-27 12:37:00 +0900
  • 1854626651
    Merge pull request #178 from boostorg/more-ci-targets Kohei Takahashi 2018-04-26 06:41:55 +0900
  • e8da43a539
    Added workaround for gcc 4.6 with C array Kohei Takahashi 2018-04-26 00:02:57 +0900
  • 3b8fb67b52
    Update WA condition Kohei Takahashi 2018-04-22 03:44:57 +0900
  • c4881f1862
    Merge upstream branch 'develop' into more-ci-targets Kohei Takahashi 2018-04-22 03:41:55 +0900
  • e818089a91
    likewise Kohei Takahashi 2018-04-21 19:18:09 +0900
  • a95a838779
    Added workaround to test Kohei Takahashi 2018-04-21 18:22:24 +0900
  • 7443cb1101
    Changed availability condition to what Boost.TT providing Kohei Takahashi 2018-04-20 13:04:02 +0900
  • 84b1847442
    Merge pull request #177 from boostorg/bugfix/c-style-array Kohei Takahashi 2018-04-19 01:44:13 +0900
  • a273cd8131
    Added workaround for msvc-14.x Kohei Takahashi 2018-04-19 00:21:41 +0900
  • 757541f9d2
    Updated c-style array test for associative container Kohei Takahashi 2018-04-18 22:39:55 +0900
  • dd695c1dbd
    Fixed a compile error bug similar to previous vector's one Kohei Takahashi 2018-04-18 22:38:09 +0900
  • 96b2e51828
    Added test for #176 Kohei Takahashi 2018-04-18 22:33:36 +0900
  • e962c1abb5
    Fixed vector compile error with C-style array Kohei Takahashi 2018-04-18 22:31:35 +0900
  • 7899658d8e
    Merge pull request #175 from boostorg/develop Kohei Takahashi 2018-03-25 12:58:00 +0900
  • e3b053f969
    Remove detail metafunctions to simplify template Kohei Takahashi 2018-03-15 20:49:38 +0900
  • 11a3f250b8
    Remove unused header Kohei Takahashi 2018-03-15 19:56:07 +0900
  • 79262831ef
    Merge pull request #174 from boostorg/testfix/logical-and Kohei Takahashi 2018-03-15 13:35:23 +0900
  • d8f608c8f1
    Move is_native_fusion_sequence to detail Kohei Takahashi 2018-03-14 14:53:30 +0900
  • 2aea153be0
    Use fold expression to improbe compile speed Kohei Takahashi 2018-03-14 14:53:07 +0900
  • 4734cf4a13
    Fixed detail::and test Kohei Takahashi 2018-03-14 14:41:43 +0900
  • d5bd71c886
    Update dead/moved links Kohei Takahashi 2018-03-14 00:51:48 +0900
  • c3dec40e72
    Fixed links to support list. Kohei Takahashi 2018-03-13 23:18:03 +0900
  • 03ac9086bc
    Merge pull request #172 from boostorg/develop Kohei Takahashi 2018-03-06 15:09:50 +0900
  • 9de3272174
    Added workaround for GCC 4.4/c++0x Kohei Takahashi 2018-03-06 00:40:41 +0900
  • 25c6334c58
    meta: Update failure toolset name Kohei Takahashi 2018-03-03 16:20:08 +0900
  • 101a056a92
    Merge pull request #171 from ldionne/develop Kohei Takahashi 2018-03-03 13:31:22 +0900
  • 82f677c169 Allow incomplete types in fusion::tag_of and fusion::is_native_fusion_sequence Louis Dionne 2018-02-28 20:03:07 -0800
  • 479bc3133b
    Merge pull request #169 from boostorg/develop Kohei Takahashi 2018-02-26 01:02:16 +0900
  • f61bffb21f
    Remove $$$ JDG temp $$$ Kohei Takahashi 2018-02-24 16:00:57 +0900
  • 4c67886cc2
    Merge pull request #168 from Kojoley/add-limits-precheck Kohei Takahashi 2018-02-21 21:45:13 +0900
  • 38818fbe3d Add limits precheck Nikita Kniazev 2018-02-20 18:32:22 +0300
  • eeeee9bfbb
    Fixed ambiguous call of hash_value Kohei Takahashi 2018-02-19 22:40:56 +0900
  • eb0cbbc347
    CI: trusty doesn't provide gcc 4.5 Kohei Takahashi 2018-02-18 21:25:51 +0900
  • d0c17119e7
    CI: skip known to fail Kohei Takahashi 2018-02-17 17:46:03 +0900
  • 28ea5dacce
    CI: Added more build target Kohei Takahashi 2018-02-17 17:45:49 +0900
  • 6c96720080
    CI: Remove build branch restriction Kohei Takahashi 2018-02-17 17:27:20 +0900
  • 0a8f0f49b2
    Merge pull request #167 from boostorg/enhancement/ci Kohei Takahashi 2018-01-29 20:04:18 +0900
  • cdd1408d2b
    Update dependency Kohei Takahashi 2018-01-29 12:35:30 +0900
  • 540ea0ef0c
    Use build time configuration Kohei Takahashi 2018-01-29 12:03:19 +0900
  • 671f22b013
    Use new common CI marker Kohei Takahashi 2018-01-29 10:34:33 +0900
  • dfceaffc58
    Update copyright year Kohei Takahashi 2018-01-29 10:30:55 +0900
  • 2c86e9d18c
    Added hash option to b2 Kohei Takahashi 2018-01-29 10:17:06 +0900
  • d8e6f406ab
    Mark as CI in Jamfile not command line Kohei Takahashi 2018-01-29 10:15:39 +0900