index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-10
argv.h: exclude static function signatures when ARGV_DRIVER is not defined.
midipix
1
-2
/
+2
2016-11-10
whitespace meditation.
midipix
1
-1
/
+1
2016-11-10
fix unit context initialization (path member).
midipix
1
-1
/
+1
2016-11-10
whitespace meditation.
midipix
1
-1
/
+2
2016-11-10
whitespace meditation.
midipix
1
-16
/
+15
2016-11-10
perk.c: support as-is inclusion in multi-call binary projects.
midipix
1
-1
/
+5
2016-11-10
pe_get_unit_ctx: fix function signature (const driver context).
midipix
2
-4
/
+4
2016-11-10
internal headers: consolidate perk_impl.h and perk_driver_impl.h.
midipix
4
-32
/
+27
2016-11-10
internal headers: fix encapsulating macros.
midipix
2
-2
/
+7
2016-11-10
whitespace meditation.
midipix
1
-3
/
+3
2016-11-10
program driver: adjust source tree to support multiple skins.
midipix
7
-37
/
+59
2016-11-10
API redesign 10/10: whitespace meditation.
midipix
1
-12
/
+12
2016-11-10
API redesign 9/10: struct pe_image_summary: elegance.
midipix
4
-11
/
+11
2016-11-10
API redesign 8/10: pe_driver_ctx, pe_unit_ctx: client convenience.
midipix
1
-0
/
+4
2016-11-10
API redesign 7/10: place secondary context structures in struct ↵
midipix
2
-12
/
+12
pe_driver_ctx_impl.
2016-11-10
API redesign 6/10: pe_common_ctx: protect i/o members against direct ↵
midipix
6
-25
/
+30
modification.
2016-11-10
API redesign 5/10: pe_unit_ctx: protect members against direct modification.
midipix
4
-17
/
+44
2016-11-10
API redesign 4/10: pe_common_ctx: protect the common context structure ↵
midipix
5
-13
/
+34
against direct modification.
2016-11-10
API redesign 3/10: pe_common_ctx: protect the secondary context structures ↵
midipix
1
-4
/
+4
against direct modification.
2016-11-10
API redesign 2/10: replace size & version members with attrs vector.
midipix
1
-10
/
+4
2016-11-10
API redesign 1/10: driver: rename struct pe_driver_ctx_impl to ↵
midipix
1
-7
/
+7
pe_driver_ctx_alloc.
2016-11-10
internal headers: rename perk_impl.h to perk_reader_impl.h
midipix
9
-9
/
+9
2016-11-10
build system: set TARGET to 'native' as appropriate.
midipix
1
-0
/
+6
2016-11-10
build system: use HOST as a fallback default for TARGET.
midipix
1
-0
/
+1
2016-11-10
build system: explicitly request standard and feature set.
midipix
1
-1
/
+1
2016-11-10
output: forward stdio return values, act on failure.
midipix
3
-37
/
+47
2016-11-10
perk_structs.h: rewrite cleanly; redefine pe_import_lookup_item as a union.
midipix
5
-561
/
+220
2016-11-10
perk_consts.h: correctly define image data dir ordinals (zero-based).
midipix
1
-16
/
+16
2016-11-10
perk_consts.h: normalize macro names (x --> X)
midipix
1
-10
/
+10
2016-11-10
struct pe_common_ctx: add members for last io operation return value.
midipix
1
-0
/
+2
2016-11-10
conformance fixes: optimized build: variable initialization and default values.
midipix
2
-2
/
+9
2016-11-10
pe_get_image_meta(): assign return value in default code path.
midipix
1
-0
/
+2
2016-11-10
conformance fixes: driver: missing parenthesis.
midipix
1
-1
/
+1
2016-11-10
conformance fixes: driver: missing #include.
midipix
1
-0
/
+1
2016-11-10
conformance fixes: driver: signedness, missing #include.
midipix
1
-2
/
+3
2016-11-10
pretty printer: improved yaml support (import libraries, ,exported symbols).
midipix
2
-20
/
+47
2016-11-10
pretty printer: yaml support: initial implementation.
midipix
3
-4
/
+39
2016-11-10
driver: show usage if neither options nor units were specified.
midipix
2
-11
/
+23
2016-11-10
utility: show version (git commit): initial implementation.
midipix
1
-0
/
+18
2016-11-10
build system: version.sh: initial implementation.
midipix
2
-4
/
+73
2016-11-10
output import libraries and dependency symbols: initial implementation.
midipix
7
-8
/
+82
2016-11-10
move all output action- and formatting flags to a designated header.
midipix
4
-10
/
+14
2016-11-10
whitespace meditation.
midipix
5
-25
/
+35
2016-11-10
internal header rename: perk_output.h --> perk_output_impl.h.
midipix
3
-2
/
+2
2016-11-10
argv_usage(): disable additional space for long items, but keep the logic.
midipix
1
-2
/
+2
2016-11-10
pretty printer: use common prolog/epilog for output stream selection.
midipix
3
-20
/
+40
2016-11-10
driver flags: remove the superfluous FLAG_ prefix.
midipix
4
-8
/
+8
2016-11-10
pe_map_raw_image(): close fd as needed upon stat failure.
midipix
1
-1
/
+8
2016-11-10
pe_get_driver_ctx(): close fdout as needed upon allocation failure.
midipix
1
-1
/
+4
2016-11-10
driver integration 9/9: utilize the driver in the front-end utility.
midipix
1
-3
/
+38
[prev]
[next]