Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give backtraces for diagnostics from macros and include files. | Tavian Barnes | 2010-04-18 | 1 | -0/+1 |
| | | | | | Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle. | ||||
* | Initial support for image_maps. | Tavian Barnes | 2010-04-15 | 1 | -0/+1 |
| | |||||
* | Support transforming pigments and textures in dimension. | Tavian Barnes | 2010-04-15 | 1 | -0/+1 |
| | |||||
* | Support planes in dimension. | Tavian Barnes | 2010-04-15 | 1 | -0/+2 |
| | |||||
* | Implement CSG in front-end. | Tavian Barnes | 2010-04-07 | 1 | -1/+7 |
| | |||||
* | Support the ternary operator. | Tavian Barnes | 2010-03-22 | 1 | -0/+1 |
| | |||||
* | Support max() and min(). | Tavian Barnes | 2010-03-20 | 1 | -0/+2 |
| | |||||
* | Parse interiors. | Tavian Barnes | 2010-02-25 | 1 | -0/+4 |
| | |||||
* | Support #include. | Tavian Barnes | 2010-02-09 | 1 | -1/+2 |
| | |||||
* | Fix #line off-by-one :) | Tavian Barnes | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Add #line markers to {common,grammar,directives}.{prologue,declarations,...}. | Tavian Barnes | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | Implement #declare, #local, and #undef in middle tier. | Tavian Barnes | 2010-02-01 | 1 | -0/+75 |
Oh God this is ugly... |