[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 7 commits: Add project icon and version files.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
b9a2de18 by Benoît Minisini at 2024-07-18T01:07:43+02:00
Add project icon and version files.

[GB.UTIL]
* NEW: Add project icon and version files.

- - - - -
e745fa75 by Benoît Minisini at 2024-07-18T01:08:18+02:00
Add project icon and version files.

[GB.UTIL.WEB]
* NEW: Add project icon and version files.

- - - - -
d49dc8d7 by Benoît Minisini at 2024-07-18T01:10:57+02:00
Add directory icon file.

[GB.UTIL]
* NEW: Add directory icon file.

- - - - -
d9919a96 by Benoît Minisini at 2024-07-18T01:11:18+02:00
Add directory icon file.

[GB.UTIL.WEB]
* NEW: Add directory icon file.

- - - - -
495e162c by Benoît Minisini at 2024-07-18T19:18:39+02:00
The '-q' option makes the compiler quiet when the compilation succeeds (it does not print "OK" on the standard output).

[COMPILER]
* NEW: The '-q' option makes the compiler quiet when the compilation succeeds (it does not print "OK" on the standard output).

- - - - -
eb092a7f by Benoît Minisini at 2024-07-18T19:20:28+02:00
Make the Gambas compiler quiet when compilation succeeds.

[CONFIGURATION]
* NEW: Make the Gambas compiler quiet when compilation succeeds.

- - - - -
bebbd52f by Benoît Minisini at 2024-07-18T19:21:39+02:00
Continue working on the new ODBC database driver.

[GB.DB2]
* NEW: The quoting character is now dynamic, and can be different for each connection.
* NEW: Support for Result having an unknown number of records ('Count' will return '-1').

[GB.DB2.ODBC]
* NEW: Continue working on the new ODBC database driver.

- - - - -


24 changed files:

- app/Makefile.am
- comp/Makefile.am
- component.am
- gb.db2.mysql/src/gb.db2.mysql/.src/_DatabaseDriver_MySql.class
- + gb.db2.odbc/src/gb.db2.odbc/.app.png
- + gb.db2.odbc/src/gb.db2.odbc/.icon.png
- gb.db2.odbc/src/gb.db2.odbc/.src/_DatabaseDriver_Odbc.class
- + gb.db2.odbc/src/gb.db2.odbc/.version
- gb.db2.odbc/src/main.c
- gb.db2.postgresql/src/gb.db2.postgresql/.src/_DatabaseDriver_Postgresql.class
- gb.db2.sqlite3/src/gb.db2.sqlite3/.src/_DatabaseDriver_Sqlite3.class
- main/comp/Makefile.am
- + main/comp/gb.db2/.app.png
- + main/comp/gb.db2/.icon.png
- main/comp/gb.db2/.src/Connection.class
- main/comp/gb.db2/.src/Result.class
- main/comp/gb.db2/.src/_DatabaseDriver.class
- + main/comp/gb.util.web/.app.png
- + main/comp/gb.util.web/.icon.png
- + main/comp/gb.util.web/.version
- + main/comp/gb.util/.app.png
- + main/comp/gb.util/.icon.png
- + main/comp/gb.util/.version
- main/gbc/gbc.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7f0814b348114b33867c2894995af987b38cfcfb...bebbd52f0c542d66f260d7bda55a0fc34dd4f258

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7f0814b348114b33867c2894995af987b38cfcfb...bebbd52f0c542d66f260d7bda55a0fc34dd4f258
You're receiving this email because of your account on gitlab.com.