Age | Commit message (Expand) | Author | Files | Lines |
2022-03-31 | allow RunTarget to skip wrapping due to env | Eli Schwartz | 2 | -8/+10 |
2022-03-31 | Handle same Framework multiple times in Xcode. | Jussi Pakkanen | 1 | -2/+4 |
2022-03-31 | Handle feed and capture in xcodebackend. | Jussi Pakkanen | 1 | -1/+2 |
2022-03-30 | Fix typos in Xcode backend. | Jussi Pakkanen | 1 | -3/+3 |
2022-03-29 | Target: Stop passing environment in method args | Xavier Claessens | 1 | -3/+3 |
2022-03-29 | Replace backend.get_option_for_target() with target.get_option() | Xavier Claessens | 4 | -51/+36 |
2022-03-23 | Add support for cython_args | Tristan Partin | 1 | -0/+1 |
2022-03-23 | ninja backend: do not fatally error on compdb failure | Eli Schwartz | 1 | -1/+1 |
2022-03-22 | OptionOverrideProxy: Handle per-subproject options | Xavier Claessens | 1 | -8/+5 |
2022-03-22 | backends: Stop separating base and compiler options | Xavier Claessens | 4 | -19/+13 |
2022-03-22 | Add ability to add resources to jars | Tristan Partin | 1 | -5/+9 |
2022-03-21 | ninja: fix handling of rust structured_sources in rare case | Dylan Baker | 1 | -4/+11 |
2022-03-18 | structured_sources: fix subdir handling | Dylan Baker | 1 | -6/+2 |
2022-03-14 | mtest: fix logic bug that broke tests where the cmd is a Windows found program | Eli Schwartz | 1 | -0/+2 |
2022-03-13 | Merge pull request #9339 from dcbaker/submit/structured_sources | Jussi Pakkanen | 1 | -0/+55 |
2022-03-09 | install: Add --strip option | Xavier Claessens | 1 | -2/+4 |
2022-03-07 | treewide: string-quote the first argument to T.cast | Eli Schwartz | 1 | -2/+2 |
2022-03-07 | backends/ninja: Add support for structured sources with rust | Dylan Baker | 1 | -0/+43 |
2022-03-07 | backend/ninja: add rules to copy files to the build dir | Dylan Baker | 1 | -0/+12 |
2022-03-07 | Fix default install tag for shared lib symlinks | Xavier Claessens | 2 | -9/+13 |
2022-02-28 | devenv: Do not prepend empty list to PATH and LD_LIBRARY_PATH | Xavier Claessens | 1 | -7/+9 |
2022-02-28 | backends: Cache creation of install data | Xavier Claessens | 1 | -0/+1 |
2022-02-16 | flake8: fix various whitespace errors with badly aligned code | Eli Schwartz | 1 | -1/+1 |
2022-02-16 | flake8: fix typoed whitespace surrounding tokens | Eli Schwartz | 1 | -1/+1 |
2022-02-14 | shared module: Allow linking on Android | Nirbheek Chauhan | 1 | -1/+1 |
2022-02-10 | ninjabackend: fix rust program names with dashes | Alyssa Ross | 1 | -1/+2 |
2022-02-02 | Merge pull request #9834 from bonzini/test-verbose-kwarg | Jussi Pakkanen | 1 | -1/+3 |
2022-02-02 | ninjabackend: treat link_whole_targets like link_targets for Rust targets | Zach Reizner | 1 | -2/+5 |
2022-02-01 | minstall: stop running ldconfig for the user | Eli Schwartz | 1 | -3/+1 |
2022-02-01 | interpreter: support for forcibly verbose logging of some tests | Paolo Bonzini | 1 | -1/+1 |
2022-02-01 | mtest: support for forcibly verbose logging of some tests | Paolo Bonzini | 1 | -1/+3 |
2022-02-01 | backends/ninja: generate symlink aliases for rust/cs/swift libraries too | Eli Schwartz | 1 | -1/+3 |
2022-01-30 | ninja backend: Fix usage of same constants file for native and cross | Nirbheek Chauhan | 1 | -7/+7 |
2022-01-27 | flake8: fix wonky comment style | Eli Schwartz | 1 | -1/+1 |
2022-01-18 | build: Fix return types of a couple of methods | Dylan Baker | 1 | -1/+1 |
2022-01-12 | ninja backend: Fix custom_target() console: kwarg when using env | Declan Qian | 1 | -1/+2 |
2022-01-10 | first pass at migrating to dataclasses | Eli Schwartz | 1 | -111/+96 |
2022-01-10 | clean up even more function signatures in preparation for dataclasses | Eli Schwartz | 1 | -2/+2 |
2021-12-22 | Don't wipe out RPATHs specified by dependencies | Nirbheek Chauhan | 1 | -1/+7 |
2021-12-22 | Set RPATH for all non-system libs with absolute paths | Nirbheek Chauhan | 1 | -28/+27 |
2021-12-11 | install: Don't run ldconfig on cross builds | Dylan Baker | 1 | -2/+5 |
2021-12-06 | allow passing a CustomTargetIndex as argument to a test | Paolo Bonzini | 1 | -3/+5 |
2021-12-06 | pass all outputs of a custom_target as arguments to a test | Paolo Bonzini | 1 | -12/+19 |
2021-12-06 | Fix performance regression in build file generation | complexoctonion | 1 | -1/+2 |
2021-12-05 | rename exe_runner to exe_wrapper everywhere | Eli Schwartz | 1 | -3/+3 |
2021-12-01 | add install_symlink function | Pablo Correa Gómez | 1 | -0/+20 |
2021-11-28 | fix BSD ldconfig handling (#9631) | Eli Schwartz | 1 | -1/+3 |
2021-11-27 | Fix '# Visual Studio <>' comment in sln files with VS backend | Luke Elliott | 7 | -5/+20 |
2021-11-25 | Stop backend_startup_project from erasing the last project in a VS solution | Luke Elliott | 1 | -1/+1 |
2021-11-24 | shared_module: Add soname when used as a link target | Nirbheek Chauhan | 1 | -1/+1 |