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

Implementing bitcode. #1

Merged
merged 7 commits into from
Jul 14, 2023
Merged

Implementing bitcode. #1

merged 7 commits into from
Jul 14, 2023

Commits on Jun 28, 2023

  1. add: added intbitset.py

    - added intbitset class and it's methods.
    
    Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
    35C4n0r committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    06cc8a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. add: added remaining methods

    - added the remaining methods for intbitset class.
    
    Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
    35C4n0r committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    25ca86f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Update src/bitcode/intbitset.py

    Refactoring Typos.
    
    Co-authored-by: Jono Yang <JonoYang@users.noreply.github.com>
    35C4n0r and JonoYang authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f32f82f View commit details
    Browse the repository at this point in the history
  2. Update src/bitcode/intbitset.py

    Refactoring Typos.
    
    Co-authored-by: Jono Yang <JonoYang@users.noreply.github.com>
    35C4n0r and JonoYang authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    2fd0012 View commit details
    Browse the repository at this point in the history
  3. add: added tests and GitHub workflow

    - added new tests for the intbitset class.
    - updated README.rst.
    - Tried adding workflows.
    
    Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
    35C4n0r committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8532ac5 View commit details
    Browse the repository at this point in the history
  4. ref: minor refactoring in comments.

    Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
    35C4n0r committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    b897e99 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. ref: removed GitHub workflows.

    Signed-off-by: 35C4n0r <jaykumar20march@gmail.com>
    35C4n0r committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    bb5e172 View commit details
    Browse the repository at this point in the history