summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/compile.py
Commit message (Expand)AuthorAge
* [CLI] Ensure consistent clean behaviour (#18781)Joel Challis2022-10-20
* Fix clean arg handling (#17392)Joel Challis2022-06-15
* `--parallel` improvements (#13800)ruro2021-08-18
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-19
* Add support for tab completion (#12411)Zach White2021-04-14
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-24
* Allow flash/compile to accept relative json paths (#11767)Joel Challis2021-02-07
* Improve the compile and flash subcommands (#11334)Zach White2021-01-16
* Return the make exit code for qmk compile and flash (#11402)Zach White2021-01-02
* Fix the path for generated keymaps (#9213)Zach White2020-05-26
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-13
* Use pathlib everywhere we can (#7872)skullydazed2020-02-17
* Add QMK Compile Context Sensitivity (#6884)Cody Bender2020-02-07
* Fix compiling json filesZach White2019-12-08
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-20
* format code according to conventions [skip ci]QMK Bot2019-11-16
* Add CLI command for flashing a keyboardjorgemanzo2019-11-15
* Configuration system for CLI (#6708)skullydazed2019-09-22
* Refactor `qmk compile-json` to `qmk compile` (#6592)skullydazed2019-08-25