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

Support multiple --bazelrc on command line #12740

Closed
wants to merge 42 commits into from

Commits on Dec 21, 2020

  1. nary

    wisechengyi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    a89e22a View commit details
    Browse the repository at this point in the history
  2. more

    wisechengyi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    bda828c View commit details
    Browse the repository at this point in the history
  3. no print

    wisechengyi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    e8b8931 View commit details
    Browse the repository at this point in the history
  4. no dedup

    wisechengyi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    50d2b04 View commit details
    Browse the repository at this point in the history
  5. minor

    wisechengyi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    13ae538 View commit details
    Browse the repository at this point in the history
  6. cmt

    wisechengyi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    421de4f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. initial tests

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    2f08fa8 View commit details
    Browse the repository at this point in the history
  2. more

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    b52aa55 View commit details
    Browse the repository at this point in the history
  3. rm unused

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    6b8b397 View commit details
    Browse the repository at this point in the history
  4. rename

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    d38eca0 View commit details
    Browse the repository at this point in the history
  5. size_type

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    fd7540b View commit details
    Browse the repository at this point in the history
  6. fmt

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    17e8b19 View commit details
    Browse the repository at this point in the history
  7. one more size_t

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    e1b2a07 View commit details
    Browse the repository at this point in the history
  8. auto

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    3aa941e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d72e7bc View commit details
    Browse the repository at this point in the history
  10. nullptr

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    2888227 View commit details
    Browse the repository at this point in the history
  11. use vector<string>

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    dda34c2 View commit details
    Browse the repository at this point in the history
  12. algo

    wisechengyi committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    b39c124 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. address comments

    wisechengyi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    71c781a View commit details
    Browse the repository at this point in the history
  2. simplify

    wisechengyi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    f690f2c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    420d88a View commit details
    Browse the repository at this point in the history
  2. rm

    wisechengyi committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    eb1894b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd78bd3 View commit details
    Browse the repository at this point in the history
  4. address comment

    wisechengyi committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    01d15ee View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. rename

    wisechengyi committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d73606d View commit details
    Browse the repository at this point in the history
  2. address comments

    wisechengyi committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5fa3ff4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. address comment

    wisechengyi committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5099242 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Feb 1, 2021

  1. add doc string

    wisechengyi committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9307713 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. use info

    wisechengyi committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    35a899e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

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

Commits on Feb 6, 2021

  1. fix tests

    wisechengyi committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    ed75ed9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

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

Commits on Mar 5, 2021

  1. impl

    wisechengyi committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    658a9bd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. help msg

    wisechengyi committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    23cdaf7 View commit details
    Browse the repository at this point in the history
  2. add integ test

    wisechengyi committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2a5ef01 View commit details
    Browse the repository at this point in the history
  3. strcmp

    wisechengyi committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cf7f538 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

    wisechengyi committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    af82fc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. use info

    wisechengyi committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c5350b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. doc update

    wisechengyi committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c8d093a View commit details
    Browse the repository at this point in the history