v/vlib/os
Larpon d8531717d1
os: add `raw_execute` on Windows (#14363)
2022-05-13 10:10:38 +02:00
..
bare
cmdline
filelock
font
notify tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 16:26:28 +02:00
README.md
args.v
const.v
const_nix.c.v
const_windows.c.v
environment.c.v
environment.js.v
environment_test.v os: add os.getenv_opt/1 2021-11-19 17:47:45 +02:00
fd.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
file.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
file.js.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
file_test.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
glob_test.v
inode.c.v
inode_test.v vfmt: keep file permissions with -w on !windows (#13334) 2022-02-01 14:49:06 +02:00
open_uri_default.c.v
open_uri_windows.c.v
os.c.v
os.js.v
os.v szip: expose zip_folder (#14356) 2022-05-13 10:10:38 +02:00
os_android.c.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
os_darwin.c.v
os_js.js.v
os_linux.c.v
os_nix.c.v os: add `raw_execute` on Windows (#14363) 2022-05-13 10:10:38 +02:00
os_structs_dirent_default.c.v
os_structs_sigaction_default.c.v
os_structs_stat_default.c.v
os_structs_stat_linux.c.v
os_structs_utsname_default.c.v os: move C struct declarations in their own _default.c.v files (#12268) 2021-10-22 17:08:08 +03:00
os_test.v checker: error if smaller signed == unsigned (#14078) 2022-04-25 19:07:30 +02:00
os_windows.c.v os: add `raw_execute` on Windows (#14363) 2022-05-13 10:10:38 +02:00
process.c.v
process.js.v
process.v
process_nix.c.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
process_test.v tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 16:26:28 +02:00
process_windows.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
signal.c.v os: add support for signal handling on JS backend (#12818) 2021-12-13 20:18:12 +02:00
signal.js.v
signal.v
signal_test.v

README.md

Description:

os provides common OS/platform independent functions for accessing command line arguments, reading/writing files, listing folders, handling processes etc.