Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
keqinkeji
/
ycmd
Public
forked from
ycm-core/ycmd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ycmd
cpp
on
master
User selector
All users
All time
Commit history
Commits on May 14, 2021
Update GTest
bstaletic
committed
ab114fc
View commit details
Copy full SHA for ab114fc
View code at this point
Browse repository at this point
Commits on May 4, 2021
Upgrade to LLVM 12
bstaletic
committed
c3b3bab
View commit details
Copy full SHA for c3b3bab
View code at this point
Browse repository at this point
Commits on May 1, 2021
Make MSVC more conforming and silence warnings raised by Abseil
bstaletic
committed
e42cb71
View commit details
Copy full SHA for e42cb71
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
Do not use Abseil on unsupported environments
bstaletic
committed
d979c46
View commit details
Copy full SHA for d979c46
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
Rewrite IdentifierDatabase's insertion API
Show description for a9f616e
bstaletic
committed
a9f616e
View commit details
Copy full SHA for a9f616e
View code at this point
Browse repository at this point
Commits on Apr 8, 2021
Change the type of FiletypeCandidateMap
Show description for 8bed6c1
bstaletic
committed
8bed6c1
View commit details
Copy full SHA for 8bed6c1
View code at this point
Browse repository at this point
Prefer resize() over reserve()
Show description for 9adce44
bstaletic
committed
9adce44
View commit details
Copy full SHA for 9adce44
View code at this point
Browse repository at this point
Start using structured bindings
bstaletic
committed
32e4ef1
View commit details
Copy full SHA for 32e4ef1
View code at this point
Browse repository at this point
Make fewer unnecessary copies with std::unordered_map::try_emplace
bstaletic
committed
c023d4a
View commit details
Copy full SHA for c023d4a
View code at this point
Browse repository at this point
Update Abseil dependency to avoid a warning on macOS
bstaletic
committed
508c233
View commit details
Copy full SHA for 508c233
View code at this point
Browse repository at this point
Unify singleton repositories
bstaletic
committed
bb89a40
View commit details
Copy full SHA for bb89a40
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
Use abseil hash tables
bstaletic
committed
4057214
View commit details
Copy full SHA for 4057214
View code at this point
Browse repository at this point
Merge branch 'master' into github-releases
mergify[bot]
authored
1a7b185
View commit details
Copy full SHA for 1a7b185
View code at this point
Browse repository at this point
Move libclang and clangd archives to github.com/ycm-core/llvm
bstaletic
committed
d51d395
View commit details
Copy full SHA for d51d395
View code at this point
Browse repository at this point
Commits on Mar 10, 2021
Assume input of Character constructor is normalized
Show description for 96e1287
bstaletic
committed
96e1287
View commit details
Copy full SHA for 96e1287
View code at this point
Browse repository at this point
Commits on Feb 21, 2021
Clean up C++ warnings
bstaletic
committed
caafefd
View commit details
Copy full SHA for caafefd
View code at this point
Browse repository at this point
Commits on Feb 15, 2021
Stop vendoring GTest, GMock and Google Benchmark
bstaletic
committed
a7e8f2a
View commit details
Copy full SHA for a7e8f2a
View code at this point
Browse repository at this point
Commits on Dec 31, 2020
Use raw CPython API in PythonSupport.cpp
Show description for 427c225
bstaletic
committed
427c225
View commit details
Copy full SHA for 427c225
View code at this point
Browse repository at this point
Refactor cmake files and require cmake 3.14
bstaletic
committed
bd86571
View commit details
Copy full SHA for bd86571
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Optimize IdentifierCompleter
Show description for 17ac7b8
bstaletic
committed
17ac7b8
View commit details
Copy full SHA for 17ac7b8
View code at this point
Browse repository at this point
Commits on Oct 31, 2020
Upgrade to LLVM11
bstaletic
committed
7e2fe22
View commit details
Copy full SHA for 7e2fe22
View code at this point
Browse repository at this point
Commits on Oct 25, 2020
Remove BoostParts
bstaletic
committed
57602bd
View commit details
Copy full SHA for 57602bd
View code at this point
Browse repository at this point
Avoid shared_ptr in the identifier database
bstaletic
committed
7dbafea
View commit details
Copy full SHA for 7dbafea
View code at this point
Browse repository at this point
Avoid raw new, with make_unique
bstaletic
committed
b3f08e7
View commit details
Copy full SHA for b3f08e7
View code at this point
Browse repository at this point
Allow shared lock ownership
bstaletic
committed
b46806d
View commit details
Copy full SHA for b46806d
View code at this point
Browse repository at this point
Use string_view where appropriate
bstaletic
committed
4a29d65
View commit details
Copy full SHA for 4a29d65
View code at this point
Browse repository at this point
Switch to C++17
bstaletic
committed
b2fb4dd
View commit details
Copy full SHA for b2fb4dd
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
Update pybind11 to v2.6.0
bstaletic
committed
b6034a0
View commit details
Copy full SHA for b6034a0
View code at this point
Browse repository at this point
Update gmock to 1.10.0
bstaletic
committed
327ee96
View commit details
Copy full SHA for 327ee96
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
Forward `kind` from LSP server to ycmd clients
Show description for ff428c9
bstaletic
committed
ff428c9
View commit details
Copy full SHA for ff428c9
View code at this point
Browse repository at this point
Commits on May 6, 2020
Fix various typos in documentation and code comments
Show description for e56a314
DonKult
committed
e56a314
View commit details
Copy full SHA for e56a314
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
Upgrade to LLVM10
bstaletic
committed
cd3ac6c
View commit details
Copy full SHA for cd3ac6c
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Update to unicode 13
bstaletic
committed
abadf9a
View commit details
Copy full SHA for abadf9a
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Drop boost::regex
bstaletic
committed
31f3f00
View commit details
Copy full SHA for 31f3f00
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
Minor pre-C++17 cleanup
Show description for aae2483
bstaletic
committed
aae2483
View commit details
Copy full SHA for aae2483
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.