Gambas is a free development environment and a full powerful development platform based on a Basic interpreter with object extensions, as easy as Visual Basic™.
Find a file
gambas c671adfd6b Work continues on new JIT system.
[INTERPRETER]
* OPT: String searching (Instr, RInstr and Replace) has been made about 4x faster by searching the first occurence with memchr() and memrchr().

[GB.FORM.TERMINAL]
* BUG: Fix warning messages.

[GB.JIT]
* BUG: Fix byte, short and boolean pushing and popping routines.
* BUG: Fix string values referencing.
* BUG: Fix optional argument management.
* NEW: Optimization of bits management subroutines.

[GB.QT4]
* BUG: Delay hooks initialization, because now socket notifiers must not be used before creating the event loop.

[GB.QT5]
* BUG: Delay hooks initialization, because now socket notifiers must not be used before creating the event loop.
2018-06-11 18:56:39 +02:00
app Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
benchmark Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
comp Work continues on new JIT system. 2018-06-11 18:56:39 +02:00
gb.cairo
gb.compress.bzlib2
gb.compress.zlib
gb.crypt
gb.db.mysql
gb.db.odbc
gb.db.postgresql Support for case sensitive schema names. 2018-04-18 03:17:30 +02:00
gb.db.sqlite2
gb.db.sqlite3
gb.dbus
gb.desktop.gnome.keyring
gb.desktop.x11
gb.gmp
gb.gsl
gb.gtk fix forgotten conditional, not property a bug, conserves minimal build requirements 2018-05-11 20:21:10 +00:00
gb.gtk3
gb.httpd
gb.image.imlib
gb.image.io
gb.jit.llvm Start working on the new jit system. 2018-05-17 01:13:56 +02:00
gb.libxml
gb.media
gb.mime
gb.ncurses
gb.net
gb.net.curl
gb.openal
gb.opengl
gb.openssl
gb.pcre
gb.pdf Continue fixing compilation on old popplers. 2018-05-16 02:29:12 +02:00
gb.qt4 Work continues on new JIT system. 2018-06-11 18:56:39 +02:00
gb.qt5
gb.sdl
gb.sdl.sound
gb.sdl2 Don't free channels at library unloading, it crashes. Do that in the '_exit' method of the Channel class. 2018-04-11 03:43:18 +02:00
gb.v4l
gb.xml [GB.XML] 2018-05-16 01:43:21 +02:00
logo
m4
main Work continues on new JIT system. 2018-06-11 18:56:39 +02:00
TEMPLATE
.gitignore Work on new JIT system continues. 2018-06-01 03:50:42 +02:00
acinclude.m4 Add a flag for enabling link time optimization, and disable it by default. 2018-05-10 09:13:15 +02:00
AUTHORS
build-dist
ChangeLog
component.am
configure.ac Start working on the new jit system. 2018-05-17 01:13:56 +02:00
CONTRIBUTING.md
COPYING
INSTALL
INSTALL.html
Makefile.am Start working on the new jit system. 2018-05-17 01:13:56 +02:00
NEWS
README
README.commit
README.md
reconf
reconf-all
TODO
VERSION
version.m4

Gambas Almost Means BASIC

GAMBAS is a free implementation of a graphical development environment based on a BASIC interpreter and a full development platform. It is very inspired by Visual Basic and Java.

Go to http://gambas.sourceforge.net to get more information: how to compile and install it, where to find binary packages, how to report a bug...

Go to http://gambaswiki.org for the language documentation.

The following pieces of code were borrowed and adapted:

  • The natural string comparison algorithme was adapted from the algorithm made by Martin Pol. See http://sourcefrog.net/projects/natsort/ for more details.

  • The hash table implementation was adapted from the glib one.

  • The HTML entities parsing in gb.gtk comes from KHTML sources.

  • The gb.image.effect sources are adapted from KDE 3 image effect routines.

  • The blur image algorithm was adapted from the StackBlur javascript routine from http://www.quasimondo.com/StackBlurForCanvas.

  • The gb.clipper library embeds the Clipper library. See http://www.angusj.com/delphi/clipper.php for mode details.

  • The function that computes the easter day of a specific year uses an algorithm made by Aloysius Lilius And Christophorus Clavius.

If I forget some borrowed code in the list above, just tell me.

Enjoy Gambas!

Benoît.