Alex Crichton
7775fd3df7
Merge pull request #219 from chrisvittal/asm-doc
Add note that crate can compile assembly.
8 years ago
James Higgs
e4987130c2
Merge remote-tracking branch 'upstream/master'
8 years ago
James Higgs
f8fcfe1f2b
Update assert and adjust docs
8 years ago
James Higgs
92d0b578a2
Fix up the example for expand
8 years ago
James Higgs
e872a0bdbc
Assert that there's only one file in config when using expand
8 years ago
Christopher Vittal
69dbb53dcf
Add note that crate can compile assembly.
8 years ago
Alex Crichton
501a5bfb4a
Bump minimum version to 1.9.0
8 years ago
Alex Crichton
db7b134541
Merge pull request #218 from ronnychevalier/rc/use_try_macro
config: use try! instead of ? to support rust 1.6.0
8 years ago
Ronny Chevalier
382f8f52e8
config: use try! instead of ? to support rust 1.6.0
The use of ? is only available and stable since 1.13.0, while the
minimum version supported is 1.6.0.
8 years ago
Alex Crichton
ee4c0f11ca
Merge pull request #215 from ronnychevalier/rc/flag_if_supported
config: add flag_if_supported
8 years ago
Alex Crichton
93b3531d16
Merge pull request #214 from AndyGauge/lib-name-fix
Preventing bug if liberace makes a library using new syntax
8 years ago
Ronny Chevalier
590a974a8a
config: add flag_if_supported
It allows one to add a flag to the compiler on the condition that the
compiler supports it.
We check if the compiler supports the flag by trying to compile a
simple executable. If there is some output on stderr we consider that
the compiler failed and the flag is not supported.
8 years ago
Alex Crichton
c738a5013e
Fix example in README
8 years ago
Andy Gauge
169ff59e04
Preventing bug if liberace makes a library using new syntax
8 years ago
Alex Crichton
178b8b4be3
Work around appveyor issues
8 years ago
Alex Crichton
7618c2192a
Merge pull request #211 from rap2hpoutre/master
Add some panic conditions
8 years ago
Raphaël Huchet
12dc0bab96
Merge branch 'master' into master
8 years ago
Alex Crichton
7b6f4a0738
Merge pull request #213 from omh1280/remove_compile_library
Remove `compile_library`
8 years ago
Ottavio Hartman
5c5d692aec
Merge remote-tracking branch 'upstream/master' into remove_compile_library
8 years ago
Ottavio Hartman
a761285174
Remove compile_library function
8 years ago
Alex Crichton
8b993f4537
Merge pull request #212 from AndyGauge/lib_name
Changed compile to accept name of library and updated examples
8 years ago
Alex Crichton
109ff274a7
Merge pull request #210 from AndyGauge/doc_hyperlinks
Added hyperlinks to internal methods/structs/functions within docs.
8 years ago
Andy Gauge
87da1012e9
README has examples and documentation that is affected.
8 years ago
Andy Gauge
89a9d3dfce
Changed compile to accept name of library and updated examples
8 years ago
rap2h
f1e8ae14d0
Add some panic conditions
8 years ago
Andy Gauge
c0481c97f3
Added hyperlinks to internal methods/structs/functions within docs.
8 years ago
Alex Crichton
2b0d2be603
Merge pull request #206 from opilar/feature/target-host-docs
target/host examples in docs
8 years ago
Alex Crichton
4adb2bc940
Merge pull request #204 from opilar/feature/config-derive
Implementation for Config::default
8 years ago
Alex Crichton
a1ad8ab774
Merge pull request #205 from opilar/feature/config-files
Config::files method
8 years ago
Alex Crichton
09e127c80c
Merge pull request #208 from opilar/feature/categories-readme
Add readme and categories to Cargo.toml
8 years ago
opilarium
ac2b9e6e6a
Add readme and categories to Cargo.toml
8 years ago
opilarium
aaa4e96c3e
cpp_link_stdlib/cpp_set_stdlib examples
8 years ago
opilarium
14a70f0e2f
target/host examples
8 years ago
opilarium
510e040b0e
Config::files method
8 years ago
opilarium
2004e41e92
Implementation for Config::default
8 years ago
Alex Crichton
b3e77370fe
Merge pull request #203 from opilar/feature/tool-derive
Implement Clone and Debug for Tool
8 years ago
Alex Crichton
eb80e5d548
Merge pull request #201 from opilar/feature/shared-static-flag-doc
Shared/static flag examples
8 years ago
Alex Crichton
a95d61a790
Merge pull request #202 from opilar/feature/include-define-flag-docs
Include/define/flag docs
8 years ago
opilarium
f2c751e940
Implement Clone and Debug for Tool
8 years ago
opilarium
1681ad52e9
Add ticks for tests
8 years ago
opilarium
320a033e18
Tests compilation
8 years ago
Alex Crichton
c44c3c2048
Merge pull request #200 from opilar/feature/config-derive
Implement Clone, Debug and Default for Config
8 years ago
ma.rybakov
2dc5dfe8f0
Include/define/flag docs
8 years ago
ma.rybakov
385fed36d9
Shared/static flag examples
8 years ago
ma.rybakov
9966c862aa
Implement Clone, Debug and Default for Config
8 years ago
Alex Crichton
48585c7a92
Minor style updates
8 years ago
Alex Crichton
f22f6dff14
Merge pull request #170 from king6cong/master
fix arm-linux-androideabi-gcc -Oz error
8 years ago
king6cong
e54aa2c378
fix arm-linux-androideabi-gcc -Oz error
8 years ago
Alex Crichton
8479be6b2a
Merge pull request #168 from ignatenkobrain/patch-1
bump rayon to 0.8
8 years ago
Igor Gnatenko
f3f9c826b6
bump rayon to 0.8
8 years ago