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

Swift SDK & Sample #1621

Merged
merged 157 commits into from
Mar 27, 2023
Merged

Swift SDK & Sample #1621

merged 157 commits into from
Mar 27, 2023

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    1d2b250 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from NumericalMax/setup-ios-sdk

    Moved iOS SDK from example to src
    NumericalMax authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ebde5eb View commit details
    Browse the repository at this point in the history
  3. Moving iOS-SDK reference

    Moving the reference from the local folder iOS SDK to the newly created iOS SDK under src/swift/flwr.
    NumericalMax committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ecc3f05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from NumericalMax/move-reference-ios-example

    Moving iOS-SDK reference
    NumericalMax authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    125745e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9f4869 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d31011 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6828449 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from NumericalMax/add-missing-protobuf

    Upgrade Transport Proto to Flower 1.0
    danielnugraha authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    576594d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67534f9 View commit details
    Browse the repository at this point in the history
  10. add newline at end of code

    ge57sug committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2915593 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. add pyproject.toml for example/ios server and update shell command in…

    … readme
    ge57sug committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c4b2458 View commit details
    Browse the repository at this point in the history
  2. update shell command in readme

    ge57sug committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c55a9e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    8cb4472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8651ee5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    f64709f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from NumericalMax/refactor/PackagePlatform

    added supported platform (with version)
    weinhuber authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    59a6d8c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Merge pull request #4 from NumericalMax/adapt-server.py

    remove duplicate code for server.py and adapt config parameter
    NumericalMax authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    d1df680 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    ef0cbb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from NumericalMax/refactor/ContentView

    Content View Refactoring
    weinhuber authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    38f7563 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Added Status model

    NumericalMax committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    962ba3b View commit details
    Browse the repository at this point in the history
  2. Adjusted function calls

    NumericalMax committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    77d98fa View commit details
    Browse the repository at this point in the history
  3. removed status argument

    NumericalMax committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    7588a17 View commit details
    Browse the repository at this point in the history
  4. minor change

    NumericalMax committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d37c7af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f7239f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c727d5d View commit details
    Browse the repository at this point in the history
  7. Status conversion

    Protobuf to own struct and vice versa
    NumericalMax committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    1de5df1 View commit details
    Browse the repository at this point in the history
  8. Renaming

    NumericalMax committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    50893fa View commit details
    Browse the repository at this point in the history
  9. adjusted example

    NumericalMax committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    360512f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4bb67d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge pull request #7 from NumericalMax/add-flwr-proto-status

    Add flwr proto status
    danielnugraha authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3a96d1c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    7aeceee View commit details
    Browse the repository at this point in the history
  2. Added iOS to gitignore

    NumericalMax committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8546bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368684c View commit details
    Browse the repository at this point in the history
  4. added blank app icon

    NumericalMax committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8ad40da View commit details
    Browse the repository at this point in the history
  5. renamed file

    due to new app name
    NumericalMax committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    25733cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from NumericalMax/rename

    Renaming
    danielnugraha authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d872a40 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. managing python call in a single thread

    ge57sug committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8c2c3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29eb90c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    876ba1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from NumericalMax/fix-gil-assertion-fail

    Fix gil assertion fail
    danielnugraha authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    6ea78d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    11d9250 View commit details
    Browse the repository at this point in the history
  2. move python finalize to flwrGRPC

    ge57sug committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a6f73c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff191c View commit details
    Browse the repository at this point in the history
  4. move compile model to new section

    ge57sug committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    68ada2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from NumericalMax/fix-race-condition

    Fix race condition
    NumericalMax authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ccc4977 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3809097 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    441611c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78ff0bb View commit details
    Browse the repository at this point in the history
  9. indent

    NumericalMax committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5f4c4fd View commit details
    Browse the repository at this point in the history
  10. minor change

    NumericalMax committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    db9e419 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. implemented stop button

    weinhuber committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d735bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa392f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    c241eb2 View commit details
    Browse the repository at this point in the history
  2. Added BenchmarkModel

    weinhuber committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d1d14d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b7676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dd1d93 View commit details
    Browse the repository at this point in the history
  5. added benchmarking

    weinhuber committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    439945c View commit details
    Browse the repository at this point in the history
  6. share benchmarking files

    weinhuber committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9ab112b View commit details
    Browse the repository at this point in the history
  7. reverted count break

    weinhuber committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    418e7bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    439c98b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    d3303bb View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    ge57sug committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b51d977 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. add BenchmarkInterceptor

    weinhuber committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e629f52 View commit details
    Browse the repository at this point in the history
  2. add additionalInterceptor

    weinhuber committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    20250ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3cf730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96f4675 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc7ca5e View commit details
    Browse the repository at this point in the history
  6. move suite to client

    weinhuber committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0811dc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8a84bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b25666 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #13 from NumericalMax/add-state-management

    Add state management
    weinhuber authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ee9bb2c View commit details
    Browse the repository at this point in the history
  10. bugfix

    weinhuber committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    606c559 View commit details
    Browse the repository at this point in the history
  11. fix merge conflict

    weinhuber committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    97c26ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    286b819 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a73f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    ed96feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c12d4 View commit details
    Browse the repository at this point in the history
  3. added metadata

    NumericalMax committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a990619 View commit details
    Browse the repository at this point in the history
  4. Added Expected failures

    and wrapped data generation into a guard
    NumericalMax committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ef4c16f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    5345f4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from NumericalMax/unit-tests

    Unit tests
    weinhuber authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8379b22 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

Commits on Jan 26, 2023

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

