1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-12-13 00:25:30 +03:00

Re-arrange python generator to make it clear what's auto-generated

* README: New file describing what each file is used for
* livvirt-override.c, libvirt-override.py, libvirt-override-api.xml,
  libvirt-override-virConnect.py: Manually written code overriding
  the generator
* typewrappers.c, typewrappers.h: Data type wrappers
* generator.py: Automatically pre-prend contents of libvirt-override.py
  to generated libvirt.py. Output into libvirt.py directly instead of
  libvirtclass.py. Don't generate libvirtclass.txt at all. Write C
  files into libvirt.c/.h directly
* Makefile.am: Remove rule for creating libvirt.py from libvirt-override.py
  and libvirtclass.py, since generator.py does it directly
This commit is contained in:
Daniel P. Berrange
2009-09-16 14:03:53 +01:00
parent 81c28325aa
commit f991a00653
10 changed files with 78 additions and 69 deletions

2471
python/libvirt-override.c Normal file

File diff suppressed because it is too large Load Diff