lp:~roguescholar/boost/+git/mp11

Owned by Peter J. Mello
Get this repository:
git clone https://git.launchpad.net/~roguescholar/boost/+git/mp11

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/boostorg/mp11.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-04-18 10:49:24 UTC
Update ci.yml

Author: Peter Dimov
Author Date: 2024-04-18 10:24:23 UTC

Update ci.yml

develop 2024-04-18 10:49:24 UTC
Update ci.yml

Author: Peter Dimov
Author Date: 2024-04-18 10:24:23 UTC

Update ci.yml

feature/gha 2024-04-18 10:49:24 UTC
Update ci.yml

Author: Peter Dimov
Author Date: 2024-04-18 10:24:23 UTC

Update ci.yml

feature/appveyor 2024-04-18 09:06:16 UTC
Update version

Author: Peter Dimov
Author Date: 2024-04-18 09:06:16 UTC

Update version

feature/issue-90 2024-01-07 15:33:06 UTC
Also define BOOST_MP11_HAS_TEMPLATE_AUTO when __cpp_template_auto is defined....

Author: Peter Dimov
Author Date: 2024-01-07 15:33:06 UTC

Also define BOOST_MP11_HAS_TEMPLATE_AUTO when __cpp_template_auto is defined. Refs #90.

feature/issue-88 2023-12-21 19:55:24 UTC
Use push_macro/pop_macro to guard against the macro I from <complex.h>. Fixes...

Author: Peter Dimov
Author Date: 2023-12-21 19:55:24 UTC

Use push_macro/pop_macro to guard against the macro I from <complex.h>. Fixes #88.

feature/mp_transform 2023-12-18 03:53:20 UTC
Add value list support to mp_transform (for up to three lists). Closes #86.

Author: Peter Dimov
Author Date: 2023-12-18 03:53:20 UTC

Add value list support to mp_transform (for up to three lists). Closes #86.

feature/mp_min_element 2023-12-17 18:41:43 UTC
Update documentation

Author: Peter Dimov
Author Date: 2023-12-17 18:41:43 UTC

Update documentation

feature/mp_slice 2023-12-17 18:01:09 UTC
Update revision history

Author: Peter Dimov
Author Date: 2023-12-17 18:01:09 UTC

Update revision history

feature/pr-84 2023-11-27 00:05:19 UTC
Work around msvc-12.0 failures in mp_sliding_fold tests

Author: Peter Dimov
Author Date: 2023-11-27 00:05:19 UTC

Work around msvc-12.0 failures in mp_sliding_fold tests

feature/value-lists 2023-05-16 19:19:12 UTC
Update documentation

Author: Peter Dimov
Author Date: 2023-05-16 19:19:12 UTC

Update documentation

feature/mp_iota_from 2023-05-14 01:30:28 UTC
Update revision history

Author: Peter Dimov
Author Date: 2023-05-14 01:30:28 UTC

Update revision history

