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 a minimal Tracer and Span API #25

Merged
merged 16 commits into from
Jan 15, 2020

Commits on Jan 10, 2020

  1. Add a unique_ptr

    rnburn committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    02b33ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546f76d View commit details
    Browse the repository at this point in the history
  3. Add missing assignment

    rnburn committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    fe47702 View commit details
    Browse the repository at this point in the history
  4. Fill out unique_ptr

    rnburn committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    0bcffcc View commit details
    Browse the repository at this point in the history
  5. Add unique_ptr tests

    rnburn committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    aea7768 View commit details
    Browse the repository at this point in the history
  6. Add equality comparison

    rnburn committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    5b09e5e View commit details
    Browse the repository at this point in the history
  7. Add documentation

    rnburn committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    c9bf764 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Add minimal Tracer interface

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    a170cfe View commit details
    Browse the repository at this point in the history
  2. Update cmake

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    9413d1c View commit details
    Browse the repository at this point in the history
  3. Add tests to cmake

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    ce3e2c2 View commit details
    Browse the repository at this point in the history
  4. Fix unused variable

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    d66df23 View commit details
    Browse the repository at this point in the history
  5. Fix comments

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    a9870e6 View commit details
    Browse the repository at this point in the history
  6. Remove unused include

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    dab8c79 View commit details
    Browse the repository at this point in the history
  7. Fix build for gcc48

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    59fefd7 View commit details
    Browse the repository at this point in the history
  8. Fix test prefix

    rnburn committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    26fcfbe View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

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