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

2344 commits

Author SHA1 Message Date
Cory Smith 1a3939679c create build.sh to handle pull_request.yml 2022-09-29 13:39:26 -05:00
Cory Smith f2665af6fc Adding pull_request and push CI (linux only). 2022-09-29 13:23:30 -05:00
Cory Smith 8994c10f98
Create pull_request.yml
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-29 11:21:23 -07:00
Cory Smith 56eca9f4e9
Create push.yml
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-29 11:20:58 -07:00
Cory Smith 357a7209cf Modified so that will only launch manually. 2022-09-29 13:16:31 -05:00
Cory Smith 95c7c4a242
Merge pull request #35 from DualBrain/master
Reverting previous change to type2symbol$(); see description.
2022-09-23 17:24:11 -05:00
Cory Smith d4de4d2701 Reverting previous change to type2symbol$(); see description.
There was a change made in v2.0.3? that appears to break the following valid code:

```vb
Function test ()
    Static a(10) As String * 2
End Function
```

There doesn't appear to be much in the summary/description of the original change as to what it was supposed to resolve; so reversing the change(s).  See b87dde8d89 for details on the original commit that is being reverted.

Also includes minor (not currently active) placeholder code for updated File menu.
2022-09-23 17:23:35 -05:00
Cory Smith 1827f9b3c5
Merge pull request #34 from DualBrain/master
Add (restore?) close button to Help pane.
2022-09-15 17:42:28 -05:00
Cory Smith bd5a78b320 Add (restore?) close button to Help pane. 2022-09-15 17:41:45 -05:00
Cory Smith db805a5fc9
Merge pull request #23 from brickviking/bv-setupwin-1
correcting choice usage
2022-09-10 08:58:20 -05:00
Brickviking 6c3bb78dd2
correcting choice usage
The choice command reports to the environment variable ERRORLEVEL, not to errlevel.

Signed-off-by: Brickviking <brickviking@gmail.com>
2022-09-11 01:09:54 +12:00
Cory Smith 36c7cc9798
Merge pull request #22 from DualBrain/master
The road to 2.1.1 begins...
2022-09-10 05:10:25 -05:00
Cory Smith 8e1a13bb37 Update internal source. 2022-09-10 05:08:54 -05:00
Cory Smith af8d0d8bee Update build.bat 2022-09-10 05:00:09 -05:00
Cory Smith 4c5fa9912f build and compile can launched in .ci folder. 2022-09-10 04:54:41 -05:00
Cory Smith 55a031ba7d Modified bootstrap so that it is now x64 only. 2022-09-10 04:53:49 -05:00
Cory Smith 61c697e431 Update build version to 2.1.1 2022-09-10 04:35:31 -05:00
Cory Smith 0ad34f9d44 Fix for the inclusion of "DEVELOPMENT BUILD". 2022-09-10 04:34:55 -05:00
Cory Smith a9b205bd63 Modified 32-bit bootstrap and release.yml.
Instead of relying on "windows instance" to build 32-bit, separating so that 32-bit is specific. Also updated release.yml with, hopefully, better uploaded filenames.
2022-09-10 04:29:25 -05:00
Cory Smith fcf5b5dc55 Update setup_win.cmd; choose 32/64 bit mingw.
With the release of 2.1, it appears somewhere along the chain of building in github actions that the 32-bit isn't successfully building a 32-bit output. In order to ease verifying as well as the added benefit of providing choice, updated the setup_win.cmd to prompt for whether you want 64-bit or 32-bit mingw.
2022-09-10 03:53:07 -05:00
Cory Smith c7bfef667f Remove SetProcessDPIAware.
This looks like it may have been added about 11 months ago by Fellippe in order to make QB64 "dpi aware" - but I don't really think it works the way he thought it works and appears to be causing issues with high-resolution screens (rather than fixing it).
2022-09-10 03:31:12 -05:00
Cory Smith 263e4c4463 Update mingw to 12.1.0 rev 0. 2022-09-10 03:27:25 -05:00
Cory Smith 47f5044faa will it work this time? 2022-09-08 18:35:53 -05:00
Cory Smith e3df33289b made a bit of progress, expanding to mac and windows (still expecting a fail). 2022-09-08 18:26:59 -05:00
Cory Smith a1a72fbd99 and again. 2022-09-08 18:20:45 -05:00
Cory Smith 3551668cfc and again... 2022-09-08 18:16:53 -05:00
Cory Smith f8fc274549 again... 2022-09-08 18:13:48 -05:00
Cory Smith 12536812db again... 2022-09-08 18:07:45 -05:00
Cory Smith 875d225254 Yet, yet, yet again. 2022-09-08 16:55:19 -05:00
Cory Smith a48a420a96 Trying yet, yet again. 2022-09-08 16:46:35 -05:00
Cory Smith b8832270d2 Trying again. 2022-09-08 16:18:00 -05:00
Cory Smith b01de9c290 Yet another attempt. 2022-09-08 16:14:13 -05:00
Cory Smith e6c1ec2e17 Still attempting to get "upload" working. 2022-09-08 16:05:10 -05:00
Cory Smith 9fdfbb5212 Update release.yml 2022-09-06 19:51:50 -05:00
Cory Smith 33892c63ec Update release.yml 2022-09-06 19:42:06 -05:00
Cory Smith 9aa37ff08f Attempting to upload/prepare release (winx64). 2022-09-06 19:39:47 -05:00
Cory Smith a96b93bdef Adding 'publish' to ci. 2022-09-06 13:19:27 -05:00
Cory Smith abd695415f
Adding download / install of latest GCC.
Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-05 09:41:02 -07:00
Cory Smith e24379cbd1
Create release.yml
Setting up initial release action.

Signed-off-by: Cory Smith <dualbrain@msn.com>
2022-09-05 09:15:17 -07:00
Cory Smith caf822c2e2
Merge pull request #20 from DualBrain/master
check for environment variable before attempting to use it
2022-09-04 16:39:52 -05:00
Cory Smith 1368676c3a check for environment variable before attempting to use it 2022-09-04 16:39:27 -05:00
Cory Smith 3deffd7034
Merge pull request #19 from DualBrain/master
Updated interim build files to reflect latest changes.
2022-09-04 15:37:14 -05:00
Cory Smith 73b570af86 Updated interim build files to reflect latest changes. 2022-09-04 13:51:56 -05:00
Cory Smith c2d4377c47
Merge pull request #18 from DualBrain/master
More wiki updates.
2022-09-02 21:21:16 -05:00
Cory Smith dc2451cea6 More wiki updates.
- fixed the by usage page not loading in some cases.
- remove SUB Help_PreView; appears to be unused.
- fixed downloaded file being incorrectly saved with txt extension.
2022-09-02 21:20:45 -05:00
Cory Smith 0ad2acd7dd
Merge pull request #17 from DualBrain/master
Fixed opening cmdln specified file without path elsewhere of ide path..
2022-09-02 20:52:37 -05:00
Cory Smith c8a5bd111c Fixed opening cmdln specified file without path elsewhere of ide path..
Also added helper function to be able to "log" for debugging/experimentation.
2022-09-02 20:51:49 -05:00
Cory Smith bc66e4b754
Merge pull request #16 from DualBrain/master
Swapping out txt help files in favor of md files.
2022-09-02 17:05:38 -05:00
Cory Smith 3ff2da7d90 Swapping out txt help files in favor of md files. 2022-09-02 17:04:18 -05:00
Cory Smith 80ec64e019
Merge pull request #14 from DualBrain/master
F5 will automatically remove "untitled.exe".
2022-08-27 10:14:59 -05:00