gambas-source-code/main/lib
gambas 3f7095bbd9 Run JIT compilation in the background to make programs start faster.
[INTERPRETER]
* OPT: JIT compilation is run in two steps.

[GB.JIT]
* OPT: Run JIT compilation in the background.
* NEW: JIT.Debug is a new property that allows to enable JIT debugging messages at runtime.
2019-03-11 16:34:50 +01:00
..
clipper
complex Optimize division, thanks to Cedron Dawg. 2019-03-02 12:50:33 +01:00
compress
data Strip png files with ImageMagick convert command. 2018-09-19 20:53:00 +02:00
db Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly. 2019-02-06 23:24:08 +01:00
debug Assert is an new instruction that raises an error as soon as its boolean argument is FALSE. 2018-12-16 00:35:46 +01:00
draw
eval Fix highlighting of strings including '\xXX' escape sequences. 2018-10-01 10:48:24 +02:00
geom
gui Take the other requested GUI components into account to choose the toolkit. 2019-01-05 03:57:08 +01:00
gui.opengl
gui.qt Take the other requested GUI components into account to choose the toolkit. 2019-01-05 03:57:08 +01:00
gui.qt.opengl
gui.qt.webkit
gui.trayicon
image
image.effect Remove boolean definitions except in gb_common.h 2018-10-15 18:48:01 +02:00
inotify gb.inotify: Fix Watch.Events[] accessor 2019-03-07 08:24:08 +01:00
jit Run JIT compilation in the background to make programs start faster. 2019-03-11 16:34:50 +01:00
option
signal Spelling: catched -> caught 2018-10-14 21:52:07 +02:00
term Make main compile on Hurd 2018-10-17 22:08:50 +02:00
vb
gb.component
Makefile.am