~bzr-pqm/bzr/bzr.dev

A quick note about how I'd *like* to do things.

Basically, if I could procedurally declare my API, then all of the boilerplate
could be easily generated from that. However, it needs to be 'static' in a C
header file, and to get that you'd have to generate it from some other source
or have a *lot* more voodoo in your C pre-processor code. Shame that C sucks so
much. Note that Pyrex gets this right, where doing all the boilerplate amounts
to adding 'api' to your definition. Aka
    cdef api object myfunc(int foo)
Is enough to generate all the boilerplate C headers, etc you would need.
It is unfortunate I can't really use that here, because I want a pure C class
to avoid the python garbage collector.
Filename Latest Rev Last Changed Committer Comment Size
..
_static 4557.3.1 15 years ago Ian Clatworthy Core website & navigation working Diff
_templates 4557.3.1 15 years ago Ian Clatworthy Core website & navigation working Diff
developers 2481.1.1 17 years ago Robert Collins Move HACKING to docs/developers/HACKING and adjust Diff
en 2691.1.1 17 years ago Ian Clatworthy move most existing topics into the User Guide dir Diff
es 3405.2.1 16 years ago Martin Albisetti * Added directory structure for docs en spanish Diff
ru 3638.6.1 16 years ago Alexey Shtokalo Initial commit for russian version of documents. Diff
bazaar-vcs.org.kid 2691.1.17 17 years ago Ian Clatworthy Fix pretty doc generation so works for all html do 18.2 KB Diff Download File
BUILD-NOTES 4569.1.1 15 years ago John Arbash Meinel Instead of using a symlink, suggest renaming the f 1 KB Diff Download File
conf.py 4557.3.1 15 years ago Ian Clatworthy Core website & navigation working 6.7 KB Diff Download File
contents.txt 4619.1.1 15 years ago Ian Clatworthy Add links to latest Migrations Docs and Plugins Gu 740 bytes Diff Download File
default.css 3211.7.3 16 years ago Andrew Bennetts Add a comment to the new CSS. 2.1 KB Diff Download File
index.es.txt 4488.2.1 15 years ago Dmitry Vasiliev Optimize configuration for build documentation 1.2 KB Diff Download File
index.ru.txt 3638.6.33 15 years ago Dmitry Vasiliev Added Russian translation for the first chapter of 2.5 KB Diff Download File
index.txt 4595.6.1 15 years ago Martin Pool Split out developer documentation to its own secti 1.7 KB Diff Download File
make.bat 4557.3.1 15 years ago Ian Clatworthy Core website & navigation working 2.8 KB Diff Download File
Makefile 4557.3.1 15 years ago Ian Clatworthy Core website & navigation working 2.9 KB Diff Download File
news-template.txt 3936.1.2 15 years ago Martin Pool Bump version to 1.12 and add news template 169 bytes Diff Download File