gingerBill
|
f7b18cd86e
|
Add DjVu
|
2022-05-14 15:32:28 +01:00 |
|
gingerBill
|
d74e4b427d
|
Remove bool return on image.destroy
|
2022-05-14 15:16:56 +01:00 |
|
gingerBill
|
22dc020647
|
Destroy pixel buffer
|
2022-05-14 15:16:14 +01:00 |
|
gingerBill
|
e8485ee7e7
|
Correction to image.destroy
|
2022-05-14 15:15:04 +01:00 |
|
gingerBill
|
c516fb947f
|
Add image.destroy
|
2022-05-14 15:11:23 +01:00 |
|
gingerBill
|
3aa0a733f3
|
Add destroy with loader
|
2022-05-14 15:06:55 +01:00 |
|
gingerBill
|
4e080057fb
|
Rename load_from_buffer to load_from_bytes
|
2022-05-14 15:01:17 +01:00 |
|
gingerBill
|
9c1f270bd5
|
Rename load_from_slice to load_from_bytes across core
|
2022-05-14 14:55:15 +01:00 |
|
gingerBill
|
e46d87b221
|
Fix type and keep -vet happy
|
2022-05-14 14:47:58 +01:00 |
|
gingerBill
|
5bc866e420
|
Allow for import _ "foo" to allow for @(init) procedures; Remove using import code
|
2022-05-14 14:44:24 +01:00 |
|
gingerBill
|
5af7004f44
|
Add image packages to examples/all
|
2022-05-14 14:43:50 +01:00 |
|
gingerBill
|
01e8e682c0
|
Generalized core:image loader
```odin
import "core:image"
import "core:image/png"
...
img, err := image.load_from_file("path.png")
```
|
2022-05-14 14:38:26 +01:00 |
|
gingerBill
|
2ef6544ca2
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-05-14 14:26:50 +01:00 |
|
gingerBill
|
9921ac01cc
|
Add more NetPBM variants
|
2022-05-14 14:26:11 +01:00 |
|
Jeroen van Rijn
|
7057f5fc11
|
Add PAM and PFM to format detection.
|
2022-05-14 15:17:37 +02:00 |
|
gingerBill
|
f17a9dd5e7
|
Add even more file formats
|
2022-05-14 13:59:49 +01:00 |
|
gingerBill
|
ec3394b8da
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-05-14 13:46:15 +01:00 |
|
gingerBill
|
0cca42a1f4
|
Add image.which file format testing procedures
|
2022-05-14 13:46:10 +01:00 |
|
Jeroen van Rijn
|
85edcf9cc2
|
Revert.
|
2022-05-14 13:34:52 +02:00 |
|
gingerBill
|
3b842ffe29
|
Remove semicolons
|
2022-05-14 12:27:21 +01:00 |
|
Jeroen van Rijn
|
6c0e2e2a53
|
pool_join should look at .Done.
|
2022-05-14 13:18:38 +02:00 |
|
Jeroen van Rijn
|
42371f7aea
|
Fix fix.
|
2022-05-13 15:25:20 +02:00 |
|
Jeroen van Rijn
|
286f782e5e
|
Merge pull request #1786 from Kelimion/thread_fix
Fix thread pool join.
|
2022-05-13 15:17:08 +02:00 |
|
Jeroen van Rijn
|
58fc305b11
|
Do a bit less work for pool_join.
|
2022-05-13 15:11:33 +02:00 |
|
Jeroen van Rijn
|
7e0c359f99
|
Fix thread pool join.
|
2022-05-13 15:03:40 +02:00 |
|
Jeroen van Rijn
|
f50399e394
|
Merge pull request #1785 from Kelimion/csv
Allow CSV/TSV reader to read multi-line fields.
|
2022-05-13 14:33:25 +02:00 |
|
Jeroen van Rijn
|
7bc21c6691
|
Allow CSV/TSV reader to read multi-line fields.
|
2022-05-13 14:19:04 +02:00 |
|
gingerBill
|
dd56c85e55
|
Merge pull request #1784 from yay/os-darwin-fixes
os_darwin.odin fixes
|
2022-05-13 10:10:05 +01:00 |
|
Vitaly Kravchenko
|
9e2a847ebc
|
Typo fix
|
2022-05-13 09:32:04 +01:00 |
|
Vitaly Kravchenko
|
daef39a206
|
os_darwin.odin fixes
|
2022-05-13 09:27:15 +01:00 |
|
gingerBill
|
5d496cdcda
|
Merge pull request #1783 from AaronGlazer/master
core:sys/windows - Add flag values for FormatMessageW and LocalAlloc/etc.
|
2022-05-13 09:21:04 +01:00 |
|
gingerBill
|
f27f595549
|
Add core:encoding/endian
|
2022-05-12 19:35:07 +01:00 |
|
Aaron Glazer
|
536e0a8c29
|
Adding flag values for FormatMessageW and LocalAlloc/etc.
|
2022-05-12 08:22:51 -07:00 |
|
gingerBill
|
bc18310107
|
Correct xml test
|
2022-05-12 16:01:15 +01:00 |
|
gingerBill
|
3fdb3dd767
|
Minor style change in leb128.odin
|
2022-05-12 15:59:15 +01:00 |
|
gingerBill
|
d224679619
|
Minor name changes within core:encoding/xml for consistency
|
2022-05-12 15:57:03 +01:00 |
|
gingerBill
|
2dd181e663
|
Remove duplication
|
2022-05-12 15:48:27 +01:00 |
|
gingerBill
|
f002857edc
|
Clean up core:time to be consistent across all platforms
|
2022-05-12 15:47:24 +01:00 |
|
gingerBill
|
97739da85a
|
Remove core:sys/win32
|
2022-05-12 14:33:03 +01:00 |
|
gingerBill
|
6c14586fff
|
Add GetAddrInfoExW
|
2022-05-12 14:27:46 +01:00 |
|
gingerBill
|
0c45a46aab
|
Remove A calls in favour of W calls
|
2022-05-12 14:21:25 +01:00 |
|
gingerBill
|
d1fc9d3073
|
Add more libraries
|
2022-05-12 13:54:40 +01:00 |
|
gingerBill
|
2fb351bf04
|
Update sys/windows to be closer to the soon to be deleted sys/win32
|
2022-05-12 13:45:17 +01:00 |
|
gingerBill
|
dc832ad49f
|
Minor fix
|
2022-05-12 13:20:55 +01:00 |
|
gingerBill
|
eef44b11f3
|
Make the utf16 conversion procedures in core:sys/windows safer by checking for memory leaks
|
2022-05-12 13:17:58 +01:00 |
|
gingerBill
|
bb4f108487
|
Update error handling for os2 on windows
|
2022-05-12 12:54:27 +01:00 |
|
gingerBill
|
ccb38c3dc6
|
Add _safe versions
|
2022-05-12 12:54:14 +01:00 |
|
gingerBill
|
cc81057d21
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2022-05-12 11:33:08 +01:00 |
|
gingerBill
|
8b4b81fdeb
|
Fill in most of os2/file_windows.odin
|
2022-05-12 11:33:01 +01:00 |
|
Jeroen van Rijn
|
4cb46f5631
|
Merge pull request #1781 from Kelimion/thread_fix
Disable thread.terminate on Darwin for now.
|
2022-05-11 16:23:56 +02:00 |
|