summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/compile.py
AgeCommit message (Expand)Author
2023-11-29Fixup compilation with `qmk compile -kb zzz -km all`. (#22568)Nick Brassel
2023-11-28QMK Userspace (#22222)Nick Brassel
2023-11-15CLI refactoring for common build target APIs (#22221)Nick Brassel
2023-09-28Allow inline generation of compile_commands.json while doing a `qmk compile`,...Nick Brassel
2023-09-22Allow for `qmk compile -kb all`. (#22022)Nick Brassel
2023-01-19`qmk compile`/`qmk flash` - Validate keymap argument (#19530)Joel Challis
2022-10-20[CLI] Ensure consistent clean behaviour (#18781)Joel Challis
2022-06-15Fix clean arg handling (#17392)Joel Challis
2021-08-18`--parallel` improvements (#13800)ruro
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2021-02-07Allow flash/compile to accept relative json paths (#11767)Joel Challis
2021-01-16Improve the compile and flash subcommands (#11334)Zach White
2021-01-02Return the make exit code for qmk compile and flash (#11402)Zach White
2020-05-26Fix the path for generated keymaps (#9213)Zach White
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed
2020-02-17Use pathlib everywhere we can (#7872)skullydazed
2020-02-07Add QMK Compile Context Sensitivity (#6884)Cody Bender
2019-12-08Fix compiling json filesZach White
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed
2019-11-16format code according to conventions [skip ci]QMK Bot
2019-11-15Add CLI command for flashing a keyboardjorgemanzo
2019-09-22Configuration system for CLI (#6708)skullydazed
2019-08-25Refactor `qmk compile-json` to `qmk compile` (#6592)skullydazed