summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Another attempt to make keyboards and tests in parallelFred Sundvik2016-08-271-3/+8
|
* Make tests and keyboards in two different jobsFred Sundvik2016-08-271-1/+2
|
* Add -p parameter to mkdirFred Sundvik2016-08-271-2/+2
| | | | So that it's created even when there's a deeper structure
* Travis builds the default all targetFred Sundvik2016-08-271-1/+1
|
* The all target makes all keyboards and all testsFred Sundvik2016-08-272-4/+5
|
* Support for running and cleaning all testsFred Sundvik2016-08-271-11/+22
|
* Disable map file creation when building testsFred Sundvik2016-08-272-1/+6
| | | | It causes strange linker warnings on cygwin.
* Detect failures when running multiple testsFred Sundvik2016-08-272-2/+12
| | | | Also add better output.
* Convert tirple_buffered_object_tests to GTestFred Sundvik2016-08-273-32/+38
|
* Convert transport_tests to GTestFred Sundvik2016-08-275-172/+202
|
* Convert frame_validator_tests to GTestFred Sundvik2016-08-272-40/+58
|
* Convert frame_router_tests to GTestFred Sundvik2016-08-273-232/+236
|
* More common settings for unit tests and keyboardsFred Sundvik2016-08-274-54/+59
|
* Fix running multiple testsFred Sundvik2016-08-271-2/+4
|
* Running of unit testsFred Sundvik2016-08-271-3/+8
| | | | But only if the compilation has succeeded
* Build actual tests, convert byte_stuffer_testsFred Sundvik2016-08-277-179/+179
|
* Rules for compiling and linking google testFred Sundvik2016-08-274-12/+81
|
* The makefile actually calls build_testFred Sundvik2016-08-275-18/+42
|
* Basic framework for parsing test targetsFred Sundvik2016-08-273-1/+34
|
* Add Google Test submoduleFred Sundvik2016-08-272-0/+3
|
* Merge pull request #691 from fredizzimo/fix_line_endingsJack Humbert2016-08-2740-6251/+6252
|\ | | | | Fix line endings
| * Merge branch 'master' into fix_line_endingsFred Sundvik2016-08-27115-3306/+3664
| |\ | |/ |/|
* | Merge pull request #666 from fredizzimo/makefile_overhaulJack Humbert2016-08-27115-3308/+3666
|\ \ | | | | | | Makefile overhaul
| * | Fix travis_compiled_pushFred Sundvik2016-08-271-2/+2
| | |
| * | Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik2016-08-262-25/+144
| |\ \ | |/ / |/| |
| * | Fix bad mergeFred Sundvik2016-08-262-4/+2
| | | | | | | | | | | | Led should have been added to KC60, not GH60
| * | Remove google test submoduleFred Sundvik2016-08-251-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.mkFred Sundvik2016-08-252-75/+72
| | |
| * | Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-2555-336/+2855
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik2016-08-249-4/+695
| |\ \ \
| * | | | Fix slight inconsistencyFred Sundvik2016-08-241-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.mkFred Sundvik2016-08-232-75/+73
| | | | |
| * | | | Merge branch 'master' into makefile_overhaulFred Sundvik2016-08-2367-2662/+3797
| |\ \ \ \
| * | | | | Change order of variable assignmentFred Sundvik2016-08-211-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-checkingFred Sundvik2016-08-211-2/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes cases where you have several keyboards with a common prefix, like algernon, and algernon-master
| * | | | | Comment the MakefileFred Sundvik2016-08-202-18/+124
| | | | | | | | | | | | | | | | | | | | | | | | Also move some messages to message.mk
| * | | | | Fix the clean targetFred Sundvik2016-08-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | It now properly cleans all the outputs
| * | | | | Update keyboard readme files with new makefile instructionsFred Sundvik2016-08-2016-58/+75
| | | | | |
| * | | | | Update readme with new instructions for makeFred Sundvik2016-08-201-21/+81
| | | | | |
| * | | | | Add diffutils to travis.yml and install_dependenciesFred Sundvik2016-08-202-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 splitFred Sundvik2016-08-202-74/+69
| | | | | |
| * | | | | Better format for non-silent outputFred Sundvik2016-08-201-2/+1
| | | | | |
| * | | | | Continue on errorFred Sundvik2016-08-202-3/+10
| | | | | |
| * | | | | Move bootloader_defs include to build_keyboardFred Sundvik2016-08-202-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | Also fix it for subprojects
| * | | | | Add output specific config fileFred Sundvik2016-08-202-21/+16
| | | | | |
| * | | | | Output specific include pathsFred Sundvik2016-08-202-27/+22
| | | | | |
| * | | | | More general system for generating several outputsFred Sundvik2016-08-204-104/+98
| | | | | |
| * | | | | Pass the target to submakeFred Sundvik2016-08-201-2/+8
| | | | | |
| * | | | | Fix variable name clash with builtinFred Sundvik2016-08-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused the submake to be called several times, messing up the build.
| * | | | | Options for silent compilationFred Sundvik2016-08-202-16/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A single keyboard is always by default compiled in verbose mode. While multiple keyboards are compiled in silent mode. This can be overriden by the silent variable from the command line