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
/
cross
Age
Commit message (
Expand
)
Author
2018-06-21
Added ARMCLANG compiler support for C/C++ (#3717)
Vasu Penugonda
2018-06-05
Add MinGW-w64 64-bit to the Travis CI
Nirbheek Chauhan
2018-04-16
Merged Arm CC support.
Jussi Pakkanen
2018-04-02
Imported Debian fixes by Matthias Klose.
Jussi Pakkanen
2018-03-27
Updates to CPP support and update review changes
Somasekhar Penugonda
2018-03-07
Meson Github pull request - 3186 requested changes
Somasekhar Penugonda
2018-01-29
Add cross-compilation support for `rustc`
Adam C. Foltzer
2017-10-28
Use GCC 7 for cross compilation tests.
Jussi Pakkanen
2017-05-21
cross: Fix host_machine.system in the example iphone cross config.
Ole André Vadla Ravnås
2017-04-27
Always pass cross-file {lang}_args to compiler checks
Nirbheek Chauhan
2016-12-20
Fix cross test and run them if a cross compiler is available.
Jussi Pakkanen
2016-05-21
Made cstdlib a subproject.
Jussi Pakkanen
2016-02-17
Fix Vala cross compilation. Closes #370.
Jussi Pakkanen
2015-10-18
Added cpu family property to system information.
Jussi Pakkanen
2015-09-05
Converted alignment check to work also when cross compiling.
Jussi Pakkanen
2015-09-05
Converted sizeof check to work also when cross compiling.
Jussi Pakkanen
2015-09-05
Created iphone cross file and made it possible to specify compile and link ar...
Jussi Pakkanen
2015-08-16
Use system() instead of name() which is a confusing term.
Jussi Pakkanen
2015-07-28
make consistent style
Igor Gnatenko
2015-07-28
Cleanups.
Jussi Pakkanen
2015-07-27
Support target-only cross compilation properly.
Jussi Pakkanen
2015-07-27
Now host_machine, build_machine and target_machine are properly separated and...
Jussi Pakkanen
2015-07-27
Changed cross compilation file to new format.
Jussi Pakkanen
2015-06-06
Use cross file's pkgconfig binary when cross compiling. Closes #138.
Jussi Pakkanen
2015-05-09
Some more cross tweaking.
Jussi Pakkanen
2015-05-09
Fix cross compilation tests.
Jussi Pakkanen
2013-08-31
Fix ARM strip binary path.
Jussi Pakkanen
2013-08-30
Can build both cross and native binaries at the same time.
Jussi Pakkanen
2013-08-24
Get alignment from cross file.
Jussi Pakkanen
2013-08-24
Get has_function from cross file.
Jussi Pakkanen
2013-08-24
Get sizeof info from cross file if it exists and write an error if it can not...
Jussi Pakkanen
2013-08-23
Run cross build tests with exe wrapper.
Jussi Pakkanen
2013-08-23
Can generate a very simple cross environment.
Jussi Pakkanen
2013-08-23
A journey to cross-compilation starts with a single step.
Jussi Pakkanen