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

BC2C compiler with client #19

Draft
wants to merge 159 commits into
base: main
Choose a base branch
from
Draft

BC2C compiler with client #19

wants to merge 159 commits into from

Commits on Jun 6, 2024

  1. Initial backend

    fikovnik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    909d1be View commit details
    Browse the repository at this point in the history
  2. Working

    fikovnik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d8b7025 View commit details
    Browse the repository at this point in the history
  3. Add gdb

    fikovnik committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    420d6d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    e116b50 View commit details
    Browse the repository at this point in the history
  2. Added support for one arg

    fikovnik committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    10db82d View commit details
    Browse the repository at this point in the history
  3. Typo

    fikovnik committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8b8a759 View commit details
    Browse the repository at this point in the history
  4. Ignore *.o files

    fikovnik committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c77feb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Experiments

    fikovnik committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    20629a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. WIP - codegen

    fikovnik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    de5a679 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. WIP - codegen with remote

    fikovnik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    84d2e19 View commit details
    Browse the repository at this point in the history
  2. WIP - add names

    fikovnik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c83302b View commit details
    Browse the repository at this point in the history
  3. WIP - jit demo

    fikovnik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    82134de View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. WIP - Renaming and comments

    fikovnik committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8500dbf View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. WIP - moved to protobuf

    fikovnik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e0ecbf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. WIP - updates

    fikovnik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bedc60e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533259d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. WIP - hijack R bytecode

    fikovnik committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8ce72eb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    0bab3bd View commit details
    Browse the repository at this point in the history
  2. WIP - basics of GC support

    fikovnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    857f53a View commit details
    Browse the repository at this point in the history
  3. WIP cleanup

    fikovnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2526b9a View commit details
    Browse the repository at this point in the history
  4. Move serialization to C

    fikovnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b7af953 View commit details
    Browse the repository at this point in the history
  5. WIP - fixed JIT

    fikovnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    002589f View commit details
    Browse the repository at this point in the history
  6. WIP - refactoring

    fikovnik committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0141403 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. WIP - add tests

    fikovnik committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1788e0b View commit details
    Browse the repository at this point in the history
  2. WIP - add tests

    fikovnik committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ff11a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c4fee View commit details
    Browse the repository at this point in the history
  4. WIP - add tests with driver

    fikovnik committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    045e9a1 View commit details
    Browse the repository at this point in the history
  5. WIP - bc2c fixes

    fikovnik committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fa31118 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. WIP - fixes

    fikovnik committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d37a6ba View commit details
    Browse the repository at this point in the history
  2. WIP - cleanup

    fikovnik committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    beb6a65 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Rebased with master

    fikovnik committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4f55193 View commit details
    Browse the repository at this point in the history
  2. Add tool-versions

    fikovnik committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b2d54c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 12, 2024

  1. Add Defn.h

    fikovnik committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    633a1d1 View commit details
    Browse the repository at this point in the history
  2. Inlining

    fikovnik committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3c70250 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fixes

    fikovnik committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    dc23cfd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. Fixes to BCell

    fikovnik committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    03c2e30 View commit details
    Browse the repository at this point in the history
  2. Add support for ADD

    fikovnik committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5b0c0d2 View commit details
    Browse the repository at this point in the history
  3. Almost LT

    fikovnik committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a82a2d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Add LGL support

    fikovnik committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    11b040e View commit details
    Browse the repository at this point in the history
  2. Cleanup

    fikovnik committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7a2a546 View commit details
    Browse the repository at this point in the history
  3. Use of X macros

    fikovnik committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    715f7cc View commit details
    Browse the repository at this point in the history
  4. Fixes

    fikovnik committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7f18e83 View commit details
    Browse the repository at this point in the history
  5. Update flags

    fikovnik committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ebd215e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15939b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Cleanup

    fikovnik committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ecad026 View commit details
    Browse the repository at this point in the history
  2. Broken LGL

    fikovnik committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    eb306f7 View commit details
    Browse the repository at this point in the history
  3. Fix LGL

    fikovnik committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ef8d2fe View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Fix NA

    fikovnik committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9630f6d View commit details
    Browse the repository at this point in the history
  2. Refactoring

    fikovnik committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    28ebf0b View commit details
    Browse the repository at this point in the history
  3. Before cleanup

    fikovnik committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    da2fd6d View commit details
    Browse the repository at this point in the history
  4. Fixes

    fikovnik committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    24e8c5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8912bda View commit details
    Browse the repository at this point in the history
  6. Update directory structure

    fikovnik committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d6ecace View commit details
    Browse the repository at this point in the history
  7. Add R 4.3.2

    fikovnik committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    71933b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    de720f1 View commit details
    Browse the repository at this point in the history
  2. Update R path

    fikovnik committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1b8e2f9 View commit details
    Browse the repository at this point in the history
  3. Move to submodule

    fikovnik committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    132039d View commit details
    Browse the repository at this point in the history
  4. Fix the submodule and build

    fikovnik committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b0c37fd View commit details
    Browse the repository at this point in the history
  5. Do not pollute git status with untracked files in the R we install.

    The installation creates some files (in doc) that are not in the .gitignore of R.
    programLyrique committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ff53135 View commit details
    Browse the repository at this point in the history
  6. Migrate to embedded R

    fikovnik committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    16ba110 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Fixes

    fikovnik committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    14a11e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19a66e1 View commit details
    Browse the repository at this point in the history
  3. Fixes

    fikovnik committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7c8b1ce View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Add end-to-end test

    fikovnik committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8a1afd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add tests for arithmetics

    fikovnik committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b63cbae View commit details
    Browse the repository at this point in the history
  2. Add tests for relop

    fikovnik committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7d8a416 View commit details
    Browse the repository at this point in the history
  3. Add support for sqrt and exp

    fikovnik committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    55b84e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    b773c64 View commit details
    Browse the repository at this point in the history
  2. Add support for logicals

    fikovnik committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7998af5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Refactored BC2CCompiler

    Allow multiple closure compilation
    fikovnik committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    606182f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4049d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Moved to .External2

    fikovnik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    01da228 View commit details
    Browse the repository at this point in the history
  2. Add CheckFun

    fikovnik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9e5a755 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d09e8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    746b083 View commit details
    Browse the repository at this point in the history
  5. Ignore .gdb_history

    fikovnik committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    87510b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Experimenting...

    fikovnik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1bd3660 View commit details
    Browse the repository at this point in the history
  2. Working both tests and JIT

    fikovnik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    30b684a View commit details
    Browse the repository at this point in the history
  3. Cleanup

    fikovnik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2dfd46d View commit details
    Browse the repository at this point in the history
  4. Remove lib.cpp

    fikovnik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    56be0a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cfaf59 View commit details
    Browse the repository at this point in the history
  6. Move runtime.c into bc2c

    fikovnik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    abd86a4 View commit details
    Browse the repository at this point in the history
  7. Implement MakeProm

    fikovnik committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8373ba6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d657f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix make promise

    fikovnik committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e7b299f View commit details
    Browse the repository at this point in the history
  2. Fix promise

    fikovnik committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    796181a View commit details
    Browse the repository at this point in the history
  3. Fix options in rsh_cmpfun

    fikovnik committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4733f6c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 1, 2024

  1. Fix BC unit tests

    fikovnik committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    70b7162 View commit details
    Browse the repository at this point in the history
  2. Spotless

    fikovnik committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b9cbf74 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    5918a9b View commit details
    Browse the repository at this point in the history
  2. Add benchmarks

    fikovnik committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4fb8d86 View commit details
    Browse the repository at this point in the history
  3. Fix relop

    fikovnik committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    90f72ef View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 6, 2024

  1. Update API and tests

    fikovnik committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1cc9a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add support DOLLAR_OP

    fikovnik committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    35d5f42 View commit details
    Browse the repository at this point in the history
  2. Get rid of the tinytest

    fikovnik committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    39d5b04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adb3a3b View commit details
    Browse the repository at this point in the history
  4. Fixes

    fikovnik committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f375196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc6bb5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3540570 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e8cbe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add support for [

    fikovnik committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    39a4e6b View commit details
    Browse the repository at this point in the history
  2. Add support for [[

    fikovnik committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b21d2ae View commit details
    Browse the repository at this point in the history
  3. First try on assign

    fikovnik committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b3c8e74 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix to allow the fast path

    fikovnik committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bb0c358 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    b6089e1 View commit details
    Browse the repository at this point in the history
  2. Update instructions

    fikovnik committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ecea80e View commit details
    Browse the repository at this point in the history
  3. Update instructions

    fikovnik committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    dd6f7da View commit details
    Browse the repository at this point in the history
  4. Update instructions

    fikovnik committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9f7c75a View commit details
    Browse the repository at this point in the history
  5. Simplify

    fikovnik committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b7cba8d View commit details
    Browse the repository at this point in the history
  6. Fixes

    fikovnik committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    48031ea View commit details
    Browse the repository at this point in the history
  7. Fix test

    fikovnik committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0f2dae0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. First shot at snapshots

    fikovnik committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b90af97 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Snapshot test WIP

    fikovnik committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    aacf8db View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. More snapshot tests

    fikovnik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    75a0a2e View commit details
    Browse the repository at this point in the history
  2. Add code to snapshots

    fikovnik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    02a37a1 View commit details
    Browse the repository at this point in the history
  3. WIP

    fikovnik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d465ad5 View commit details
    Browse the repository at this point in the history
  4. WIP

    fikovnik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fc8555c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Fixed snapshots bug

    fikovnik committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c32698c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Another try

    fikovnik committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6a16c9c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Updates

    fikovnik committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ab5cb2e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Updates

    fikovnik committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ffa7c38 View commit details
    Browse the repository at this point in the history
  2. Make GNUR injected

    fikovnik committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    004147b View commit details
    Browse the repository at this point in the history
  3. Refactored snapshots

    fikovnik committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    88f961b View commit details
    Browse the repository at this point in the history
  4. Cleaned up snapshots

    fikovnik committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ee1ef08 View commit details
    Browse the repository at this point in the history
  5. Fixed tests

    fikovnik committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    261aba3 View commit details
    Browse the repository at this point in the history
  6. Fix PMD issue

    fikovnik committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4175b94 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Verify working

    fikovnik committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    eca99c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Fix makefiles

    fikovnik committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    82a55f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. WIP - SETTER_CALL

    fikovnik committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ecd7ff3 View commit details
    Browse the repository at this point in the history
  2. WIP - SETTER_CALL - special

    fikovnik committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    df5eba3 View commit details
    Browse the repository at this point in the history
  3. SETTER_CALL

    fikovnik committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1879f28 View commit details
    Browse the repository at this point in the history
  4. WIP - subassign

    fikovnik committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f4efa4a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. WIP - subset

    fikovnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4720a43 View commit details
    Browse the repository at this point in the history
  2. WIP - super assign

    fikovnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    78d917e View commit details
    Browse the repository at this point in the history
  3. WIP - matrix subset

    fikovnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    09214bb View commit details
    Browse the repository at this point in the history
  4. Refactored

    fikovnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a55e65b View commit details
    Browse the repository at this point in the history
  5. Refactoring 2

    fikovnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fb7806d View commit details
    Browse the repository at this point in the history
  6. Matsubassign

    fikovnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1ad2487 View commit details
    Browse the repository at this point in the history
  7. Matsubassign

    fikovnik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5986e31 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Subset

    fikovnik committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b4d9552 View commit details
    Browse the repository at this point in the history
  2. Subset finished

    fikovnik committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    10daeed View commit details
    Browse the repository at this point in the history
  3. Getter

    fikovnik committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c0d6508 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update devcontainer

    fikovnik committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8cc42cc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    78d10a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    accc11e View commit details
    Browse the repository at this point in the history
  3. Remove R-debug

    fikovnik committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2d96292 View commit details
    Browse the repository at this point in the history
  4. Draft of for

    fikovnik committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c0fb869 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Draft of for 2

    fikovnik committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b6c4503 View commit details
    Browse the repository at this point in the history
  2. Draft of for 3

    fikovnik committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e0ab4de View commit details
    Browse the repository at this point in the history
  3. Draft of for 4

    fikovnik committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    07eef5b View commit details
    Browse the repository at this point in the history
  4. Draft of for 5

    fikovnik committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    39320c6 View commit details
    Browse the repository at this point in the history
  5. ISQ sequences

    fikovnik committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    966decb View commit details
    Browse the repository at this point in the history
  6. Add more benchmarks

    fikovnik committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    153c25a View commit details
    Browse the repository at this point in the history