about summary refs log tree commit diff stats
path: root/html/054static_dispatch.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 3839Kartik K. Agaram2017-04-201-1/+1
| | | | | | Fix CI. In the process I also fixed a bug in the tangle/ utility.
* 3838 - further improve an error messageKartik K. Agaram2017-04-201-473/+478
| | | | | | | Expanded instructions don't seem to be worth the space they take up. Let people think through the types of variables for themselves. Thanks again to Ella Couch.
* 3837Kartik K. Agaram2017-04-191-1/+1
|
* 3820Kartik K. Agaram2017-04-131-422/+471
|
* 3813Kartik K. Agaram2017-04-041-4/+4
|
* 3792Kartik K. Agaram2017-03-121-267/+292
| | | | | | | Bugfix: make sure 'print 0, 0' always does the right thing, no matter how it's overloaded. Thanks Ella Couch for reporting this.
* 3791Kartik K. Agaram2017-03-121-410/+375
| | | | Simpler way to do commit 2929.
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-142/+143
|
* 3752 - fix a couple of segfaultsKartik K. Agaram2017-03-021-1/+1
| | | | Thanks Ella Couch for running into these.
* 3750Kartik K. Agaram2017-03-021-23/+23
|
* 3749Kartik K. Agaram2017-03-021-23/+23
|
* 3746Kartik K. Agaram2017-02-071-1/+1
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-114/+114
|
* 3710Kartik K. Agaram2016-12-261-635/+635
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-639/+663
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3685Kartik K. Agaram2016-11-231-1/+0
|
* 3684Kartik K. Agaram2016-11-231-7/+8
| | | | | | | | | | | | | Trying to find examples where a layer includes complexity just so later layers can hook into it. Resolve_stack is the one big one I've found that isn't just a simple function-call indirection that may later get more complex. Conclusion of a conversation with Stephen Malina: Such examples should make one very nervous, because this sort of creep is how we end up with over-engineered abstractions (http://www.joelonsoftware.com/articles/fog0000000018.html). We need to step very carefully anytime we make the outsider reader's comprehension task harder..
* 3667Kartik K. Agaram2016-11-111-8/+11
|
* 3558Kartik K. Agaram2016-10-221-2/+2
|
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3524Kartik K. Agaram2016-10-201-25/+25
|
* 3431Kartik K. Agaram2016-09-301-53/+55
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-58/+57
|
* 3355Kartik K. Agaram2016-09-151-4/+22
|
* 3315Kartik K. Agaram2016-09-101-3/+2
|
* 3158Kartik K. Agaram2016-07-271-1/+1
|
* 3117Kartik K. Agaram2016-07-201-1/+0
|
* 3102Kartik K. Agaram2016-07-051-6/+7
|
* 3013Kartik K. Agaram2016-05-261-10/+6
|
* 2996Kartik K. Agaram2016-05-211-0/+659