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: D-Programming-Deimos/openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: D-Programming-Deimos/openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 9 commits
  • 83 files changed
  • 3 contributors

Commits on Jun 8, 2022

  1. deimos.openssl: Delete Emacs C mode lines

    These lines configure Emacs to use the C mode, which doesn't apply to
    the D port (and confuse Emacs when it opens these files).
    CyberShadow committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    44348cc View commit details
    Browse the repository at this point in the history
  2. deimos.openssl: Fix non-zero struct initial values

    These would have required that the Deimos bindings were compiled and
    linked into the application if said struct was used without "= void".
    CyberShadow committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f2f8f4a View commit details
    Browse the repository at this point in the history
  3. deimos.openssl: Use template functions for macros

    Fix remaining non-template D functions which should have been template
    functions.
    CyberShadow committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7d67f7f View commit details
    Browse the repository at this point in the history
  4. deimos.openssl.ec: Fix an enum's initial value

    The non-zero value required an init to be linked in.
    CyberShadow committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    200c832 View commit details
    Browse the repository at this point in the history
  5. Rename all .d files to .di

    This ensures that they're not compiled/linked, as they have no reason
    to.
    CyberShadow committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    55d9fe6 View commit details
    Browse the repository at this point in the history
  6. Delete unittest CI step

    - There are no unittests in the source files, so this was meaningless.
    
    - It would be meaningful to perform a syntax check here.
      `dub build --build=syntax` would be a good fit, but it does not seem
      to pass `.di` files to the compiler.
    CyberShadow committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    14681ce View commit details
    Browse the repository at this point in the history
  7. Trivial: Fix typo in README

    Geod24 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    aecd428 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #89 from Geod24/fix-typo

    Trivial: Fix typo in README
    CyberShadow authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    2dfc552 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #88 from CyberShadow/no-object-files

    Properly make these bindings a "header-only" (.di) library
    Geod24 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c6e18bc View commit details
    Browse the repository at this point in the history
Loading