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

Safer distance table implementation #2177

Merged
merged 33 commits into from
Jan 3, 2020
Merged

Commits on Nov 15, 2019

  1. DistanceTable change draft

    ye-luo committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    7c9329e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Configuration menu
    Copy the full SHA
    b11de6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e97d8 View commit details
    Browse the repository at this point in the history
  3. Code cleaning.

    ye-luo committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    487472a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Reduce pointer exposure.

    ye-luo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    c201af2 View commit details
    Browse the repository at this point in the history
  2. More protected data.

    ye-luo committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    67a75ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954f87c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Fix sandbox

    ye-luo committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    756da24 View commit details
    Browse the repository at this point in the history
  2. Plan to simplify setActive.

    ye-luo committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    11ba4bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd85ec View commit details
    Browse the repository at this point in the history
  4. Add AA DT tests.

    ye-luo committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    531e4e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a61efd9 View commit details
    Browse the repository at this point in the history
  6. Expand AA DT tests.

    ye-luo committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    64d26de View commit details
    Browse the repository at this point in the history
  7. Refine timers.

    ye-luo committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    f71de6b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Attempt recompute.

    ye-luo committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    b54d155 View commit details
    Browse the repository at this point in the history
  2. Make a try.

    ye-luo committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    2c5d7b8 View commit details
    Browse the repository at this point in the history
  3. Add forward mode in acceptMove

    ye-luo committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    84ec4f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b9a51 View commit details
    Browse the repository at this point in the history
  5. Code format.

    ye-luo committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    5317838 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Reduce compiler warning.

    ye-luo committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    b33ef46 View commit details
    Browse the repository at this point in the history
  2. Code formating.

    ye-luo committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    55d1e44 View commit details
    Browse the repository at this point in the history
  3. More comments.

    ye-luo committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    8d7c215 View commit details
    Browse the repository at this point in the history
  4. Avoid accessing whole table.

    ye-luo committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    89580ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84b280b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Rename opposite to inverse.

    ye-luo committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    99275b5 View commit details
    Browse the repository at this point in the history
  2. Remove Type in type names.

    ye-luo committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    fc06511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fac7cd View commit details
    Browse the repository at this point in the history
  4. Formatting.

    ye-luo committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    0f5637b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8400076 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    952feab View commit details
    Browse the repository at this point in the history
  7. Rename variables.

    ye-luo committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    2ab956b View commit details
    Browse the repository at this point in the history
  8. Change ture to true.

    ye-luo committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    520875f View commit details
    Browse the repository at this point in the history
  9. Follow naming rules.

    ye-luo committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    939bbfa View commit details
    Browse the repository at this point in the history