feature/mp_apply_sf 2023-03-24 10:31:15 UTC
Add test/mp_compose_sf.cpp (by Jody Hagins in #76.) Fixes #76.

Author: Peter Dimov
Author Date: 2023-03-24 10:31:15 UTC

Add test/mp_compose_sf.cpp (by Jody Hagins in #76.) Fixes #76.

feature/mp-fold-sfinae 2023-03-24 03:13:48 UTC
Update mp_fold to be SFINAE-friendly (for up to 9 elements)

Author: Peter Dimov
Author Date: 2023-03-24 03:13:48 UTC

Update mp_fold to be SFINAE-friendly (for up to 9 elements)

feature/pr-75 2022-12-07 16:34:14 UTC
Update ci.yml

Author: Peter Dimov
Author Date: 2022-12-07 16:34:14 UTC

Update ci.yml

feature/issue-69 2021-12-14 18:20:44 UTC
Use unqualified get<I> instead of std::get<I> (refs #69)

Author: Peter Dimov
Author Date: 2021-12-14 18:20:44 UTC

Use unqualified get<I> instead of std::get<I> (refs #69)

feature/remove-gcc-workarounds 2021-12-09 03:03:55 UTC
Remove GCC workarounds as fold expressions are no longer used

Author: Peter Dimov
Author Date: 2021-12-09 03:03:55 UTC

Remove GCC workarounds as fold expressions are no longer used

feature/issue-68 2021-11-18 20:18:07 UTC
Merge branch 'feature/gha-cuda' into feature/issue-68

Author: Peter Dimov
Author Date: 2021-11-18 20:18:07 UTC

Merge branch 'feature/gha-cuda' into feature/issue-68

feature/gha-cuda 2021-11-18 20:17:56 UTC
Update ci.yml

Author: Peter Dimov
Author Date: 2021-11-18 20:17:56 UTC

Update ci.yml

feature/update-cmake 2021-10-08 14:02:45 UTC
Do not use -DBOOST_INCLUDE_LIBRARIES in standalone ci.yml jobs

Author: Peter Dimov
Author Date: 2021-10-08 14:02:45 UTC

Do not use -DBOOST_INCLUDE_LIBRARIES in standalone ci.yml jobs

feature/pr-64 2021-08-21 12:10:07 UTC
Remove unnecessary include

Author: Peter Dimov
Author Date: 2021-08-21 12:10:07 UTC

Remove unnecessary include

feature/more-travis-xcode 2021-03-24 19:29:58 UTC
Add xcode 11.6, 12.2 to Travis

Author: Peter Dimov
Author Date: 2021-03-24 19:29:58 UTC

Add xcode 11.6, 12.2 to Travis

feature/warnings-extra 2021-03-24 17:10:53 UTC
Disable g++-4.7 warning

Author: Peter Dimov
Author Date: 2021-03-24 17:10:53 UTC

Disable g++-4.7 warning

feature/no-fold-expressions 2021-03-23 14:09:38 UTC
Split msvc-12.0 and msvc-14.0 in appveyor.yml

Author: Peter Dimov
Author Date: 2021-03-23 14:09:38 UTC

Split msvc-12.0 and msvc-14.0 in appveyor.yml

feature/travis-clang-bionic 2021-03-12 06:05:30 UTC
Switch failing clangs to bionic

Author: Peter Dimov
Author Date: 2021-03-12 06:05:30 UTC

Switch failing clangs to bionic

feature/mp_split 2021-03-12 05:11:01 UTC
Merge branch 'feature/mp_intersperse' into feature/mp_split

Author: Peter Dimov
Author Date: 2021-03-12 05:11:01 UTC

Merge branch 'feature/mp_intersperse' into feature/mp_split

feature/mp_intersperse 2021-03-12 05:10:41 UTC
Fix typo in VS2013 workaround

Author: Peter Dimov
Author Date: 2021-03-12 05:10:41 UTC

Fix typo in VS2013 workaround

feature/github-actions 2020-11-26 01:34:52 UTC
Remove -std=c++1z from clang 3.x

Author: Peter Dimov
Author Date: 2020-11-26 01:34:52 UTC

Remove -std=c++1z from clang 3.x

feature/mp_count_if_1089 2020-11-26 00:14:59 UTC
mp_count: do not use fold expressions on msvc because of parser stack limit

Author: Peter Dimov
Author Date: 2020-11-26 00:14:59 UTC

mp_count: do not use fold expressions on msvc because of parser stack limit

feature/mp_pairwise_fold 2020-10-13 14:53:12 UTC
Document mp_pairwise_fold

Author: Peter Dimov
Author Date: 2020-10-13 14:53:12 UTC

Document mp_pairwise_fold

feature/mp_map_find 2020-07-24 22:56:00 UTC
Work around std::tuple MSVC issue with mp_map_find (fixes #52)

Author: Peter Dimov
Author Date: 2020-07-24 22:56:00 UTC

Work around std::tuple MSVC issue with mp_map_find (fixes #52)

feature/tuple-transform 2020-05-24 03:55:02 UTC
Enable constexpr tests on msvc-14.2 (where __cplusplus is still 199711L)

Author: Peter Dimov
Author Date: 2020-05-24 03:55:02 UTC

Enable constexpr tests on msvc-14.2 (where __cplusplus is still 199711L)

feature/pr-48 2020-05-23 19:05:51 UTC
Update examples.adoc

Author: Peter Dimov
Author Date: 2020-05-23 19:05:51 UTC

Update examples.adoc

feature/mp_with_index 2020-05-10 11:20:19 UTC
Update revision history

Author: Peter Dimov
Author Date: 2020-05-10 11:20:19 UTC

Update revision history

feature/clang-gcc-10 2020-05-09 02:17:21 UTC
Add gcc-10, clang-10 to Travis

Author: Peter Dimov
Author Date: 2020-05-09 02:17:21 UTC

Add gcc-10, clang-10 to Travis

feature/mp_iterate 2020-03-23 00:59:00 UTC
Document mp_iterate

Author: Peter Dimov
Author Date: 2020-03-23 00:59:00 UTC

Document mp_iterate

feature/install-layout 2020-03-22 18:17:39 UTC
Override the default BoostInstall layout on Windows when standalone

Author: Peter Dimov
Author Date: 2020-03-22 18:17:39 UTC

Override the default BoostInstall layout on Windows when standalone

feature/mp_partial_sum 2020-03-19 17:35:02 UTC
Document mp_partial_sum

Author: Peter Dimov
Author Date: 2020-03-19 17:35:02 UTC

Document mp_partial_sum

feature/mp_power_set 2020-03-19 14:31:52 UTC
Document mp_power_set

Author: Peter Dimov
Author Date: 2020-03-19 14:31:52 UTC

Document mp_power_set

feature/deprecated 2020-03-09 17:59:19 UTC
Change mp_invoke on Clang to use a struct, because deprecated alias templates...

Author: Peter Dimov
Author Date: 2020-03-09 17:59:19 UTC

Change mp_invoke on Clang to use a struct, because deprecated alias templates never warn

feature/mp_compose 2020-03-08 05:05:22 UTC
Update documentation of mp_compose_q

Author: Peter Dimov
Author Date: 2020-03-08 05:05:22 UTC

Update documentation of mp_compose_q

feature/no-builtin-unreachable 2020-02-29 23:19:58 UTC
Do not use __builtin_unreachable() when not on g++ or clang. Fixes #46.

Author: Peter Dimov
Author Date: 2020-02-29 23:19:58 UTC

Do not use __builtin_unreachable() when not on g++ or clang. Fixes #46.

feature/mp_rotate 2020-01-18 18:25:08 UTC
Document mp_rotate_*

Author: Peter Dimov
Author Date: 2020-01-18 18:25:08 UTC

Document mp_rotate_*

feature/travis-xenial 2019-12-27 22:01:27 UTC
Switch Travis to Xenial

Author: Peter Dimov
Author Date: 2019-12-27 22:01:27 UTC

Switch Travis to Xenial

feature/fetch-boost-fetch 2019-12-27 01:46:56 UTC
Fetch BoostFetch.cmake from boostorg/cmake

Author: Peter Dimov
Author Date: 2019-12-27 01:46:56 UTC

Fetch BoostFetch.cmake from boostorg/cmake

feature/fetch-tools-cmake 2019-12-22 06:33:53 UTC
Install the include/ directory separately

Author: Peter Dimov
Author Date: 2019-12-22 06:33:53 UTC

Install the include/ directory separately

feature/appveyor-ctest-j3 2019-12-22 03:13:51 UTC
Add -j3 to ctest on Appveyor

Author: Peter Dimov
Author Date: 2019-12-22 03:13:51 UTC

Add -j3 to ctest on Appveyor

feature/appveyor-2019-64 2019-12-17 23:00:11 UTC
Disable warnings exposed by address-model=64

Author: Peter Dimov
Author Date: 2019-12-17 23:00:11 UTC

Disable warnings exposed by address-model=64

feature/mp_flatten 2019-12-08 01:21:56 UTC
Update revision history

Author: Peter Dimov
Author Date: 2019-12-08 01:21:56 UTC

Update revision history

feature/mp_unique_if 2019-12-07 20:01:57 UTC
Update revision history

Author: Peter Dimov
Author Date: 2019-12-07 20:01:57 UTC

Update revision history

feature/mpl-tuple 2019-08-23 18:02:55 UTC
Update footer for Asciidoctor 2

Author: Peter Dimov
Author Date: 2019-08-23 18:02:55 UTC

Update footer for Asciidoctor 2

feature/msvc-1916-constexpr 2019-03-05 22:42:36 UTC
Enable constexpr on msvc-14.1 version 19.16

Author: Peter Dimov
Author Date: 2019-03-05 22:42:36 UTC

Enable constexpr on msvc-14.1 version 19.16

feature/version 2019-03-04 18:29:49 UTC
Add <boost/mp11/version.hpp>

Author: Peter Dimov
Author Date: 2019-03-04 18:29:49 UTC

Add <boost/mp11/version.hpp>

feature/warnings-all 2019-02-19 14:51:51 UTC
Enable <warnings>all on msvc

Author: Peter Dimov
Author Date: 2019-02-19 14:51:51 UTC

Enable <warnings>all on msvc

feature/mp_back 2019-02-16 18:26:03 UTC
Document mp_back, mp_pop_back

Author: Peter Dimov
Author Date: 2019-02-16 18:26:03 UTC

Document mp_back, mp_pop_back

feature/mp_eval_or 2019-02-15 01:09:07 UTC
Document mp_eval_if_not, mp_eval_or, mp_valid_q

Author: Peter Dimov
Author Date: 2019-02-15 01:09:07 UTC

Document mp_eval_if_not, mp_eval_or, mp_valid_q

feature/mp_filter 2019-02-05 16:50:22 UTC
Fix a few mistakes

Author: Peter Dimov
Author Date: 2019-02-05 16:50:22 UTC

Fix a few mistakes

feature/mp_same_4096 2019-01-21 04:52:01 UTC
Test mp_same with 1024 arguments

Author: Peter Dimov
Author Date: 2019-01-21 04:52:01 UTC

Test mp_same with 1024 arguments

feature/make-integer-seq 2019-01-15 18:22:39 UTC
Use __make_integer_seq when available

Author: Peter Dimov
Author Date: 2019-01-15 18:22:39 UTC

Use __make_integer_seq when available

feature/warnings-as-errors 2019-01-11 05:21:13 UTC
Disable g++ 4.7 sign-compare warnings

Author: Peter Dimov
Author Date: 2019-01-11 05:21:13 UTC

Disable g++ 4.7 sign-compare warnings

feature/fix-clang-3.8-warning 2019-01-11 00:16:55 UTC
Disable use of __attribute__((deprecated)) on clang-3.3 as it can't parse it ...

Author: Peter Dimov
Author Date: 2019-01-11 00:16:55 UTC

Disable use of __attribute__((deprecated)) on clang-3.3 as it can't parse it on aliases

feature/mp_set_intersection 2019-01-08 01:31:18 UTC
Remove redundant check

Author: Peter Dimov
Author Date: 2019-01-08 01:31:18 UTC

Remove redundant check

feature/mp_transform_first 2019-01-08 00:17:32 UTC
Add mp_transform_first, second, third

Author: Peter Dimov
Author Date: 2019-01-08 00:17:32 UTC

Add mp_transform_first, second, third

feature/mp_not_fn 2019-01-07 23:27:04 UTC
Add mp_not_fn

Author: Peter Dimov
Author Date: 2019-01-07 23:27:04 UTC

Add mp_not_fn

feature/mp_set_difference 2019-01-07 19:27:06 UTC
Add test/mp_set_difference_sf.cpp

Author: Peter Dimov
Author Date: 2019-01-07 19:27:06 UTC

Add test/mp_set_difference_sf.cpp

feature/mp_set_union 2019-01-07 05:04:00 UTC
Merge branch 'feature/mp_append_sf' into feature/mp_set_union

Author: Peter Dimov
Author Date: 2019-01-07 05:04:00 UTC

Merge branch 'feature/mp_append_sf' into feature/mp_set_union

feature/mp_append_sf 2019-01-07 05:03:05 UTC
Make mp_append SFINAE-friendly; add test/mp_append_sf.cpp

Author: Peter Dimov
Author Date: 2019-01-07 05:03:05 UTC

Make mp_append SFINAE-friendly; add test/mp_append_sf.cpp

feature/mp_similar 2019-01-07 03:54:20 UTC
Add mp_similar

Author: Peter Dimov
Author Date: 2019-01-07 03:54:20 UTC

Add mp_similar

feature/mp_invoke_q 2019-01-07 02:34:01 UTC
Retain mp_invoke for compatibility, mark as deprecated

Author: Peter Dimov
Author Date: 2019-01-07 02:34:01 UTC

Retain mp_invoke for compatibility, mark as deprecated

feature/mp_for_each_1089 2018-12-16 22:40:01 UTC
Merge branch 'develop' into feature/mp_for_each_1089

Author: Peter Dimov
Author Date: 2018-12-16 22:40:01 UTC

Merge branch 'develop' into feature/mp_for_each_1089

feature/travis-clang-7 2018-12-16 18:34:51 UTC
Add clang-7 to Travis

Author: Peter Dimov
Author Date: 2018-12-16 18:34:51 UTC

Add clang-7 to Travis

feature/cmake-install 2018-09-30 19:36:42 UTC
Fix typo

Author: Peter Dimov
Author Date: 2018-09-30 19:36:42 UTC

Fix typo

feature/cmake-subdir-test 2018-09-30 18:29:36 UTC
Add cmake_subdir_test

Author: Peter Dimov
Author Date: 2018-09-30 18:29:36 UTC

Add cmake_subdir_test

feature/cmake 2018-09-28 21:15:53 UTC
Add cxx_decltype to target_compile_features

Author: Peter Dimov
Author Date: 2018-09-28 21:15:53 UTC

Add cxx_decltype to target_compile_features

feature/no-config 2018-08-29 22:23:05 UTC
Fix mp_bind for msvc-14.1 1915 (15.8)

Author: Peter Dimov
Author Date: 2018-08-29 22:23:05 UTC

Fix mp_bind for msvc-14.1 1915 (15.8)

feature/gcc-8 2018-06-28 17:31:54 UTC
Update g++ 7 workarounds to cover g++ 8.1

Author: Peter Dimov
Author Date: 2018-06-28 17:31:54 UTC

Update g++ 7 workarounds to cover g++ 8.1

feature/clang-6 2018-06-28 16:49:30 UTC
Add clang++ 6 to Travis

Author: Peter Dimov
Author Date: 2018-06-28 16:49:30 UTC

Add clang++ 6 to Travis

feature/nvcc-9 2018-04-27 13:18:08 UTC
Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into fe...

Author: Peter Dimov
Author Date: 2018-04-27 13:18:08 UTC

Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into feature/nvcc-9

feature/clang-x-cuda 2018-04-26 17:05:19 UTC
Revert removal of -nocudainc and -nocudalib; add c++14 and c++1z

Author: Peter Dimov
Author Date: 2018-04-26 17:05:19 UTC

Revert removal of -nocudainc and -nocudalib; add c++14 and c++1z

feature/clang-3.3 2018-01-19 03:41:13 UTC
Use /usr/bin/clang++ for clang-3.3 and 3.4

Author: Peter Dimov
Author Date: 2018-01-19 03:41:13 UTC

Use /usr/bin/clang++ for clang-3.3 and 3.4

feature/intel 2018-01-18 20:38:29 UTC
Use alternative implementation of mp_valid for Intel C++

Author: Peter Dimov
Author Date: 2018-01-18 20:24:31 UTC

Use alternative implementation of mp_valid for Intel C++

feature/travis-libc++ 2018-01-16 02:55:37 UTC
Install libc++-dev

Author: Peter Dimov
Author Date: 2018-01-16 02:55:37 UTC

Install libc++-dev

182 of 82 results
This repository contains Public information 
Everyone can see this information.

Subscribers

No subscribers.