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: nasa/PSP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 215807e7f761cb8fe6fb392089559619b2c67507
Choose a base ref
...
head repository: nasa/PSP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10c8b390cfe3c135ef2f6b825f5597239ffdf4a3
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 9, 2021

  1. Fix #261, add psp_module_api interface target

    Adds a new target for PSP modules and use this to propagate the compile
    definitions and include directories for all PSP code.
    jphickey committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0ccebed View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Merge pull request #262 from jphickey/fix-261-psp-api-intf

    Fix #261, add psp_module_api interface target
    astrogeco authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    d7af7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. HOTFIX 20210312, updates to work with older CMake

    Certain operations in the recent baseline were dependent on a
    recent version of CMake.  In particular object libraries cannot
    be used in the intended way in the older versions.  This adds
    workarounds for those cases.
    
    Tested against CMake versions 3.5.1, 3.10.2, and 3.16.3.
    jphickey committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0800544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c8b39 View commit details
    Browse the repository at this point in the history
Loading