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

go: add basic support for cgo #16413

Merged
merged 15 commits into from
Sep 12, 2022
Merged

go: add basic support for cgo #16413

merged 15 commits into from
Sep 12, 2022

Commits on Sep 11, 2022

  1. [ci skip-rust]

    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    a025a1b View commit details
    Browse the repository at this point in the history
  2. default compiler options

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f8126f2 View commit details
    Browse the repository at this point in the history
  3. debug goal to export Cgo codegen

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    cc718b4 View commit details
    Browse the repository at this point in the history
  4. SRCDIR replacement

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    609ce27 View commit details
    Browse the repository at this point in the history
  5. add bash path

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8edf881 View commit details
    Browse the repository at this point in the history
  6. cleanup merging this with coverage support

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    189acd7 View commit details
    Browse the repository at this point in the history
  7. rebase fixes

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    abb8b3b View commit details
    Browse the repository at this point in the history
  8. diff fixes to remove some changes

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    438ad07 View commit details
    Browse the repository at this point in the history
  9. update option names

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    73e7380 View commit details
    Browse the repository at this point in the history
  10. fmt

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    437a53a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. add tests for pkgconfig parsing + fix a bug

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1453b34 View commit details
    Browse the repository at this point in the history
  2. some code review comments

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2807559 View commit details
    Browse the repository at this point in the history
  3. use MultiGet in debug goal

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6a1d24b View commit details
    Browse the repository at this point in the history
  4. additional copyright notices and help update

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    b74ed3b View commit details
    Browse the repository at this point in the history
  5. more comments

    [ci skip-rust]
    
    [ci skip-build-wheels]
    Tom Dyas committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8f19cdc View commit details
    Browse the repository at this point in the history