1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-02 20:01:21 +00:00
Commit graph

1179 commits

Author SHA1 Message Date
Fellippe Heitor 3cf949245f
Proper linking in README.md [ci-skip] 2020-02-23 00:48:43 -03:00
Fellippe Heitor f95678145e
Few more details do README.md [ci-skip] 2020-02-23 00:47:22 -03:00
Fellippe Heitor 6795a1937e
Merge pull request #43 from Pirachy/development
More comprehensive README.md
2020-02-23 00:38:49 -03:00
Fellippe Heitor 37c14b43cc
Update README.md 2020-02-23 00:02:49 -03:00
Pirachy 27e9882dbc Fixed typo and added more info
The title is self explanatory
2020-02-22 14:29:42 +00:00
Pirachy 124941e7c5 More comprehensive README.md
rovided correct installation instructions that are lacking both on the github page and the wiki, saving new users from having to google for issues they encounter during install.
2020-02-21 21:11:34 +00:00
Fellippe Heitor 4c54dbd798
Merge pull request #40 from QB64Team/Pirachy/Fixed-Compiling-on-macOS-for-those-with-both-Apple-Clang-and-Homebrew-GCC
Explicitly uses Apple's clang/clang++ where applicable.
2020-02-20 22:06:35 -03:00
Fellippe Heitor 5860026d79 Too soon to drop osx... 2020-02-20 22:02:54 -03:00
Fellippe Heitor c22ef3ac96 And clang++ where applicable. 2020-02-20 21:43:23 -03:00
Fellippe Heitor 172583fd17 Replaces g++ with clang for the remaining macOS scripts.
If a user has Homebrew installed, calling g++ won't use Apple's Xcode version of the tool, which is required by QB64. This fix continues on with the patch introduced in 4dbdddc89e.

Extra "osx" references replaced with "macOS", but nothing substantial (almost aesthetic).
2020-02-20 20:52:30 -03:00
Pirachy 4dbdddc89e Updated build.command to specifically work with Apple's Clang
Fixed an issue where Apple's Clang is forcefully used instead of GCC for compiling QB64 applications. (Fixes issues for those using true GCC via Homebrew and not Clang that just has a symlink of GCC).
2020-02-19 12:50:50 +00:00
Fellippe Heitor 997773a1d1 Fixes startup crash on macOS as described on #32 2020-02-18 10:39:31 -03:00
FellippeHeitor 4dacef8693 And, so it doesn't end up forgotten again, let's tweak it up for beta. 2020-02-14 21:14:18 -03:00
FellippeHeitor 785b1b3cfc Updates the often forgotten resource file for Windows' qb64.exe. 2020-02-14 21:11:25 -03:00
Autobuild Process d0cd9b92f7 Update internal/source 2020-02-13 16:28:47 +00:00
FellippeHeitor 57aed941fe Begins v1.5 development. 2020-02-13 12:55:01 -03:00
Autobuild Process e28e7fb596 Update internal/source 2020-02-13 15:12:04 +00:00
FellippeHeitor 0f49b2c3c6 Updates version info for release. 2020-02-13 12:09:06 -03:00
FellippeHeitor 8da4c1eb1e Fixes rendering of Status area when contextual F1 help is invoked. 2020-02-13 11:56:57 -03:00
Autobuild Process 1ec0388794 Update internal/source 2020-02-10 03:29:34 +00:00
FellippeHeitor 3dc90b71f1 Fixes blank help screen issue. 2020-02-10 00:26:10 -03:00
Autobuild Process 20803697dc Update internal/source 2020-02-10 00:34:15 +00:00
FellippeHeitor 8b17ad9b9d Fixes screen not updating when opening/drag-dropping files. 2020-02-09 21:30:37 -03:00
FellippeHeitor e4e39457a4 Updates help files with _CINP and _CONSOLEINPUT. 2020-02-08 22:46:27 -03:00
FellippeHeitor 05fdc4b00e Fixes internal calls to WIDTH after WIDTH for $CONSOLE was added.
Parameter 'int32 passed' moved to last position. Also: fixes RUN to (i) restore VIEW PRINT and (ii) clear keyboard buffers.
2020-02-08 18:03:43 -03:00
Autobuild Process d289de82b9 Update internal/source 2020-02-08 01:39:10 +00:00
FellippeHeitor 7ee6a3d810 Gets zlib to link statically in Windows and Linux.
Dynamic linking on macOS is ok since zlib is natively available.
2020-02-07 22:36:30 -03:00
Autobuild Process 1f52f57610 Update internal/source 2020-02-06 14:52:32 +00:00
FellippeHeitor 03ba53e9c5 Fixes $EXEICON to work when $CHECKING:OFF is enabled. 2020-02-06 11:49:49 -03:00
Autobuild Process 1a5fbd078a Update internal/source 2020-02-04 00:29:33 +00:00
FellippeHeitor 498d2cee54 Fixes a bug that would duplicate an $INCLUDEd line in some scenarios. +
+ Fixes ASCII box glitches.
2020-02-03 21:26:28 -03:00
Fellippe Heitor a75377a9ef
Fixes output of versioninfo.txt [ci-skip] 2020-02-02 01:55:51 -03:00
Fellippe Heitor a3f238b8ef
Fixes output of versioninfo.txt 2020-01-29 12:45:38 -03:00
Fellippe Heitor e0fa76ce7b
Changes build.bat to send versioninfo.txt to .org 2020-01-29 12:34:21 -03:00
Autobuild Process c1a1aac7be Update internal/source 2020-01-29 06:12:46 +00:00
FellippeHeitor 2a34a20cdc Allows math with scientific notation numbers in CONSTS. 2020-01-29 03:09:23 -03:00
Autobuild Process 63ab48e149 Update internal/source 2020-01-29 05:38:56 +00:00
FellippeHeitor 53dcec5603 Fixes CONST PreParse when using existing CONSTS stored as _FLOAT. 2020-01-29 02:36:15 -03:00
Autobuild Process e491b566a7 Update internal/source 2020-01-22 18:31:04 +00:00
Fellippe Heitor 6990118553
Updates version.bas 2020-01-22 15:28:43 -03:00
Autobuild Process e551eefe97 Update internal/source 2020-01-22 18:14:16 +00:00
FellippeHeitor 814f5be495 Reduces console updates even more. 2020-01-22 15:11:15 -03:00
FellippeHeitor bd7a6757d0 Reduces percentage updates for console compilation. 2020-01-22 14:59:30 -03:00
Autobuild Process 3ac4b2fedd Update internal/source 2020-01-22 17:29:09 +00:00
Fellippe Heitor e53be8c540 Trigger ci to test new console output 2020-01-22 14:25:31 -03:00
Autobuild Process 7699d8091d Update internal/source 2020-01-22 16:07:41 +00:00
FellippeHeitor a7db724da0 Stops screaming. Adds progress bar to command line compilation. 2020-01-22 12:52:15 -03:00
FellippeHeitor 1544216488 Keeps focus if ENTER is pressed in DIR list. 2020-01-22 09:19:47 -03:00
Autobuild Process 326e4fbfd5 Update internal/source 2020-01-22 05:04:40 +00:00
FellippeHeitor f944e86b38 Allows -s switch to change settings and process other parameters. 2020-01-22 02:01:29 -03:00