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

doc: add maintaining info for shared library option #42517

Closed
wants to merge 26 commits into from

Commits on Mar 29, 2022

  1. doc: add maintaining info for shared libary option

    Refs: nodejs#41850
    
    I think it would be good to have some info/context
    for maintainers on the shared library option. Add that
    based on disussion in nodejs#41850
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    04fc7e6 View commit details
    Browse the repository at this point in the history
  2. fix typo

    mhdawson authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d868979 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    31a712d View commit details
    Browse the repository at this point in the history
  2. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    00f1f2b View commit details
    Browse the repository at this point in the history
  3. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e3d1085 View commit details
    Browse the repository at this point in the history
  4. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e066018 View commit details
    Browse the repository at this point in the history
  5. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    2dea68b View commit details
    Browse the repository at this point in the history
  6. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b81291c View commit details
    Browse the repository at this point in the history
  7. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    8f5935e View commit details
    Browse the repository at this point in the history
  8. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    a5b3e46 View commit details
    Browse the repository at this point in the history
  9. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    c721355 View commit details
    Browse the repository at this point in the history
  10. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    mhdawson and mscdex authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b3c5a0a View commit details
    Browse the repository at this point in the history
  11. squash: address comments

    mhdawson authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4ce8d4a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: Richard Lau <rlau@redhat.com>
    mhdawson and richardlau authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6b136cd View commit details
    Browse the repository at this point in the history
  2. squash: address comments

    mhdawson authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    487a5c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: Tierney Cyren <accounts@bnb.im>
    mhdawson and bnb authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    3f0212b View commit details
    Browse the repository at this point in the history
  2. Update doc/contributing/maintaining-shared-library-support.md

    Co-authored-by: Tierney Cyren <accounts@bnb.im>
    mhdawson and bnb authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    5ca69c2 View commit details
    Browse the repository at this point in the history
  3. squash: address comments

    mhdawson authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    1646f22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2136f11 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    b165ebd View commit details
    Browse the repository at this point in the history
  2. squash: address comments

    mhdawson authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    86b1571 View commit details
    Browse the repository at this point in the history
  3. squash: address comments

    mhdawson authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    1912c7c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    fa78950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7703b6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a42b27 View commit details
    Browse the repository at this point in the history
  4. squash: stand on head to make linter happy

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed May 10, 2022
    Configuration menu
    Copy the full SHA
    a89bafa View commit details
    Browse the repository at this point in the history