Travis Geiselbrecht
3aecdda231
[includes] replace header guards with #pragma once
2019-07-13 15:46:16 -07:00
Travis Geiselbrecht
cba9e47987
[license] replace the longer full MIT license with a shorter one
...
Used scripts/replacelic. Everything seems to build fine.
2019-07-05 17:22:23 -07:00
Travis Geiselbrecht
3699e45942
[include][lib] move most of the dangling top level include/lib/.h files into their lib
...
Only remaining one is console.h which is a little funny and will need to
be dealt with separately.
2019-06-19 22:44:15 -07:00
Travis Geiselbrecht
d8fa82cb91
[formatting] run everything through codestyle
...
Almost nothing changes here except moving braces to the same line as the
function declaration. Everything else is largely whitespace changes and
a few dangling files with tab indents.
See scripts/codestyle
2019-06-19 21:02:24 -07:00
Travis Geiselbrecht
1b7a28efb8
[include][lk] fixup lk/ include path move
2019-06-19 19:46:11 -07:00
cstout
c1255f7f47
[display] Refactor to avoid implicit framebuffer allocation.
...
Preparation to allow other images to be presented to the display.
Separate definitions of display and image formats.
display_get_info no longer provides a framebuffer.
display_get_framebuffer allocates a framebuffer for convenience.
Review URL: https://codereview.chromium.org/1777783003 .
2016-03-10 09:49:22 -08:00
Travis Geiselbrecht
ff12cba747
[lib][gfxconsole] fix warning introduced in print callback registering
2016-02-21 14:15:58 -08:00
Travis Geiselbrecht
d569c090ea
[vim] remove vim expandtab comments on most of the files
2016-02-14 12:32:07 -08:00
Travis Geiselbrecht
2eb32a4369
[style] mass reformat all the non external code to 4 space indents
...
Ran everything through scripts/codestyle.space, which uses astyle
to generally follow K&R style.
Biggest non whitespace change is pulling brackets down on function
declarations, which I'm pretty ambivalent about, but astyle insists
on taking a stance
2016-02-14 12:24:01 -08:00
Gurjant Kalsi
5ab14cbc3a
[lib][io][gfxconsole] Update include in gfx console to match new lib/io path
2016-02-08 12:30:24 -08:00
Travis Geiselbrecht
a7496980c0
[lib][stdio] fix the build after -fbuiltin and io changes
2016-02-07 16:05:46 -08:00
Travis Geiselbrecht
c7ce0b9361
[lib][display] update display_get_info to return success/failure
...
Update all the users to check for error.
2015-10-08 15:54:40 -07:00
Travis Geiselbrecht
9f72a0470e
[lib][gfxconsole] move init time out to platform time
2015-10-07 15:44:00 -07:00
Travis Geiselbrecht
74194de6d7
[lib][gfxconsole] get the gfxconsole working using lk init and new output registration
2015-08-17 16:02:19 -07:00
Travis Geiselbrecht
9b961b4a34
[lib] run all of lib and include through astyle
2012-10-31 21:47:17 -07:00
Travis Geiselbrecht
97cfd0bfa4
[make] update all of the rules.mk to use the new module system
2012-08-31 15:52:24 -07:00
Travis Geiselbrecht
61a30885a2
[lib][gfxconsole] comment out nonexistant routine
2012-04-23 15:52:31 -07:00
Travis Geiselbrecht
affed1c106
[lib] add more references to assert.h
2012-04-23 15:52:31 -07:00
Travis Geiselbrecht
b904140e7c
[lib] simple library routines for drawing text and keeping a graphical console
2010-05-21 22:57:18 -07:00