aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mds-kbdc: call-stack: push and pop functionsMattias Andrée2014-12-132-1/+128
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-131-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: beginning on call-stacksMattias Andrée2014-12-123-3/+98
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-122-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use atoz and not atoll when parsing integers to size_tMattias Andrée2014-12-111-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix errors in layout filesMattias Andrée2014-12-111-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-12-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: minor bug fixesMattias Andrée2014-12-112-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some small fixesMattias Andrée2014-12-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-111-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: do not warn about non-shadowing after a for-loopMattias Andrée2014-12-113-4/+74
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: validate-tree: you can define functions and macros inside assumption-clausesMattias Andrée2014-12-111-33/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m simplificationMattias Andrée2014-12-101-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: fix memory exhaustion bugMattias Andrée2014-12-101-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: fix sideeffect trackingMattias Andrée2014-12-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: m bug fix + more test casesMattias Andrée2014-12-102-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: test returnMattias Andrée2014-12-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add xmemdup macroMattias Andrée2014-12-103-6/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-1010-69/+56
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: m bug fix + more test casesMattias Andrée2014-12-101-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: m + more test casesMattias Andrée2014-12-102-11/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: m bug fixes + more test casesMattias Andrée2014-12-093-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-091-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: bug fixes and test casesMattias Andrée2014-12-093-18/+28
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: watch out for incomplete function callsMattias Andrée2014-12-091-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: m + compile-layout: bug fixes and test casesMattias Andrée2014-12-091-15/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* merge track-errors and resolve conflictMattias Andrée2014-12-0916-226/+330
|\ | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * report an error, rather than causing failure the caller but not for the called functionMattias Andrée2014-12-091-0/+9
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * missed to change some partsMattias Andrée2014-12-091-2/+3
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-0813-147/+241
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * rename pfail to failMattias Andrée2014-12-0813-75/+75
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
| * replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée2014-12-081-2/+2
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | mds-kbdc: compile-layout: macro_call: fix bug: do not duplicate the arguments if there are noneMattias Andrée2014-12-091-1/+2
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | mds-kbdc: compile-layout: fix a bug in parse_variableMattias Andrée2014-12-091-1/+1
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | m docMattias Andrée2014-12-081-4/+4
|/ | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout. bug fixes, test-cases and mark all untested error reportsMattias Andrée2014-12-083-68/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-keyboard: regressionMattias Andrée2014-12-081-4/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: bug fixMattias Andrée2014-12-081-6/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-081-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: more tested and bug fixesMattias Andrée2014-12-081-38/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: simplify mds_kbdc_tree_dupMattias Andrée2014-12-071-38/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: test call to undefined callables and mark the entire macro call if the macro does not existMattias Andrée2014-12-071-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: bug fixesMattias Andrée2014-12-072-32/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: compile-layout: bug fixesMattias Andrée2014-12-073-14/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ... derpMattias Andrée2014-12-071-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m derpMattias Andrée2014-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>