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

Version 0.1.0 Release #26

Merged
merged 194 commits into from
Mar 14, 2023
Merged

Version 0.1.0 Release #26

merged 194 commits into from
Mar 14, 2023

Commits on Nov 28, 2022

  1. add test using google test

    threeal committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    5ddd0c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc15bf4 View commit details
    Browse the repository at this point in the history
  3. send test result to Testspace

    threeal committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    97379db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fae2d70 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from threeal/add-test

    Add Test
    threeal committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    dee9ead View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    4b44d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7159af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from threeal/use-catch2

    Use Catch2
    threeal committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e417abe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15c0fec View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from threeal/use-ninja

    Use Ninja On GitHub Actions
    threeal committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c5f27a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb0342d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7675f3f View commit details
    Browse the repository at this point in the history
  8. add internal::Error alias

    threeal committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ef98235 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a259bd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b626fc4 View commit details
    Browse the repository at this point in the history
  11. modify member naming

    threeal committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    82b370c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5ad860 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    d9e73f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f690b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27b98db View commit details
    Browse the repository at this point in the history
  4. test rewriting result

    threeal committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4d2df58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ce6678 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from threeal/add-result

    Add Result
    threeal committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    ca2f1ea View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. add res::ResultOr

    threeal committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    100c14d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cda003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c499b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4392393 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from threeal/modify-ok-and-err

    Modify Ok and Error
    threeal committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    bda6848 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    4871818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e0a702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d698c7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66c4973 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    695cb40 View commit details
    Browse the repository at this point in the history
  6. fix code coverage

    threeal committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    2e8353c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c67737 View commit details
    Browse the repository at this point in the history
  8. test rewriting result-or

    threeal committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    49da3ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5efd77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ed4cf9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5 from threeal/add-result-or

    Add ResultOr
    threeal committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    b6816b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    435be6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e563b56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    078ae53 View commit details
    Browse the repository at this point in the history
  4. fix exclude _deps directory

    threeal committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2750101 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f66300 View commit details
    Browse the repository at this point in the history
  6. fix missing include

    threeal committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9fee354 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09564e8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from threeal/use-gcov

    Use gcovr
    threeal committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ecf1aff View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    fed6536 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from threeal/refactor-build-action

    Refactor Build Action to Have Smaller Steps
    threeal committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    89881f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    0c070ba View commit details
    Browse the repository at this point in the history
  2. fix C++ source format

    threeal committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    77f6b24 View commit details
    Browse the repository at this point in the history
  3. fix CMake source format

    threeal committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    346447f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    828c17b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff1f5eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1452d4b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge pull request #9 from threeal/check-format

    Check Formatting
    threeal committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5edb69f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    20c27b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from threeal/workflows-use-llvm

    Use LLVM On GitHub Actions
    threeal committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a4ed59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddd4841 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67bc6d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a646a8e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from threeal/update-cpm

    Update CPM Script
    threeal committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4079d23 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. fix build badge URL

    threeal committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c0e819e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from threeal/fix-badge-url

    Fix Build Badge URL
    threeal committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    83124f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. modify cxx flags for coverage

    threeal committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    9b52a89 View commit details
    Browse the repository at this point in the history
  2. add cxx flags for warning

    threeal committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3ad6546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfeaa1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f0ef8a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13 from threeal/modify-cxx-flags

    Modify C++ Compiler Flags
    threeal committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a7b06e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26577c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c5da35 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #14 from threeal/simplify-cpm-add-package

    Simplify CPM Add Package
    threeal committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    6924616 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    7215216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e193a38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a7624e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9851d72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    596dd88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f59581 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0516967 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15 from threeal/add-type-cast

    Add Type Casting
    threeal committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    7acc062 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    94ca81f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from threeal/rename-result-or-to-result-of

    Rename `res::ResultOr` into `res::ResultOf`
    threeal committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c536229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4da0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d8b9dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d33a900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    585492b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29e45ea View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    26fcb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db732ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f099b0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65fe262 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cff3591 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17 from threeal/separate-build-and-test-workflow

    Separate Build and Test Workflow
    threeal committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9561d35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb17834 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a5eb7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c89b57a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03779d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    724e40d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #18 from threeal/add-msvc-support

    Add MSVC Support
    threeal committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9fed491 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b06d84 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fedee4e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #19 from threeal/use-testspace-setup-action

    Use Testspace Setup Action
    threeal committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    57a47d6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eeff31b View commit details
    Browse the repository at this point in the history
  17. Merge pull request #20 from threeal/add-dependabot

    Add Dependabot
    threeal committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    0dab30f View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

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

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    96de821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f00be53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ff3df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #21 from threeal/use-gcovr-action

    Use Gcovr Action
    threeal committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    47ab59b View commit details
    Browse the repository at this point in the history
  5. add test for res::Err

    threeal committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    63db83a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d9c663 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b2e8ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec48519 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #22 from threeal/add-err-stream

    Add `ErrStream`
    threeal committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    ab4b3c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    4eeb4f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from threeal/disable-testing-if-subdir

    Disable Testing If Is Sub Directory
    threeal committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    973ccb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    45ea627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa009d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    380b916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ead3bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddd8897 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2eeb68d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #25 from threeal/use-cmake-action

    Use CMake Action
    threeal committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d804aa7 View commit details
    Browse the repository at this point in the history
  8. Bump actions/checkout from 3.2.0 to 3.3.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    58d0eb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Merge pull request #23 from threeal/dependabot/github_actions/actions…

    …/checkout-3.3.0
    
    Bump actions/checkout from 3.2.0 to 3.3.0
    threeal committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f45c4f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Bump threeal/gcovr-action from 0.1.0 to 0.2.0

    Bumps [threeal/gcovr-action](https://github.com/threeal/gcovr-action) from 0.1.0 to 0.2.0.
    - [Release notes](https://github.com/threeal/gcovr-action/releases)
    - [Commits](threeal/gcovr-action@v0.1.0...v0.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: threeal/gcovr-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    62b04a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b5bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    319907f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3689a7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19fe1e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    c3bebbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea2bbec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90128ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17cd5c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96c1a33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cb526d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f01dc18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8c7587 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e358878 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #29 from threeal/add-documentation

    Add Documentation
    threeal committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    08db687 View commit details
    Browse the repository at this point in the history
  11. fill API docs for res::Ok

    threeal committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9b2371a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c08d8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f64661f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60c82ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2fff05c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7bb7eee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    64ef2d1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dd99b82 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7238978 View commit details
    Browse the repository at this point in the history
  20. remove Ok::Ok()

    threeal committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0c7aecd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    348d1ed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0f8a65d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4da541b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    87364a6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fb730fe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d87142c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    3c90b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5723498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c69ad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e4375b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    412854a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1561282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fef5abe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8784800 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0b38b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    301818f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b30fc4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b942923 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7f528c6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6babc26 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5a21373 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    22d6e20 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a1cb0b3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e158d60 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4bf00b8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f58a0a6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3da64ee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    190bc38 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4589a0d View commit details
    Browse the repository at this point in the history
  24. Merge pull request #30 from threeal/fill-api-docs

    Fill API Documentation
    threeal committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6dfd4f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Bump testspace-com/setup-testspace from 1.0.5 to 1.0.6

    Bumps [testspace-com/setup-testspace](https://github.com/testspace-com/setup-testspace) from 1.0.5 to 1.0.6.
    - [Release notes](https://github.com/testspace-com/setup-testspace/releases)
    - [Commits](testspace-com/setup-testspace@v1.0.5...v1.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: testspace-com/setup-testspace
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6fe0377 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Merge pull request #31 from threeal/dependabot/github_actions/testspa…

    …ce-com/setup-testspace-1.0.6
    
    Bump testspace-com/setup-testspace from 1.0.5 to 1.0.6
    threeal committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    44340d7 View commit details
    Browse the repository at this point in the history
  2. remove LLVM installation step

    threeal committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2755b28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from threeal/dependabot/github_actions/threeal…

    …/gcovr-action-0.2.0
    
    Bump threeal/gcovr-action from 0.1.0 to 0.2.0
    threeal committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    491d15b View commit details
    Browse the repository at this point in the history
  4. Bump threeal/cmake-action from 1.0.0 to 1.1.0

    Bumps [threeal/cmake-action](https://github.com/threeal/cmake-action) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/threeal/cmake-action/releases)
    - [Commits](threeal/cmake-action@v1.0.0...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: threeal/cmake-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a773315 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    4c2d56c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b219fe0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from threeal/dependabot/github_actions/threeal…

    …/cmake-action-1.1.0
    
    Bump threeal/cmake-action from 1.0.0 to 1.1.0
    threeal committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    415dc03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0599a53 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #33 from threeal/fix-coveralls-send

    Fix Coveralls Send
    threeal committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7f57ba7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    aed2ed3 View commit details
    Browse the repository at this point in the history
  2. MERGE: pull request #34 from threeal/docs-fix-osi-logo

    Docs: Fix Missing OSI Logo
    threeal committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7f505b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    756cacf View commit details
    Browse the repository at this point in the history
  4. MERGE: pull request #35 from threeal/cmake-dev-scope

    CMake Filter Content for Development
    threeal committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c77a9db View commit details
    Browse the repository at this point in the history