Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate gcc-4.8 | Miodrag Milanovic | 2023-01-11 | 1 | -4/+4 |
| | |||||
* | logger: Add -check-expected subcommand. | Marcelina Kościelnicka | 2021-08-12 | 1 | -0/+9 |
| | | | | | This allows us to have multiple "expect this warning" calls in a single long script, covering only as many passes as necessary. | ||||
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g; | ||||
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, ↵ | Alberto Gonzalez | 2020-05-15 | 1 | -33/+6 |
| | | | | warning, log}` to better express the intent that each element is unique. | ||||
* | logger: clean up doc | Eddie Hung | 2020-05-14 | 1 | -1/+2 |
| | |||||
* | logger: fix for multiple calls with same pattern | Eddie Hung | 2020-05-14 | 1 | -6/+34 |
| | |||||
* | Add YS_ prefix to macros, add explanation and apply to older version as well | Miodrag Milanovic | 2020-03-13 | 1 | -10/+10 |
| | |||||
* | Use boost xpressive for gcc 4.8 | Miodrag Milanovic | 2020-03-13 | 1 | -28/+10 |
| | |||||
* | Fix line endings | Miodrag Milanovic | 2020-02-23 | 1 | -10/+10 |
| | |||||
* | Update explanation for expect-no-warnings | Miodrag Milanovic | 2020-02-22 | 1 | -1/+1 |
| | |||||
* | Check other regex parameters | Miodrag Milanovic | 2020-02-22 | 1 | -15/+30 |
| | |||||
* | check for regex errors | Miodrag Milanovic | 2020-02-20 | 1 | -16/+20 |
| | |||||
* | Option to expect no warnings | Miodrag Milanovic | 2020-02-17 | 1 | -0/+7 |
| | |||||
* | Add expect option to logger command | Miodrag Milanovic | 2020-02-14 | 1 | -1/+35 |
| | |||||
* | Add new logger pass | Miodrag Milanovic | 2020-02-13 | 1 | -0/+141 |