| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-02-13 | bump year | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 1 | -9/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: m bug fixes + more test cases | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | mds-kbdc: bug fixes and test cases | Mattias Andrée | 1 | -4/+14 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 1 | -10/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | rename pfail to fail | Mattias Andrée | 1 | -24/+24 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-07 | fail_if supports sequences without being double bracketed | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: m | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: make-tree: whitespace | Mattias Andrée | 1 | -20/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: make-tree: split parse_line | Mattias Andrée | 1 | -235/+327 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: make-tree: m | Mattias Andrée | 1 | -9/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: make-tree: m simplification | Mattias Andrée | 1 | -2/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: make-tree: make large macros into functions | Mattias Andrée | 1 | -341/+481 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: make-tree: simplification | Mattias Andrée | 1 | -67/+61 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-03 | mds-kbdc: simplification + remove debug code | Mattias Andrée | 1 | -35/+27 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | mds-kbdc: use absolute and relative paths | Mattias Andrée | 1 | -17/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | mds-kbdc: files with syntax errors are not empty | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | mds-kbdc: expand tabs | Mattias Andrée | 1 | -2/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | mds-kbdc: more simplification | Mattias Andrée | 1 | -274/+307 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | mds-kbdc: small simplifications to make-tree | Mattias Andrée | 1 | -54/+104 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-02 | mds-kbdc: split out some code in make-tree | Mattias Andrée | 1 | -53/+140 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-01 | mds-kbdc: most of the structure validation | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-30 | mds-kbdc: process includes | Mattias Andrée | 1 | -1/+28 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-30 | mds-kbdc: add support for empty files | Mattias Andrée | 1 | -0/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-29 | mds-kbdc: check that there is something after the : | Mattias Andrée | 1 | -2/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-28 | add a minor todo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-28 | add a todo | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-28 | m + macro call alternation elimination | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-23 | some code simplificiations | Mattias Andrée | 1 | -73/+25 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-22 | Starting on some rework | Mattias Andrée | 1 | -20/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-19 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | mds-kbdc: support alternations and dots in macro_calls | Mattias Andrée | 1 | -35/+28 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | whitespace | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | remove dubug line | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | fix macro call regression | Mattias Andrée | 1 | -1/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | whitespace | Mattias Andrée | 1 | -60/+60 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | doc | Mattias Andrée | 1 | -0/+14 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | macro stuff | Mattias Andrée | 1 | -207/+150 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | macrosation | Mattias Andrée | 1 | -42/+32 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | whoops with escapes | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | whitespace | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | mds-kbdc: treeise macro calls | Mattias Andrée | 1 | -38/+114 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | mds-kbdc: fix treeisation of map statements | Mattias Andrée | 1 | -6/+24 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | mds-kbdc: fix treeisation of let-statements | Mattias Andrée | 1 | -24/+42 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | mds-kbdc: fix treeisation of if-statements | Mattias Andrée | 1 | -8/+23 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-17 | small fixes and a bunch of tests | Mattias Andrée | 1 | -17/+33 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
