Alex Crichton
3638acaa0f
Fixup some warnings
10 years ago
Alex Crichton
564247d019
Update to cargo master
10 years ago
Alex Crichton
1a28f0d295
Add a root doc url
10 years ago
Alex Crichton
6373dcb819
Reduce features in use
10 years ago
Alex Crichton
230f6c8107
Fix looking at CFLAGS
10 years ago
Alex Crichton
bab847db25
Move off std::old_io
10 years ago
Alex Crichton
6c2dbfd0dd
Merge pull request #25 from vhbit/ios-arm64-fix
iOS: fixed aarch64 compilation
10 years ago
Valerii Hiora
b7940f4445
iOS: fixed aarch64 compilation
10 years ago
Alex Crichton
d932ce96a6
Bump to 0.2.1
10 years ago
Alex Crichton
0cd97e4b1b
Fix README example
10 years ago
Alex Crichton
e170b87443
Move to a builder-style interface
This is frequently much more ergonomic and is also much more extensible in terms
of backwards-compatibility.
10 years ago
Alex Crichton
0ea006967a
Move to var_string
10 years ago
Alex Crichton
016cc1597b
Add a build-dependencies keyword
10 years ago
Alex Crichton
1a78a93cb1
Add some feature gates
10 years ago
Alex Crichton
9904334cbf
Bump to 0.1.7
10 years ago
Alex Crichton
c0a56a3a9f
Fix README and add travis config
10 years ago
Alex Crichton
e9f2986494
Bump to 0.1.6
10 years ago
Alex Crichton
f003d9af63
Update to new compiler flag syntax
Bump to 0.1.5
10 years ago
Alex Crichton
f5c52d956e
Merge pull request #22 from alexcrichton/update
Prep for alpha
10 years ago
Alex Crichton
fa20c62b28
Bump to 0.1.4
10 years ago
Alex Crichton
53f278349a
Merge pull request #21 from vhbit/show-string
Format Show and String split
10 years ago
Valerii Hiora
5c19d30d3e
Format Show and String split
10 years ago
Alex Crichton
4a8a514c8b
Put all emitted -L paths into the native path only
10 years ago
Alex Crichton
63c78c7efe
Merge pull request #20 from vhbit/ios-additional-archs
Additional archs for iOS
10 years ago
Valerii Hiora
fd9c0fa4b2
Additional archs for iOS
10 years ago
Alex Crichton
4d09756f83
Merge pull request #19 from cybergeek94/master
Add `-mwin32` flag on Windows targets
10 years ago
Austin Bonander
ec2a8c6ed6
Add -mwin32 on Windows targets
10 years ago
Alex Crichton
f7b47d923a
Merge pull request #17 from octplane/additional_flags_support
Support for additional flags for gcc
10 years ago
Pierre Baillet
de33ff0855
Support for additional flags for gcc
- Via the `flags` vector in Config
- Bump version too.
10 years ago
Alex Crichton
dfe97a119a
Merge pull request #16 from glennw/android-gcc-ar
Set default gcc/ar based on target when compiling android target.
10 years ago
Glenn Watson
6cc06ee959
Set default gcc/ar based on target when compiling android target.
10 years ago
Alex Crichton
d35c34c871
Bump version number
Closes #15
10 years ago
Alex Crichton
3caf7309ef
Merge pull request #13 from sfackler/master
Remove uneeded feature
10 years ago
Steven Fackler
b925757e57
Remove uneeded feature
10 years ago
Alex Crichton
b3fedefcc7
Merge pull request #12 from DiamondLovesYou/cross-compile-fix
Don't fail when all envs are unset. Also log envs checked.
10 years ago
Richard Diamond
8cb92ada6e
Don't fail when all envs are unset. Also log envs checked.
10 years ago
Alex Crichton
6b60df5cec
Merge pull request #11 from SerhoLiu/fix-readme-link
Fix README link failed
10 years ago
Alex Crichton
f87b268225
Merge pull request #10 from bvssvni/osx
Fix case when 'HOST' is not set on OSX
10 years ago
Serho Liu
2a182685e0
Fix README link failed
add `cargo's build-script driver` link
10 years ago
Sven Nilsen
beec5754cb
Fix case when 'HOST' is not set on OSX
Instead of using “gcc” it fails, so by using `Result` instead of
`Option` the error message can be returned instead of causing task
panic.
Fixes https://github.com/rust-lang/time/issues/28
10 years ago
Alex Crichton
c9f81d9874
Merge pull request #9 from jmesmon/namespace-env
Support use of namespaced environment variables based on "TARGET" and "HOST"
10 years ago
Cody P Schafer
94205321c2
Support use of namespaced environment variables based on TARGET and HOST
10 years ago
Alex Crichton
d32b24466d
Tweak wording around gcc on windows
10 years ago
John P Mayer, Jr
37c32d3596
Add Windows notes
not obvious, might be helpful
10 years ago
Alex Crichton
96c9e44ce3
Bump to 0.1.0
10 years ago
Alex Crichton
a3a9a2618d
Improve error messages slightly around running commands
10 years ago
Alex Crichton
903e8f8a2e
Add some metadata and bump the version number
10 years ago
Alex Crichton
f25b3ba9c4
Merge pull request #5 from vhbit/ios-support
Support for iOS compilation
10 years ago
Valerii Hiora
4297b7c8c9
Support for iOS compilation
10 years ago
Alex Crichton
f23b4ba153
Merge pull request #4 from sfackler/master
Allow specification of additional objects to link in
10 years ago