aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/platform.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: avoid calling vim.fn in fast event (#1878)William Boman2025-02-151-2/+3
|
* feat: add github registry source capabilities (#1091)William Boman2023-03-121-5/+16
|
* feat(platform): accept darwin (#743)William Boman2022-12-081-5/+7
| | | | | Mac systems are generally referred to as the Darwin OS. For all intents and purposes, "mac" and "darwin" can be used interchangeably (although darwin will be preferred going forward).
* fix(platform): also accept exit code 1 when checking ldd version (#630)William Boman2022-11-051-1/+1
| | | Fixes #629.
* feat(platform): better glibc detection (#537)William Boman2022-10-101-5/+22
|
* refactor(platform): more functional approach to parsing (#479)William Boman2022-09-291-49/+34
|
* feat(verible): add support for CentOS 7.9 (#471)Nikhil Jha2022-09-281-1/+12
|
* feat: more competent platform detection (#436)William Boman2022-09-171-37/+73
|
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-151-1/+1
| | | | (#296)
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-2/+2
|
* refactor: return table with declarative keys (#48)William Boman2022-07-101-1/+1
|
* fix(node-debug2-adapter): fix build on Node >= 18 (#47)William Boman2022-07-101-0/+12
| | | Fixes #41.
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+159
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module