1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00
Commit graph

1369 commits

Author SHA1 Message Date
github-actions[bot] 3a62b0ec2d Automatic update of ./internal/source 2024-02-03 14:56:29 +00:00
Roland Heyder 40fe9f3059 Merge branch 'adler-crc-hash' of https://github.com/QB64-Phoenix-Edition/QB64pe into adler-crc-hash 2024-02-03 12:24:45 +01:00
Roland Heyder 6b3842673f Fix return types and results
- return type is uint32_t in C/C++ and ULONGTYPE in QB64
- adler32 must return one (1) on an empty input
2024-02-03 11:25:48 +01:00
Roland Heyder ef9c7edeee
Merge branch 'main' into adler-crc-hash 2024-02-02 22:25:43 +01:00
Samuel Gomes 748d320bfe Avoid compiling psaux.c 2024-02-03 01:16:14 +05:30
Roland Heyder a84e174b63 Add new _MD5$ fucntion
- exposing the implementations in freetype for public use
2024-02-02 10:37:32 +01:00
Roland Heyder 131009006e Add new _ADLER32 and _CRC32 function
- exposing the implementations in miniz for public use
2024-02-02 10:32:16 +01:00
Roland Heyder 2aadbc63ce Finetuning miniz make
- disabling some unneeded features saves ~52KiB object size (55%)
2024-02-02 10:18:03 +01:00
github-actions[bot] 57aad5f054 Automatic update of ./internal/source 2024-01-31 07:17:18 +00:00
Samuel Gomes ecf12c9d6c
Merge branch 'main' into core-refactor 2024-01-31 11:39:57 +05:30
github-actions[bot] 46fc25eead Automatic update of ./internal/source 2024-01-30 21:55:38 +00:00
Roland Heyder ba7f80e361 Revert "Automatic update of ./internal/source"
This reverts commit ad0e5e4ef3.
2024-01-30 20:44:17 +01:00
github-actions[bot] ad0e5e4ef3 Automatic update of ./internal/source 2024-01-30 17:13:17 +00:00
Roland Heyder 6077e048b5 Another try to fix
- changes suggested by @mkilgore
2024-01-30 17:11:36 +01:00
Samuel Gomes 3a260f1002 Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
Samuel Gomes b5e896384a Merge branch 'freeglut-upgrade' into core-refactor 2024-01-29 23:01:56 +05:30
Samuel Gomes 60b60fb462 Remove dead files 2024-01-29 22:36:20 +05:30
Samuel Gomes cd7b2b1a69 Changes to resolve merge conflicts 2024-01-29 22:22:21 +05:30
Samuel Gomes 68af1fe5f7 Fix case-insensitive pattern matching on Windows and _FILES behavior 2024-01-29 18:38:05 +05:30
RainRat f65a74c22a fix typos 2024-01-28 10:37:47 -08:00
github-actions[bot] d632691890 Automatic update of ./internal/source 2024-01-27 15:39:10 +00:00
Samuel Gomes 8fa66795b8 Make FILES work for cases where fileSpec does not contain a directory 2024-01-24 19:01:36 +05:30
Samuel Gomes a5f62e1cf6 Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
a740g 68413c0fc3 Avoid unusual long compile time for glew.c using -O3 on macOS 2024-01-22 11:10:23 +05:30
Samuel Gomes cb25713c99 Clean-up makefile 2024-01-22 07:41:02 +05:30
Samuel Gomes 88adf0b29f Cleanup FreeGLUT 2024-01-22 03:49:46 +05:30
Samuel Gomes 7d88082ed1 Remove dead code (gl_headers/) 2024-01-22 01:12:15 +05:30
Samuel Gomes 043d75657c Update GLEW to v2.2.0 and avoid including glew.c from libqb.cpp 2024-01-22 00:48:12 +05:30
Samuel Gomes 3eaf1895d7
Merge branch 'QB64-Phoenix-Edition:main' into freeglut-upgrade 2024-01-21 21:48:32 +05:30
github-actions[bot] a5fedd9d0c Automatic update of ./internal/source 2024-01-21 16:17:15 +00:00
Samuel Gomes 8fdc486e73
Merge branch 'QB64-Phoenix-Edition:main' into freeglut-upgrade 2024-01-21 21:29:41 +05:30
Samuel Gomes fe9e397367
Merge branch 'QB64-Phoenix-Edition:main' into housekeeping 2024-01-21 03:44:34 +05:30
github-actions[bot] ed78525373 Automatic update of ./internal/source 2024-01-20 16:04:21 +00:00
Samuel Gomes e1001a0dd9 Remove dead code (time64.*) 2024-01-19 12:54:23 +05:30
Samuel Gomes 3983879a44 Remove dead glues directory 2024-01-19 01:53:17 +05:30
github-actions[bot] 0122c6c11e Automatic update of ./internal/source 2024-01-13 10:16:37 +00:00
Samuel Gomes 4aba002be5 Fix comment typos 2024-01-13 14:53:02 +05:30
a740g 1abe761789 Fixes to compiler under macOS Ventura 2024-01-08 20:48:48 +05:30
Samuel Gomes 5f91458ef9 Use FreeType flat-directory compilation 2024-01-08 09:56:41 +05:30
Samuel Gomes c030a73370 Remove FREETYPE_EXTRA_CLEAN_LIST 2024-01-08 03:17:50 +05:30
a740g ee4d07991d Update GitHub workflow to install FreeType dependencies for Linux and macOS 2024-01-08 01:32:38 +05:30
Samuel Gomes 56b7ac61d3 Update font/build.mk to use pkg-config to get CXXFLAGS and CXXLIBS in Linux 2024-01-07 06:59:34 +05:30
Samuel Gomes 91129c60ed Replace FreeTypeAmalgam with FreeType v2.13.2 2024-01-07 06:02:16 +05:30
Samuel Gomes d85398de66 Update stb_image to v2.29 2024-01-06 18:14:46 +05:30
Samuel Gomes 3caa2924f0 Changes per suggestions in #428 2024-01-05 01:40:11 +05:30
Samuel Gomes 7d1cc89780 Fix OPEN COM from locking up inside gfs_open_com_syntax() 2024-01-05 00:31:19 +05:30
Samuel Gomes 2bf7b7919c Make _FILES$() throw an error if it called with an argument the first time 2024-01-04 04:46:14 +05:30
github-actions[bot] c5242929d5 Automatic update of ./internal/source 2024-01-03 11:59:53 +00:00
Samuel Gomes ba29d47f17
Merge branch 'QB64-Phoenix-Edition:main' into miniaudio-upgrade 2024-01-03 15:28:21 +05:30
github-actions[bot] 297c873390 Automatic update of ./internal/source 2024-01-02 19:26:30 +00:00