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

D frameworks #6488

Merged
merged 26 commits into from
Jul 21, 2023
Merged

D frameworks #6488

merged 26 commits into from
Jul 21, 2023

Commits on Jul 4, 2023

  1. Added new frameworks for D

    Two authors of framework (handy and arsd:cgi) agreed to add their framework to bench.
    I also added threads to archttp - probably it will improve results.
    Lighttp - simple and straightforward framework that was abandoned by the original author, bit it is still working.
    Also I propose to use dlangchina containter for Docker - it should use more modern version of LDC compiler. At least for the time when official containers for D will be ready (WIP now)
    cyrusmsk committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2961bb8 View commit details
    Browse the repository at this point in the history
  2. Update config.yaml

    2.096 - is the version of DMD reference compiler. LDC - LLVM backend has different structure of the semver.
    cyrusmsk committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f0d31b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fixed typo

    Also added fix for version numbers as suggested
    cyrusmsk committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9066cbb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Remove nobounds and native

    Check if it works without it
    cyrusmsk committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    76ffee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3c5b6 View commit details
    Browse the repository at this point in the history
  3. Move to old docker image

    cyrusmsk committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3602201 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Update Dockerfile

    Move Docker to latest Alpine. And install LDC in Docker file
    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7d62c79 View commit details
    Browse the repository at this point in the history
  2. Dub fixed

    Added dub
    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8da57d5 View commit details
    Browse the repository at this point in the history
  3. Added gcc

    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bd79e47 View commit details
    Browse the repository at this point in the history
  4. added Musl-dec

    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    fee0ebe View commit details
    Browse the repository at this point in the history
  5. Update Dockerfile

    Mark as build
    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5890ef9 View commit details
    Browse the repository at this point in the history
  6. Alpine for run

    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    38b1908 View commit details
    Browse the repository at this point in the history
  7. fix type

    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    109fc37 View commit details
    Browse the repository at this point in the history
  8. Added wrokdir to run

    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    24372c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    800f424 View commit details
    Browse the repository at this point in the history
  10. Move back to Debian

    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    fabf784 View commit details
    Browse the repository at this point in the history
  11. Added dub to Debian

    Forgot to add dub
    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    81510e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0332e3d View commit details
    Browse the repository at this point in the history
  13. Update app.d

    change ip for handy_http
    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b93dfaf View commit details
    Browse the repository at this point in the history
  14. Update app.d

    Added SUCCESS statuses for response for handy_http
    cyrusmsk committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f4da8eb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fix version

    Change language version and move to Devian bookworm
    cyrusmsk committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    98c3a00 View commit details
    Browse the repository at this point in the history
  2. Make multi-stage container

    cyrusmsk committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    56312cd View commit details
    Browse the repository at this point in the history
  3. fix typo

    cyrusmsk committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    183d78c View commit details
    Browse the repository at this point in the history
  4. Update Dockerfile

    added static files copy
    cyrusmsk committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    12add80 View commit details
    Browse the repository at this point in the history
  5. Changed source of executable

    cyrusmsk committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fcb786f View commit details
    Browse the repository at this point in the history
  6. Update Dockerfile

    change copy command
    cyrusmsk committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a182103 View commit details
    Browse the repository at this point in the history