index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
[os2] Add missing temp_file implementation for Linux
Roland Kovacs
2024-07-30
1
-4
/
+7
*
General clean up of `os2.read_directory` for Windows
gingerBill
2024-07-24
5
-19
/
+42
*
Improve `os2.read_directory`
gingerBill
2024-07-24
4
-42
/
+30
*
Add missing attribute
gingerBill
2024-07-24
1
-1
/
+1
*
Begin cleaning up `os2.read_directory`
gingerBill
2024-07-24
4
-84
/
+187
*
Remove dead code
gingerBill
2024-07-24
1
-4
/
+0
*
Better handling of allocators
gingerBill
2024-07-24
6
-31
/
+37
*
Add `inode` to `os2.Stat`
gingerBill
2024-07-24
3
-1
/
+7
*
fix build comment in os_freestanding
Laytan Laats
2024-07-23
1
-2
/
+2
*
Implement `init_long_path_support`
gingerBill
2024-07-23
3
-8
/
+28
*
Use `SHFileOperationW` for `remove_all` on Windows
gingerBill
2024-07-23
3
-60
/
+32
*
Mock out os2.remove_all for Windows
gingerBill
2024-07-23
3
-12
/
+103
*
Begin work on os2/dir.odin
gingerBill
2024-07-23
11
-49
/
+286
*
Minor clean ups
gingerBill
2024-07-23
2
-9
/
+3
*
Begin mocking out the linux stuff on os2
gingerBill
2024-07-23
6
-68
/
+126
*
Add utility calls to os2
gingerBill
2024-07-23
2
-0
/
+20
*
Merge pull request #3940 from flysand7/os2-handle-inheritance
gingerBill
2024-07-19
5
-7
/
+19
|
\
|
*
[os2]: Make anonymous pipes always inheritable
flysand7
2024-07-18
2
-2
/
+6
|
*
Make all handles non-inheritable by default
flysand7
2024-07-18
3
-5
/
+13
*
|
[os2]: Split file type from mode bits
flysand7
2024-07-18
11
-117
/
+134
|
/
*
Use RTTI to get the `error_string` for Windows
gingerBill
2024-07-16
1
-0
/
+10
*
Check for specific error directly
gingerBill
2024-07-16
1
-1
/
+1
*
Clean up `bit_set` usage
gingerBill
2024-07-16
1
-20
/
+15
*
Remove the need for temporary variables where possible
gingerBill
2024-07-16
1
-37
/
+17
*
More clean up for process_windows.odin
gingerBill
2024-07-16
1
-50
/
+45
*
Add @(require_results) where needed
gingerBill
2024-07-16
1
-1
/
+16
*
General clean up of the os2/process_windows.odin code
gingerBill
2024-07-16
2
-494
/
+274
*
[os2/process]: Make get_args() private and use heap_allocator
flysand7
2024-07-15
1
-10
/
+2
*
[os2/process]: Implement missing functionality, update docs
flysand7
2024-07-15
2
-17
/
+40
*
[os2/process]: Implement process_kill
flysand7
2024-07-15
2
-42
/
+19
*
[os2/process]: Refactor process_info procs, add process_info_by_handle
flysand7
2024-07-15
2
-63
/
+251
*
[os2/process]: Adjust docs on process_close function
flysand7
2024-07-15
1
-1
/
+2
*
[os2/process]: Implement process creation procedures
flysand7
2024-07-15
2
-22
/
+329
*
[os2/process]: Fix leaking memory on errors
flysand7
2024-07-15
1
-42
/
+10
*
[os2/process]: Implement retrieving command args in process info
flysand7
2024-07-15
1
-14
/
+69
*
[os2/process]: Improve documentation for *process_info() family of function
flysand7
2024-07-15
1
-5
/
+22
*
[os2/process]: Fix environment block null-terminator counting
flysand7
2024-07-15
1
-5
/
+6
*
[os2/process] Added process_info() procedure
flysand7
2024-07-15
2
-58
/
+594
*
Rebase master
flysand7
2024-07-15
2
-5
/
+36
*
[os2/process]: Add process list function
flysand7
2024-07-15
2
-0
/
+23
*
[os2/process]: Fill in basic functions
flysand7
2024-07-15
2
-8
/
+124
*
Clean up `os2.File.impl` usage
gingerBill
2024-07-14
4
-119
/
+111
*
Make `os2.File` a more generic interface
gingerBill
2024-07-14
5
-74
/
+103
*
Use `fstat` on `os2.File` directly
gingerBill
2024-07-14
5
-19
/
+19
*
[os2/file]: Fixes related to handle inheritance
flysand7
2024-07-14
1
-8
/
+6
*
[core/os]: Fix read_console not stopping the read when newline can't fit in o...
flysand7
2024-07-12
1
-1
/
+1
*
added the setenv and unsetenv bindings for darwin, inspired but os_linux.odin
Hector Mejia
2024-07-05
1
-0
/
+25
*
make preopens a slice and remove bad current_dir
Laytan Laats
2024-07-02
1
-4
/
+5
*
wasm: support `vendor:stb/truetype` and `vendor:fontstash`
Laytan Laats
2024-07-02
1
-1
/
+1
*
wasi: make `os.open` work with absolute paths
Laytan Laats
2024-07-02
1
-1
/
+113
[next]