summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #684 from tomb0y/kc60_workman_deadJack Humbert2016-08-27
|\ | | | | Correct typo in kc60 workman-dead keymap
| * Correct typo in kc60 workman-dead keymapzs2016-08-26
| | | | | | | | and rename README.md to readme.md
* | Merge pull request #695 from fredizzimo/dfu-util_instructionsJack Humbert2016-08-27
|\ \ | | | | | | Add dfu-util to the instructions
| * | Add dfu-util to the instructionsFred Sundvik2016-08-27
| | |
* | | Merge pull request #693 from fredizzimo/infinity60Jack Humbert2016-08-27
|\ \ \ | | | | | | | | Rename infinity_chibios to infinity60, and add readme
| * | | Rename infinity_chibios to infinity60, and add readmeFred Sundvik2016-08-27
| |/ /
* | | Merge pull request #694 from fredizzimo/keyboard_templateJack Humbert2016-08-27
|\ \ \ | | | | | | | | Fix the keyboard template with new make syntax
| * | | Fix the keyboard template with new make syntaxFred Sundvik2016-08-27
| |/ / | | | | | | | | | Also add proper link to the parent
* | | Merge pull request #690 from fredizzimo/unit_testJack Humbert2016-08-27
|\ \ \ | |/ / |/| | Add Unit Testing support
| * | Add unit test documentationFred Sundvik2016-08-27
| | |
| * | Another attempt to make keyboards and tests in parallelFred Sundvik2016-08-27
| | |
| * | Make tests and keyboards in two different jobsFred Sundvik2016-08-27
| | |
| * | Add -p parameter to mkdirFred Sundvik2016-08-27
| | | | | | | | | | | | So that it's created even when there's a deeper structure
| * | Travis builds the default all targetFred Sundvik2016-08-27
| | |
| * | The all target makes all keyboards and all testsFred Sundvik2016-08-27
| | |
| * | Support for running and cleaning all testsFred Sundvik2016-08-27
| | |
| * | Disable map file creation when building testsFred Sundvik2016-08-27
| | | | | | | | | | | | It causes strange linker warnings on cygwin.
| * | Detect failures when running multiple testsFred Sundvik2016-08-27
| | | | | | | | | | | | Also add better output.
| * | Convert tirple_buffered_object_tests to GTestFred Sundvik2016-08-27
| | |
| * | Convert transport_tests to GTestFred Sundvik2016-08-27
| | |
| * | Convert frame_validator_tests to GTestFred Sundvik2016-08-27
| | |
| * | Convert frame_router_tests to GTestFred Sundvik2016-08-27
| | |
| * | More common settings for unit tests and keyboardsFred Sundvik2016-08-27
| | |
| * | Fix running multiple testsFred Sundvik2016-08-27
| | |
| * | Running of unit testsFred Sundvik2016-08-27
| | | | | | | | | | | | But only if the compilation has succeeded
| * | Build actual tests, convert byte_stuffer_testsFred Sundvik2016-08-27
| | |
| * | Rules for compiling and linking google testFred Sundvik2016-08-27
| | |
| * | The makefile actually calls build_testFred Sundvik2016-08-27
| | |
| * | Basic framework for parsing test targetsFred Sundvik2016-08-27
| | |
| * | Add Google Test submoduleFred Sundvik2016-08-27
|/ /
* | Merge pull request #691 from fredizzimo/fix_line_endingsJack Humbert2016-08-27
|\ \ | | | | | | Fix line endings
| * \ Merge branch 'master' into fix_line_endingsFred Sundvik2016-08-27
| |\ \ | |/ / |/| |
* | | Merge pull request #666 from fredizzimo/makefile_overhaulJack Humbert2016-08-27
|\ \ \ | | | | | | | | Makefile overhaul
| * | | Fix travis_compiled_pushFred Sundvik2016-08-27
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik2016-08-26
| |\ \ \ | |/ / / |/| | |
| * | | Fix bad mergeFred Sundvik2016-08-26
| | | | | | | | | | | | | | | | Led should have been added to KC60, not GH60
| * | | Remove google test submoduleFred Sundvik2016-08-25
| | | | | | | | | | | | | | | | | | | | It had been added for some strange reason, allthough it's supposed to be there only in another branch.
| * | | Split vision_division into Makefile/rules.mkFred Sundvik2016-08-25
| | | |
| * | | Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-25
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik2016-08-24
| |\ \ \
| * | | | Fix slight inconsistencyFred Sundvik2016-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running make from either a keyboard folder or a subproject it runs all keymaps for all subprojects and the selected subproject respectively. Without this fix, the same doesn't happen if your run make clean for example. As it would just provide you with an error message. Now this will work as expected.
| * | | | Split kitten_paw into Makefile/rules.mkFred Sundvik2016-08-23
| | | | |
| * | | | Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-23
| |\ \ \ \
| * | | | | Change order of variable assignmentFred Sundvik2016-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work.
| * | | | | Add longest match to the rule-checkingFred Sundvik2016-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes cases where you have several keyboards with a common prefix, like algernon, and algernon-master
| * | | | | Comment the MakefileFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Also move some messages to message.mk
| * | | | | Fix the clean targetFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | It now properly cleans all the outputs
| * | | | | Update keyboard readme files with new makefile instructionsFred Sundvik2016-08-20
| | | | | |
| * | | | | Update readme with new instructions for makeFred Sundvik2016-08-20
| | | | | |
| * | | | | Add diffutils to travis.yml and install_dependenciesFred Sundvik2016-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been required for a while now, and now actually checked in the makefiles. Before, if you didn't have it installed it would just recompile everything. The readme hasn't been updated to reflect this, I think we need to go through that separately, and see what's really needed. Or just instruct people to run the batch scripts.