-
Notifications
You must be signed in to change notification settings - Fork 397
Comparing changes
Open a pull request
base repository: cross-rs/cross
base: v0.1.14
head repository: cross-rs/cross
compare: v0.1.15
Commits on Nov 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 94ab2ac - Browse repository at this point
Copy the full SHA 94ab2acView commit details
Commits on Dec 10, 2017
-
Use -cpu n270 to run i686-linux-android tests
After the ndk update used to build libstd rust-lang/rust#45580, i686-linux-android binaries stopped working #143. It's seem that the new toolchain is emitting instructions that the default qemu-i386 cpu does not support. Using -cpu n270 (common in android i686 phones), fix the problem. Fixes #143.
Configuration menu - View commit details
-
Copy full SHA for 41e27fe - Browse repository at this point
Copy the full SHA 41e27feView commit details
Commits on Dec 11, 2017
-
Auto merge of #170 - malbarbo:fix-i686-android, r=japaric
Use -cpu n270 to run i686-linux-android binaries After the ndk update used to build libstd rust-lang/rust#45580, i686-linux-android binaries stopped working #143. It's seem that the new toolchain is emitting instructions that the default qemu-i386 cpu does not support. Using -cpu n270 (common in android i686 phones), fix the problem. Fixes #143.
Configuration menu - View commit details
-
Copy full SHA for 5f04770 - Browse repository at this point
Copy the full SHA 5f04770View commit details
Commits on Jan 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c22c84f - Browse repository at this point
Copy the full SHA c22c84fView commit details
Commits on Mar 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d335c78 - Browse repository at this point
Copy the full SHA d335c78View commit details
Commits on Mar 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ecc1180 - Browse repository at this point
Copy the full SHA ecc1180View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fac28 - Browse repository at this point
Copy the full SHA a5fac28View commit details
Commits on Mar 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3612d9b - Browse repository at this point
Copy the full SHA 3612d9bView commit details -
Merge pull request #184 from dwijnand/patch-1
Fix a typo in the README
Configuration menu - View commit details
-
Copy full SHA for 850fbd1 - Browse repository at this point
Copy the full SHA 850fbd1View commit details
Commits on Mar 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1475d1c - Browse repository at this point
Copy the full SHA 1475d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6918a42 - Browse repository at this point
Copy the full SHA 6918a42View commit details -
Merge pull request #188 from japaric/revert-182-lts-14.04
Revert "Update to 14.04 LTS."
Configuration menu - View commit details
-
Copy full SHA for 2af453d - Browse repository at this point
Copy the full SHA 2af453dView commit details
Commits on Mar 29, 2018
-
Add C++ support for BSDs and Solaris
The g++ is already built, but is not referenced as a environment variable. Adds the missing environment variables and documents them in README.
Configuration menu - View commit details
-
Copy full SHA for ca5a61c - Browse repository at this point
Copy the full SHA ca5a61cView commit details
Commits on Apr 2, 2018
-
Merge pull request #190 from bgermann/cpp
Add C++ support for BSDs and Solaris
Configuration menu - View commit details
-
Copy full SHA for 3502de4 - Browse repository at this point
Copy the full SHA 3502de4View commit details
Commits on Jul 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6948871 - Browse repository at this point
Copy the full SHA 6948871View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d1223 - Browse repository at this point
Copy the full SHA b7d1223View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb1c79b - Browse repository at this point
Copy the full SHA eb1c79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd9e6a - Browse repository at this point
Copy the full SHA 4dd9e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da089f - Browse repository at this point
Copy the full SHA 2da089fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6b2b4 - Browse repository at this point
Copy the full SHA ea6b2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a55ac8 - Browse repository at this point
Copy the full SHA 1a55ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500bba6 - Browse repository at this point
Copy the full SHA 500bba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b162e2 - Browse repository at this point
Copy the full SHA 3b162e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c903903 - Browse repository at this point
Copy the full SHA c903903View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87cdc2 - Browse repository at this point
Copy the full SHA c87cdc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0e75c - Browse repository at this point
Copy the full SHA cc0e75cView commit details
Commits on Aug 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dda8794 - Browse repository at this point
Copy the full SHA dda8794View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5732c1 - Browse repository at this point
Copy the full SHA b5732c1View commit details
Commits on Aug 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6729503 - Browse repository at this point
Copy the full SHA 6729503View commit details
Commits on Aug 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d248721 - Browse repository at this point
Copy the full SHA d248721View commit details
Commits on Sep 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6959ee0 - Browse repository at this point
Copy the full SHA 6959ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for de27cd3 - Browse repository at this point
Copy the full SHA de27cd3View commit details
Commits on Oct 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e22a562 - Browse repository at this point
Copy the full SHA e22a562View commit details
Commits on Oct 8, 2018
-
206: Fix build issues r=jamesmunns a=malbarbo This fixes almost all current build issues. Only two issues are left: - thumb* tests, which requires using https://github.com/japaric/utest instead of https://github.com/japaric/cortest - netbsd build, which is failing with libc linking issues Co-authored-by: Marco A L Barbosa <malbarbo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 91dd60f - Browse repository at this point
Copy the full SHA 91dd60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 284cdb1 - Browse repository at this point
Copy the full SHA 284cdb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b447d0a - Browse repository at this point
Copy the full SHA b447d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 651afaf - Browse repository at this point
Copy the full SHA 651afafView commit details -
165: Upgrade CMake to at least 3.5.1 on all images r=Dylan-DPC a=Bobo1239 I'm currently writing Rust bindings for a C project which only supports CMake >= 3.1. I've choosen 3.5.1 as that is the version which is available on Ubuntu 16.04. Co-authored-by: Boris-Chengbiao Zhou <bobo1239@web.de>
Configuration menu - View commit details
-
Copy full SHA for 754f752 - Browse repository at this point
Copy the full SHA 754f752View commit details -
215: add travis to readme r=Dylan-DPC a=Dylan-DPC Add travis badge to readme Co-authored-by: Dylan DPC <dylan.dpc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5d9ab90 - Browse repository at this point
Copy the full SHA 5d9ab90View commit details
Commits on Oct 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8f0ea92 - Browse repository at this point
Copy the full SHA 8f0ea92View commit details -
214: Upgrade OpenSSL to 1.0.2p r=jamesmunns a=bgermann Co-authored-by: bgermann <bgermann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65db4ac - Browse repository at this point
Copy the full SHA 65db4acView commit details -
Simplify Target to use only to cases: BuiltIn and Custom
In the current form, cross needs to known every target its supports. This makes things too restrict. For example, its not possible to use a custom target image for a target that cross does not provides a docker image (like aarch64-unknown-linux-musl, for example). Cross refuses to execute saying it does not support the specified target. Besides that, to add a new docker image the cross code needs to be changed. This changes simplifies the Target enum to have only two variants: BuiltIn and Custom. Cross needs to known if a target is a custom target so it can call xargo, otherwise, all BuitIn targets can be uniformly handled.
Configuration menu - View commit details
-
Copy full SHA for f38ea4b - Browse repository at this point
Copy the full SHA f38ea4bView commit details
Commits on Oct 11, 2018
-
Xargo is needed if the target is not available on rustup
This adjust AvaliableTargets to separate installed and not installed targets so we do not attempt to install a installed target.
Configuration menu - View commit details
-
Copy full SHA for 6fa1542 - Browse repository at this point
Copy the full SHA 6fa1542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bc75d - Browse repository at this point
Copy the full SHA 29bc75dView commit details -
217: Simplify Target to use only to cases: BuiltIn and Custom r=Dylan-DPC a=malbarbo In the current form, cross needs to known every target its supports. This makes things too restrict. For example, its not possible to use a custom target image for a target that cross does not provides a docker image (like aarch64-unknown-linux-musl, for example). Cross refuses to execute saying it does not support the specified target. Besides that, to add a new docker image the cross code needs to be changed. This changes simplifies the Target enum to have only two variants: BuiltIn and Custom. Cross needs to known if a target is a custom target so it can call xargo, otherwise, all BuitIn targets can be uniformly handled. Co-authored-by: Marco A L Barbosa <malbarbo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1e40e45 - Browse repository at this point
Copy the full SHA 1e40e45View commit details
Commits on Oct 12, 2018
-
Add sh and toolbox binaries to android system image
Also disable AT_SECURE check and create /system/etc/hosts
Configuration menu - View commit details
-
Copy full SHA for 73ced1e - Browse repository at this point
Copy the full SHA 73ced1eView commit details -
Remove AT_SECURE qemu android patch
We patch the android linker instead
Configuration menu - View commit details
-
Copy full SHA for d3b4715 - Browse repository at this point
Copy the full SHA d3b4715View commit details -
- Set ANDROID_DNS_MODE=local, this allows localhost to be resolved - Copy libz.so to /system/lib/ - Set DEP_Z_INCLUDE instance of DEP_Z_ROOT (allow cargo tests to run)
Configuration menu - View commit details
-
Copy full SHA for ee149e2 - Browse repository at this point
Copy the full SHA ee149e2View commit details
Commits on Oct 13, 2018
-
Update musl and use musl-cross-make to build all musl toochains
This allows an uniform treatment of all musl targets. This also includes: - Add openssl to arm-unknown-linux-musleabi and armv7-unknown-linux-musleabihf - Update Ubuntu to 18.04 - Update musl to 1.1.20
Configuration menu - View commit details
-
Copy full SHA for f1febb3 - Browse repository at this point
Copy the full SHA f1febb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc38e3 - Browse repository at this point
Copy the full SHA 8dc38e3View commit details
There are no files selected for viewing
This file was deleted.