gambas-source-code/main/lib
Benoît Minisini 0ec57295b7 Remove useless LIKELY() and UNLIKELY() macros. Add a class flag for bytecode strictly older than 3.18.
[COMPILER]
* NEW: Remove useless LIKELY() and UNLIKELY() macros.

[INTERPRETER]
* NEW: Remove useless LIKELY() and UNLIKELY() macros.
* NEW: Add a class flag for bytecode strictly older than 3.18.

[GB.DEBUG]
* BUG: Fix incorrect 'printf' format on 32-bits architectures.
2022-09-03 14:20:13 +02:00
..
clipper
complex
compress
data
db 'Collection.Options' is a new property that allows to define the specific options of a connection. 2022-04-09 13:30:01 +02:00
debug Remove useless LIKELY() and UNLIKELY() macros. Add a class flag for bytecode strictly older than 3.18. 2022-09-03 14:20:13 +02:00
draw Paint: Add 'LineDash' and 'LineDashOffset' synonymous properties. 2022-08-10 00:00:26 +02:00
eval
geom Add 'ALIGN_MAKE()' macro in 'gb.geom.h'. 2022-08-25 23:56:54 +02:00
gui
gui.opengl
gui.qt
gui.qt.opengl
gui.qt.webkit
gui.trayicon
gui.webview
image
image.effect
inotify
jit Add an API to retrieve the last error message. 2022-07-23 15:40:08 +02:00
option
signal 'Signal[].Send()' is a new method for sending a signal. 2022-06-20 01:37:54 +02:00
term
test Adapt Assert.Ok() method to the new backtrace format. 2022-07-23 23:26:58 +02:00
vb
gb.component
Makefile.am