Commit Graph

1599 Commits (a8879d3a1586ff127baff4cc48ede79abe08a0ee)
 

Author SHA1 Message Date
Gergely Nagy a6a2288c20 README.md: Properties are not methods
8 years ago
Gergely Nagy c3eb1af9da reboot_bootloader: Use reinterpret_cast<> instead of C-style casting
8 years ago
Gergely Nagy 82a7ceb75a Augment a TODO item to make the linter happier
8 years ago
Gergely Nagy c05573ea40 Guard the key_is_pressed/key_was_pressed arguments better
8 years ago
Gergely Nagy 7ddb1130b4 Kaleidoscope Style Guide conformance
8 years ago
Jesse Vincent 0965d9f07e Merge pull request #7 from keyboardio/f/bootAnimation-EEPROM-less
8 years ago
Gergely Nagy 3b5363fea1 bootAnimation: Just do it
8 years ago
Jesse Vincent 477c426385
remove the kaleidoscope-builder from the Kaleidoscope core,
8 years ago
Gergely Nagy c20732257b examples/AppSwitcher: Update to use newest HostOS APIs
8 years ago
Gergely Nagy 9e6b7e22f6 Kaleidoscope Style Guide conformance
8 years ago
Gergely Nagy 583e916590 Fix a typo
8 years ago
Gergely Nagy 33a19c3b51 Fix the Focus hooks
8 years ago
Gergely Nagy ae8cd514a2 Focus hooks shall follow the style guide more closely
8 years ago
Gergely Nagy c5980dc5a6 Local variables shall follow the style guide too
8 years ago
Gergely Nagy 564b656162 README.md: Minor style adjustment
8 years ago
Gergely Nagy da90c342fb Some more linter-triggered fixes
8 years ago
Gergely Nagy 202860575b Kaleidoscope Style Guide conformance
8 years ago
Jesse Vincent 16ecc25dbe
virtual void begin(void) final is redunant and makes the linter unhappy
8 years ago
Jesse Vincent 49887a2805
virtual void begin(void) final is redunant and makes the linter unhappy
8 years ago
Jesse Vincent 0308c89cb4
astyle to pad operators
8 years ago
Jesse Vincent 36a0632d6d
astyle to pad operators
8 years ago
Jesse Vincent 9dc8703308
astyle to pad operators
8 years ago
Jesse Vincent d515f0088b
Make the linter happy
8 years ago
Jesse Vincent 91da0ae68e
Make the linter happy
8 years ago
Jesse Vincent 135f91dfa3
Add build infrastructure
8 years ago
Jesse Vincent 002174a4f1
Add build infrastructure
8 years ago
Jesse Vincent a0b2d400db
astyle with current project style guidelines
8 years ago
Jesse Vincent 959e20b678
astyle with current project style guidelines
8 years ago
Jesse Vincent ecef342f1f
astyle with current project style guidelines
8 years ago
Jesse Vincent 89c79ef6fe
astyle with current project style guidelines
8 years ago
Jesse Vincent b75b3ac960
astyle with current project style guidelines
8 years ago
Jesse Vincent 8c6b8433cc
astyle pass
8 years ago
Jesse Vincent 57ebb17d8f
Revert "switch from one space indent to two space indent before public: and private:"
8 years ago
Gergely Nagy 8782cea7c1 Focus: When printing the keymap, use the effective layout
8 years ago
Gergely Nagy ba6128dddc Kaleidoscope Style Guide conformance
8 years ago
Jesse Vincent 502bc0b59f
switch from one space indent to two space indent before public: and private:
8 years ago
Jesse Vincent 9129b8e9a7
Switch up the -libraries order so the local version of a library gets
8 years ago
Gergely Nagy 522fcc8c25 doc/CODING_STYLE.html: Fix a small typo
8 years ago
Jesse Vincent e57cfbc0db
remove a bunch of semicolons that the linter says are superfluous
8 years ago
Jesse Vincent 02b144cff3
Switch to cpplint 1.30 from https://pypi.python.org/pypi/cpplint
8 years ago
Jesse Vincent 37d0f1cb8c
Switch HIDTables.h to #pragma once to satisfy the linter.
8 years ago
Jesse Vincent 854a7c73b2
Import google cpplint
8 years ago
Jesse Vincent 554b43c2b5
Remove an unneeded ; caught by cpplint.py
8 years ago
Jesse Vincent 4b27f711f9
Strike through windows-specific stuff
8 years ago
Jesse Vincent cf4886f653
Add a note about access control. Remove a google-specific note
8 years ago
Jesse Vincent 44d95f050e
We use astyle
8 years ago
Jesse Vincent 7cd1eee07d
our guidance on inline functions is a little bit difference because we're targeting embedded devices
8 years ago
Jesse Vincent 02ea090ac7
We use #pragma once
8 years ago
Jesse Vincent 01bfee48cb
GCC extensions are ok
8 years ago
Jesse Vincent 5873b461ac
we don't use std::hash
8 years ago