index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
env2mfile.py
Age
Commit message (
Expand
)
Author
2024-12-04
env2mfile: add flag to use _FOR_BUILD envvars.
Jussi Pakkanen
2024-10-22
env2mfile: Use a cross valac on Debian if possible
Simon McVittie
2024-10-22
env2mfile: Automatically set exe_wrapper on Debian if possible
Simon McVittie
2024-10-22
env2mfile: Use Debian cross-prefixed GObject-Introspection tools
Simon McVittie
2024-10-22
env2mfile: Generalize detection of pkg-config to have a list of tools
Simon McVittie
2024-10-20
Add GNU/Hurd kernel results
Samuel Thibault
2024-10-02
env2mfile: Base cpu on DEB_HOST_GNU_CPU unless DEB_HOST_ARCH is special
Simon McVittie
2024-10-02
env2mfile: Don't hard-code Debian as always being Linux
Simon McVittie
2024-10-02
env2mfile: Map Debian GNU/Hurd to system() -> gnu
Simon McVittie
2024-10-02
env2mfile: Add a function for mostly-identity mappings with special cases
Simon McVittie
2024-10-02
env2mfile: Split detect_cross_debianlike()
Simon McVittie
2024-10-02
env2mfile: Convert MachineInfo into a dataclass
Simon McVittie
2024-09-27
env2mfile: Fix a typo
Simon McVittie
2024-04-04
env2mfile: Only consume LDFLAGS for relevant languages
Ole André Vadla Ravnås
2024-02-23
env2mfile: move language args to `built-in options`
Ole André Vadla Ravnås
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-09-15
environment, env2mfile: Don't shell split paths if they point to a valid exec...
L. E. Segovia
2023-08-02
treewide: internally avoid deprecated machine file uses of "pkgconfig"
Eli Schwartz
2023-06-19
Add kernel and subsystem properties to machine objects.
Jussi Pakkanen
2023-06-12
env2mfile: Take pkg-config properties from env
Xavier Claessens
2023-06-12
env2mfile: Take binaries from env for cross file too
Xavier Claessens
2023-06-12
env2mfile: Not all compilers have env for flags
Xavier Claessens
2023-03-28
Import cpu detection fix from Debian.
Jussi Pakkanen
2023-02-28
Add detection code for powerpc64le.
Jussi Pakkanen
2023-02-28
Add a deb_ prefix to constants that are only used in Debian system detection.
Jussi Pakkanen
2023-02-28
Handle a cross compilation setup that only has a C compiler.
Jussi Pakkanen
2023-02-28
Add Debian platform autodetect to env2mfile.
Jussi Pakkanen
2023-02-01
simplify instantiation of builtin type using builtins instead of functions
Eli Schwartz
2022-11-22
Fix writing single strings in env2mfile.
Jussi Pakkanen
2022-11-12
Add CMake to cross file.
Jussi Pakkanen
2022-11-12
Fix ppc64 detection in Debian.
Jussi Pakkanen
2022-10-03
pylint: enable unspecified-encoding
Dylan Baker
2022-09-01
env2mfile: reuse logical lists of interesting facts from meson itself
Eli Schwartz
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-06-10
treewide: various cleanups to move imports for mypy into typechecking blocks
Eli Schwartz
2022-04-23
Fix typo that breaks g++ cross detection on Debian.
Jussi Pakkanen
2022-03-09
Add new env2mfile command.
Jussi Pakkanen
2022-03-08
Revert "Add new env2cross command."
Eli Schwartz
2022-03-08
Add new env2cross command.
Jussi Pakkanen