summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cex: display shifts before reductionsAkim Demaille2020-07-144-92/+92
* style: s/lookahead_tokens/lookaheads/gAkim Demaille2020-07-141-4/+4
* tests: beware of version numbers from git describeAkim Demaille2020-07-141-2/+2
* tests: fix expectationsAkim Demaille2020-07-141-4/+2
* cex: prefer → to ::=Akim Demaille2020-07-114-100/+102
* html: capitalize titlesAkim Demaille2020-07-111-29/+29
* html: don't define several times the same anchorsAkim Demaille2020-07-111-19/+19
* reports: let html reports catch up with --report and --graphAkim Demaille2020-07-111-6/+6
* reports: let xml reports catch up with --report and --graphAkim Demaille2020-07-112-26/+31
* reports: update html ouputAkim Demaille2020-07-111-50/+90
* tests: check htmlAkim Demaille2020-07-111-0/+564
* maint: make it easier to update expectationsAkim Demaille2020-07-111-0/+8
* dot: also use a dot in the outputAkim Demaille2020-07-032-99/+129
* tests: don't use $VERBOSEAkim Demaille2020-06-291-1/+1
* java: rename package as api.packageAkim Demaille2020-06-281-0/+10
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-6/+6
* c++: by default, use const std::string for file namesAkim Demaille2020-06-272-14/+26
* doc: use dot/'•' rather than point/'.'Akim Demaille2020-06-231-84/+84
* cex: display all the S/R conflicts, not just one per (state, rule)Akim Demaille2020-06-234-0/+48
* cex: don't display twice unifying examples if there is no colorAkim Demaille2020-06-224-28/+48
* cex: fix reporting of null nonterminalsVincent Imbimbo2020-06-221-10/+10
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-163-8/+4
* cex: don't assume the terminal supports "•"Akim Demaille2020-06-164-171/+172
* cex: also include in the report on --report=counterexamplesAkim Demaille2020-06-163-2/+47
* cex: also include the counterexamples in the reportAkim Demaille2020-06-161-3/+60
* cex: indent the diagnostics to highlight the structureAkim Demaille2020-06-161-100/+100
* cex: don't report the itemsAkim Demaille2020-06-161-50/+0
* reports: the column width differs from the byte countAkim Demaille2020-06-131-11/+16
* reports: don't escape the labelsAkim Demaille2020-06-131-16/+16
* parser: keep string aliases as the user wrote itAkim Demaille2020-06-132-74/+74
* tests: check reports with conflicts and UTF-8Akim Demaille2020-06-131-0/+510
* style: prefer 'FOO ()' to 'FOO' for function-like macrosAkim Demaille2020-06-131-2/+2
* cex: suggest -Wcounterexamples when there are unexpected conflictsAkim Demaille2020-06-107-31/+70
* cex: rename -Wcounterexample as -Wcounterexamples, and support -WcexAkim Demaille2020-06-101-1/+1
* api.header.include: document it, and fix its default valueAkim Demaille2020-06-091-4/+16
* cex: color the counterexamplesAkim Demaille2020-06-071-88/+100
* cex: enforce case for tokens/nonterminalsAkim Demaille2020-06-071-25/+25
* cex: reformat the s/r and r/r reportsAkim Demaille2020-06-071-54/+29
* bison: add command line option to map file prefixesJoshua Watt2020-05-242-0/+128
* tests: fix expectationsAkim Demaille2020-05-241-2/+2
* cex: clean the display of conflicted symbolsAkim Demaille2020-05-231-8/+8
* style: rename user_token_number as codeAkim Demaille2020-05-232-5/+5
* Merge maint into masterAkim Demaille2020-05-221-2/+28
|\
| * fix generated commentsAkim Demaille2020-05-211-2/+28
* | cex: tests: be robust to variations in time limit reportsAkim Demaille2020-05-222-16/+25
* | cex: fix stack overflowVincent Imbimbo2020-05-221-1/+78
* | cex: fix crash from zombie resultVincent Imbimbo2020-05-221-2/+2
* | cex: fixes, and enable testsAkim Demaille2020-05-222-32/+202
* | cex: add testsVincent Imbimbo2020-05-222-0/+359
|/
* CI: add GCC 10 and Clang 10Akim Demaille2020-05-172-7/+30