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

Commits on Apr 28, 2019

  1. Try to write a header.

    pleroy committed Apr 28, 2019
    Copy the full SHA
    04e3a86 View commit details

Commits on Apr 29, 2019

  1. A bit more implementation.

    pleroy committed Apr 29, 2019
    Copy the full SHA
    3b7bfbc View commit details

Commits on Apr 30, 2019

  1. Copy the full SHA
    bf36c3e View commit details
  2. Copy the full SHA
    7a251ee View commit details

Commits on May 1, 2019

  1. Copy the full SHA
    f972803 View commit details
  2. Copy the full SHA
    57f2848 View commit details
  3. Copy the full SHA
    716020c View commit details
  4. Copy the full SHA
    813c3fe View commit details
  5. Checkpointing of Ephemeris.

    pleroy committed May 1, 2019
    Copy the full SHA
    2ad8c0c View commit details
  6. Copy the full SHA
    fd71ead View commit details
  7. Comments.

    pleroy committed May 1, 2019
    Copy the full SHA
    0910dc2 View commit details

Commits on May 3, 2019

  1. Fix failing tests.

    pleroy committed May 3, 2019
    Copy the full SHA
    51bf4b5 View commit details
  2. Copy the full SHA
    94c54b9 View commit details
  3. Lint.

    pleroy committed May 3, 2019
    Copy the full SHA
    bc7fbe9 View commit details

Commits on May 4, 2019

  1. Merge pull request #2149 from pleroy/Checkpointing2

    Checkpointing done right
    pleroy authored May 4, 2019
    Copy the full SHA
    5ae2d17 View commit details
1 change: 1 addition & 0 deletions ksp_plugin_test/interface_test.cpp
Original file line number Diff line number Diff line change
@@ -149,6 +149,7 @@ class InterfaceTest : public testing::Test {

InterfaceTest()
: plugin_(make_not_null_unique<StrictMock<MockPlugin>>()),
// Use PluginTest.Serialization to create these files.
hexadecimal_simple_plugin_(ReadFromHexadecimalFile(
SOLUTION_DIR / "ksp_plugin_test" / "simple_plugin.proto.hex")),
serialized_simple_plugin_(ReadFromBinaryFile(
Binary file modified ksp_plugin_test/simple_plugin.proto.bin
Binary file not shown.
Loading