Marco Ridoni

Gix-IDE v1.0.9

Gix-IDE (and GixSQL) v1.0.9 have just been published on GitHub. This release fixes a bug in the Linux debugger (see issue #49) and adds a new "screen resolution" setting in the "Settings" dialog (should help with issue #32). As usual, binary and source packages are available in the Releases section on GitHub.

Continue reading...
Marco Ridoni

Gix-IDE and GixSQL v1.0.8 are out

Gix-IDE and GixSQL v1.0.8 have been published on GitHub. This release introduces new features for GixSQL and fixes a bug in the Linux debugger. All the packages are signed with my GPG private key. The corresponding public key (m.ridoni@gmail.com, fingerprint 70E4 08CF B89B 5FA8 32E4 5292 EFDC 94BD 5260 B939) has been published on pgp.mit.edu and keyserver.ubuntu.com and is available at https://github.com/mridoni.gpg Binary packages available: Beside the standard source packages, there is also a standard Linux…

Continue reading...
Marco Ridoni

Gix-IDE and GixSQL 1.0.8 are coming

The new versions of Gix-IDE and GixSQL are almost here, and the release is planned for the end of February, first days of March at most. This release fixes an important bug in the Linux debugger in Gix-IDE, but for the most part is heavily focused on improvements to GixSQL (thanks to Simon Sobisch for pointing out things that could - and in many cases needed - to be improved). Among the improvements: As said…

Continue reading...
Marco Ridoni

llxvm: from C to Java/.Net

I just published the first public release of llxvm, a tool that allows to compile C source files to JVM bytecode (.class) or CIL/.Net (.exe/dll) and run traditional applications written in C to run in a pure-Java environment (with some caveats). llxvm is based on lljvm by David a. Roberts, a project that unfortunately has been dormant for several years and relies on a now archaic version of LLVM/clang (2.7). I made several changes to adapt it…

Continue reading...
Marco Ridoni

Gix-IDE v1.0.7 is out

The new release of Gix-IDE (1.0.7) has just been published on GitHub. This is a maintenance release that fixes some bugs, provides separate packages for GixSQL and adds automated tests. Packages available: A summary of new features and fixes: Fixed several bugs in gixpp and in ESQL preprocessing Fixed a bug that prevented debugging from working on Windows x86 Fixed a DLL/EXE build bug Fixed a debugger run issue (Windows) Added separate build scripts/solution files…

Continue reading...