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

separable compilation for Rust #244

Merged
merged 36 commits into from
Nov 16, 2023
Merged

separable compilation for Rust #244

merged 36 commits into from
Nov 16, 2023

Commits on Oct 11, 2023

  1. separable compilation for Rust

    Vitalii committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    97d7ea8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. fix formatting

    Vitalii committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    eff3b76 View commit details
    Browse the repository at this point in the history
  2. cmake version

    Vitalii committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f0e6b46 View commit details
    Browse the repository at this point in the history
  3. readme update

    Vitalii committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7771051 View commit details
    Browse the repository at this point in the history
  4. Merge commit '028bed11fad4025b9baa5c77164255145cbc29bc' into feat/vhn…

    …at/63-compilation-time
    Vitalii committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2745d08 View commit details
    Browse the repository at this point in the history
  5. fix build

    Vitalii committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4c42d13 View commit details
    Browse the repository at this point in the history
  6. Merge commit '1cf7b2e4ba9d9dd3e602f93faf1a18fd3cffca25' into feat/vhn…

    …at/63-compilation-time
    Vitalii committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f2014b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec9142a View commit details
    Browse the repository at this point in the history
  8. Format cuda file

    jeremyfelder committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    479401c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    af87bec View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge commit 'e4e9130340f1f52594a06333ed1cb354d036df56' into feat/vhn…

    …at/63-compilation-time
    Vitalii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    bda9b75 View commit details
    Browse the repository at this point in the history
  2. format

    Vitalii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d6d71ba View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix for windows build

    vhnatyk committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cdc29ad View commit details
    Browse the repository at this point in the history
  2. Revert "fix build"

    This reverts commit 4c42d13.
    vhnatyk committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    022e952 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. revert

    DmytroTym authored and vhnatyk committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f456978 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge commit '29cad66ba61dab9c68e0eeb47b9b1b7884d889a4' into feat/vhn…

    …at/63-compilation-time
    vhnatyk committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    689a6ac View commit details
    Browse the repository at this point in the history
  2. for runner

    vhnatyk committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4eb3876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aabfce2 View commit details
    Browse the repository at this point in the history
  4. cleanup

    vhnatyk committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cf3226e View commit details
    Browse the repository at this point in the history
  5. format

    vitaliy committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    893c745 View commit details
    Browse the repository at this point in the history
  6. debug pre-push

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a33a619 View commit details
    Browse the repository at this point in the history
  7. echo unformatted files

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4aede4c View commit details
    Browse the repository at this point in the history
  8. alternate ci format checker

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b5ea2c8 View commit details
    Browse the repository at this point in the history
  9. revert correct format to pass on CI

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    805a35e View commit details
    Browse the repository at this point in the history
  10. format

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cd62e66 View commit details
    Browse the repository at this point in the history
  11. CI formatter

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ed0a8a8 View commit details
    Browse the repository at this point in the history
  12. ci formatter

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e6216d6 View commit details
    Browse the repository at this point in the history
  13. Revert "format"

    This reverts commit cd62e66.
    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6dd57cf View commit details
    Browse the repository at this point in the history
  14. Revert "revert correct format to pass on CI"

    This reverts commit 805a35e.
    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0f6d7bd View commit details
    Browse the repository at this point in the history
  15. Revert "Revert "revert correct format to pass on CI""

    This reverts commit 0f6d7bd.
    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a4a3e66 View commit details
    Browse the repository at this point in the history
  16. build type

    Vitalii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3b7ca30 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. pr comments

    Vitalii committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6458fda View commit details
    Browse the repository at this point in the history
  2. Revert "revert"

    This reverts commit f456978.
    Vitalii committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    701bdeb View commit details
    Browse the repository at this point in the history
  3. revert of revert and fake template

    Vitalii committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7e8e1d0 View commit details
    Browse the repository at this point in the history
  4. Update build.rs

    pr comment
    
    Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
    vhnatyk and jeremyfelder committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    481c4a6 View commit details
    Browse the repository at this point in the history
  5. format

    vhnatyk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    73eab39 View commit details
    Browse the repository at this point in the history