samwega
|
9da10dece2
fix: another itoa() used in path_linux.odin had to be replaced with write_int()
|
1 week ago |
Laytan Laats
|
eab3e2be22
os2: remove libc use on Linux
|
4 months ago |
Lucas Perlind
|
9f2d008a8a
Remove TEMP_ALLOCATOR_GUARD wrapper
|
5 months ago |
Lucas Perlind
|
1bea59ee68
Fix linux
|
5 months ago |
Lucas Perlind
|
b9db1dd3e0
os2: Resolve temp allocator collisions
|
5 months ago |
Feoramund
|
cfa3e97968
Make `os2` Linux `_is_path_separator` compare against `_Path_Separator`
|
6 months ago |
Laytan Laats
|
b673642412
os/os2: add get_executable_path and get_executable_directory
|
8 months ago |
jason
|
ce1f3b34c0
Minor fixes + cleanup in os2 and sys/linux
|
9 months ago |
Karl Zylinski
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
jason
|
c7eb2ae6bb
use sys/linux dirent instead of manual iteration
|
1 year ago |
gingerBill
|
2ddaae45f3
Better handling of allocators
|
1 year ago |
gingerBill
|
a28392852a
Mock out os2.remove_all for Windows
|
1 year ago |
gingerBill
|
182454a1c0
Minor clean ups
|
1 year ago |
flysand7
|
7b501b22bb
[os2]: Split file type from mode bits
|
1 year ago |
jason
|
f24f72c280
convert all to use sys/linux over sys/unix; new implementations for pipe, process and env
|
1 year ago |
gingerBill
|
453fc5182b
Remove all uses of `context` stuff in os2
|
1 year ago |
gingerBill
|
450b9ceaec
Add `@(require_results)` everywhere in os2
|
1 year ago |
gingerBill
|
91b7cdaad2
Mock out `temp_file.odin` stuff
|
1 year ago |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
jason
|
3fe0680ad5
update os2 for recent core changes
|
2 years ago |
Jon Lipstate
|
bbafc3fbd6
harmonize to use null for c-string endings
|
2 years ago |
Jon Lipstate
|
194fa7cd98
rename nul to null, allocation clarifications
|
2 years ago |
gingerBill
|
55b79c078c
Remove `:= context.allocator` usage in `package os2`
|
2 years ago |
jason
|
fff23e2bbb
merge from upstream and convert to ^File types
|
3 years ago |
jason
|
97d1a67871
make vet happy, thread_local heap
|
3 years ago |
CiD-
|
aadb4db211
avoid temp_allocator on stupidly long paths
|
3 years ago |
CiD-
|
36c22393a4
fix memory leak
|
3 years ago |
CiD-
|
6d6e840bc2
mkdir_all: WHOOPS
|
3 years ago |
CiD-
|
4b1822ade8
mkdir_all: close last open file
|
3 years ago |
CiD-
|
b21e7e4518
rewrite mkdir_all
|
3 years ago |