Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add component support to boost using boostdep #2097

Merged
merged 53 commits into from
Dec 12, 2020

Commits on Jun 30, 2020

  1. boost: build dependency tree

    madebr committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    59f72e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7304b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. boost: only list buildable components in dependencies + add component…

    …s only when they are available
    madebr committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    55e46cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91eefc6 View commit details
    Browse the repository at this point in the history
  3. boost: git submodule deinit + init to make sure new/older boost libra…

    …ries are not detected by boostdep
    madebr committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    532ffe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a2c80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62860fa View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    d458d51 View commit details
    Browse the repository at this point in the history
  2. boost: add numpy test

    madebr committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    c77292d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4415a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6fc24c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72d1437 View commit details
    Browse the repository at this point in the history
  6. boost: bump cmake minimum required version to 3.5 to required Boost::…

    …<C> component targets
    madebr committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    45501a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    481e840 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    df88336 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    50e1188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44cd287 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    3538e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777c41c View commit details
    Browse the repository at this point in the history
  3. boost: lowercase test_package + remove android workaround because we'…

    …re testing conan's generated FindBoost
    madebr committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    698ea8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba3aa40 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    30c9b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a91bb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65b2c32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff8bf04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81b2c56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    543f3a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1ef4e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dec486 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. boost: remove debug prints

    madebr committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    2603c36 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    eeeebe8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    b5eaade View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    7697c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d908efe View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    7abb249 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    8502b09 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    f6a509b View commit details
    Browse the repository at this point in the history
  2. boost: update boost ymls

    madebr committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    8e70962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73b0f9b View commit details
    Browse the repository at this point in the history
  4. boost: add config option check

    madebr committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e619e73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede2270 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    5b6add5 View commit details
    Browse the repository at this point in the history
  2. boost: set python version in options + don't add python to requiremen…

    …ts (yet) + fix test_package's CMakeLists.txt
    madebr committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    5d6178f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    7f5ab30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ba736 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    0c7a4f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    567552e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516c4a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a9b7c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f8795f View commit details
    Browse the repository at this point in the history
  5. boost: remove duplicate settings of component names + move setting of…

    … BOOST_ROOT env to top of packag_info
    madebr committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    176a472 View commit details
    Browse the repository at this point in the history
  6. boost: only make components related to libraries available when build…

    …ing boost as non-header_only package
    madebr committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    4c73b2a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    43a8a6b View commit details
    Browse the repository at this point in the history