summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/compile.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-31Fix 'qmk compile' mass_compile execution (#23296)Joel Challis1-3/+3
2023-12-14[Bugfix] `qmk {compile, flash}` return code (#22639)Pablo Martínez1-1/+1
2023-11-29Fixup compilation with `qmk compile -kb zzz -km all`. (#22568)Nick Brassel1-0/+12
2023-11-28QMK Userspace (#22222)Nick Brassel1-1/+3
2023-11-15CLI refactoring for common build target APIs (#22221)Nick Brassel1-44/+14
2023-09-28Allow inline generation of compile_commands.json while doing a `qmk compile`,...Nick Brassel1-0/+16
2023-09-22Allow for `qmk compile -kb all`. (#22022)Nick Brassel1-2/+9
2023-01-19`qmk compile`/`qmk flash` - Validate keymap argument (#19530)Joel Challis1-1/+16
2022-10-20[CLI] Ensure consistent clean behaviour (#18781)Joel Challis1-37/+20
2022-06-15Fix clean arg handling (#17392)Joel Challis1-2/+3
2021-08-18`--parallel` improvements (#13800)ruro1-1/+1
2021-05-19Align our subprocess usage with current best practices. (#12940)Zach White1-2/+3
2021-04-14Add support for tab completion (#12411)Zach White1-4/+6
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White1-1/+2
2021-02-07Allow flash/compile to accept relative json paths (#11767)Joel Challis1-3/+2
2021-01-16Improve the compile and flash subcommands (#11334)Zach White1-5/+22
2021-01-02Return the make exit code for qmk compile and flash (#11402)Zach White1-1/+2
2020-05-26Fix the path for generated keymaps (#9213)Zach White1-4/+0
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed1-12/+25
2020-02-17Use pathlib everywhere we can (#7872)skullydazed1-87/+12
2020-02-07Add QMK Compile Context Sensitivity (#6884)Cody Bender1-3/+72
2019-12-08Fix compiling json filesZach White1-1/+1
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed1-3/+0
2019-11-16format code according to conventions [skip ci]QMK Bot1-2/+1
2019-11-15Add CLI command for flashing a keyboardjorgemanzo1-5/+9
2019-09-22Configuration system for CLI (#6708)skullydazed1-5/+5
2019-08-25Refactor `qmk compile-json` to `qmk compile` (#6592)skullydazed1-0/+53