Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-28 | Add detection code for powerpc64le. | Jussi Pakkanen | 1 | -1/+3 | |
Originally from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019413 | |||||
2023-02-28 | Add a deb_ prefix to constants that are only used in Debian system detection. | Jussi Pakkanen | 1 | -6/+6 | |
2023-02-28 | Handle a cross compilation setup that only has a C compiler. | Jussi Pakkanen | 1 | -1/+4 | |
2023-02-28 | Add Debian platform autodetect to env2mfile. | Jussi Pakkanen | 1 | -1/+1 | |
2023-02-01 | simplify instantiation of builtin type using builtins instead of functions | Eli Schwartz | 1 | -8/+10 | |
2022-11-22 | Fix writing single strings in env2mfile. | Jussi Pakkanen | 1 | -1/+2 | |
2022-11-12 | Add CMake to cross file. | Jussi Pakkanen | 1 | -4/+30 | |
Original patch by Helmut Grohne. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023744 | |||||
2022-11-12 | Fix ppc64 detection in Debian. | Jussi Pakkanen | 1 | -1/+3 | |
Original patch by Helmut Grohne. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023744 | |||||
2022-10-03 | pylint: enable unspecified-encoding | Dylan Baker | 1 | -1/+1 | |
2022-09-01 | env2mfile: reuse logical lists of interesting facts from meson itself | Eli Schwartz | 1 | -45/+12 | |
Meson internally knows about many languages and tools, and *FLAGS variables, and which languages to use them for. Instead of duplicating this logic, import it from mesonbuild.* This logic was originally standalone, but now that it is merged into the Meson tree we can have a single source of truth. | |||||
2022-06-13 | flake8: fix various whitespace nits | Eli Schwartz | 1 | -4/+4 | |
2022-06-10 | treewide: various cleanups to move imports for mypy into typechecking blocks | Eli Schwartz | 1 | -24/+26 | |
Along the way, add __future__ annotations where lacking. | |||||
2022-04-23 | Fix typo that breaks g++ cross detection on Debian. | Jussi Pakkanen | 1 | -1/+1 | |
2022-03-09 | Add new env2mfile command. | Jussi Pakkanen | 1 | -0/+368 | |
2022-03-08 | Revert "Add new env2cross command." | Eli Schwartz | 1 | -368/+0 | |
This reverts commit e257a870fe5e676c55a2282b0e7fc9be34bba2ac. The PR adding this command had infinitely hanging CI, and now that it is merged to master we cannot get any CI on any PR to succeed. | |||||
2022-03-08 | Add new env2cross command. | Jussi Pakkanen | 1 | -0/+368 | |