X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gdavidbutler/xmlTrivialCallbackParser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: origamicomet/xml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 18 files changed
  • 1 contributor

Commits on Jan 31, 2018

  1. Fork off Butler's amazing work.

    I've factored things to bring them inline with my expectations, except
    for core parsing logic, which will be a seperate undertaking.
    
    Notably, it has zero dependencies. Not even on headers!
    mtwilliams committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    d711eb2 View commit details
    Browse the repository at this point in the history
  2. Clean up interface.

    Rather than relying on standard library to allocate scratch memory from
    the heap, we have users provide us some scratch memory. This removes the
    only dependency on the standard library, and allows users to parse using
    only the heap.
    
    I've also included minor odds 'n' ends, like documentation.
    
    The adjusted parser will land next.
    mtwilliams committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    7952bb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Working parser.

    Core of the parser is left mostly as-is so as not to introduce bugs.
    mtwilliams committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    ee9d696 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Repackage.

    mtwilliams committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    a143bbd View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    c9f29a1 View commit details
    Browse the repository at this point in the history
Loading
X Tutup