summaryrefslogtreecommitdiff
path: root/src/buildstream/_yaml.pyx
Commit message (Expand)AuthorAgeFilesLines
* _yaml: Replace strings by a C enum for Representer states.bschubert/cythonBenjamin Schubert2019-05-301-44/+57
* _yaml: rework SYNTHETIC_COUNTER to be a C functionBenjamin Schubert2019-05-291-12/+15
* _variable: Import _yaml from C.Benjamin Schubert2019-05-291-18/+6
* _yaml: provide c definitions of functions called internallyBenjamin Schubert2019-05-291-12/+11
* _yaml: introduce FileInfo extension classBenjamin Schubert2019-05-291-13/+38
* _yaml: Internalize `ProvenanceInformation`Benjamin Schubert2019-05-291-16/+11
* _yaml: Cythonize `Representer`.Benjamin Schubert2019-05-291-44/+86
* _yaml: Cythonize public api of _yamlBenjamin Schubert2019-05-291-49/+62
* _yaml: Cythonize all internal functionsBenjamin Schubert2019-05-291-17/+23
* _yaml: Cythonize and internalize NodeBenjamin Schubert2019-05-291-0/+1444