summaryrefslogtreecommitdiffstats
path: root/tools/permutations.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: make cmd_element->attr a bitmask & clarifyDavid Lamparter2022-10-061-2/+1
* lib: add `![...]` syntax for easy "no" formsDavid Lamparter2021-08-261-0/+16
* tools: null check (Coverity 1399484)F. Aragon2018-09-201-1/+2
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-61/+53
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* lib: parser: split off & rename graph handlingDavid Lamparter2017-05-151-2/+2
* - Solve the Coverity Scan PW.ASSIGN_WHERE_COMPARE_MEANTHung-Weic Chiu2017-05-101-1/+4
* lib: fix 'list permutations'Quentin Young2017-05-051-36/+21
* lib: parser: simplify OPTION_TKN & SELECTOR_TKNDavid Lamparter2017-01-231-1/+1
* lib: move command_parse_format prototypeDavid Lamparter2016-12-011-1/+0
* tools: Update permutations generator for hidden/deprecatedQuentin Young2016-11-111-1/+1
* tools: Pretty print graph after input permutationsQuentin Young2016-10-071-1/+33
* tools: add copyright header & usage to permutationsQuentin Young2016-10-021-11/+35
* tools: add command permutations generatorQuentin Young2016-10-021-0/+57