Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zinit: Refactor to use FfInitVals. | Marcelina KoĆcielnicka | 2020-07-24 | 1 | -43/+11 |
| | |||||
* | Update dff2dffe, dff2dffs, zinit to new FF types. | Marcelina KoĆcielnicka | 2020-06-23 | 1 | -14/+44 |
| | |||||
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | zinit: handle $__DFFS?E?_[NP][NP][01] too | Eddie Hung | 2020-04-14 | 1 | -7/+27 |
| | |||||
* | zinit: resolve one more comment by @mwkmwkmwk | Eddie Hung | 2020-04-13 | 1 | -3/+5 |
| | |||||
* | zinit: fix review comments from @mwkmwkmwk | Eddie Hung | 2020-04-13 | 1 | -5/+6 |
| | |||||
* | zinit: operate on $adff, erase (* init *) entries on consumption | Eddie Hung | 2020-04-13 | 1 | -22/+20 |
| | |||||
* | Fix S/R comment; thanks @mwkmwkmwk | Eddie Hung | 2020-04-13 | 1 | -1/+1 |
| | |||||
* | zinit to transform set/reset value of $_DFF_[NP][NP][01]_ | Eddie Hung | 2020-04-13 | 1 | -0/+14 |
| | |||||
* | Supress error for unhandled \init if whole module selected | Eddie Hung | 2020-04-13 | 1 | -3/+4 |
| | |||||
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -9/+9 |
| | |||||
* | ID(\\.*) -> ID(.*) | Eddie Hung | 2019-08-15 | 1 | -9/+9 |
| | |||||
* | Transform all "\\*" identifiers into ID() | Eddie Hung | 2019-08-15 | 1 | -9/+9 |
| | |||||
* | Transform "$.*" to ID("$.*") in passes/techmap | Eddie Hung | 2019-08-15 | 1 | -6/+6 |
| | |||||
* | Zinit option '-singleton' -> '-all' | Makai Mann | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Added "zinit" pass | Clifford Wolf | 2016-10-12 | 1 | -0/+151 |