mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:55:45 +00:00
5500a5e912
In my "build everything" tree, a change to the types in qapi-schema.json triggers a recompile of about 4800 out of 5100 objects. The previous commit split up qmp-commands.h, qmp-event.h, qmp-visit.h, qapi-types.h. Each of these headers still includes all its shards. Reduce compile time by including just the shards we actually need. To illustrate the benefits: adding a type to qapi/migration.json now recompiles some 2300 instead of 4800 objects. The next commit will improve it further. Backports commit 9af2398977a78d37bf184d6ff6bd04c72bfbf006 from qemu
105 lines
1.4 KiB
Plaintext
105 lines
1.4 KiB
Plaintext
.DS_Store
|
|
*.swp
|
|
*.d
|
|
*.o
|
|
*.a
|
|
*.dSYM
|
|
*.so
|
|
*.so.*
|
|
*.exe
|
|
*.dll
|
|
*.class
|
|
*.jar
|
|
*~
|
|
|
|
qemu/config-all-devices.mak
|
|
|
|
qemu/aarch64-softmmu/
|
|
qemu/aarch64eb-softmmu/
|
|
qemu/arm-softmmu/
|
|
qemu/armeb-softmmu/
|
|
qemu/m68k-softmmu/
|
|
qemu/mips64el-softmmu/
|
|
qemu/mips64-softmmu/
|
|
qemu/mipsel-softmmu/
|
|
qemu/mips-softmmu/
|
|
qemu/sparc64-softmmu/
|
|
qemu/sparc-softmmu/
|
|
qemu/i386-softmmu/
|
|
qemu/x86_64-softmmu/
|
|
|
|
qemu/qapi-builtin-types.[ch]
|
|
qemu/qapi-builtin-visit.[ch]
|
|
qemu/qapi/qapi-types-common.[ch]
|
|
qemu/qapi/qapi-visit-common.[ch]
|
|
qemu/qapi-types.[ch]
|
|
qemu/qapi-visit.[ch]
|
|
qemu/qapi-gen-timestamp
|
|
tags
|
|
qemu/config-host.ld
|
|
qemu/config.log
|
|
qemu/config.status
|
|
qemu/config-host.h
|
|
qemu/config-host.h-timestamp
|
|
qemu/config-host.mak
|
|
|
|
libunicorn*.dll
|
|
libunicorn*.so
|
|
libunicorn*.dylib
|
|
|
|
unicorn.pc
|
|
|
|
unicorn.lib
|
|
unicorn.dll
|
|
unicorn.exp
|
|
unicorn.def
|
|
unicorn_*.lib
|
|
unicorn_*.exp
|
|
unicorn_*.dll
|
|
|
|
|
|
*.tgz
|
|
*.zip
|
|
*.pyc
|
|
_*.txt
|
|
_*.diff
|
|
tmp/
|
|
|
|
bindings/python/build/
|
|
bindings/python/dist/
|
|
bindings/python/src/
|
|
bindings/python/unicorn.egg-info/
|
|
bindings/python/unicorn/lib/
|
|
bindings/python/unicorn/include/
|
|
bindings/python/MANIFEST
|
|
config.log
|
|
|
|
|
|
|
|
|
|
#################
|
|
## Visual Studio
|
|
#################
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
Win32/
|
|
build/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
packages/
|
|
cmocka/
|