Peter Jin
79a2b73931
Cleanup after merging with latest master.
7 years ago
Alex Crichton
0a763ad5ef
Clarify wording of license information in README.
This text historically was copied verbatim from rust-lang/rust's own README [1]
with the intention of licensing projects the same as rustc's own license, namely
a dual MIT/Apache-2.0 license. The clause about "various BSD-like licenses"
isn't actually correct for almost all projects other than rust-lang/rust and
the wording around "both" was slightly ambiguous.
This commit updates the wording to match more precisely what's in the
standard library [2], namely clarifying that there aren't any BSD-like licenses
in this repository and that the source is licensable under either license, at
your own discretion.
[1]: f0fe716dbc (license)
[2]: f0fe716dbc/src/libstd/lib.rs (L5-L9)
7 years ago
Rick Richardson
1c403ad383
added Parallelism to the main module doc, and a minor tweak to the README
7 years ago
Alex Crichton
92c803699b
Note that this is a rename crate
7 years ago
Alex Crichton
54c0d23086
Bump to 1.0.0
7 years ago
Alex Crichton
410992fcf9
Rename the crate to `cc`
Closes #186
7 years ago
Peter Jin
a481c8911c
Revamped support for CUDA C++ compilation.
7 years ago
Thomas Jespersen
dc4bfb4715
Rename `Config` type to `Build`
Fixes #189
8 years ago
Alex Crichton
c738a5013e
Fix example in README
8 years ago
Ottavio Hartman
a761285174
Remove compile_library function
8 years ago
Andy Gauge
87da1012e9
README has examples and documentation that is affected.
8 years ago
Tatsuya Kawano
61c808d4e5
Update README; `cargo build -jN` will set/override $NUM_JOBS for you.
8 years ago
Alex Crichton
3f163450af
Update metadata
8 years ago
Alex Crichton
abede13810
Clarify the name in the README
8 years ago
Alex Crichton
8f7ea1868d
Add a note about parallel compilation in the README
8 years ago
Alex Crichton
b2f144d456
Use rustup to install extra targets
9 years ago
Alex Crichton
7a78f7e24a
Touch up the README slightly
9 years ago
na-Itms
483f35e055
Remove out-of-date link in README.md
The former direct link to the installer was pointing to an out-of-date version of the program that is unable to fetch installation sources.
9 years ago
Jake Goulding
8494fbb99d
Fix typos
9 years ago
Carlos Liam
48705dd2c5
Clean whitespace
Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines
9 years ago
Mariusz Ceier
d364ac6cff
Update README.md
Add information about compatibility between MinGW and rust compiler.
9 years ago
Alex Crichton
bc6a3a5a54
Touch up the README
10 years ago
Alex Crichton
b8da3f50a0
Add appveyor build status to README
10 years ago
Vadim Chugunov
5206d1b13e
Fix up Windows Notes.
10 years ago
KokaKiwi
5c5e36036d
Fix some typos in README.md
10 years ago
KokaKiwi
52f21016dd
Add C++ library compilation support.
10 years ago
Alex Crichton
0cd97e4b1b
Fix README example
10 years ago
Alex Crichton
c0a56a3a9f
Fix README and add travis config
10 years ago
Serho Liu
2a182685e0
Fix README link failed
add `cargo's build-script driver` link
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
e38966ce9e
Add a README/licenses
10 years ago