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
/
image
/
netpbm
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-1
/
+1
*
core:os -> core:os/os for core:image
Jeroen van Rijn
7 days
1
-8
/
+6
*
Make `using` as a statement an opt-in with `#+feature using-stmt`
gingerBill
2025-12-21
1
-18
/
+16
*
Removed redundant build tags
James Liljenquist
2025-12-05
1
-1
/
+0
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
Package lines for `core:image`.
Jeroen van Rijn
2025-10-09
1
-0
/
+2
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-1
/
+1
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
3
-3
/
+3
*
Fix the format of some `doc.odin` files of the `core` library which did not m...
Maurizio M. Gavioli
2024-04-14
1
-18
/
+21
*
correct newly found vets
Laytan Laats
2024-04-03
1
-6
/
+6
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-7
/
+8
*
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
1
-0
/
+1
*
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...
gingerBill
2023-06-26
1
-6
/
+6
*
Make `core:image` packages work on `js` platform (wasm32) by not requiring `c...
gingerBill
2023-03-23
3
-36
/
+51
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
1
-0
/
+3
*
Rename strings.Builder procedures to be consistent with the rest of the core ...
gingerBill
2022-07-11
1
-2
/
+2
*
Add `image.destroy`
gingerBill
2022-05-14
1
-5
/
+2
*
Add `destroy` with loader
gingerBill
2022-05-14
1
-5
/
+8
*
Rename `load_from_buffer` to `load_from_bytes`
gingerBill
2022-05-14
1
-4
/
+4
*
Fix type and keep -vet happy
gingerBill
2022-05-14
1
-1
/
+1
*
Add image packages to examples/all
gingerBill
2022-05-14
1
-5
/
+5
*
Generalized `core:image` loader
gingerBill
2022-05-14
1
-0
/
+12
*
Fixed the depth values in the doc file, made some info more clear
WalterPlinge
2022-05-01
2
-10
/
+11
*
[pbm] Remove stray comment.
Jeroen van Rijn
2022-04-30
1
-1
/
+0
*
[pbm] Fixes.
Jeroen van Rijn
2022-04-30
2
-25
/
+25
*
[pbm] WIP unit tests.
Jeroen van Rijn
2022-04-30
2
-27
/
+112
*
[pbm] Normalize some errors, correct .depth
Jeroen van Rijn
2022-04-30
1
-37
/
+24
*
Image: Fix implicit enum error
WalterPlinge
2022-04-18
1
-1
/
+1
*
Added initial Netpbm image format support
WalterPlinge
2022-04-18
3
-0
/
+739