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

1026 commits

Author SHA1 Message Date
Luke Ceddia d4391a2c4c Add osx exclusion list; fail on failed deployment 2020-01-06 18:43:36 +11:00
Luke Ceddia 963b1afd3a Deploy macos build 2020-01-06 18:40:15 +11:00
Luke Ceddia 5200bcb23e MacOS build 2020-01-06 18:36:05 +11:00
Luke Ceddia 214ad7d089 Switch trigger branch to development 2020-01-05 00:52:15 +11:00
Luke Ceddia 9d4975ae97 chmod +x .ci/deploy.sh 2020-01-05 00:45:03 +11:00
Luke Ceddia b6aba842c4 Add ssh deployment 2020-01-05 00:40:05 +11:00
Autobuild Process 7a19f82051 Update internal/source 2020-01-04 12:49:17 +00:00
Luke Ceddia b215c06164 More dummy qb64.bas changes 2020-01-04 23:46:20 +11:00
Luke Ceddia 4837a27dc2 Dummy qb64.bas change 2020-01-04 23:43:23 +11:00
Luke Ceddia a3e4a2c2bb Only update source on change 2020-01-04 23:40:28 +11:00
Luke Ceddia 39f22a41b5 Proper compile exit code 2020-01-04 23:09:53 +11:00
Luke Ceddia 4990cb798d Push code update back to repo 2020-01-04 22:18:31 +11:00
Luke Ceddia 5c1262e68f Ignore autogenerated files 2020-01-04 21:34:15 +11:00
Luke Ceddia 393225a1cf Add compile step 2020-01-03 23:29:13 +11:00
Luke Ceddia ea407b52c1 Add ncurses dependency 2020-01-03 22:51:50 +11:00
Luke Ceddia 1276bb49ab checkout v2; fix typo 2020-01-03 22:48:11 +11:00
Luke Ceddia 67301e2e99 Add build.yml 2020-01-03 22:44:16 +11:00
Luke Ceddia 23b1f74b19 Add .ci/bootstrap.sh 2020-01-03 22:43:20 +11:00
Autobuild process 1e395ee3c5 Autobuild update [ci skip] 2020-01-03 05:53:27 +00:00
Fellippe Heitor bcc05e8b15
Merge pull request #118 from Galleondragon/rename-zlib-folder
Renames zlib's folder so it can be updated without the hassle later on.
2020-01-03 02:46:17 -03:00
Autobuild process 71abea04c5 Autobuild update [ci skip] 2020-01-03 05:43:20 +00:00
Fellippe Heitor 7e24b0723f
Merge pull request #119 from Galleondragon/reduce-warnings-qb64-bas
Eliminates warnings when compiling qb64.bas
2020-01-03 02:39:42 -03:00
FellippeHeitor 8708aa73b0 If it looks stupid but works, is it really stupid? Closes #90 2020-01-03 00:36:14 -03:00
FellippeHeitor 7bf3eb09d7 Eliminates warnings when compiling qb64.bas 2020-01-02 23:16:02 -03:00
FellippeHeitor 51710ddcd3 Renames zlib's folder so it can be updated without the hassle later on. 2020-01-02 23:00:51 -03:00
Fellippe Heitor 9f89e063f7
Trigger recompilation 2020-01-02 20:18:06 -03:00
Autobuild process 7c3210ee53 Autobuild update [ci skip] 2020-01-02 23:13:27 +00:00
Fellippe Heitor d02516cec3
Merge pull request #117 from Galleondragon/fix-steve
Adds stubs for recent OS-specific functions and fixes other glitches.
2020-01-02 20:09:42 -03:00
FellippeHeitor 7c9eafbadb Replaces _TOGGLE_(KEY)LOCK with _(KEY)LOCK ON/OFF/_TOGGLE. Also:
- Changes CFont to sub__consolefont and func_CInp to func_cinp, in alignment with the rest of libqb/qbx.
- Adds stubs to all new console functionality, so we can still ship for other OSes with no bigger issues.
- Adds new keywords to syntax highlighter.
2020-01-02 19:55:58 -03:00
FellippeHeitor d7f77cd2af Removes inexistent sub/function declarations. 2020-01-02 19:49:29 -03:00
FellippeHeitor 114bd7b5a8 Adds stubs for _INFLATE$ and DEFLATE$ for OSes other than Windows.
These will return the unchanged text$ passed for now.
2020-01-02 17:35:02 -03:00
Fellippe Heitor fdf3fe9a02
Merge pull request #116 from Galleondragon/issue81
Fix issue #81
2020-01-02 13:01:04 -03:00
Luke Ceddia ae379cb29c Fix issue #81 2020-01-03 00:09:21 +11:00
Fellippe Heitor 7bf6dbb6e9
Trigger recompilation 2020-01-02 06:20:08 -03:00
Autobuild process ddc1a82a7a Autobuild update [ci skip] 2020-01-02 09:03:42 +00:00
flukiluke fe920f921b
Merge pull request #114 from Galleondragon/add-assert
Adds $ASSERTS, $ASSERTS:CONSOLE and _ASSERT condition[, message$]
2020-01-02 19:55:55 +11:00
Luke Ceddia 8f72d58c57 Manually update internal/source 2020-01-02 19:10:56 +11:00
Luke Ceddia 8a7316953c Merge branch 'alexmyczko-patch-1' into development (PR #79) 2020-01-02 14:34:23 +11:00
Luke Ceddia 5fd1dc589c Update text, add -v option 2020-01-02 14:32:31 +11:00
Luke Ceddia 9de8a11cee Merge branch 'patch-1' of https://github.com/alexmyczko/qb64 into alexmyczko-patch-1 2020-01-02 14:22:44 +11:00
flukiluke 37d19a9809
Merge pull request #92 from ghost/x11-clipboard-fix
Fix X11 BadAtom errors that prevent IDE launch
2020-01-02 14:20:22 +11:00
Luke Ceddia 1c365c2bb8 Manually apply PR #93 chmod +x .command files 2020-01-02 14:13:56 +11:00
FellippeHeitor 4397429ed1 Properly highlights $ASSERTS:CONSOLE without adding "console" to list. 2020-01-01 19:21:53 -03:00
FellippeHeitor 2f7510715e Adds $ASSERTS and _ASSERT to syntax highlighter. 2020-01-01 19:03:49 -03:00
FellippeHeitor 49f265f1c2 Adds $ASSERTS, $ASSERTS:CONSOLE and _ASSERT condition[, message$] 2020-01-01 18:20:30 -03:00
FellippeHeitor f1e26b2010 Prepares QB64 for bootstrapping with _ASSERT in mind. [ci skip] 2020-01-01 18:19:51 -03:00
Fellippe Heitor 4ed32d19be
Update README.md 2020-01-01 15:36:39 -03:00
Fellippe Heitor 77adfc4e1a
Update README.md 2020-01-01 15:35:45 -03:00
Autobuild process 6c513f9fba Autobuild update [ci skip] 2020-01-01 15:33:19 +00:00
FellippeHeitor eb7adb7503 Fixes $VERSIONINFO. Closes #110.
Also: proper indenting after IgnoreWarnings was added.
2020-01-01 12:27:24 -03:00