Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-01 | Merge remote-tracking branch 'upstream/master' | Joshua T | 237 | -10442/+14521 | |
2016-08-31 | Merge pull request #707 from algernon/f/unicode/get-mode | Jack Humbert | 2 | -0/+5 | |
process_unicode: Add get_unicode_input_mode() | |||||
2016-08-31 | process_unicode: Add get_unicode_input_mode() | Gergely Nagy | 2 | -0/+5 | |
There may be cases where one would like to know the current Unicode input mode, without having to keep track of it themselves. Add a function that does just this. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||||
2016-08-31 | Merge pull request #705 from VoodaGod/bone2planck | Jack Humbert | 3 | -22/+44 | |
Bone2planck update | |||||
2016-08-30 | Merge branch 'master' | Jason Janse van Rensburg | 694 | -13851/+35464 | |
Conflicts: keyboards/planck/keymaps/bone2planck/keymap.c | |||||
2016-08-30 | Merge pull request #703 from jhenahan/feature/jhenahan-keymap | Jack Humbert | 4 | -0/+389 | |
jhenahan Planck layout | |||||
2016-08-30 | Merge pull request #700 from algernon/h/ucis/enable-fix | Jack Humbert | 1 | -0/+5 | |
build_keyboard.mk: Restore UCIS_ENABLE support | |||||
2016-08-29 | Update README | Jack Henahan | 1 | -3/+9 | |
2016-08-29 | jhenahan layout | Jack Henahan | 4 | -0/+383 | |
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | Gergely Nagy | 1 | -0/+5 | |
During the build system refactor, support for enabling UCIS seems to have been lost. This little patch adds that back, so that keymaps using UCIS can be compiled again. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||||
2016-08-28 | Merge pull request #697 from fredizzimo/fix_gh_token_problem | Jack Humbert | 1 | -3/+3 | |
Fix the .travis.yml so that GH_TOKEN works properly | |||||
2016-08-28 | Merge pull request #696 from fredizzimo/community_boards | Jack Humbert | 1 | -19/+28 | |
Update list of community keyboards | |||||
2016-08-28 | Fix the .travis.yml so that GH_TOKEN works properly | Fred Sundvik | 1 | -3/+3 | |
2016-08-27 | Update list of community keyboards | Fred Sundvik | 1 | -19/+28 | |
2016-08-27 | Merge pull request #689 from jeebak/tv44-jeebak | Jack Humbert | 4 | -0/+596 | |
Port jeebak's Planck/JD45 keymap to TV44 | |||||
2016-08-27 | Merge pull request #684 from tomb0y/kc60_workman_dead | Jack Humbert | 2 | -4/+4 | |
Correct typo in kc60 workman-dead keymap | |||||
2016-08-27 | Merge pull request #695 from fredizzimo/dfu-util_instructions | Jack Humbert | 1 | -5/+10 | |
Add dfu-util to the instructions | |||||
2016-08-27 | Merge pull request #693 from fredizzimo/infinity60 | Jack Humbert | 16 | -9/+37 | |
Rename infinity_chibios to infinity60, and add readme | |||||
2016-08-27 | Merge pull request #694 from fredizzimo/keyboard_template | Jack Humbert | 1 | -5/+5 | |
Fix the keyboard template with new make syntax | |||||
2016-08-27 | Merge pull request #690 from fredizzimo/unit_test | Jack Humbert | 26 | -724/+1007 | |
Add Unit Testing support | |||||
2016-08-27 | Rename infinity_chibios to infinity60, and add readme | Fred Sundvik | 16 | -9/+37 | |
2016-08-27 | Add dfu-util to the instructions | Fred Sundvik | 1 | -5/+10 | |
2016-08-27 | Fix the keyboard template with new make syntax | Fred Sundvik | 1 | -5/+5 | |
Also add proper link to the parent | |||||
2016-08-27 | Add unit test documentation | Fred Sundvik | 1 | -0/+51 | |
2016-08-27 | Another attempt to make keyboards and tests in parallel | Fred Sundvik | 1 | -3/+8 | |
2016-08-27 | Make tests and keyboards in two different jobs | Fred Sundvik | 1 | -1/+2 | |
2016-08-27 | Add -p parameter to mkdir | Fred Sundvik | 1 | -2/+2 | |
So that it's created even when there's a deeper structure | |||||
2016-08-27 | Travis builds the default all target | Fred Sundvik | 1 | -1/+1 | |
2016-08-27 | The all target makes all keyboards and all tests | Fred Sundvik | 2 | -4/+5 | |
2016-08-27 | Support for running and cleaning all tests | Fred Sundvik | 1 | -11/+22 | |
2016-08-27 | Disable map file creation when building tests | Fred Sundvik | 2 | -1/+6 | |
It causes strange linker warnings on cygwin. | |||||
2016-08-27 | Detect failures when running multiple tests | Fred Sundvik | 2 | -2/+12 | |
Also add better output. | |||||
2016-08-27 | Convert tirple_buffered_object_tests to GTest | Fred Sundvik | 3 | -32/+38 | |
2016-08-27 | Convert transport_tests to GTest | Fred Sundvik | 5 | -172/+202 | |
2016-08-27 | Convert frame_validator_tests to GTest | Fred Sundvik | 2 | -40/+58 | |
2016-08-27 | Convert frame_router_tests to GTest | Fred Sundvik | 3 | -232/+236 | |
2016-08-27 | More common settings for unit tests and keyboards | Fred Sundvik | 4 | -54/+59 | |
2016-08-27 | Fix running multiple tests | Fred Sundvik | 1 | -2/+4 | |
2016-08-27 | Running of unit tests | Fred Sundvik | 1 | -3/+8 | |
But only if the compilation has succeeded | |||||
2016-08-27 | Build actual tests, convert byte_stuffer_tests | Fred Sundvik | 7 | -179/+179 | |
2016-08-27 | Rules for compiling and linking google test | Fred Sundvik | 4 | -12/+81 | |
2016-08-27 | The makefile actually calls build_test | Fred Sundvik | 5 | -18/+42 | |
2016-08-27 | Basic framework for parsing test targets | Fred Sundvik | 3 | -1/+34 | |
2016-08-27 | Add Google Test submodule | Fred Sundvik | 2 | -0/+3 | |
2016-08-27 | Merge pull request #691 from fredizzimo/fix_line_endings | Jack Humbert | 40 | -6251/+6252 | |
Fix line endings | |||||
2016-08-27 | Merge branch 'master' into fix_line_endings | Fred Sundvik | 115 | -3306/+3664 | |
2016-08-27 | Merge pull request #666 from fredizzimo/makefile_overhaul | Jack Humbert | 115 | -3308/+3666 | |
Makefile overhaul | |||||
2016-08-27 | Fix travis_compiled_push | Fred Sundvik | 1 | -2/+2 | |
2016-08-27 | Normalize line endings | Fred Sundvik | 39 | -6322/+6322 | |
2016-08-27 | Set eep files to binary mode | Fred Sundvik | 1 | -0/+1 | |