summaryrefslogtreecommitdiff
path: root/guix/build-system/meson.scm
AgeCommit message (Expand)Author
2023-12-11guix: meson-build-system: Disable PIC for AVR.Jean-Pierre De Jesus DIAZ
2023-12-11guix: meson-build-system: Support AVR.Jean-Pierre De Jesus DIAZ
2023-11-25build-system/meson: Add #:substitutable? argument to build system.Skyler Ferris
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines
2023-02-11utils: Add target-little-endian?.Philip McGrath
2023-01-30Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2023-01-17build-system/meson: Add mips64el cross compilation support.Mathieu Othacehe
2022-10-09build-system: Fix uses of #:strip-flags and #:strip-directories.Maxime Devos
2022-10-08build-system: Factorize 'strip' flags and directories.Ludovic Courtès
2022-03-07build-system/meson: Add more cross-compilation targets.Efraim Flashner
2021-12-20build-system/meson: Define build variables when cross-compiling.Ludovic Courtès
2021-11-11build: meson: Replace the 'test-target' argument by 'test-options'.Maxim Cournoyer
2021-09-25gexp: Leave grafting as is when lowering allowed/disallowed references.Ludovic Courtès
2021-09-20build-system/meson: Allow 'configure-flags' to be a G-exp.Maxime Devos
2021-07-14build-system/meson: Support cross-compilation.Maxime Devos
2021-03-30build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès
2021-03-30build-system: Rewrite using gexps.Ludovic Courtès
2021-02-01gnu: meson-for-build: Remove package.Maxim Cournoyer
2020-02-06gnu: gcc: Switch back to using 'C_INCLUDE_PATH' instead of 'CPATH'.Ludovic Courtès
2019-07-07build-system/meson: Enable compiler optimizations.Marius Bakke
2019-03-21build-system/meson: Add #:allowed-references and #:disallowed-references.Marius Bakke
2018-08-22build-system/meson: Strip RUNPATH and remove PatchELF traces.Marius Bakke
2018-07-28build-system/meson: Remove RUNPATH workarounds.Marius Bakke
2018-07-02build-system/meson: Really skip the 'fix-runpath' phase on armhf.Marius Bakke
2018-03-20Revert "build-system/meson: Use 'target-arm32?' for armhf-linux case."Marius Bakke
2018-03-19build-system/meson: Use 'target-arm32?' for armhf-linux case.Efraim Flashner
2018-03-12build-system/meson: Skip the 'fix-runpath' phase on armhf.Marius Bakke
2017-09-26build-system: meson: Fix typo in variable name.Mohammed Sadiq
2017-09-16build-system: Add 'meson-build-system'.Peter Mikkelsen