[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 4 commits: Reformat Gambas code.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 4 commits: Reformat Gambas code.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sun, 07 Jul 2024 21:37:34 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: dbcdd4f4 by Benoît Minisini at 2024-07-07T23:33:57+02:00 Reformat Gambas code. [GB.DB2.MYSQL] * NEW: Reformat Gambas code. [GB.DB2.POSTGRESQL] * NEW: Reformat Gambas code. - - - - - 60e18f8f by Benoît Minisini at 2024-07-07T23:34:32+02:00 New 'gb.db2.odbc' component. Just a void skeleton at the moment. [GB.DB2.ODBC] * NEW: New 'gb.db2.odbc' component. Just a void skeleton at the moment. - - - - - 51f36840 by Benoît Minisini at 2024-07-07T23:35:25+02:00 Support for the new 'gb.db2.odbc' component. [CONFIGURATION] * NEW: Support for the new 'gb.db2.odbc' component. - - - - - db31dd0a by Benoît Minisini at 2024-07-07T23:36:25+02:00 Make internal 'TextHiglighter._Add()' method JIT-compiled. [GB.HIGHLIGHT] * OPT: Make internal 'TextHiglighter._Add()' method JIT-compiled. - - - - - 29 changed files: - Makefile.am - comp/src/gb.highlight/.component - comp/src/gb.highlight/.src/TextHighlighter.class - configure.ac - gb.db2.mysql/src/gb.db2.mysql/.src/_DatabaseDriver_MySql.class - + gb.db2.odbc/AUTHORS - + gb.db2.odbc/COPYING - + gb.db2.odbc/ChangeLog - + gb.db2.odbc/INSTALL - + gb.db2.odbc/Makefile.am - + gb.db2.odbc/NEWS - + gb.db2.odbc/README - + gb.db2.odbc/acinclude.m4 - + gb.db2.odbc/component.am - + gb.db2.odbc/configure.ac - + gb.db2.odbc/gambas.h - + gb.db2.odbc/gb.db.h - + gb.db2.odbc/gb_common.h - + gb.db2.odbc/m4 - + gb.db2.odbc/reconf - + gb.db2.odbc/src/Makefile.am - + gb.db2.odbc/src/gb.db2.odbc.component - + gb.db2.odbc/src/gb.db2.odbc/.directory - + gb.db2.odbc/src/gb.db2.odbc/.project - + gb.db2.odbc/src/gb.db2.odbc/.src/Main.module - + gb.db2.odbc/src/gb.db2.odbc/.src/_DatabaseDriver_Odbc.class - + gb.db2.odbc/src/main.c - + gb.db2.odbc/src/main.h - gb.db2.postgresql/src/gb.db2.postgresql/.src/_DatabaseDriver_Postgresql.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/336f2de03f4f8d4e791e93a50e0fc52c925b2a81...db31dd0aec2cb227e760d0e7945e2b356accc652 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/336f2de03f4f8d4e791e93a50e0fc52c925b2a81...db31dd0aec2cb227e760d0e7945e2b356accc652 You're receiving this email because of your account on gitlab.com.