| .. |
|
allocators.odin
|
7642e0a0e0
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
|
5 months ago |
|
dir.odin
|
cacb9f9f54
os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS
|
8 months ago |
|
dir_linux.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
dir_posix.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
11 months ago |
|
dir_posix_darwin.odin
|
cacb9f9f54
os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS
|
8 months ago |
|
dir_walker.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
11 months ago |
|
dir_wasi.odin
|
0e4140a602
os/os2: recursive directory walker, expose errors in read_directory, file clone
|
11 months ago |
|
dir_windows.odin
|
c631a8eff5
os2 internals -> (c)string16
|
5 months ago |
|
doc.odin
|
ebbc33fdb5
Mockup of the new `package os` interface (incomplete and non-functioning)
|
4 years ago |
|
env.odin
|
6347c87b5b
Add buffered get_env variants to os2
|
7 months ago |
|
env_linux.odin
|
6347c87b5b
Add buffered get_env variants to os2
|
7 months ago |
|
env_posix.odin
|
73dcc39d98
Fix macOS
|
7 months ago |
|
env_wasi.odin
|
6347c87b5b
Add buffered get_env variants to os2
|
7 months ago |
|
env_windows.odin
|
c631a8eff5
os2 internals -> (c)string16
|
5 months ago |
|
errors.odin
|
6347c87b5b
Add buffered get_env variants to os2
|
7 months ago |
|
errors_linux.odin
|
64508e477b
add unsupported check in process test
|
1 year ago |
|
errors_posix.odin
|
b673642412
os/os2: add get_executable_path and get_executable_directory
|
1 year ago |
|
errors_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
1 year ago |
|
errors_windows.odin
|
dbad23385d
[os2]: Implement pipe_has_data procedure
|
1 year ago |
|
file.odin
|
cacb9f9f54
os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS
|
8 months ago |
|
file_linux.odin
|
78290ceef3
Add contextless to another proc
|
5 months ago |
|
file_posix.odin
|
7642e0a0e0
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
|
5 months ago |
|
file_posix_darwin.odin
|
cacb9f9f54
os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS
|
8 months ago |
|
file_posix_freebsd.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
|
file_posix_netbsd.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
|
file_posix_other.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
file_stream.odin
|
271f84ab5b
Expect `stream` as a field directly on `os2.File`
|
1 year ago |
|
file_util.odin
|
cdca345d74
Handle optional allocator error when appending read bytes in read_entire_file_from_file
|
4 months ago |
|
file_wasi.odin
|
7642e0a0e0
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
|
5 months ago |
|
file_windows.odin
|
7642e0a0e0
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
|
5 months ago |
|
heap.odin
|
38e983cac6
Remove dead code
|
1 year ago |
|
heap_linux.odin
|
27998e0d21
os2/heap_linux point to runtime._heap_allocator_proc
|
1 year ago |
|
heap_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
|
heap_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
1 year ago |
|
heap_windows.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
|
internal_util.odin
|
b9db1dd3e0
os2: Resolve temp allocator collisions
|
8 months ago |
|
path.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
path_darwin.odin
|
d54de6704a
os/os2: use proc_pidpath for executable path on darwin
|
1 year ago |
|
path_freebsd.odin
|
74a66f7794
os2: fix get_executable_path() on FreeBSD including the nil-terminator
|
9 months ago |
|
path_linux.odin
|
eab3e2be22
os2: remove libc use on Linux
|
8 months ago |
|
path_netbsd.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
path_openbsd.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
path_posix.odin
|
eab3e2be22
os2: remove libc use on Linux
|
8 months ago |
|
path_posixfs.odin
|
eab3e2be22
os2: remove libc use on Linux
|
8 months ago |
|
path_wasi.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
path_windows.odin
|
7642e0a0e0
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
|
5 months ago |
|
pipe.odin
|
dbad23385d
[os2]: Implement pipe_has_data procedure
|
1 year ago |
|
pipe_linux.odin
|
1bf33fe373
Use static global memory for std handles instead of allocating.
|
1 year ago |
|
pipe_posix.odin
|
b2e3b34ce0
Fix #4890
|
10 months ago |
|
pipe_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
1 year ago |
|
pipe_windows.odin
|
842f1ae304
Fix indentation issues
|
1 year ago |
|
process.odin
|
d3f649d244
Make `get_args` contextless
|
5 months ago |
|
process_linux.odin
|
f5b947ea73
Fix linux
|
8 months ago |
|
process_posix.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
process_posix_darwin.odin
|
8ff15eaf69
More contextless fixes
|
5 months ago |
|
process_posix_other.odin
|
424dc590a3
fix bsds process_open
|
1 year ago |
|
process_wasi.odin
|
9b218a2922
don't need to hang on to the null handle
|
8 months ago |
|
process_windows.odin
|
c631a8eff5
os2 internals -> (c)string16
|
5 months ago |
|
stat.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
stat_linux.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
stat_posix.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
stat_wasi.odin
|
4e7f54c565
Decouple usage of `filepath` from `os2`
|
10 months ago |
|
stat_windows.odin
|
c631a8eff5
os2 internals -> (c)string16
|
5 months ago |
|
temp_file.odin
|
b9a09cebee
fix for temp_file name prefix being deallocated before being used
|
4 months ago |
|
temp_file_linux.odin
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
8 months ago |
|
temp_file_posix.odin
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
|
temp_file_wasi.odin
|
e4892f1bb2
os/os2: wasi target support
|
1 year ago |
|
temp_file_windows.odin
|
c631a8eff5
os2 internals -> (c)string16
|
5 months ago |
|
user.odin
|
17746db555
Fix user dirs, add docs
|
7 months ago |
|
user_posix.odin
|
3862555153
Replace core:posix usage in core:os/os2
|
7 months ago |
|
user_windows.odin
|
c631a8eff5
os2 internals -> (c)string16
|
5 months ago |