Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #690 from fredizzimo/unit_test | Jack Humbert | 2016-08-27 | 26 | -724/+1007 |
|\ | | | | | Add Unit Testing support | ||||
| * | Add unit test documentation | Fred Sundvik | 2016-08-27 | 1 | -0/+51 |
| | | |||||
| * | Another attempt to make keyboards and tests in parallel | Fred Sundvik | 2016-08-27 | 1 | -3/+8 |
| | | |||||
| * | Make tests and keyboards in two different jobs | Fred Sundvik | 2016-08-27 | 1 | -1/+2 |
| | | |||||
| * | Add -p parameter to mkdir | Fred Sundvik | 2016-08-27 | 1 | -2/+2 |
| | | | | | | | | So that it's created even when there's a deeper structure | ||||
| * | Travis builds the default all target | Fred Sundvik | 2016-08-27 | 1 | -1/+1 |
| | | |||||
| * | The all target makes all keyboards and all tests | Fred Sundvik | 2016-08-27 | 2 | -4/+5 |
| | | |||||
| * | Support for running and cleaning all tests | Fred Sundvik | 2016-08-27 | 1 | -11/+22 |
| | | |||||
| * | Disable map file creation when building tests | Fred Sundvik | 2016-08-27 | 2 | -1/+6 |
| | | | | | | | | It causes strange linker warnings on cygwin. | ||||
| * | Detect failures when running multiple tests | Fred Sundvik | 2016-08-27 | 2 | -2/+12 |
| | | | | | | | | Also add better output. | ||||
| * | Convert tirple_buffered_object_tests to GTest | Fred Sundvik | 2016-08-27 | 3 | -32/+38 |
| | | |||||
| * | Convert transport_tests to GTest | Fred Sundvik | 2016-08-27 | 5 | -172/+202 |
| | | |||||
| * | Convert frame_validator_tests to GTest | Fred Sundvik | 2016-08-27 | 2 | -40/+58 |
| | | |||||
| * | Convert frame_router_tests to GTest | Fred Sundvik | 2016-08-27 | 3 | -232/+236 |
| | | |||||
| * | More common settings for unit tests and keyboards | Fred Sundvik | 2016-08-27 | 4 | -54/+59 |
| | | |||||
| * | Fix running multiple tests | Fred Sundvik | 2016-08-27 | 1 | -2/+4 |
| | | |||||
| * | Running of unit tests | Fred Sundvik | 2016-08-27 | 1 | -3/+8 |
| | | | | | | | | But only if the compilation has succeeded | ||||
| * | Build actual tests, convert byte_stuffer_tests | Fred Sundvik | 2016-08-27 | 7 | -179/+179 |
| | | |||||
| * | Rules for compiling and linking google test | Fred Sundvik | 2016-08-27 | 4 | -12/+81 |
| | | |||||
| * | The makefile actually calls build_test | Fred Sundvik | 2016-08-27 | 5 | -18/+42 |
| | | |||||
| * | Basic framework for parsing test targets | Fred Sundvik | 2016-08-27 | 3 | -1/+34 |
| | | |||||
| * | Add Google Test submodule | Fred Sundvik | 2016-08-27 | 2 | -0/+3 |
|/ | |||||
* | Merge pull request #691 from fredizzimo/fix_line_endings | Jack Humbert | 2016-08-27 | 40 | -6251/+6252 |
|\ | | | | | Fix line endings | ||||
| * | Merge branch 'master' into fix_line_endings | Fred Sundvik | 2016-08-27 | 115 | -3306/+3664 |
| |\ | |/ |/| | |||||
* | | Merge pull request #666 from fredizzimo/makefile_overhaul | Jack Humbert | 2016-08-27 | 115 | -3308/+3666 |
|\ \ | | | | | | | Makefile overhaul | ||||
| * | | Fix travis_compiled_push | Fred Sundvik | 2016-08-27 | 1 | -2/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | 2016-08-26 | 2 | -25/+144 |
| |\ \ | |/ / |/| | | |||||
| * | | Fix bad merge | Fred Sundvik | 2016-08-26 | 2 | -4/+2 |
| | | | | | | | | | | | | Led should have been added to KC60, not GH60 | ||||
| * | | Remove google test submodule | Fred Sundvik | 2016-08-25 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | 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.mk | Fred Sundvik | 2016-08-25 | 2 | -75/+72 |
| | | | |||||
| * | | Merge branch 'master' into makefile_overhaul | Fred Sundvik | 2016-08-25 | 55 | -336/+2855 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | 2016-08-24 | 9 | -4/+695 |
| |\ \ \ | |||||
| * | | | | Fix slight inconsistency | Fred Sundvik | 2016-08-24 | 1 | -13/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.mk | Fred Sundvik | 2016-08-23 | 2 | -75/+73 |
| | | | | | |||||
| * | | | | Merge branch 'master' into makefile_overhaul | Fred Sundvik | 2016-08-23 | 67 | -2662/+3797 |
| |\ \ \ \ | |||||
| * | | | | | Change order of variable assignment | Fred Sundvik | 2016-08-21 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-checking | Fred Sundvik | 2016-08-21 | 1 | -2/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes cases where you have several keyboards with a common prefix, like algernon, and algernon-master | ||||
| * | | | | | Comment the Makefile | Fred Sundvik | 2016-08-20 | 2 | -18/+124 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also move some messages to message.mk | ||||
| * | | | | | Fix the clean target | Fred Sundvik | 2016-08-20 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | It now properly cleans all the outputs | ||||
| * | | | | | Update keyboard readme files with new makefile instructions | Fred Sundvik | 2016-08-20 | 16 | -58/+75 |
| | | | | | | |||||
| * | | | | | Update readme with new instructions for make | Fred Sundvik | 2016-08-20 | 1 | -21/+81 |
| | | | | | | |||||
| * | | | | | Add diffutils to travis.yml and install_dependencies | Fred Sundvik | 2016-08-20 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | Fix the template for the Makefile/rules.mk split | Fred Sundvik | 2016-08-20 | 2 | -74/+69 |
| | | | | | | |||||
| * | | | | | Better format for non-silent output | Fred Sundvik | 2016-08-20 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Continue on error | Fred Sundvik | 2016-08-20 | 2 | -3/+10 |
| | | | | | | |||||
| * | | | | | Move bootloader_defs include to build_keyboard | Fred Sundvik | 2016-08-20 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also fix it for subprojects | ||||
| * | | | | | Add output specific config file | Fred Sundvik | 2016-08-20 | 2 | -21/+16 |
| | | | | | | |||||
| * | | | | | Output specific include paths | Fred Sundvik | 2016-08-20 | 2 | -27/+22 |
| | | | | | | |||||
| * | | | | | More general system for generating several outputs | Fred Sundvik | 2016-08-20 | 4 | -104/+98 |
| | | | | | | |||||
| * | | | | | Pass the target to submake | Fred Sundvik | 2016-08-20 | 1 | -2/+8 |
| | | | | | |