Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3269 | Kartik K. Agaram | 2016-08-28 | 1 | -1/+0 |
| | | | | | | | | | Deconstruct the tracing layer which had been an exception to our includes-types-prototypes-globals-functions organization thus far. To do this we predefine a few primitive globals before the types that use them, and we pull some method definitions out of struct definitions at the cost of having to manually write a couple of prototypes. | ||||
* | 3230 | Kartik K. Agaram | 2016-08-20 | 1 | -0/+518 |