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: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f6e75894520
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d809b32aa1a
Choose a head ref
  • 15 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 9, 2020

  1. Generated files pre-change.

    pleroy committed Apr 9, 2020
    Copy the full SHA
    f2d1727 View commit details
  2. Copy the full SHA
    c266de7 View commit details
  3. After egg's review.

    pleroy committed Apr 9, 2020
    Copy the full SHA
    9d78bfa View commit details
  4. Copy the full SHA
    3a6f5b0 View commit details
  5. Some renamings.

    pleroy committed Apr 9, 2020
    Copy the full SHA
    9263f69 View commit details
  6. Remove size fields, they created a lot of complexity to the generator…

    … and become even more messy if we want to generate marshalers. We'll do null termination everywhere.
    
    Change repeated fields to be pointers to pointers on the C++ side.
    pleroy committed Apr 9, 2020
    Copy the full SHA
    7cc9e4f View commit details

Commits on Apr 10, 2020

  1. Bug fixes in the marshalers.

    pleroy committed Apr 10, 2020
    Copy the full SHA
    6559115 View commit details
  2. Generated files post-change.

    pleroy committed Apr 10, 2020
    Copy the full SHA
    fd8acd7 View commit details
  3. Copy the full SHA
    f633a5d View commit details
  4. Remove the generated files.

    pleroy committed Apr 10, 2020
    Copy the full SHA
    d5f73ce View commit details
  5. After egg's review.

    pleroy committed Apr 10, 2020
    Copy the full SHA
    01e4e18 View commit details
  6. Wording.

    pleroy committed Apr 10, 2020
    Copy the full SHA
    21e7a76 View commit details
  7. Fix test failures.

    pleroy committed Apr 10, 2020
    Copy the full SHA
    fa60a3a View commit details
  8. Lint.

    pleroy committed Apr 10, 2020
    Copy the full SHA
    ec32975 View commit details

Commits on Apr 11, 2020

  1. Merge pull request #2524 from pleroy/2339e

    Marshaling of structs that include repeated fields
    pleroy authored Apr 11, 2020
    Copy the full SHA
    2d809b3 View commit details
Loading