Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-02 | Handle strings in cross file args. Closes #4671. | Jussi Pakkanen | 1 | -1/+1 | |
2018-11-08 | Add support for Renesas CC-RX toolchain | Phillip Cao | 1 | -0/+20 | |
2018-06-21 | Added ARMCLANG compiler support for C/C++ (#3717) | Vasu Penugonda | 1 | -0/+20 | |
2018-06-05 | Add MinGW-w64 64-bit to the Travis CI | Nirbheek Chauhan | 3 | -25/+40 | |
Includes new cross files for MinGW-w64 | |||||
2018-04-16 | Merged Arm CC support. | Jussi Pakkanen | 1 | -0/+20 | |
2018-04-02 | Imported Debian fixes by Matthias Klose. | Jussi Pakkanen | 1 | -2/+2 | |
2018-03-27 | Updates to CPP support and update review changes | Somasekhar Penugonda | 1 | -1/+10 | |
2018-03-07 | Meson Github pull request - 3186 requested changes | Somasekhar Penugonda | 1 | -0/+11 | |
- Fixing flake8 error in compilers.py - [E124] closing bracket does not match visual indentation - Updating ARMCCompiler constructor in c.py to raise error as per comments | |||||
2018-01-29 | Add cross-compilation support for `rustc` | Adam C. Foltzer | 1 | -0/+1 | |
This patch is largely modeled on the relatively-straightforward code for Fortran cross-compilation, so there might be some intricacies missing. | |||||
2017-10-28 | Use GCC 7 for cross compilation tests. | Jussi Pakkanen | 1 | -2/+2 | |
2017-05-21 | cross: Fix host_machine.system in the example iphone cross config. | Ole André Vadla Ravnås | 1 | -1/+1 | |
2017-04-27 | Always pass cross-file {lang}_args to compiler checks | Nirbheek Chauhan | 1 | -0/+3 | |
Includes a test for this that will only run on the CI. Closes https://github.com/mesonbuild/meson/issues/1665 | |||||
2016-12-20 | Fix cross test and run them if a cross compiler is available. | Jussi Pakkanen | 1 | -2/+2 | |
2016-05-21 | Made cstdlib a subproject. | Jussi Pakkanen | 1 | -0/+13 | |
2016-02-17 | Fix Vala cross compilation. Closes #370. | Jussi Pakkanen | 1 | -0/+1 | |
2015-10-18 | Added cpu family property to system information. | Jussi Pakkanen | 4 | -3/+8 | |
2015-09-05 | Converted alignment check to work also when cross compiling. | Jussi Pakkanen | 2 | -8/+0 | |
2015-09-05 | Converted sizeof check to work also when cross compiling. | Jussi Pakkanen | 2 | -8/+0 | |
2015-09-05 | Created iphone cross file and made it possible to specify compile and link ↵ | Jussi Pakkanen | 1 | -0/+34 | |
args in the cross file. | |||||
2015-08-16 | Use system() instead of name() which is a confusing term. | Jussi Pakkanen | 3 | -4/+4 | |
2015-07-28 | make consistent style | Igor Gnatenko | 1 | -2/+2 | |
2015-07-28 | Cleanups. | Jussi Pakkanen | 1 | -3/+3 | |
2015-07-27 | Support target-only cross compilation properly. | Jussi Pakkanen | 1 | -0/+12 | |
2015-07-27 | Now host_machine, build_machine and target_machine are properly separated ↵ | Jussi Pakkanen | 2 | -5/+8 | |
and return correct values. | |||||
2015-07-27 | Changed cross compilation file to new format. | Jussi Pakkanen | 2 | -3/+22 | |
2015-06-06 | Use cross file's pkgconfig binary when cross compiling. Closes #138. | Jussi Pakkanen | 1 | -1/+1 | |
2015-05-09 | Some more cross tweaking. | Jussi Pakkanen | 1 | -1/+1 | |
2015-05-09 | Fix cross compilation tests. | Jussi Pakkanen | 1 | -5/+5 | |
2013-08-31 | Fix ARM strip binary path. | Jussi Pakkanen | 1 | -1/+1 | |
2013-08-30 | Can build both cross and native binaries at the same time. | Jussi Pakkanen | 2 | -0/+6 | |
2013-08-24 | Get alignment from cross file. | Jussi Pakkanen | 1 | -1/+6 | |
2013-08-24 | Get has_function from cross file. | Jussi Pakkanen | 1 | -0/+3 | |
2013-08-24 | Get sizeof info from cross file if it exists and write an error if it can ↵ | Jussi Pakkanen | 1 | -0/+8 | |
not be determined. | |||||
2013-08-23 | Run cross build tests with exe wrapper. | Jussi Pakkanen | 1 | -1/+1 | |
2013-08-23 | Can generate a very simple cross environment. | Jussi Pakkanen | 1 | -1/+1 | |
2013-08-23 | A journey to cross-compilation starts with a single step. | Jussi Pakkanen | 1 | -0/+5 | |