summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/compile.py
Commit message (Expand)AuthorAgeFilesLines
* `--parallel` improvements (#13800)ruro2021-08-181-1/+1
* Align our subprocess usage with current best practices. (#12940)Zach White2021-05-191-2/+3
* Add support for tab completion (#12411)Zach White2021-04-141-4/+6
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-1/+2
* Allow flash/compile to accept relative json paths (#11767)Joel Challis2021-02-071-3/+2
* Improve the compile and flash subcommands (#11334)Zach White2021-01-161-5/+22
* Return the make exit code for qmk compile and flash (#11402)Zach White2021-01-021-1/+2
* Fix the path for generated keymaps (#9213)Zach White2020-05-261-4/+0
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-131-12/+25
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-87/+12
* Add QMK Compile Context Sensitivity (#6884)Cody Bender2020-02-071-3/+72
* Fix compiling json filesZach White2019-12-081-1/+1
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-3/+0
* format code according to conventions [skip ci]QMK Bot2019-11-161-2/+1
* Add CLI command for flashing a keyboardjorgemanzo2019-11-151-5/+9
* Configuration system for CLI (#6708)skullydazed2019-09-221-5/+5
* Refactor `qmk compile-json` to `qmk compile` (#6592)skullydazed2019-08-251-0/+53