summaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* hivex: A few tweaks to enable building in a separate directoryHilko Bengen2011-08-111-2/+4
| | | | A couple of fixes by RWMJ so it still works in the same directory case.
* maint: normalize to exactly one newline at EOFJim Meyering2011-06-281-1/+0
| | | | | | | | | | * .tx/config: Remove trailing empty line. * images/Makefile.am: Likewise. * sh/example1: Add newline at EOF. * sh/example2: Likewise. * sh/example3: Likewise. * sh/example4: Likewise. * sh/example5: Likewise.
* Add CLEANFILES rules.TJ2010-04-021-0/+3
|
* Rename hivex/ -> lib/Richard Jones2010-02-241-2/+2
|
* Move test images to images/ and add a large, generated test image.Richard Jones2010-02-244-0/+149
Previously we had one minimal test image. This was located in hivex/t (a subdirectory of the main library). This adds a large, procedurally generated test image. Because this needs to be built using hivex code, and because subdirectories are built before the parent directory by automake, we have to also move the directory location to a top-level directory called images/.