summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2015-06-04qonos: Add a GLSL scraper and a qoCreateShaderGLSL macroJason Ekstrand1-0/+1
2015-05-22doc: Convert all help files to manpagesChad Versace1-0/+3
Now `crucible help $COMMAND` opens the manpage crucible-$COMMAND(1). Documenting Crucible with manpages allows the help text to flow to the terminal width. Manpages also allow us to write well-formatted documentation in a standard, easily-recognizable layout. The manpages are built with asciidoc. (I followed Git as a precedent, which also uses asciidoc). configure.ac now requires the programs 'asciidoc' and 'a2x', which are configured through the precious variables ASCIIDOC and A2X.
2015-05-22cru/test: Add t_dump_seq_image()Chad Versace1-0/+1
The new function dumps images to sequentially named files. is useful for tests that produce multiple images that all need inspection.
2015-05-22Code dropChad Versace1-0/+33