Age | Commit message (Expand) | Author | Files | Lines |
2023-09-07 | configure, meson: remove target OS symbols from config-host.mak | Paolo Bonzini | 1 | -1/+1 |
2023-09-07 | configure: unify recursion into sub-Makefiles | Paolo Bonzini | 1 | -15/+12 |
2023-07-03 | Makefile: add lcitool-refresh to UNCHECKED_GOALS | Alex Bennée | 1 | -1/+1 |
2023-06-26 | build: further refine build.ninja rules | Paolo Bonzini | 1 | -4/+13 |
2023-06-06 | build: remove git submodule handling from main makefile | Paolo Bonzini | 1 | -10/+0 |
2023-06-06 | build: log submodule update from git-submodule.sh | Paolo Bonzini | 1 | -3/+1 |
2023-06-06 | configure: remove --with-git= option | Paolo Bonzini | 1 | -1/+1 |
2023-05-19 | build: rebuild build.ninja using "meson setup --reconfigure" | Paolo Bonzini | 1 | -3/+3 |
2023-05-18 | make: clean after distclean deletes source files | Steve Sistare | 1 | -4/+2 |
2023-03-01 | Makefile: qemu-bundle is a directory | Juan Quintela | 1 | -2/+2 |
2023-01-18 | Makefile: allow 'make uninstall' | Peter Maydell | 1 | -1/+1 |
2022-10-06 | configure: cleanup creation of tests/tcg target config | Paolo Bonzini | 1 | -1/+1 |
2022-10-06 | configure: move tests/tcg/Makefile.prereqs to root build directory | Paolo Bonzini | 1 | -1/+4 |
2022-10-06 | build: add recursive distclean rules | Paolo Bonzini | 1 | -2/+3 |
2022-09-19 | build: remove extra parentheses causing missing rebuilds | Paolo Bonzini | 1 | -1/+1 |
2022-07-13 | cutils: Introduce bundle mechanism | Akihiko Odaki | 1 | -1/+1 |
2022-07-08 | build: Do not depend on pc-bios for config-host.mak | Akihiko Odaki | 1 | -1/+1 |
2022-06-15 | build: include pc-bios/ part in the ROMS variable | Paolo Bonzini | 1 | -7/+5 |
2022-06-01 | build: add a more generic way to specify make->ninja dependencies | Paolo Bonzini | 1 | -2/+1 |
2022-06-01 | build: clean up ninja invocation | Paolo Bonzini | 1 | -3/+3 |
2022-05-14 | build: remove useless dependency | Paolo Bonzini | 1 | -3/+0 |
2022-02-09 | Makefile: also remove .gcno files when cleaning | Alex Bennée | 1 | -1/+2 |
2022-01-18 | tests: integrate lcitool for generating build env manifests | Daniel P. Berrangé | 1 | -0/+2 |
2022-01-12 | configure, meson: move config-poison.h to meson | Paolo Bonzini | 1 | -1/+1 |
2022-01-12 | configure, makefile: remove traces of really old files | Paolo Bonzini | 1 | -7/+4 |
2021-12-23 | build: use "meson test" as the test harness | Paolo Bonzini | 1 | -1/+2 |
2021-11-02 | Makefile: Fix cscope issues on MacOS and soft links | Peter Xu | 1 | -1/+2 |
2021-11-02 | Makefile: Fix gtags generation | Peter Xu | 1 | -1/+1 |
2021-10-14 | configure: prepare for auto-generated option parsing | Paolo Bonzini | 1 | -1/+7 |
2021-07-29 | Makefile: ignore long options | Alexey Neyman | 1 | -3/+5 |
2021-07-05 | Makefile: Remove /usr/bin/env wrapper from the SHELL variable | Thomas Huth | 1 | -1/+1 |
2021-05-26 | configure: simplify assignment to GIT_SUBMODULES | Paolo Bonzini | 1 | -0/+2 |
2021-05-14 | configure: Poison all current target-specific #defines | Thomas Huth | 1 | -1/+1 |
2021-03-06 | build-sys: invoke ninja with -d keepdepfile | Paolo Bonzini | 1 | -1/+1 |
2021-02-08 | tests/docker: alias docker-help target for consistency | Alex Bennée | 1 | -1/+1 |
2021-01-29 | configure: replace --enable/disable-git-update with --with-git-submodules | Dan Streetman | 1 | -22/+2 |
2021-01-27 | iotests: rewrite check into python | Vladimir Sementsov-Ogievskiy | 1 | -1/+0 |
2021-01-23 | meson: convert wixl detection to Meson | Paolo Bonzini | 1 | -2/+0 |
2021-01-18 | Makefile: wrap cscope in quiet-command calls | Alex Bennée | 1 | -3/+11 |
2021-01-18 | Makefile: wrap etags in quiet-command calls | Alex Bennée | 1 | -2/+7 |
2021-01-18 | Makefile: wrap ctags in quiet-command calls | Alex Bennée | 1 | -2/+7 |
2021-01-18 | Makefile: add GNU global tags support | Alex Bennée | 1 | -1/+13 |
2021-01-02 | Makefile: add dummy target for build.ninja dependencies | Paolo Bonzini | 1 | -0/+1 |
2020-11-09 | Makefile: No echoing for 'make help V=1' | Greg Kurz | 1 | -1/+1 |
2020-11-09 | fix make clean/distclean | Paolo Bonzini | 1 | -3/+3 |
2020-10-30 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 1 | -1/+1 |
2020-10-27 | Makefile: Add *.[ch].inc files to cscope/ctags/TAGS | Greg Kurz | 1 | -1/+1 |
2020-10-27 | makefile: handle -n / -k / -q correctly | Paolo Bonzini | 1 | -3/+7 |
2020-10-26 | configure: move directory options from config-host.mak to meson | Paolo Bonzini | 1 | -0/+4 |
2020-10-26 | Makefile: separate meson rerun from the rest of the ninja invocation | Paolo Bonzini | 1 | -11/+29 |