Commits on Jan 28, 2023

  1. Init Github Actions iOS

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    adca126 View commit details
    Browse the repository at this point in the history
  2. updated github actions

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    089f30f View commit details
    Browse the repository at this point in the history
  3. minor change

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    beb9983 View commit details
    Browse the repository at this point in the history
  4. first draft readme

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    9d92b86 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    NumericalMax authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    07fb5ce View commit details
    Browse the repository at this point in the history
  6. Added dependencies

    NumericalMax authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    cbcfa0c View commit details
    Browse the repository at this point in the history
  7. deleted xcuserdata

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    27b3767 View commit details
    Browse the repository at this point in the history
  8. deleted commented code

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    1543c00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0683513 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b4029e View commit details
    Browse the repository at this point in the history
  11. adapted function call

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ab838d7 View commit details
    Browse the repository at this point in the history
  12. Adapt Server for Benchmark

    - Pass minimum number of clients and rounds of optimization as arguments
    - After each round the global model parameters are saved
    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    5cf1692 View commit details
    Browse the repository at this point in the history
  13. unwrap optional value

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    fcdd16b View commit details
    Browse the repository at this point in the history
  14. Added test

    NumericalMax committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    36f06f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. added icon

    NumericalMax committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    0d77cba View commit details
    Browse the repository at this point in the history
  2. precision display loss

    NumericalMax committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    bd0dbbf View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. removed unused comment

    NumericalMax committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    0fd4cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d79d1b View commit details
    Browse the repository at this point in the history
  3. added documentation

    NumericalMax committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    dae8157 View commit details
    Browse the repository at this point in the history
  4. further documentation

    NumericalMax committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    713f204 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    5b4d170 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from NumericalMax/server-return

    Adapt Server for Benchmark
    NumericalMax authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    61eb081 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from NumericalMax/abort-connection-reason

    Abort connection reason
    NumericalMax authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0c36a2a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. fix merge conflicts

    ge57sug committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5875082 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from NumericalMax/merge-adap-branch

    Merge adap branch
    danielnugraha authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7d21de5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cda076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    423f0d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    594dce0 View commit details
    Browse the repository at this point in the history
  2. Create Package.resolved

    NumericalMax committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1ceded9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be38eb8 View commit details
    Browse the repository at this point in the history
  4. adapted github actions

    test is now executable within the macOS environment
    NumericalMax committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    620d9d6 View commit details
    Browse the repository at this point in the history
  5. minor change

    NumericalMax committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9343719 View commit details
    Browse the repository at this point in the history
  6. minor change

    NumericalMax committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    74022f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa893d3 View commit details
    Browse the repository at this point in the history
  8. adapted documentation

    NumericalMax committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    068c67d View commit details
    Browse the repository at this point in the history
  9. adapted file name

    NumericalMax committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e15deea View commit details
    Browse the repository at this point in the history
  10. Merge pull request #17 from NumericalMax/github-actions-ios

    Init Github Actions iOS
    danielnugraha authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3112e4a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #23 from NumericalMax/merge-adap-flower

    Merge adap flower
    NumericalMax authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    20f5462 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Added Scenario Picker

    NumericalMax committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ba6cd2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1334f8c View commit details
    Browse the repository at this point in the history
  3. cleaning

    NumericalMax committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1ec5f2b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. adapted scnearios

    NumericalMax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    03ee985 View commit details
    Browse the repository at this point in the history
  2. adapting to more scenarios + minor restructuring

    - Restructured the code
    NumericalMax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0d0bec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c16c040 View commit details
    Browse the repository at this point in the history
  4. Model generation

    out of the notebook
    NumericalMax committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b588fa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. remove client-model

    ge57sug committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    e548207 View commit details
    Browse the repository at this point in the history
  2. remove client-model

    ge57sug committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9cb4a11 View commit details
    Browse the repository at this point in the history
  3. remove cifar10 dataloader

    ge57sug committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ed294df View commit details
    Browse the repository at this point in the history
  4. remove cifar10 dataloaderreference

    ge57sug committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    97a6757 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #25 from NumericalMax/remove-client-model

    Remove client model
    NumericalMax authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    29f21d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f973408 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #26 from NumericalMax/merge-from-adap

    Merge from adap
    danielnugraha authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    fec26d6 View commit details
    Browse the repository at this point in the history
  8. add changes to review

    ge57sug committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    90a8ab5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #27 from NumericalMax/review-changes

    add changes to review
    danielnugraha authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b76f093 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. minor change

    NumericalMax committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e013ccb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from NumericalMax/extend-benchmark-scenarios

    Extend benchmark scenarios
    NumericalMax authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d6fe078 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. added log to parameter

    NumericalMax committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6ac116e View commit details
    Browse the repository at this point in the history
  2. added logging

    NumericalMax committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    88efc2f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 21, 2023

  1. restrict test on src/swift

    ge57sug committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    18fa513 View commit details
    Browse the repository at this point in the history
  2. fix swift.yml

    ge57sug committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0329650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a03c781 View commit details
    Browse the repository at this point in the history
  4. Update swift.yml

    danielnugraha authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f155c77 View commit details
    Browse the repository at this point in the history
  5. fix swift.yml

    ge57sug committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d329914 View commit details
    Browse the repository at this point in the history
  6. Update swift.yml

    danielnugraha authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cf2e069 View commit details
    Browse the repository at this point in the history
  7. Update swift.yml

    danielnugraha authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7de1452 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b902c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    c74a606 View commit details
    Browse the repository at this point in the history
  2. add space before main

    ge57sug committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6027cd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. minor change

    NumericalMax committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ef0ea33 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    2bb2d7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from NumericalMax/merge-main-to-fork

    Merge main to fork
    NumericalMax authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1efdb9a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    8faf0f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from NumericalMax/merge-main-to-fork

    Merge main to fork
    NumericalMax authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cdb03b6 View commit details
    Browse the repository at this point in the history