aboutsummaryrefslogtreecommitdiff
path: root/lua/cmake
Commit message (Collapse)AuthorAge
* fix: bad assertionDaniil Rozanov2024-05-07
|
* feat: auto scroll terminal outputDaniil Rozanov2024-05-04
|
* fix: properly read for large number of targets in fileapi replyDaniil Rozanov2024-05-04
|
* fix: more convinient short description for default variantsDaniil Rozanov2024-05-04
|
* fix: random bugDaniil Rozanov2024-05-03
|
* refactor: variants inside config moved one level upDaniil Rozanov2024-05-03
|
* fix: delete unused optionDaniil Rozanov2024-05-03
|
* docs: lua documentation for most used tables and functionsDaniil Rozanov2024-05-03
|
* fix: clear cacheDaniil Rozanov2024-05-02
|
* feat: new commands and some refactoringDaniil Rozanov2024-05-02
|
* feat: better defaultsDaniil Rozanov2024-04-26
|
* fix: remove debug notificationsDaniil Rozanov2024-04-26
|
* fix: better autocmdsDaniil Rozanov2024-04-26
| | | | Correctly process case when neovim opened witn nvim CMakeLists.txt command. At the moment of first setup CMakeLists.txt does not exists, so we need to setup project on BufEnter if it was not inisialized before
* fix: typoDaniil Rozanov2024-04-26
|
* feat: autocommands to regenerate and reset projectDaniil Rozanov2024-04-26
| | | | One autocommand generates project after saving CMakeLists.txt, and other sets up all project after saving variants
* feat: command to edit variantsDaniil Rozanov2024-04-26
| | | | If there is no cmake-variants.yaml file in current directory, command creates it with default variants
* feat: handle focus optionDaniil Rozanov2024-04-24
|
* fix: properly run last executableDaniil Rozanov2024-04-24
|
* refactor: full rewriteDaniil Rozanov2024-04-24