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

Added bit_iterator #6

Merged
merged 23 commits into from
Aug 17, 2016
Merged

Added bit_iterator #6

merged 23 commits into from
Aug 17, 2016

Commits on Aug 10, 2016

  1. prog

    intrig committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    40818cc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Configuration menu
    Copy the full SHA
    3a57b89 View commit details
    Browse the repository at this point in the history
  2. added perf tests and bit_view

    intrig committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    462c950 View commit details
    Browse the repository at this point in the history
  3. prog with bit view

    intrig committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    35b8d76 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. Progress with bit_iterator

    intrig committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    949b5df View commit details
    Browse the repository at this point in the history
  2. bit_copy with iterators implemented

    Very basic test is working.  Need to test with more rigor.
    intrig committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    4e7feb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

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

    intrig committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    c710cd3 View commit details
    Browse the repository at this point in the history
  3. Continue to updated to bit_iterator

    The API would be a lot easier if I would have used bit_iterators
    in the first place.  Easier to use and no performance problems.
    intrig committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    f8834a6 View commit details
    Browse the repository at this point in the history
  4. removed ifdefs

    intrig committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    3ebfafd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. prog

    intrig committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    598a1b2 View commit details
    Browse the repository at this point in the history
  2. prog

    intrig committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    a55c028 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. prog

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    e3daa26 View commit details
    Browse the repository at this point in the history
  2. fixed peek bug

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    facc91f View commit details
    Browse the repository at this point in the history
  3. maybe fixed

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    f9c1e5b View commit details
    Browse the repository at this point in the history
  4. prog with ibitstream

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    349a2d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad89db9 View commit details
    Browse the repository at this point in the history
  6. ready I think

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    c855596 View commit details
    Browse the repository at this point in the history
  7. fixing up bit_copy api

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    5dc05e6 View commit details
    Browse the repository at this point in the history
  8. prog

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    517e8c9 View commit details
    Browse the repository at this point in the history
  9. api is ok now I guess

    intrig committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    6cdf307 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. updated docs

    intrig committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    e44149b View commit details
    Browse the repository at this point in the history
  2. updated docs

    intrig committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    6ce23ed View commit details
    Browse the repository at this point in the history