index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
cli
/
mass_compile.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (#21272)
Nick Brassel
2023-06-21
1
-8
/
+9
|
*
Resolve keyboard names for `qmk mass-compile`. (#20335)
Nick Brassel
2023-04-04
1
-1
/
+2
|
*
Add ability for `qmk mass-compile` to build specified targets (#20294)
Nick Brassel
2023-03-29
1
-4
/
+6
|
*
Add `qmk find` command, reuse logic for `qmk mass-compile`. (#20139)
Nick Brassel
2023-03-16
1
-89
/
+2
|
*
Let's use workflows to parallelise the builds. (#20120)
Nick Brassel
2023-03-15
1
-1
/
+1
|
|
|
|
|
|
|
* Let's use workflows to parallelise the builds. * Nofail if files aren't present. * Formatting.
*
Add `mass-compile` ability to filter by key existence. (#19885)
Nick Brassel
2023-02-18
1
-3
/
+10
|
*
Remove `make all-<platform>` build targets (#19496)
Joel Challis
2023-01-19
1
-1
/
+1
|
*
Allow for wildcard filtering in `qmk mass-compile` (#19625)
Nick Brassel
2023-01-18
1
-4
/
+8
|
*
Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵
Nick Brassel
2023-01-04
1
-0
/
+165
providing support for filtering as per data-driven definitions. (#18971)