| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create new libplybootsplash | Ray Strode | 2008-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | The old approach of including the same source files into multiple places is less than pretty. But moving the code to libply didn't seem right either, since libply is fairly generic and could in theory get swapped out with a standard runtime at some point. Also, exposing libplybootsplash as an external library will facilitate creating out of tree splash plugins. | ||||
| * | Conditionalize tests with configure option | Ray Strode | 2008-05-30 | 1 | -3/+5 |
| | | | | | | We do this so we can disable them from distcheck, but still build them easily when not doing distcheck. | ||||
| * | Don't build tests since they break distcheck | Ray Strode | 2008-05-30 | 1 | -3/+3 |
| | | |||||
| * | add new ply_window_t type to manage text versus graphics mode, | Ray Strode | 2008-05-17 | 1 | -0/+1 |
| | | | | | and eventually key events | ||||
| * | dump everything i'm working on into the main refactor branch for now | Ray Strode | 2007-06-21 | 1 | -1/+1 |
| | | |||||
| * | fix up some of the makefiles to use libply | Ray Strode | 2007-06-06 | 1 | -0/+1 |
| | | |||||
| * | split the common code off into libply and move things to separate directories | Ray Strode | 2007-06-06 | 1 | -9/+1 |
| | | |||||
| * | add small wrapper functions around dlopen and friends. | Ray Strode | 2007-06-06 | 1 | -0/+1 |
| | | | | | | | create the start of a boot-splash api for managing the splash screen. Setup main.c to use the api (no plugin exists yet, though, so things are pretty hosed atm) | ||||
| * | add the start of some classes for tracking boot status | Ray Strode | 2007-06-03 | 1 | -0/+1 |
| | | |||||
| * | more off by one ickyness in the errno stack thing | Ray Strode | 2007-05-30 | 1 | -0/+1 |
| | | |||||
| * | first cut at an event loop | Ray Strode | 2007-05-22 | 1 | -0/+1 |
| | | |||||
| * | add new linked list implementation | Ray Strode | 2007-05-22 | 1 | -0/+1 |
| | | |||||
| * | add start of new classes for handling logging | Ray Strode | 2007-05-21 | 1 | -0/+1 |
| | | |||||
| * | add ply-terminal-session-test to Makefile | Ray Strode | 2007-05-21 | 1 | -0/+1 |
| | | |||||
| * | Add a tests/ directory to keep tests in | Ray Strode | 2007-05-16 | 1 | -0/+12 |
| Note the tests that are there now aren't really suited for automated testing, so make check is hosed right now | |||||
