| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-20 | nasm: Use different test sources for x86 and x86_64 | Kacper Słomiński | |
| The x86 test files might not work on x86_64 Linux in certain cases, for example if the kernel is configured without support for x86 executables (which also gets rid of the old system call interface). Bug: https://bugs.gentoo.org/936911 | |||
| 2024-07-30 | tests: nasm: make it easier to debug generator() style build | Eli Schwartz | |
| By default, we build with debug info which can be useful for investigating why a test segfaults instead of either passing or failing. The nasm language hooks this up, but using nasm as a generator program does not. Bug: https://bugs.gentoo.org/936911 | |||
| 2024-04-09 | nasm test: Add a test for validating the Xcode backend | L. E. Segovia | |
| 2024-04-09 | nasm test: Set the correct supported OSes for the tests | L. E. Segovia | |
| 2023-10-02 | nasm tests: skip asm language test on Solaris & illumos | Alan Coopersmith | |
| The code in this test to make Linux system calls is not compatible with the SunOS kernel system call conventions. | |||
| 2023-02-20 | nasm: Link with windows CRT libs when nasm is used as linker language | Xavier Claessens | |
| 2023-01-18 | Fix nasm when target has threads as added dependency | Gijs Peskens | |
| 2022-10-25 | tests: Add nasm compiler checks | Xavier Claessens | |
| 2022-10-25 | nasm: Use an hello world test that works on 32bits too | Xavier Claessens | |
| Fixes: #10956 | |||
| 2022-10-24 | nasm: Harcode default path on Windows | Xavier Claessens | |
| NASM's installer does not add itself into PATH, even when installed by choco. | |||
| 2022-10-24 | Add yasm as fallback for nasm language | Xavier Claessens | |
| 2022-10-24 | Add NASM compiler | Xavier Claessens | |
| 2018-11-02 | extract_all_sources: Also include generated object files | Xavier Claessens | |
| Closes #4281. | |||
| 2018-08-15 | Kill tabs dead! For good! | Jussi Pakkanen | |
| 2018-06-18 | nasm test: use -no-pie (#3710) | Mathieu Duponchelle | |
| We were hitting the problem described by: https://stackoverflow.com/questions/43367427/32-bit-absolute-addresses-no-longer-allowed-in-x86-64-linux See the first answer for a detailed explanation Fixes https://github.com/mesonbuild/meson/issues/3707 | |||
| 2018-06-01 | configure_file: Add output_format kwarg (#3636) | Mathieu Duponchelle | |
| * configure_file: Add output_format kwarg * docs: Reference-manual.md output_format was added in 0.47 [skip ci] | |||
