summaryrefslogtreecommitdiffstats
path: root/src/libply/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Create new libplybootsplashRay Strode2008-06-091-12/+16
| | | | | | | | | | | 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.
* Add the start of a command line parserRay Strode2008-06-081-0/+2
| | | | | | | | This will be useful for changing the client to use a plymouth subcommand --option1 --option2 format
* Add new array type to make managing arrays easierRay Strode2008-05-281-0/+2
| | | | | | This is just a thin wrapper around the buffer object, that keeps the data in terms of "elements" instead of bytes, and always null terminates the result.
* add new ply-buffer classRay Strode2008-05-181-0/+2
| | | | | Copy and paste ply-logger into a more general ply-buffer class, so we have a facility to buffer key strokes and process them as necessary
* add tests dir to MakefileRay Strode2007-06-101-1/+1
|
* add lt versioning to libplyRay Strode2007-06-081-0/+3
|
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-0/+26