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

Misc. bitset extensions and bug fixes #11

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Aug 9, 2013

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

Commits on Aug 12, 2013

  1. More examples

    ericboesch committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    104e627 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2013

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

Commits on Aug 27, 2013

  1. Configuration menu
    Copy the full SHA
    2f37c07 View commit details
    Browse the repository at this point in the history
  2. Version update

    ericboesch committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    56b93f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. rdoctask obsolete

    ericboesch committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    f0756b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    b66f067 View commit details
    Browse the repository at this point in the history
  2. Updated gemspec for 0.3

    ericboesch committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    54f1bba View commit details
    Browse the repository at this point in the history
  3. Updated version for 0.3

    ericboesch committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    e5fd0ea View commit details
    Browse the repository at this point in the history
  4. replace #cardinality that fails for size multiple of 64 with #not tha…

    …t zeroes
    
    out trailing bits. Fix crash-on-Bitset.new() bug.
    ericboesch committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    23e64df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eff354b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c95e984 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

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

Commits on Apr 5, 2017

  1. Merge pull request #1 from gabrielformica/master

    Added several mutable functions
    ericboesch authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    fc7f410 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Tyler passed maintenance to Eric; added tests and docs for Gabriel's …

    …additions; throw ArgumentError on binary bitwise operator length mismatch.
    ericboesch committed May 15, 2017
    Configuration menu
    Copy the full SHA
    d409b0c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Updated gemspec

    ericboesch committed May 16, 2017
    Configuration menu
    Copy the full SHA
    08cd076 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Configuration menu
    Copy the full SHA
    15c5698 View commit details
    Browse the repository at this point in the history
  2. Merging Brendon McLean's additions: allow passing an array to #set an…

    …d #clear; #to_binary_array
    ericboesch committed May 26, 2017
    Configuration menu
    Copy the full SHA
    1287f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    796a6ba View commit details
    Browse the repository at this point in the history
  4. Added additional credits

    ericboesch committed May 26, 2017
    Configuration menu
    Copy the full SHA
    6f829da View commit details
    Browse the repository at this point in the history
  5. Version bump

    ericboesch committed May 26, 2017
    Configuration menu
    Copy the full SHA
    c549d0d View commit details
    Browse the repository at this point in the history
  6. rebuilt

    ericboesch committed May 26, 2017
    Configuration menu
    Copy the full SHA
    6b78b03 View commit details
    Browse the repository at this point in the history
  7. Instead of relying on gcc builtins directly, use Evan Nemerson's port…

    …able snippets for popcount and ctz.
    ericboesch committed May 26, 2017
    Configuration menu
    Copy the full SHA
    dd2d6fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f011a55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f9c76b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2cfe63e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    722289d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Version bump to 1.1.0

    ericboesch committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    111e6ae View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

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

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    92c8315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b16230 View commit details
    Browse the repository at this point in the history
  3. YARD docs correction

    ericboesch committed May 1, 2018
    Configuration menu
    Copy the full SHA
    e338bd0 View commit details
    Browse the repository at this point in the history