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
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