about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* 2358 - starting to tackle the phase ordering problemKartik K. Agaram2015-11-041-2/+2
| | | | | | | A new externality is starting to make its presence felt. Until I sort this out it's going to be hard to finish making duplex-list generic.
* 2350Kartik K. Agaram2015-11-041-1/+7
| | | | Now it's not just tests that define recipe variants.
* 2342 - generalize generic recipesKartik K. Agaram2015-11-011-1/+1
| | | | | Support for type ingredients anywhere. I've been working on this since commit 2331.
* 2336Kartik K. Agaram2015-10-311-8/+18
| | | | Minor tweak: track all recipe variants.
* 2334Kartik K. Agaram2015-10-311-2/+2
|
* 2331 - generic recipe: first passing testKartik K. Agaram2015-10-311-0/+2
|
* 2323 - static dispatch!Kartik K. Agaram2015-10-291-0/+164