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

Support passing attributes with AddEvent #60

Merged
merged 45 commits into from
May 11, 2020

Commits on Mar 31, 2020

  1. Add varint files

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    2983982 View commit details
    Browse the repository at this point in the history
  2. Fill out variant backport

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0f7b217 View commit details
    Browse the repository at this point in the history
  3. Add type_pack_element

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    642eb73 View commit details
    Browse the repository at this point in the history
  4. Add variant_size

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    cdb6281 View commit details
    Browse the repository at this point in the history
  5. Add variant_alternative

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8aee486 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Fill out variant

    rnburn committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    56332bc View commit details
    Browse the repository at this point in the history
  2. Fill out variant backport

    rnburn committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    998d1ed View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Fill out variant back port

    rnburn committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1515e08 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Fill out variant backport

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    355bea0 View commit details
    Browse the repository at this point in the history
  2. Fill out variant

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    67dae8a View commit details
    Browse the repository at this point in the history
  3. Fill out variant

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ff80f15 View commit details
    Browse the repository at this point in the history
  4. Add variant test

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b25271c View commit details
    Browse the repository at this point in the history
  5. Add get tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    5cfe001 View commit details
    Browse the repository at this point in the history
  6. Add visit test

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    9399c02 View commit details
    Browse the repository at this point in the history
  7. Add more tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1b605b1 View commit details
    Browse the repository at this point in the history
  8. Fix variant tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0462eea View commit details
    Browse the repository at this point in the history
  9. Rename

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4b0b985 View commit details
    Browse the repository at this point in the history
  10. Reformat

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    aeefb7a View commit details
    Browse the repository at this point in the history
  11. Add copyrights

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    73e5a44 View commit details
    Browse the repository at this point in the history
  12. Add more variant tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    6382f42 View commit details
    Browse the repository at this point in the history
  13. Reformat

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    9ecdcda View commit details
    Browse the repository at this point in the history
  14. Add more tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    18761c6 View commit details
    Browse the repository at this point in the history
  15. Fix for gcc-4.8

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    a77ca9a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Add AttributeValue

    rnburn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7d81a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7147d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f61290f View commit details
    Browse the repository at this point in the history
  4. Reformat

    rnburn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    92da4a8 View commit details
    Browse the repository at this point in the history
  5. Add cmake test

    rnburn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    841d831 View commit details
    Browse the repository at this point in the history
  6. Tweak function_ref

    rnburn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    66228c3 View commit details
    Browse the repository at this point in the history
  7. Tweak function_ref

    rnburn committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f9fabf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Fix for gcc-4.8

    rnburn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    0d90ba5 View commit details
    Browse the repository at this point in the history
  2. Reformat

    rnburn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    273d5b2 View commit details
    Browse the repository at this point in the history
  3. Add function_ref test

    rnburn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    0389471 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Support arrays of primitives

    rnburn committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0fcf7c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea161b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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

Commits on May 4, 2020

  1. Add documentation

    rnburn committed May 4, 2020
    Configuration menu
    Copy the full SHA
    8f0b128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5338087 View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    rnburn committed May 4, 2020
    Configuration menu
    Copy the full SHA
    9bb4444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa39603 View commit details
    Browse the repository at this point in the history
  5. Reformat

    rnburn committed May 4, 2020
    Configuration menu
    Copy the full SHA
    fc0e120 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    45636a5 View commit details
    Browse the repository at this point in the history
  2. Move AttributeValue to common

    rnburn committed May 10, 2020
    Configuration menu
    Copy the full SHA
    e92a7c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92df11e View commit details
    Browse the repository at this point in the history