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

refactor: FPE masking updates & improvements #2349

Merged
merged 20 commits into from
Aug 29, 2023

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    f1e15b9 View commit details
    Browse the repository at this point in the history
  2. feat: Line ranges now possible in FPE masking

    This works both with the explicit mask lists / yaml inputs, but also
    with markers like
    
    ```cpp
    // MARK: fpeMaskBegin(FLTINV, 1, issue:2284)
    thisMakesAnFLTINV();
    // MARK: fpeMaskEnd(FLTINV)
    ```
    paulgessinger committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f56cad9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    490fab6 View commit details
    Browse the repository at this point in the history
  4. format

    paulgessinger committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c6bd007 View commit details
    Browse the repository at this point in the history
  5. another format problem

    paulgessinger committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    afd18cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb9841f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dd4794 View commit details
    Browse the repository at this point in the history
  8. and format again

    paulgessinger committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8298927 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. one more mask

    paulgessinger committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c981d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08424e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b5f5f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    d790035 View commit details
    Browse the repository at this point in the history
  2. nonlocal invalid

    paulgessinger committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3bbb9f4 View commit details
    Browse the repository at this point in the history
  3. change to size_t

    paulgessinger committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7bd4d0e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. another fixed nonlocal

    paulgessinger committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    178accc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    417a5e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    749cbab View commit details
    Browse the repository at this point in the history
  2. fix fpe mask

    paulgessinger committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    02e087f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b926c2e View commit details
    Browse the repository at this point in the history