index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
perk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-04
annual chores.
midipix
1
-1
/
+1
2016-11-10
utility: improved box integration, removed need for build-time macro.
midipix
1
-107
/
+0
2016-11-10
utility: added pe_main() as a public interface, refactored accordingly.
midipix
1
-11
/
+11
2016-11-10
utility: version info: replace the non-portable \e with the portable \x1b.
midipix
1
-3
/
+3
2016-11-10
utility: fancy --version.
midipix
1
-6
/
+22
2016-11-10
utility: integrated pe_source_version().
midipix
1
-9
/
+9
2016-11-10
utility: add forward declaration of perk_main().
midipix
1
-0
/
+1
2016-11-10
argv.h: main(): fix signatures.
midipix
1
-2
/
+2
2016-11-10
annual chores.
midipix
1
-0
/
+6
2016-11-10
whitespace meditation.
midipix
1
-1
/
+2
2016-11-10
perk.c: support as-is inclusion in multi-call binary projects.
midipix
1
-1
/
+5
2016-11-10
API redesign 9/10: struct pe_image_summary: elegance.
midipix
1
-2
/
+2
2016-11-10
API redesign 6/10: pe_common_ctx: protect i/o members against direct modifica...
midipix
1
-4
/
+4
2016-11-10
API redesign 5/10: pe_unit_ctx: protect members against direct modification.
midipix
1
-8
/
+10
2016-11-10
API redesign 4/10: pe_common_ctx: protect the common context structure agains...
midipix
1
-3
/
+3
2016-11-10
output: forward stdio return values, act on failure.
midipix
1
-9
/
+12
2016-11-10
driver: show usage if neither options nor units were specified.
midipix
1
-1
/
+1
2016-11-10
utility: show version (git commit): initial implementation.
midipix
1
-0
/
+18
2016-11-10
output import libraries and dependency symbols: initial implementation.
midipix
1
-1
/
+22
2016-11-10
move all output action- and formatting flags to a designated header.
midipix
1
-0
/
+1
2016-11-10
driver flags: remove the superfluous FLAG_ prefix.
midipix
1
-1
/
+1
2016-11-10
driver integration 9/9: utilize the driver in the front-end utility.
midipix
1
-3
/
+38
2016-11-10
driver integration 1/9: remove old (ad-hoc) driver, prepare source tree.
midipix
1
-0
/
+11