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
/
compress
/
gzip
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
2
-11
/
+11
*
gzip -> os2
Jeroen van Rijn
7 days
2
-42
/
+34
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
2
-2
/
+2
*
Render examples.
Jeroen van Rijn
2025-10-10
1
-12
/
+13
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
More package lines
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
Add more package lines for the docs
Jeroen van Rijn
2025-10-09
1
-2
/
+3
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
2
-89
/
+90
*
Update numerous package declaration names
gingerBill
2024-04-18
2
-2
/
+2
*
Minor cleanups to the core library
gingerBill
2023-09-30
1
-4
/
+2
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-1
/
+1
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
1
-1
/
+1
|
\
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
1
-1
/
+1
*
|
Rename `load_from_slice` to `load_from_bytes` across `core`
gingerBill
2022-05-14
2
-5
/
+5
*
|
[compress] 32-bit cleanness.
Jeroen van Rijn
2022-03-03
1
-2
/
+2
|
/
*
Add `#partial [Enum]Type{...}` support to check for missing enumerated array ...
gingerBill
2022-02-05
1
-0
/
+1
*
Fix `#sparse` usage
gingerBill
2022-02-05
1
-1
/
+1
*
Make sure to `delete` on the right allocator.
Jeroen van Rijn
2021-09-19
1
-2
/
+5
*
compress: Update BSD-3 license + remove semicolons from compressed example.
Jeroen van Rijn
2021-09-06
2
-2
/
+2
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-1
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
2
-125
/
+125
*
ZLIB: cleanup.
Jeroen van Rijn
2021-06-27
1
-14
/
+9
*
PNG: Let PNG use the new compress I/O routines.
Jeroen van Rijn
2021-06-27
1
-244
/
+7
*
ZLIB: Split up input from stream and memory into own code paths.
Jeroen van Rijn
2021-06-27
2
-21
/
+251
*
Refactor compress.Context struct.
Jeroen van Rijn
2021-06-26
1
-1
/
+0
*
ZLIB: Moar faster.
Jeroen van Rijn
2021-06-26
1
-22
/
+19
*
ZLIB: Remove superfluous code.
Jeroen van Rijn
2021-06-26
1
-3
/
+6
*
ZLIB: If output size is known, reserve that much.
Jeroen van Rijn
2021-06-26
2
-11
/
+71
*
All reads now skip stream if in memory.
Jeroen van Rijn
2021-06-23
2
-37
/
+40
*
Refactor ZLIB structs.
Jeroen van Rijn
2021-06-23
2
-11
/
+13
*
ZLIB: Start optimization.
Jeroen van Rijn
2021-06-21
2
-6
/
+26
*
GZIP defer diverging fix in gzip example.
Jeroen van Rijn
2021-06-20
1
-2
/
+3
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
1
-2
/
+2
*
Change General_Error.OK to nil
Jeroen van Rijn
2021-05-03
2
-4
/
+4
*
Convert `core:compress` and `core:image` error checks to new union comparison.
Jeroen van Rijn
2021-05-03
2
-5
/
+4
*
Minor stylistic code changes to compress and image packages
gingerBill
2021-04-30
2
-43
/
+41
*
Use regular allocator from png+gzip's `load_from_file`.
Jeroen van Rijn
2021-04-30
1
-1
/
+3
*
Add `compress` and `image` to core.
Jeroen van Rijn
2021-04-30
2
-0
/
+384