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
Alex Crichton
36d5367b37
Bump to 0.3.51
8 years ago
Alex Crichton
5523fa1cfc
Merge pull request #134 from jakllsch/netbsd
rename "netbsdelf" Rust triples to "netbsd"
8 years ago
Alex Crichton
5c57835087
Fix nmake tests
8 years ago
Alex Crichton
bf1033721b
Merge pull request #167 from lucab/ups/static-shared-flags
config: add shared_flag and static_flag
8 years ago
Luca Bruno
d5af8bfb94
config: add shared_flag and static_flag
This adds two configuration options to optionally enable or disable
the `-shared` and `-static` flags. If omitted, musl targets enable
`-static` by default.
8 years ago
Alex Crichton
0f6c1424ae
Bump to 0.3.50
8 years ago
Alex Crichton
ca9678e9a5
Merge pull request #166 from brson/vs2017
Only add the 'host dylib path' to the MSVC 2017 PATH
8 years ago
Brian Anderson
f6be9a7255
Only add the 'host dylib path' to the MSVC 2017 PATH
8 years ago
Alex Crichton
e9d57f06e2
Add a url for vs15 logic
8 years ago
Alex Crichton
36a33abd9b
Bump to 0.3.49
8 years ago
Alex Crichton
0d87a9b739
Merge pull request #164 from brson/vs2017
Fix MSVC 2017 cross-compilation
8 years ago
Brian Anderson
8c87f85f78
Fix MSVC 2017 cross-compilation
8 years ago
Alex Crichton
e650554edf
Fix a compiler warning
8 years ago
Alex Crichton
6b41873be3
Bump to 0.3.48
8 years ago
Alex Crichton
942ddd9716
Add forwards compat with `VsVers`
8 years ago
Alex Crichton
655f688516
Merge pull request #163 from brson/vs2017
Update msbuild discovery for 2017
8 years ago
Brian Anderson
c64620ccf8
Update msbuild discovery for 2017
This also adds a find_vs_version function to share with
the cmake crate.
Fixes #162
8 years ago
Alex Crichton
dd454cb89f
Merge pull request #161 from brson/vs2017
Be more precise about MSVC names
8 years ago
Brian Anderson
817911723e
Be more precise about MSVC names
8 years ago