1. 2d38853 rules.mak: Allow .mo-objs and .mo-cflags in -y variables by Fam Zheng · 10 years ago
  2. 4852ee9 Fix cross compilation (nm command) by Stefan Weil · 10 years ago
  3. c261d77 rules.mak: Fix DSO build by pulling in archive symbols by Fam Zheng · 10 years ago
  4. 0d65942 build-sys: introduce install-prog macro to install&strip binaries and use it by Michael Tokarev · 10 years ago
  5. f277015 rules.mak: remove $(sort) from extract-libs by Paolo Bonzini · 10 years ago
  6. 1c33ac5 rules.mak: Rewrite unnest-vars by Fam Zheng · 10 years ago
  7. 2a8e6c7 build: simplify and fix fix-obj-vars by Paolo Bonzini · 10 years ago
  8. 0db564e build: add support for per-object -cflags and -libs to all rules by Paolo Bonzini · 10 years ago
  9. 5a8b231 build: Fix per-object variables for Makefile.target by Paolo Bonzini · 10 years ago
  10. 6295b98 rules.mak: Fix per object libs extraction by Fam Zheng · 10 years ago
  11. e26110c module: implement module loading by Fam Zheng · 10 years ago
  12. 1796926 rules.mak: introduce DSO rules by Fam Zheng · 10 years ago
  13. 5c0d52b rules.mak: allow per object cflags and libs by Fam Zheng · 10 years ago
  14. ba1183d rules.mak: fix $(obj) to a real relative path by Fam Zheng · 10 years ago
  15. 3144f78 rules.mak: Link with C++ if we have a C++ compiler by Peter Maydell · 10 years ago
  16. c3dc9fd rules.mak: Support .cc as a C++ source file suffix by Peter Maydell · 10 years ago
  17. 9ef622e rules.mak: New string testing functions by Peter Maydell · 11 years ago
  18. 837a2e2 rules.mak: New logical functions for handling y/n values by Peter Maydell · 11 years ago
  19. 83f73fc configure: Support configuring C++ compiler by Tomoki Sekiyama · 11 years ago
  20. fba90ac win32: fix compilation again by Paolo Bonzini · 11 years ago
  21. 7e7da8e rules.mk: Fix build breakage by Dunrong Huang · 11 years ago
  22. c02817e win32: move Makefile dependencies on version-obj-y to rules.mak by Paolo Bonzini · 11 years ago
  23. 6821cdc win32: add generic RC rules to rules.mak by Paolo Bonzini · 11 years ago
  24. 5354e4d libcacard: fix mingw64 cross-compilation by Marc-André Lureau · 11 years ago
  25. 37746c5 build-sys: must link with -fstack-protector by Marc-André Lureau · 11 years ago
  26. 7586317 rules/mak: make clean should blow away timestamp files by Michael S. Tsirkin · 11 years ago
  27. 4b25966 rules.mak: cleanup config generation rules by Michael S. Tsirkin · 11 years ago
  28. bf0842b build: move version-obj-y to the generic LINK rule by Paolo Bonzini · 12 years ago
  29. b6fc675 libcacard: require libtool to build it by Paolo Bonzini · 12 years ago
  30. 2c13ec5 build: move dtrace rules to rules.mak by Paolo Bonzini · 12 years ago
  31. 2165588 build: support linking with libtool objects/libraries by Paolo Bonzini · 12 years ago
  32. f141ccf build: make libtool verbose when making with V=1 by Paolo Bonzini · 12 years ago
  33. 3dd46c7 optionrom: build with discrete CPP and AS steps by Blue Swirl · 11 years ago
  34. 4e8cb28 build: add $(TARGET_DIR) to "GEN config-target.h" lines by Paolo Bonzini · 12 years ago
  35. 9d9199a build: adjust setting of QEMU_INCLUDES by Paolo Bonzini · 12 years ago
  36. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  37. 3c4a4d0 Support using a different compiler for Objective-C files by Peter Maydell · 12 years ago
  38. 1435ddb build: get dependency file directories from object file names by Paolo Bonzini · 12 years ago
  39. dcff25f make: automatically include dependencies in recursive subdir rules (v2) by Anthony Liguori · 12 years ago
  40. 2dee8d5 build: do not create directories at configure time by Paolo Bonzini · 12 years ago
  41. e05804e build: add rules for nesting by Paolo Bonzini · 12 years ago
  42. c042493 Beautify makefile commands for generation of files with tracetool by Lluís Vilanova · 12 years ago
  43. b93b63f test makefile overhaul by Paolo Bonzini · 12 years ago
  44. e2a99ad build: sort objects to remove duplicates for link by Stefan Hajnoczi · 13 years ago
  45. 3f53458 Improvements to libtool support. by Brad · 13 years ago
  46. 76dc3cf build: Move QEMU_INCLUDES before QEMU_CFLAGS by Jiri Denemark · 13 years ago
  47. 44dc0ca libcacard: add libcacard.la target by Alon Levy · 13 years ago
  48. 4c3b5a4 Add scripts directory by Blue Swirl · 13 years ago
  49. f972894 do not pass bogus $(SRC_PATH) include paths to cc during configure by Paolo Bonzini · 14 years ago
  50. 2b2e59e rewrite i386 tests Makefile by Paolo Bonzini · 14 years ago
  51. a71cd2a Put dependency files in proper subdir by Jan Kiszka · 14 years ago
  52. 288e7bc fix whitespace bogon in some versions of make by Nathan Froyd · 14 years ago
  53. 59bc10e finish VPATH -> vpath translation by Paolo Bonzini · 14 years ago
  54. 076d247 Use vpath directive by Paolo Bonzini · 15 years ago
  55. 0e8c921 Drop --whole-archive and static libraries by Andreas Färber · 14 years ago
  56. 7dbbbb0 qemu: delete rule target on error by Michael S. Tsirkin · 15 years ago
  57. 7ebf54b Fix build for mingw32 on windows ($@ in macro) by Stefan Weil · 15 years ago
  58. 3e65aaf Do not execute shell scripts directly by malc · 15 years ago
  59. ef2fad6 fix type in CFLAGS name by Juan Quintela · 15 years ago
  60. f527c57 fix parallel build by Juan Quintela · 15 years ago
  61. fa39472 Add *CFLAGS to LINK in rules.mak by Peter Hjalmarsson · 15 years ago
  62. 02d5467 Move dependency generation falgs out of configure by malc · 15 years ago
  63. 1215c6e Move generation of config-host.h to Makefile from configure by Juan Quintela · 15 years ago
  64. 5ab2886 Don't use implicit rules for Makefile by Juan Quintela · 15 years ago
  65. fc3baad restore CFLAGS check for conflict and fix recursive CFLAGS issue by Thomas Monjalon · 15 years ago
  66. 8a2e6ab Remove CFLAGS parameter in cc-option by Juan Quintela · 15 years ago
  67. a558ee1 Rename CPPFLAGS to QEMU_CFLAGS by Juan Quintela · 15 years ago
  68. 70071e1 move cc-option definition to rules.mak by Juan Quintela · 15 years ago
  69. 9c7f170 Remove bogus -Werror by Paul Brook · 15 years ago
  70. aba800a qemu/virtio: MSI-X support in virtio PCI by Michael S. Tsirkin · 15 years ago
  71. 9abbdbf Fix build on Solaris and WIN32 by Anthony Liguori · 15 years ago
  72. 0bfe3ca Constructor support by Anthony Liguori · 15 years ago
  73. 28c699a build system: Further improve quiet mode (Jan Kiszka) by aliguori · 15 years ago
  74. b23d3d8 Reformat quiet build by aurel32 · 15 years ago
  75. 93a0dba Consolidate library creation (Avi Kivity) by aliguori · 15 years ago
  76. 4f188f8 Make make output quieter (Avi Kivity) by aliguori · 15 years ago
  77. 3aa892d Consolidate linker rules (Avi Kivity) by aliguori · 15 years ago
  78. 1775918 Introduce rules.mak (Avi Kivity) by aliguori · 15 years ago