summaryrefslogtreecommitdiff
path: root/src/parse/properties/css_property_parser_gen.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-171-2/+2
* Parse: Update code generator to support new valuesMichael Drake2022-08-291-4/+42
* parse: properties: Add property-specific unit class masks.Michael Drake2020-11-151-0/+7
* Strip trailing whitespace.Michael Drake2017-09-041-13/+13
* Perser generator: Squash coverity #1361551 Unused valueMichael Drake2016-08-131-1/+0
* Fix warning.Michael Drake2014-06-021-1/+2
* ensure generation tool exits if it cannot open its output file. (coverity 112...Vincent Sanders2014-01-241-0/+1
* ensure enough parameetrs to IDENT list existVincent Sanders2013-04-221-67/+75
* Dodgy bodge to shut clang upDaniel Silverstone2012-03-241-1/+3
* Centralise handling of transparent colours.John Mark Bell2011-01-291-7/+6
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-16/+16
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-5/+5
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-0/+613