forked from ycm-core/YouCompleteMe
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In latest-first-order: 45f89b336 Merge pull request ycm-core#1566 from bstaletic/msvc-warnings 94999c6b0 Revert "Merge pull request ycm-core#1559 from AP2008/try-submodule-update" eaea7553 Merge pull request ycm-core#1557 from bstaletic/conditional-absl b69b980d Merge pull request ycm-core#1565 from magras/fix-double-find-executable-call a12b2014 Merge pull request ycm-core#1564 from puremourning/quiet-build-single-line 2fb2038e Merge pull request ycm-core#1559 from AP2008/try-submodule-update b7986d4d Merge pull request ycm-core#1555 from bstaletic/log-trim ef2cab84 Merge pull request ycm-core#1556 from AP2008/add-msys-support d9f84560 Merge pull request ycm-core#1553 from bstaletic/rust-analyzer-borked a33969b0 Merge pull request ycm-core#1554 from bstaletic/sig-help-offset-fix
- Loading branch information
1 parent
94ee482
commit f3c8bd1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ycmd
updated
29 files
+184 −0 | .github/workflows/ci.yml | |
+23 −2 | .mergify.yml | |
+1 −0 | .ycm_extra_conf.py | |
+0 −172 | azure-pipelines.yml | |
+0 −6 | azure/README.md | |
+0 −18 | azure/benchmark.sh | |
+0 −18 | azure/lint.sh | |
+0 −81 | azure/linux/install_dependencies.sh | |
+0 −26 | azure/macos/install_dependencies.sh | |
+0 −25 | azure/run_tests.sh | |
+0 −11 | azure/send_coverage.sh | |
+0 −4 | azure/windows/benchmark.bat | |
+0 −17 | azure/windows/install_dependencies.bat | |
+0 −14 | azure/windows/run_tests.bat | |
+0 −4 | azure/windows/send_coverage.bat | |
+7 −7 | build.py | |
+13 −1 | cpp/CMakeLists.txt | |
+23 −11 | cpp/ycm/CMakeLists.txt | |
+19 −4 | cpp/ycm/IdentifierDatabase.cpp | |
+14 −3 | cpp/ycm/IdentifierDatabase.h | |
+13 −1 | cpp/ycm/Repository.h | |
+2 −2 | ycmd/completers/language_server/language_server_completer.py | |
+19 −2 | ycmd/completers/rust/rust_completer.py | |
+0 −17 | ycmd/handlers.py | |
+4 −1 | ycmd/tests/java/debug_info_test.py | |
+23 −4 | ycmd/tests/rust/diagnostics_test.py | |
+2 −2 | ycmd/tests/rust/get_completions_test.py | |
+1 −1 | ycmd/tests/rust/rust_completer_test.py | |
+3 −2 | ycmd/tests/rust/subcommands_test.py |