aboutsummaryrefslogtreecommitdiffstats
path: root/support/rust-task_info/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make task_info as `macos` specific (#32693)Jonathan Schwender2024-07-041-3/+7
| | | | | | | | rust-analyzer breaks on Linux (when invoked without mach), because it tries to compile the c files, and doesn't find `mach_init.h` Since we don't need task_info on non-mac platforms, just make the crate empty on other platforms. Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
|
* Remove our dependency on the gcc crateBastien Orivel2018-03-211-4/+4
|
* Switch task_info to use modern Cargo tools.Jack Moffitt2015-05-291-8/+4
|
* Fix build scripts warnings.Simon Sapin2015-03-181-12/+5
|
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+2
|
* Fix warnings in rust-task_info.Ms2ger2015-02-131-2/+3
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-0/+20