/DragonOS/kernel/ |
H A D | Cargo.toml | 17 [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 D | Makefile | 12 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 D | Cargo.toml | 10 yaxpeax-x86 = { version = "2", default-features = false, features = ["fmt"] } 11 yaxpeax-arch = { version = "0", default-features = false }
|
/DragonOS/kernel/crates/rbpf/ |
H A D | Cargo.toml | 28 # 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 D | Cargo.toml | 13 …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 D | mod.rs | 26 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 D | config.md | 48 [[module.features]] 59 - **[[module.features]]:** 当前模块下的feature 76 [[module.features]] 89 [[module.features]]
|
/DragonOS/user/apps/test-backlog/ |
H A D | Cargo.toml | 11 actix-web={ version = "3.0.0",default-features = false,features=["rust-tls"] }
|
H A D | Makefile | 23 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 D | Cargo.toml | 14 syn = { version = "2.0.42", features = ["full"] } 15 uuid = { version = "0.8", features = ["v4"] }
|
/DragonOS/kernel/crates/intertrait/macros/ |
H A D | Cargo.toml | 17 syn = { version = "1.0", features = ["full"] } 19 uuid = { version = "0.8", features = ["v4"] }
|
/DragonOS/kernel/crates/rbpf/mk/ |
H A D | appveyor.bat | 62 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 D | cargo_handler.rs | 54 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 D | Cargo.toml | 8 clap = { version = "4.1", features = ["derive"] }
|
/DragonOS/user/apps/test_namespace/ |
H A D | Cargo.toml | 7 nix = { version = "0.29.0", features = ["sched", "process"] }
|
/DragonOS/user/apps/test_tokio/ |
H A D | Cargo.toml | 7 tokio = { version = "1.25", features = [
|
/DragonOS/kernel/crates/rust-slabmalloc/ |
H A D | Cargo.toml | 6 [features]
|
/DragonOS/docs/introduction/ |
H A D | index.rst | 21 features
|
/DragonOS/build-scripts/kernel_build/ |
H A D | Cargo.toml | 11 cc = { version = "1.0.83", features = ["parallel"] }
|
/DragonOS/kernel/.cargo/ |
H A D | config.toml | 3 # build-std-features = ["compiler-builtins-mem"]
|
/DragonOS/user/apps/test_ebpf/syscall_ebpf/syscall_ebpf-common/ |
H A D | Cargo.toml | 6 [features]
|
/DragonOS/kernel/crates/system_error/ |
H A D | Cargo.toml | 9 …rrors.dragonos.org.cn/DragonOS-Community/num-traits.git", rev="1597c1c", default-features = false }
|
/DragonOS/tools/debugging/logmonitor/ |
H A D | Cargo.toml | 12 clap = { version = "4.4.7", features = ["color", "error-context", "help", "std", "suggestions", "us…
|
/DragonOS/user/apps/test_ebpf/ |
H A D | Cargo.toml | 12 tokio = { version = "1.25", features = ["macros", "rt", "rt-multi-thread", "net", "signal", "time"]…
|
/DragonOS/docs/community/code_contribution/ |
H A D | conventional-commit.md | 34 BREAKING CHANGE: use JavaScript features not available in Node 6.
|