Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 27) sorted by relevance

12

/DragonOS/kernel/
H A DCargo.toml17 [features]
42 elf = { version = "=0.7.2", default-features = false }
52 num = { version = "=0.4.0", default-features = false }
54 …rrors.dragonos.org.cn/DragonOS-Community/num-traits.git", rev="1597c1c", default-features = false }
55 smoltcp = { version = "=0.11.0", default-features = false, features = ["log", "alloc", "socket-raw…
57 uefi = { version = "=0.26.0", features = ["alloc"] }
70 printf-compat = { version = "0.1.1", default-features = false }
73 …nOS-Community/unwinding", rev = "4eb845da62", default-features = false, optional = true, features
89 …t.mirrors.dragonos.org.cn/DragonOS-Community/riscv.git", rev = "4241a97", features = [ "s-mode" ] }
90 sbi-rt = { version = "=0.0.3", features = ["legacy"] }
[all …]
H A DMakefile12 export CARGO_ZBUILD=-Z build-std=core,alloc,compiler_builtins -Z build-std-features=compiler-builti…
30 RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-11-05 clippy --all-features
49 …cd crates/rbpf && RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-11-05 test --features=std,user,cran…
/DragonOS/kernel/crates/kprobe/
H A DCargo.toml10 yaxpeax-x86 = { version = "2", default-features = false, features = ["fmt"] }
11 yaxpeax-arch = { version = "0", default-features = false }
/DragonOS/kernel/crates/rbpf/
H A DCargo.toml28 # Default features (std) are disabled so that the dependencies don't pull in the
30 byteorder = { version = "1.2", default-features = false }
31 log = {version = "0.4.21", default-features = false }
32 combine = { version = "4.6", default-features = false }
51 [features]
68 required-features = ["std"]
72 required-features = ["std"]
/DragonOS/kernel/crates/kdepends/
H A DCargo.toml13 …mirrors.dragonos.org.cn/DragonOS-Community/xarray", rev = "de93b57c34", features = ["slab-friendly…
19 default-features = false
20 features = ["alloc", "static"]
/DragonOS/build-scripts/kernel_build/src/kconfig/
H A Dmod.rs26 let features = ConfigParser::parse_d_configs(&r); in build() localVariable
29 CargoHandler::emit_features(features.as_slice()); in build()
32 Self::make_compile_cfg(&features); in build()
37 fn make_compile_cfg(features: &Vec<Feature>) { in make_compile_cfg()
39 for f in features.iter() { in make_compile_cfg()
113 if let Some(features) = dcfg_table.get("module").unwrap().get("features") { in parse_d_config()
114 for f in features.as_array().unwrap().iter() { in parse_d_config()
/DragonOS/docs/kernel/configuration/
H A Dconfig.md48 [[module.features]]
59 - **[[module.features]]:** 当前模块下的feature
76 [[module.features]]
89 [[module.features]]
/DragonOS/user/apps/test-backlog/
H A DCargo.toml11 actix-web={ version = "3.0.0",default-features = false,features=["rust-tls"] }
H A DMakefile23 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) run --target $(RUST_TARGET) --features"rust-tls"
26 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --features"rust-tls"
/DragonOS/kernel/crates/unified-init/macros/
H A DCargo.toml14 syn = { version = "2.0.42", features = ["full"] }
15 uuid = { version = "0.8", features = ["v4"] }
/DragonOS/kernel/crates/intertrait/macros/
H A DCargo.toml17 syn = { version = "1.0", features = ["full"] }
19 uuid = { version = "0.8", features = ["v4"] }
/DragonOS/kernel/crates/rbpf/mk/
H A Dappveyor.bat62 cargo test --all-features -vv %CARGO_MODE%
66 REM verify that non-test builds aren't trying to use test-only features.
70 REM Verify that we can build with all features
71 cargo build --all-features -vv %CARGO_MODE%
/DragonOS/build-scripts/kernel_build/src/utils/
H A Dcargo_handler.rs54 pub fn emit_features(features: &[Feature]) { in emit_features()
55 for f in features.iter() { in emit_features()
/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/
H A DCargo.toml8 clap = { version = "4.1", features = ["derive"] }
/DragonOS/user/apps/test_namespace/
H A DCargo.toml7 nix = { version = "0.29.0", features = ["sched", "process"] }
/DragonOS/user/apps/test_tokio/
H A DCargo.toml7 tokio = { version = "1.25", features = [
/DragonOS/kernel/crates/rust-slabmalloc/
H A DCargo.toml6 [features]
/DragonOS/docs/introduction/
H A Dindex.rst21 features
/DragonOS/build-scripts/kernel_build/
H A DCargo.toml11 cc = { version = "1.0.83", features = ["parallel"] }
/DragonOS/kernel/.cargo/
H A Dconfig.toml3 # build-std-features = ["compiler-builtins-mem"]
/DragonOS/user/apps/test_ebpf/syscall_ebpf/syscall_ebpf-common/
H A DCargo.toml6 [features]
/DragonOS/kernel/crates/system_error/
H A DCargo.toml9 …rrors.dragonos.org.cn/DragonOS-Community/num-traits.git", rev="1597c1c", default-features = false }
/DragonOS/tools/debugging/logmonitor/
H A DCargo.toml12 clap = { version = "4.4.7", features = ["color", "error-context", "help", "std", "suggestions", "us…
/DragonOS/user/apps/test_ebpf/
H A DCargo.toml12 tokio = { version = "1.25", features = ["macros", "rt", "rt-multi-thread", "net", "signal", "time"]…
/DragonOS/docs/community/code_contribution/
H A Dconventional-commit.md34 BREAKING CHANGE: use JavaScript features not available in Node 6.

12