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

OpenCL Language Server Refactoring #20

Merged
merged 32 commits into from
Aug 25, 2023
Merged

OpenCL Language Server Refactoring #20

merged 32 commits into from
Aug 25, 2023

Commits on Jul 29, 2023

  1. Refactor jsonrpc

    Galarius committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2969e70 View commit details
    Browse the repository at this point in the history
  2. Fix clang-format toggle

    Galarius committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    dbaa694 View commit details
    Browse the repository at this point in the history
  3. Update gitignore

    Galarius committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f188d12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31b865b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9074bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2c35e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aab26e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1af853 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

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

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

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

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    aeffd69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a79a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a77cb95 View commit details
    Browse the repository at this point in the history
  4. Format lsp code

    Galarius committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2b9778b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c58aac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 11, 2023

  1. Add 'diagnostics' subcommand

    Galarius committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8c79452 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    9679a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9436274 View commit details
    Browse the repository at this point in the history
  3. Refactor Diagnostics class

    Galarius committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    c5d3e26 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

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

Commits on Aug 19, 2023

  1. Add 'diagnostics' tests

    Galarius committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a102020 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Refactor utils, add tests

    Galarius committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    2fd144d View commit details
    Browse the repository at this point in the history
  2. Refactor logging

    Galarius committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4f23ba3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Refactor log messages

    Galarius committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5e914cc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Apply multiple fixes

    * Fix `diagnostics` to be empty instead of `null`
    * Remove duplicate `BuildSource` call
    * Remove `id` validation in `OnInitialized` handler
    * Add `--stdio` flag, since VS Code extension adds it
    * Update tests
    Galarius committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    956e04c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Fix build

    Galarius committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5b9b4a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

    Galarius committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c43e922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7d851 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.6.0

    Galarius committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5878f4e View commit details
    Browse the repository at this point in the history