[PR #373] [MERGED] Feature: CMake now generates compile_commands.json #1616

Closed
opened 2026-05-05 07:57:46 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/373
Author: @shymega
Created: 7/25/2019
Status: Merged
Merged: 8/4/2019
Merged by: @AdrianKoshka

Base: masterHead: feature/compile_commands_cmake


📝 Commits (1)

  • f399c8c Feature: CMake now generates compile_commands.json

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+1 -0)

📄 Description

This commit adds support for generating a 'compile commands' JSON
file. This provides fairly sufficient autocomplete support for most text
editors, such as (Neo)vim and VS Code. It specifies include paths, and
the compiler arguments used to compile each source file.

Signed-off-by: Dom Rodriguez shymega@shymega.org.uk


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/373 **Author:** [@shymega](https://github.com/shymega) **Created:** 7/25/2019 **Status:** ✅ Merged **Merged:** 8/4/2019 **Merged by:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Base:** `master` ← **Head:** `feature/compile_commands_cmake` --- ### 📝 Commits (1) - [`f399c8c`](https://github.com/debauchee/barrier/commit/f399c8c64213492cbca8677b79d43f0080f181e9) Feature: CMake now generates compile_commands.json ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -0) </details> ### 📄 Description This commit adds support for generating a 'compile commands' JSON file. This provides fairly sufficient autocomplete support for most text editors, such as (Neo)vim and VS Code. It specifies include paths, and the compiler arguments used to compile each source file. Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:57:46 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1616
No description provided.