1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 05:35:16 +00:00
qb64/internal/c
Galleondragon 0ea631d375 Implements the _DIR$("desktop") function which returns OS specific paths.
Implements changes to allow programs to run on ARMBI-v7 Android devices which also provides a massive performance boost to but runtime and startup time.
Implements changes to allow programs to run on x86-based Android devices.
Fix to ensure variables allocated in the "stack" are aligned on appropriate boundaries which would have otherwise crashed on Android.
Fix to _DEVICES to ensure variables are aligned on appropriate boundaries which would have otherwise crashed on Android (includes some refactoring).
Added permissions to allow reading from/writing to external storage. Use the _DIR$(...) function to help locate appropriate paths.
2016-03-20 18:56:10 +11:00
..
c_compiler (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
libqb Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
parts Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
common.cpp Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
libqb.cpp Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
libqb.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
libqb.mm (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_lnx32.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_lnx64.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_win32.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_win64.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_lnx.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_osx.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_win.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
msbin.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
myip.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
os.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content.bat (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content.command (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content.sh (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content_lnx.sh (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content_osx.command (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content_win.bat (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_libqb_only.bat (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
qbx.cpp Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
time64.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
time64.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00