Home
last modified time | relevance | path

Searched defs:Build (Results 126 – 150 of 9852) sorted by relevance

12345678910>>...395

/dports/devel/texlab/texlab-3.3.0/cargo-crates/cc-1.0.68/src/
H A Dlib.rs92 pub struct Build { struct
96 flags: Vec<String>,
101 files: Vec<PathBuf>,
102 cpp: bool,
105 cuda: bool,
107 host: Option<String>,
110 debug: Option<bool>,
116 pic: Option<bool>,
278 impl Build { impl
717 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/cc-1.0.62/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
276 impl Build { implementation
714 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/cc-1.0.68/src/
H A Dlib.rs92 pub struct Build { struct
96 flags: Vec<String>,
101 files: Vec<PathBuf>,
102 cpp: bool,
105 cuda: bool,
107 host: Option<String>,
110 debug: Option<bool>,
116 pic: Option<bool>,
278 impl Build { implementation
717 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cc-1.0.67/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
276 impl Build { impl
715 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/cc-1.0.68/src/
H A Dlib.rs92 pub struct Build { struct
96 flags: Vec<String>,
101 files: Vec<PathBuf>,
102 cpp: bool,
105 cuda: bool,
107 host: Option<String>,
110 debug: Option<bool>,
116 pic: Option<bool>,
278 impl Build { implementation
717 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/cc-1.0.69/src/
H A Dlib.rs92 pub struct Build { struct
96 flags: Vec<String>,
101 files: Vec<PathBuf>,
102 cpp: bool,
105 cuda: bool,
107 host: Option<String>,
110 debug: Option<bool>,
116 pic: Option<bool>,
278 impl Build { impl
717 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/cc-1.0.67/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
276 impl Build { implementation
715 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/cc-1.0.67/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
276 impl Build { implementation
715 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/cc-1.0.69/src/
H A Dlib.rs92 pub struct Build { struct
96 flags: Vec<String>,
101 files: Vec<PathBuf>,
102 cpp: bool,
105 cuda: bool,
107 host: Option<String>,
110 debug: Option<bool>,
116 pic: Option<bool>,
278 impl Build { implementation
717 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cc-1.0.60/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
276 impl Build { implementation
685 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/cc-1.0.59/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
276 impl Build { implementation
685 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/cc-1.0.68/src/
H A Dlib.rs92 pub struct Build { struct
96 flags: Vec<String>,
101 files: Vec<PathBuf>,
102 cpp: bool,
105 cuda: bool,
107 host: Option<String>,
110 debug: Option<bool>,
116 pic: Option<bool>,
278 impl Build { implementation
717 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/cc-1.0.69/src/
H A Dlib.rs92 pub struct Build { struct
96 flags: Vec<String>,
101 files: Vec<PathBuf>,
102 cpp: bool,
105 cuda: bool,
107 host: Option<String>,
110 debug: Option<bool>,
116 pic: Option<bool>,
278 impl Build { impl
717 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/io/src/output/
H A Dpandoc.rs66 type Build = Vec<Inline>; typedef
70 fn ingest(&self, input: Self::Input) -> Self::Build { in ingest()
75 fn plain(&self, s: &str) -> Self::Build { in plain()
100 fn join_delim(&self, a: Self::Build, delim: &str, b: Self::Build) -> Self::Build { in join_delim()
106 nodes: Vec<Self::Build>, in group()
109 ) -> Self::Build { in group()
119 fn with_format(&self, a: Self::Build, f: Option<Formatting>) -> Self::Build { in with_format()
123 fn quoted(&self, b: Self::Build, quotes: &LocalizedQuotes) -> Self::Build { in quoted()
131 fn hyperlinked(&self, a: Self::Build, target: Option<&str>) -> Self::Build { in hyperlinked()
/dports/math/mdal/MDAL-release-0.9.0/
H A DREADME.md145 ## Build section in Development
147 ### Windows
174 ### Linux
190 ### MacOS
203 ### External Drivers
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cc-1.0.58/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { implementation
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/cc-1.0.58/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { impl
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/cc-1.0.55/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { implementation
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/cc-1.0.53/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { impl
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/cc-1.0.58/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { impl
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/cc-1.0.53/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { implementation
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/cc/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { impl
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/cc-1.0.58/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { implementation
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/cc-1.0.54/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { impl
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/cc-1.0.52/src/
H A Dlib.rs90 pub struct Build { struct
94 flags: Vec<String>,
99 files: Vec<PathBuf>,
100 cpp: bool,
103 cuda: bool,
105 host: Option<String>,
108 debug: Option<bool>,
114 pic: Option<bool>,
275 impl Build { implementation
683 ) -> &mut Build { in cpp_link_stdlib()
[all …]

12345678910>>...395