| Commit message (Expand) | Author | Age | Files | Lines |
* | Better non-Linux support (#2524) | dankm | 2018-03-26 | 1 | -2/+2 |
* | add conditional to perform check-size only for supported architectures | Michael F. Lamb | 2018-02-08 | 1 | -0/+5 |
* | make check_size work across platforms | Michael F. Lamb | 2018-02-08 | 1 | -1/+1 |
* | Use perl directly instead of grep -P | Erin Call | 2018-02-02 | 1 | -1/+1 |
* | Always copy the firmware file to the root qmk_firmware directory (#2314) | skullydazed | 2018-01-28 | 1 | -4/+4 |
* | Updates bootloader settings, adds file size check (#2029) | Jack Humbert | 2017-11-27 | 1 | -8/+15 |
* | Make arguments redo, subproject elimination (#1784) | Jack Humbert | 2017-10-14 | 1 | -1/+1 |
* | Clueboard 60% support (#1746) | skullydazed | 2017-09-29 | 1 | -1/+1 |
* | update building for .hex, secrets moving | Jack Humbert | 2017-08-21 | 1 | -2/+2 |
* | move version info to the top of the output | Jack Humbert | 2017-08-08 | 1 | -5/+1 |
* | add version to make output | Jack Humbert | 2017-08-08 | 1 | -3/+7 |
* | Add make option for allowing warnings | Fred Sundvik | 2017-04-13 | 1 | -2/+6 |
* | Enable warnings as errors | Fred Sundvik | 2017-04-13 | 1 | -0/+2 |
* | Fix the ldflags.txt and obj.txt checks | Fred Sundvik | 2016-09-04 | 1 | -2/+4 |
* | Add -p parameter to mkdir | Fred Sundvik | 2016-08-27 | 1 | -2/+2 |
* | Disable map file creation when building tests | Fred Sundvik | 2016-08-27 | 1 | -1/+5 |
* | Rules for compiling and linking google test | Fred Sundvik | 2016-08-27 | 1 | -10/+9 |
* | Fix the clean target | Fred Sundvik | 2016-08-20 | 1 | -2/+1 |
* | Add output specific config file | Fred Sundvik | 2016-08-20 | 1 | -14/+6 |
* | Output specific include paths | Fred Sundvik | 2016-08-20 | 1 | -13/+5 |
* | More general system for generating several outputs | Fred Sundvik | 2016-08-20 | 1 | -85/+40 |
* | Move git submodule check and version generation to main Makefile | Fred Sundvik | 2016-08-20 | 1 | -11/+2 |
* | Remove unneded code from tmk_core/rules.mk | Fred Sundvik | 2016-08-20 | 1 | -89/+2 |
* | Remove the quick commands and add proper clean | Fred Sundvik | 2016-07-31 | 1 | -26/+5 |
* | Also depend on the gcc version | Fred Sundvik | 2016-07-31 | 1 | -3/+5 |
* | Force compilation and linking when options changes | Fred Sundvik | 2016-07-31 | 1 | -9/+28 |
* | More reliable .d file generation | Fred Sundvik | 2016-07-31 | 1 | -8/+16 |
* | Enable vpath seraching for source files only | Fred Sundvik | 2016-07-31 | 1 | -1/+11 |
* | Speed up ChibiOS keymap compilation | Fred Sundvik | 2016-07-29 | 1 | -17/+33 |
* | tmk_core/rules.mk: Make PRINT_ERROR* stop on error | Gergely Nagy | 2016-07-27 | 1 | -2/+2 |
* | Use order only prerequisites to avoid re-linking | Fred Sundvik | 2016-07-08 | 1 | -9/+11 |
* | Fix name of makefile dep files | Fred Sundvik | 2016-07-08 | 1 | -1/+1 |
* | Fix the link target | Fred Sundvik | 2016-07-08 | 1 | -1/+1 |
* | Speed up compilation by not using recusive make | Fred Sundvik | 2016-07-08 | 1 | -38/+21 |
* | Add dfu-util command for programming | Fred Sundvik | 2016-07-05 | 1 | -0/+6 |
* | Add warning when submodules are not updated (#469) | fredizzimo | 2016-07-01 | 1 | -1/+13 |
* | Add ChibiOS support for QMK (#465) | fredizzimo | 2016-07-01 | 1 | -209/+11 |
* | Test all subprojects with travis (#464) | Jack Humbert | 2016-06-30 | 1 | -5/+10 |
* | test handwired boards | Jack Humbert | 2016-06-29 | 1 | -3/+4 |
* | updates planck experimental, width of color output | Jack Humbert | 2016-06-29 | 1 | -1/+1 |
* | Implements subprojects and updates projects for this (#459) | Jack Humbert | 2016-06-29 | 1 | -5/+19 |
* | Backlight abstraction and other changes (#439) | Jack Humbert | 2016-06-23 | 1 | -16/+2 |
* | Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432) | Jack Humbert | 2016-06-21 | 1 | -8/+8 |
* | Fix the make all-keyboards command (#422) | fredizzimo | 2016-06-21 | 1 | -9/+26 |
* | updates all config.h and Makefiles to correct references, text | Jack Humbert | 2016-06-21 | 1 | -39/+1 |
* | Add quick version of the all-* makefile targets (#417) | fredizzimo | 2016-06-18 | 1 | -7/+15 |
* | removes extra dfu erase (#415) | Eric Tang | 2016-06-17 | 1 | -29/+27 |
* | correctly test to see if awk exists | Jack Humbert | 2016-06-16 | 1 | -1/+1 |
* | make awk optional (uses cat) | Jack Humbert | 2016-06-16 | 1 | -14/+20 |
* | no more cc error on windows | Jack Humbert | 2016-06-11 | 1 | -2/+2 |