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 bitmap control for perf context #237

Merged
merged 8 commits into from
Aug 13, 2021
Merged

Commits on Jul 2, 2021

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

Commits on Aug 11, 2021

  1. Adding some test and fixing git errors

    fix indentation error in `c.cc`
    adding comment on `FLAG_END`
    explain what does `& 0b111` does
    fix a huge mistake in `CheckPerfFlag`
    and writing the edge case tests for `perf_flag`
    
    Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
    LemonHX committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f113d65 View commit details
    Browse the repository at this point in the history
  2. add source to src.mk

    add test into `Makefile`
    and removed unused variable.
    fix indentation error in `CMakeLists`
    
    Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
    LemonHX committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4ff539b View commit details
    Browse the repository at this point in the history
  3. fix formatting and styling issues.

    Co-authored-by: Xinye Tao <xy.tao@outlook.com>
    Signed-off-by: lemonhx <lemonhx@lemonhx.tech>
    LemonHX and tabokie committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c05a112 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. address comments

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    5a54760 View commit details
    Browse the repository at this point in the history
  2. remove redundant line

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7aa7f27 View commit details
    Browse the repository at this point in the history
  3. trigger rebuild

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    8dbd097 View commit details
    Browse the repository at this point in the history
  4. address comments

    Signed-off-by: tabokie <xy.tao@outlook.com>
    tabokie committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9e34b86 View commit details
    Browse the repository at this point in the history