Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alextsao1999/lsp-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: firemeatman/lsp-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 18 files changed
  • 2 contributors

Commits on Jul 14, 2024

  1. 重建目录结构;

    firemeatman committed Jul 14, 2024
    Copy the full SHA
    ff95d84 View commit details

Commits on Jul 15, 2024

  1. 1. 调整protocol.h文件的结构体定义位置,使之容易阅读;

    2. 添加获取词语列表的api和json定义;
    3. 对测试和cmake进行调整;
    firemeatman committed Jul 15, 2024
    Copy the full SHA
    b369b0d View commit details

Commits on Jul 19, 2024

  1. Copy the full SHA
    356492c View commit details
  2. Copy the full SHA
    a7b20e4 View commit details

Commits on Jul 20, 2024

  1. Copy the full SHA
    e42edf2 View commit details

Commits on Jul 24, 2024

  1. -更改transpot等接口定义,增加JsonIOLayer接口,将IO实现分离,修改继承为组合;

    -更改MapHandel类,使之接口线程安全,通过访问者模式访问;
    -修复管道没有关闭导致线程不能正常退出的Bug;
    firemeatman committed Jul 24, 2024
    Copy the full SHA
    e925ac0 View commit details

Commits on Jul 25, 2024

  1. - 添加LspCore命名空间,模块化引用头文件;

    - 修改protocol文件中的Json序列化,将声明和定义分离,解决第三方引用时可能造成的编译问题,在Qt上的编译已通过;
    - 更改一些类的位置;
    firemeatman committed Jul 25, 2024
    Copy the full SHA
    3168701 View commit details
  2. Copy the full SHA
    6109f5b View commit details
  3. Update README.md

    firemeatman authored Jul 25, 2024
    Copy the full SHA
    1629c0b View commit details
  4. Update README.md

    firemeatman authored Jul 25, 2024
    Copy the full SHA
    546cdfe View commit details
Loading