index
:
qmk_firmware.git
master
My qmk keyboard firmware fork for only the corne, all others removed for simplicity.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
cli
/
multibuild.py
Age
Commit message (
Expand
)
Author
2023-01-19
Remove CLI commands: `multibuild`, `cformat`, `fileformat`, `pyformat`. (#19629)
Nick Brassel
2023-01-19
Remove `make all-<platform>` build targets (#19496)
Joel Challis
2022-09-16
Add ability to remove temporary files during multibuild. (#18381)
Nick Brassel
2022-07-09
Add line to multibuild output log showing the actual build target. (#17606)
Nick Brassel
2022-02-10
Migrate more makefile utilities to builddefs sub-directory (#16002)
Joel Challis
2022-02-02
Fixup multibuild filegen (#16166)
Nick Brassel
2021-08-18
`--parallel` improvements (#13800)
ruro
2021-06-09
Allow limiting the multibuild based on keymap name. (#13066)
Nick Brassel
2021-06-03
`qmk multibuild`: Fix bug with Path objects (#13093)
Ryan
2021-05-19
Align our subprocess usage with current best practices. (#12940)
Zach White
2021-05-09
fix the makefile snippet so flake8 and yapf don't fight (#12849)
Zach White
2021-05-10
[CI] Format code according to conventions (#12838)
github-actions[bot]
2021-05-09
Add script to perform parallel builds. (#12497)
Nick Brassel