1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00
Commit graph

3492 commits

Author SHA1 Message Date
Roland Heyder 5c08642b80 Some simple refactoring
- adds some useful info to the test docs
- remove handmade CRC32 function
- use new featured function(s) instead
2024-02-03 21:45:45 +01:00
github-actions[bot] 3a62b0ec2d Automatic update of ./internal/source 2024-02-03 14:56:29 +00:00
Roland Heyder 781250bf54
Merge pull request #444 from QB64-Phoenix-Edition/adler-crc-hash
Adler crc hash
2024-02-03 15:38:39 +01:00
Roland Heyder 2d8a7b897f Fix hash test
- ok, that was my fault?, no it wasn't,
- console is ignoring trailing space when copying text from it
2024-02-03 14:35:55 +01:00
Roland Heyder 212986abd8 Fix hash test
- hopefully
2024-02-03 14:11:59 +01: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 2b3743e190 Adds test case for hashing 2024-02-03 12:24:34 +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 7a3eb9d875
Merge pull request #446 from a740g/main
Avoid compiling psaux.c
2024-02-03 02:05:56 +05:30
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 57abdc7450
Merge pull request #441 from a740g/core-refactor
GLEW and FreeGLUT refactor and cleanup
2024-01-31 12:28:20 +05:30
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 f4fd37bfc0
Merge pull request #443 from QB64-Phoenix-Edition/workflow-rescue
Workflow rescue
2024-01-30 22:37:33 +01:00
Roland Heyder 0ce5a8e56e Refactor GetCRC32 function 2024-01-30 21:15:09 +01:00
Roland Heyder 110bbb2fdd Revert Makefile changes 2024-01-30 20:47:40 +01: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 4534f28ac4
Merge pull request #442 from QB64-Phoenix-Edition/ext-dep-chk
Add external dependencies checks
2024-01-30 17:53:43 +01:00
Roland Heyder 6077e048b5 Another try to fix
- changes suggested by @mkilgore
2024-01-30 17:11:36 +01:00
Roland Heyder d35e7e4f9e Fix Makefile
- we need DEP_DATA for QB64pe itself now
2024-01-30 15:58:54 +01:00
Roland Heyder ba90208c27 Add external dependencies checks
- tracks required external files for changes and triggers a rebuild if needed
- $EXEICON file
- $MIDISOUNDFONT (incl. the DEFAULT one)
- $INCLUDE (incl. nested ones)
- $EMBED files
- internal includes as forced by $COLOR or $DEBUG
2024-01-30 13:04:03 +01:00
Samuel Gomes a3891cc611 Filter-out GLEW_OBJS for DEP_CONSOLE_ONLY apps 2024-01-30 06:32:53 +05:30
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 5dad21acef
Merge pull request #440 from a740g/main
Fix case-insensitive pattern matching on Windows and _FILES behavior
2024-01-29 20:55:43 +05:30
Samuel Gomes 68af1fe5f7 Fix case-insensitive pattern matching on Windows and _FILES behavior 2024-01-29 18:38:05 +05:30
Roland Heyder 3bb59266ed
Merge pull request #439 from RainRat/main
fix typos
2024-01-29 09:23:57 +01:00
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
Roland Heyder 79a919d92c
Merge pull request #438 from QB64-Phoenix-Edition/export-and-meta-refactoring
Export and meta refactoring
2024-01-27 16:20:45 +01:00
Roland Heyder 9a2da53048
Merge branch 'main' into export-and-meta-refactoring 2024-01-26 09:16:24 +01:00
Samuel Gomes 8918ab8268
Merge pull request #437 from a740g/main 2024-01-26 13:07:52 +05:30
Roland Heyder 13b5d5672b Removed a unused variable
- this popped up as warning during my tests, it comes from @mkilgore its latest CONST changes
2024-01-26 00:56:44 +01:00
Roland Heyder d83b6d9557 Rename internal $CHECKING flag
- this completes the previous commit, but as it also swapped the true/false logic, it was made as extra commit
2024-01-26 00:51:29 +01:00
Roland Heyder f24cabd9ad Rename internal meta flags
- mainly done to avoid faulty highlighting, but also makes more sense IMO
2024-01-26 00:43:38 +01:00
Roland Heyder b8424f1336 Refactoring $ASSERTS:CONSOLE highlighting
- according to other multipart meta-commands, make the CONSOLE part a regular keyword
- grouping meta handling blocks (removed some blank lines)
2024-01-26 00:32:11 +01:00
Roland Heyder 9bbd125e45 Refactoring ExportAs function
- reduce memory impact
- fix $NOPREFIX issue
- improved checks to avoid faulty highligting of unquoted text in DATA lines and meta lines such as $VERSIONINFO or $ERROR
- fixed a wrong Wiki link (SHELL fucntion)
2024-01-26 00:15:41 +01: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