Commit Graph

571 Commits

Author SHA1 Message Date
3a1c15f313
screen concept 2023-07-26 12:24:18 +02:00
e92c7cbfa0
add exe icon 2023-07-26 02:02:06 +02:00
4d09e1fd4a
gh windows cd 2023-07-26 01:13:54 +02:00
07765b4ad7
wire up imgui 2023-07-26 01:11:17 +02:00
88f6091665 Squashed 'external/imgui/imgui/' content from commit d4ddc46e7
git-subtree-dir: external/imgui/imgui
git-subtree-split: d4ddc46e7773e9a9b68f965d007968f35ca4e09a
2023-07-26 00:23:40 +02:00
f66b8d3ea2 Merge commit '88f609166511499341dde3b5a6191e34641d2eeb' as 'external/imgui/imgui' 2023-07-26 00:23:40 +02:00
a0122d38f2
minimal sdl app 2023-07-25 23:59:35 +02:00
e4d2987c54
add sdl 2023-07-25 22:47:22 +02:00
dec0d4ec41 Squashed 'external/sdl/SDL/' content from commit b8d91252c
git-subtree-dir: external/sdl/SDL
git-subtree-split: b8d91252c6488cf9c645aba447b56bb9dbd9609a
2023-07-25 22:27:55 +02:00
b8e444eaa8 Merge commit 'dec0d4ec4153bf9fc2b78ae6c2df45b6ea8dde7a' as 'external/sdl/SDL' 2023-07-25 22:27:55 +02:00
b38ea75e56
updat sol toxcore 2023-07-25 22:08:02 +02:00
8613511928
more fixing 2023-07-25 16:22:35 +02:00
7650d0ff23
update plugin sub 2023-07-25 15:38:14 +02:00
4ec6a26d91
start with gh ci 2023-07-25 15:10:52 +02:00
efa781e9ba
empty main 2023-07-25 14:56:22 +02:00
41d0fc02c3
should compile 2023-07-25 14:35:57 +02:00
227425b90e Squashed 'external/toxcore/c-toxcore/' content from commit 67badf69
git-subtree-dir: external/toxcore/c-toxcore
git-subtree-split: 67badf69416a74e74f6d7eb51dd96f37282b8455
2023-07-25 11:53:09 +02:00
5568b70d31 Merge commit '227425b90e9a671118026689dd30967e127a1090' as 'external/toxcore/c-toxcore' 2023-07-25 11:53:09 +02:00
5c7231b7a3 Squashed 'external/entt/entt/' content from commit fef92113
git-subtree-dir: external/entt/entt
git-subtree-split: fef921132cae7588213d0f9bcd2fb9c8ffd8b7fc
2023-07-25 11:29:51 +02:00
310a099f14 Merge commit '5c7231b7a33124aeadedbd8c7579376494a05a56' as 'external/entt/entt' 2023-07-25 11:29:51 +02:00
df9fc529e2
add gitignore 2023-07-25 11:29:43 +02:00
f077a29cf0
partial setup 2023-07-25 01:11:30 +02:00
Dominic Szablewski
9ab99731f8
Merge pull request #271 from victoryforce/QOI-support-in-darktable
Mention QOI support in darktable
2023-07-18 15:05:25 +02:00
Victor Forsiuk
1527109c28 Mention QOI support in darktable 2023-07-17 21:33:38 +03:00
Dominic Szablewski
f65b365318
Merge pull request #269 from N-R-K/less_hardcode_bench
Less hardcoded benchmarking code
2023-06-16 15:35:38 +02:00
NRK
706ed3eb68 Less hardcoded benchmarking code
this allows people to more easily plugin their implementation for
benchmarking purposes.
2023-06-16 17:31:57 +06:00
Dominic Szablewski
c6219a5696
Merge pull request #266 from bpanthi977/master
Add link to Common Lisp implementation
2023-06-15 18:05:29 +02:00
Dominic Szablewski
ef61984291
Merge pull request #268 from N-R-K/stdio_errcheck
More strict stdio error checking
2023-06-15 18:03:53 +02:00
NRK
36190eb07d Error check qoi_read() more strictly
fseek is not guaranteed to succeed and can fail, e.g when trying to
seek a pipe. the first fseek() is not error checked since if it failed,
ftell would return 0.

also check for fread errors too before calling qoi_decode().
2023-06-15 16:06:03 +06:00
NRK
00dfdc8b5c Error check qoi_write() more strictly
simply checking the return value of fwrite() wouldn't be enough since
stdio is typically buffered. and so force a flush and check for errors
via ferror().
2023-06-15 14:36:19 +06:00
Dominic Szablewski
dfc056e813
Merge pull request #267 from Aftersol/master
Update README.md
2023-05-18 10:23:22 +02:00
Aftersol
76e3789073
Update README.md
small change to my link
2023-05-17 13:32:51 -07:00
Bibek Panthi
1ae0c19492 Add link to Common Lisp implementation 2023-04-30 19:14:36 +05:45
Dominic Szablewski
f6dffaf1e8
Merge pull request #263 from sylikc/other-jpegview
add JPEGView to end of Other Software list
2023-03-11 18:44:55 +01:00
Kevin M
040f8a15e5 add JPEGView to end of Other Software list 2023-03-02 00:49:34 -08:00
Dominic Szablewski
3dfa66d8fd
Merge pull request #262 from LTMX/patch-1
Mention LTMX/Unity.QOI in Tools section
2023-02-24 15:35:45 +01:00
LTMX
013c745284
Mention LTMX/Unity.QOI in Tools section 2023-02-24 14:20:00 +01:00
Dominic Szablewski
0d8d07971b
Merge pull request #260 from pfusik/qoi-ci-ts
Mention qoi-ci transpiling to TypeScript
2023-02-09 11:15:34 +01:00
Piotr Fusik
6d5a7ab2fd Mention qoi-ci transpiling to TypeScript 2023-02-09 08:01:07 +01:00
Dominic Szablewski
514c259711 Mention ffmpeg support; close #259 2023-02-06 13:35:58 +01:00
Dominic Szablewski
c0a27f808f Mention ZTQOI 2023-01-22 20:03:08 +01:00
Dominic Szablewski
dc4b97471a Mention tacentview 2023-01-22 20:03:01 +01:00
Dominic Szablewski
071f0ce957
Merge pull request #257 from grego/master
Add a link to a Hare implementation to README
2023-01-20 14:44:31 +01:00
Maroš Grego
d70233b2c6 Add a link to a Hare implementation to README 2023-01-19 21:44:26 +01:00
Dominic Szablewski
c3dcfe780b
Add LICENSE file; close #250 2022-12-13 21:08:09 +01:00
Dominic Szablewski
660839cb2c
Merge pull request #247 from lbatalha/master
Add CFLAGS as per GNU Coding Standards
2022-11-16 19:51:04 +01:00
Luis Batalha
5c787e4173
add CFLAGS as per gnu standards 2022-11-16 15:52:39 +00:00
Dominic Szablewski
b8d77df1e8
Merge pull request #245 from rubikscraft/patch-1
Add a singe byte streaming C99 QOI library and NodeJS bindings
2022-09-25 18:32:08 +02:00
rubikscraft
3a0560cb77
Add a streaming C qoi library and nodejs bindings 2022-09-24 16:13:23 +02:00
Dominic Szablewski
cf90aa165c
Merge pull request #244 from LuisAlfredo92/patch-1
Adding Super QOi converter to Tools
2022-09-23 00:16:58 +02:00