.. |
allocators.odin
|
4d63ee0794
Remove unused import
|
8 сар өмнө |
dir.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
dir_linux.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
dir_posix.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
dir_walker.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
dir_wasi.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
dir_windows.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
doc.odin
|
ebbc33fdb5
Mockup of the new `package os` interface (incomplete and non-functioning)
|
4 жил өмнө |
env.odin
|
79944056b9
Add `Error` to `os2.set_env`
|
6 сар өмнө |
env_linux.odin
|
2ab1ca29e6
Fix data races in `os2/env_linux.odin`
|
6 сар өмнө |
env_posix.odin
|
266f15b672
Fix indentation
|
6 сар өмнө |
env_wasi.odin
|
79944056b9
Add `Error` to `os2.set_env`
|
6 сар өмнө |
env_windows.odin
|
79944056b9
Add `Error` to `os2.set_env`
|
6 сар өмнө |
errors.odin
|
b9043db434
os2: make platform error more ergonomic by making it an alias
|
1 жил өмнө |
errors_linux.odin
|
64508e477b
add unsupported check in process test
|
11 сар өмнө |
errors_posix.odin
|
b673642412
os/os2: add get_executable_path and get_executable_directory
|
7 сар өмнө |
errors_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
7 сар өмнө |
errors_windows.odin
|
dbad23385d
[os2]: Implement pipe_has_data procedure
|
11 сар өмнө |
file.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
file_linux.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
file_posix.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
file_posix_darwin.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_posix_freebsd.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_posix_netbsd.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_posix_other.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
file_stream.odin
|
271f84ab5b
Expect `stream` as a field directly on `os2.File`
|
1 жил өмнө |
file_util.odin
|
6bf70b60d6
os/os2: add default permissions to write_entire_file
|
11 сар өмнө |
file_wasi.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
file_windows.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
6 сар өмнө |
heap.odin
|
38e983cac6
Remove dead code
|
1 жил өмнө |
heap_linux.odin
|
27998e0d21
os2/heap_linux point to runtime._heap_allocator_proc
|
7 сар өмнө |
heap_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
heap_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
7 сар өмнө |
heap_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
internal_util.odin
|
d6002d68a2
Make `os2.random_string` use `context.random_generator`
|
6 сар өмнө |
path.odin
|
2b8c76354d
Use `copy` over `intrinsics.mem_copy_non_overlapping`
|
5 сар өмнө |
path_darwin.odin
|
d54de6704a
os/os2: use proc_pidpath for executable path on darwin
|
7 сар өмнө |
path_freebsd.odin
|
b673642412
os/os2: add get_executable_path and get_executable_directory
|
7 сар өмнө |
path_linux.odin
|
cfa3e97968
Make `os2` Linux `_is_path_separator` compare against `_Path_Separator`
|
5 сар өмнө |
path_netbsd.odin
|
b673642412
os/os2: add get_executable_path and get_executable_directory
|
7 сар өмнө |
path_openbsd.odin
|
b2e3b34ce0
Fix #4890
|
6 сар өмнө |
path_posix.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
path_posixfs.odin
|
abe0c30837
Add new path API for `os2`
|
5 сар өмнө |
path_wasi.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
path_windows.odin
|
2b8c76354d
Use `copy` over `intrinsics.mem_copy_non_overlapping`
|
5 сар өмнө |
pipe.odin
|
dbad23385d
[os2]: Implement pipe_has_data procedure
|
11 сар өмнө |
pipe_linux.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
8 сар өмнө |
pipe_posix.odin
|
b2e3b34ce0
Fix #4890
|
6 сар өмнө |
pipe_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
7 сар өмнө |
pipe_windows.odin
|
842f1ae304
Fix indentation issues
|
11 сар өмнө |
process.odin
|
1cf7a56ba7
General clean up of code
|
8 сар өмнө |
process_linux.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
process_posix.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
process_posix_darwin.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
process_posix_other.odin
|
424dc590a3
fix bsds process_open
|
11 сар өмнө |
process_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
7 сар өмнө |
process_windows.odin
|
b3bbb00f1a
Add `Error` as part of the return values of `os2.environ`
|
6 сар өмнө |
stat.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
stat_linux.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
stat_posix.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
stat_wasi.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
5 сар өмнө |
stat_windows.odin
|
6a6980fda8
Remove `if ODIN_OS == .Windows` in file that can only be built on Windows
|
5 сар өмнө |
temp_file.odin
|
2d0dc44636
Shorten buffers used for `os2.random_string` results
|
6 сар өмнө |
temp_file_linux.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
temp_file_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
temp_file_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
7 сар өмнө |
temp_file_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 жил өмнө |
user.odin
|
7d1fcfa09b
Fix wrong path in `os2.user_config_dir`
|
6 сар өмнө |