summaryrefslogtreecommitdiff
path: root/src/raptor_syntax_description.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-5/+0
| | | | | Remove the file itself, all #include uses of it, and all references to it, as this file is no longer needed.
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
|
* Restore array counts to syntax description. Pull out common validation.Dave Beckett2010-12-291-0/+114
raptor_syntax_description gains names_count, mime_types_count and uri_strings_count all computed at registration. (raptor_syntax_description_validate): Added to public API to validate and compute counts. (raptor_world_register_parser_factory, raptor_world_register_serializer_factory): Call above for common validation checks.