summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-11-10build system: configure: truly fix .git/index dependency logic.midipix1-2/+2
2016-11-10build system: configure: fix .git/index dependency logic.midipix1-2/+2
2016-11-10output: pe_output_error_record(): refined the record's unit header.midipix1-2/+16
2016-11-10whitespace meditation.midipix1-13/+13
2016-11-10output: pe_output_error_record(): output unit information.midipix1-0/+34
2016-11-10internals: pe_record_error(): set unit information in error record.midipix1-0/+3
2016-11-10driver: pe_get_unit_ctx(): set driver error context.midipix1-0/+3
2016-11-10driver: internals: error trace support: added unit context marks.midipix1-0/+14
2016-11-10driver: struct pe_error_info: extend and refactor.midipix4-40/+44
2016-11-10driver: pe_main(): skip remaining units once an error has occurred.midipix1-1/+1
2016-11-10argv.h: argv_usage(): use correct format for short option name in short mode.midipix1-1/+1
2016-11-10pe_map_raw_image(): improved error trace report.midipix1-1/+2
2016-11-10pe_get_unit_ctx(): improved error trace report.midipix1-2/+3
2016-11-10pe_output_error(): added descriptive custom error strings.midipix1-1/+17
2016-11-10driver: status codes: refactor and normalize.midipix2-7/+6
2016-11-10struct pe_unit_ctx: removed members: status, nerrors (no longer needed).midipix1-2/+0
2016-11-10struct pe_driver_ctx: removed members: status, nerrors (no longer needed).midipix1-2/+0
2016-11-10utility: error trace and error information: initial integration.midipix1-8/+6
2016-11-10struct pe_unit_ctx: removed cctx (pass pointer to the driver context instead).midipix4-11/+5
2016-11-10pe_output_export_symbols(): added error trace support.midipix3-10/+16
2016-11-10pe_output_import_libraries(): added error trace support.midipix3-13/+22
2016-11-10output: added pe_output_error_record(), pe_output_error_vector().midipix3-0/+165
2016-11-10perk.h: enum pe_custom_error(): definition and integration.midipix6-13/+24
2016-11-10pe_map_raw_image(): improved error trace logic.midipix1-0/+6
2016-11-10pe_map_raw_image(): added error trace support.midipix3-9/+13
2016-11-10pe_get_unit_ctx(): added error trace support.midipix1-6/+12
2016-11-10pe_get_image_meta(): added error trace support.midipix3-15/+28
2016-11-10pe_free_driver_ctx(): fix readability.midipix1-2/+2
2016-11-10internals: error trace implementation: added pe_record_error().midipix4-0/+123
2016-11-10driver: internals: added the static inlined pe_get_driver_ictx() helper.midipix1-0/+14
2016-11-10driver: added initial error info vector and buffer allocation.midipix2-0/+11
2016-11-10perk.h: added public error trace definitions.midipix1-0/+16
2016-11-10build system: support setting an external folder as the source directory.midipix3-10/+41
2016-11-10project: remove argv.h test unit.midipix1-8/+0
2016-11-10config.project: no need to define _BSD_SOURCE.midipix1-1/+1
2016-11-10argv.h: error message formatting: handle lonely long options.midipix1-12/+17
2016-11-10argv.h: no need to #include <errno.h>midipix2-1/+8
2016-11-10build system: configure test optimization: remove `expr` sub-shell invocation.midipix1-1/+1
2016-11-10build system: configure test optimization: use `awk` instead of `grep | cut`.midipix1-2/+1
2016-11-10build system: use `grep -q` instead of `grep > /dev/null`.midipix1-4/+4
2016-11-10build system: add a test for legacy gcc versions.midipix1-0/+4
2016-11-10build system: warn only upon failure to detect native sizeof(void *).midipix1-2/+6
2016-11-10utility: improved box integration, removed need for build-time macro.midipix3-107/+111
2016-11-10utility: added pe_main() as a public interface, refactored accordingly.midipix3-12/+12
2016-11-10build system: support project-specific overrides of OS and toolchain defs.midipix2-0/+2
2016-11-10project: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE.midipix1-0/+4
2016-11-10build system: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE.midipix4-4/+29
2016-11-10build system: when building from a git repo, explicitly depend on .git/index.midipix2-4/+4
2016-11-10project: add explicit rules for object dependency on version.tag.midipix1-0/+3
2016-11-10build system: remove generic dependency on version.tag.midipix1-2/+2