Christof Thalhofer
06b405f22d
gb.test: BailOut if a testmodule is empty
...
[GB.TEST]
* NEW: BailOut if a testmodule is empty
2020-02-23 22:31:28 +01:00
Brian G
11eaba36bc
[Scripter]
...
* NEW removed Lib directive
* NEW Added support for -w warnings
* NEW Added to only check last reply from compiler for ok
* NEW Added support for libraries using new Lib directive
2020-02-23 12:16:23 -08:00
Christof Thalhofer
f6acfff787
gbt3 a Gambas program to test a project from commandline
...
*[NEW] gbt3.gambas: runs tests from commandline
2020-02-23 17:53:01 +01:00
Christof Thalhofer
f3413f1533
gb.test: example unittesthelloworld with test module
2020-02-23 12:52:57 +01:00
Christof Thalhofer
e4f06f6674
gb.test refactoring for use of test modules
...
[GB.TEST]
* NEW: Add support for test modules.
2020-02-23 12:38:53 +01:00
gambas
fd778d20c8
Fix an uninitialized local variable.
...
[COMPILER]
* BUG: Fix an uninitialized local variable.
2020-02-22 22:43:11 +01:00
gambas
0387d9459b
Do not put explicit copyright holder name in the COPYING file.
...
[GB.DB.POSTGRESQL]
* BUG: Do not put explicit copyright holder name in the COPYING file.
2020-02-22 22:18:39 +01:00
gambas
cf7027c431
Add licence exception for OpenSSL.
...
[GB.DB.POSTGRESQL]
* NEW: Add licence exception for OpenSSL.
2020-02-22 22:08:57 +01:00
gambas
3adee3a411
Add support for test modules.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for test modules.
2020-02-22 15:58:32 +01:00
gambas
e584ba6713
Add support for test modules.
...
[COMPILER]
* NEW: Support for test modules.
[ARCHIVER]
* NEW: Support for test modules.
2020-02-22 15:57:46 +01:00
gambas
b7c6d4cca6
Packager: Add distribution suffix in rpm support package dependencies.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Add distribution suffix in rpm support package dependencies.
2020-02-22 00:51:49 +01:00
Brian G
522c562a3d
[Scripter]
...
* NEW Added support for -w warnings
* NEW Added to only check last reply from compiler for ok
* NEW Added support for libraries using new Lib directive
2020-02-21 15:49:54 -08:00
Brian G
bec702cbd8
[Scripter]
...
* NEW Added support for -w warnings
* NEW Added to only check last reply from compiler for ok
2020-02-21 13:43:02 -08:00
gambas
26b4327f52
DataView: Add SelectAll() and UnselectAll() methods.
...
[GB.DB.FORM]
* NEW: DataView: Add SelectAll() and UnselectAll() methods.
2020-02-21 02:52:31 +01:00
gambas
0f3277cbb7
Database editor: The record count is correctly updated now, when records are removed or added.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: The record count is correctly updated now, when records are removed or added.
2020-02-21 02:51:53 +01:00
gambas
a5819d2511
The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* NEW: The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files.
2020-02-21 02:36:02 +01:00
gambas
ba39f8ff72
TextEditor: Correctly handle the drawing of the difference before the first line.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Correctly handle the drawing of the difference before the first line.
* BUG: TextEditor: Correctly relayout differences when the Wrap property changes.
2020-02-20 16:28:47 +01:00
gambas
c24a82a53d
Merge branch 'master' of gitlab.com:gambas/gambas
2020-02-19 03:01:10 +01:00
gambas
8a91545f11
CsvFile: Support for creating CSV files, not just reading them.
...
[GB.UTIL]
* NEW: CsvFile: Open() is a new method for opening a CSV file for reading.
* NEW: CsvFile: Create() is a new method for opening a CSV file for writing.
2020-02-19 03:00:45 +01:00
Benoît Minisini
1dd18b392f
Update .gitlab-ci.yml
2020-02-18 23:10:55 +00:00
gambas
131653ab1f
Converting a string to a pointer returns a pointer pointing at the beginning of the string.
...
[INTERPRETER]
* NEW: Converting a string to a pointer returns a pointer pointing at the beginning of the string.
2020-02-18 23:03:24 +01:00
gambas
7bedc9af65
Fix VarPtr() behaviour.
...
[INTERPRETER]
* BUG: VarPtr() on local strings are forbidden again.
* BUG: VarPtr() on variants now returns a pointer to the variant contents.
2020-02-18 20:36:45 +01:00
gambas
b8952bd393
Packager: Take package release number into account in 'rpm' & 'deb' dummy package dependencies.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Take package release number into account in 'rpm' & 'deb' dummy package dependencies.
2020-02-14 23:59:02 +01:00
gambas
6793fbeadb
Fix a typo in the icon map file.
...
[GB.FORM]
* BUG: Fix a typo in the icon map file.
2020-02-14 01:24:19 +01:00
gambas
d2c1b2f31c
Text file compression is now transparent, and activated through a toggle button.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Text file compression is now transparent, and activated through a toggle button.
* NEW: Uncompressed files are now stored in the '.hidden/.uncompressed' hidden directory. Files are removed from the old 'Uncompressed' visible directory as soon as it is marked compressed again.
* NEW: Use the new 'view-tree' icon for the project tree toggle button.
2020-02-14 00:47:51 +01:00
gambas
4cbe937d04
Add 'view-tree' stock icon.
...
[GB.FORM]
* NEW: Add 'view-tree' stock icon.
[GB.FORM.STOCK]
* NEW: Add 'view-tree' stock icon.
* NEW: Redraw 'terminal' icon.
2020-02-14 00:46:54 +01:00
gambas
e71c1c8e5f
Printer.Paper now works as expected.
...
[GB.GTK]
* BUG: Printer.Paper now works as expected.
[GB.GTK3]
* BUG: Printer.Paper now works as expected.
2020-02-14 00:45:36 +01:00
gambas
166231e89f
Process: The answer to an expected prompt is correctly sent now.
...
[GB.UTIL]
* BUG: Process: The answer to an expected prompt is correctly sent now.
2020-02-12 17:28:57 +01:00
gambas
311d05d473
The Terminal class has been removed, and replace by an extension of the Process class.
...
[GB.UTIL]
* NEW: The Terminal class has been removed, and replace by an extension of the Process class. In other word the Expect() method is now directly a method of the Process class.
2020-02-12 02:26:10 +01:00
gambas
ee6b43ca21
Merge branch 'master' of gitlab.com:gambas/gambas
2020-02-11 01:53:47 +01:00
gambas
37b29a2191
Terminal: A new class that allows to answer the prompts of interactive commands running in a virtual terminal easily (think about ssh, scp...).
...
[GB.UTIL]
* NEW: Terminal: A new class that allows to answer the prompts of interactive commands running in a virtual terminal easily (think about ssh, scp...).
2020-02-11 01:53:07 +01:00
gambas
bade7e53dd
Converting a collection into JSON is a now a bit faster.
...
[GB.UTIL.WEB]
* OPT: Converting a collection into JSON is a now a bit faster.
2020-02-11 01:50:18 +01:00
gambas
fc463e5f18
FontChooser: Initializing the font tree is now a lot faster.
...
[GB.FORM]
* OPT: FontChooser: Initializing the font tree is now a lot faster.
2020-02-11 01:48:45 +01:00
gambas
2cd257be5b
PEEK is a new instruction that peek some bytes from a stream without removing them.
...
[COMPILER]
* NEW: Support for the new PEEK instruction.
[INTERPRETER]
* NEW: PEEK is a new instruction that peek some bytes from a stream without removing them, so that they are available to the next READ instruction.
* OPT: IsAscii(), IsLower(), IsPunct()... instructions are now a bit faster.
2020-02-11 01:45:10 +01:00
gambas
cdeb7484cc
Fix a possible buffer overflow.
...
[GB.DB.POSTGRESQL]
* BUG: Fix a possible buffer overflow.
2020-02-10 16:08:08 +01:00
Christof Thalhofer
2fbfa495fc
gb.test: Minimal change to test gitlab notification
2020-02-10 13:58:51 +01:00
Christof Thalhofer
d9fff7c380
gb.test Assert.Error clears error
2020-02-10 11:18:29 +01:00
gambas
7475109afe
Fix component metadata so that it is usable from the outside.
...
[GB.WEB.FORM2]
* BUG: Fix component metadata.
* BUG: Don't make test forms exported. They can conflict with other forms with the same name.
* NEW: The Window Close event can be cancelled.
2020-02-05 22:47:23 +01:00
gambas
e4de616b92
Merge branch 'master' of gitlab.com:gambas/gambas
2020-02-05 21:32:18 +01:00
Tobias Boege
b76e4001bc
gb.openssl: Fix HMac
...
[GB.OPENSSL]
* BUG: An internal routine's return value was mismatched causing HMac to return without data whenever the digest method was found. (Bug#1725)
2020-02-04 22:55:49 +01:00
gambas
d4860710c0
Running a process without an event name does not reference its observer for nothing anymore.
...
[INTERPRETER]
* BUG: Running a process without an event name does not reference its observer for nothing anymore.
2020-02-04 10:32:55 +01:00
Christof Thalhofer
313ef71b0f
gb.test Assert.Note complains about Null value
...
[GB.TEST]
* NEW: Assert.Note complains about Null value
2020-02-01 23:54:01 +01:00
gambas
272cef7472
Merge branch 'master' of gitlab.com:gambas/gambas
2020-02-01 20:35:50 +01:00
gambas
8b8acaa4fa
Form editor: Support for diff mode.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* NEW: Form editor: Support for a diff mode that replaces the gui editor by a text editor showing the differences.
2020-02-01 20:32:43 +01:00
Laurent Carlier
fe6bdaa313
Merge branch 'master' into 'master'
...
Use GlobalParams::getUtf8Map() found in poppler 0.85
See merge request gambas/gambas!131
2020-01-31 06:31:00 +00:00
Evangelos Foutras
6a16e02ee3
Use GlobalParams::getUtf8Map() found in poppler 0.85
...
[GB.PDF]
* BUG: Make 'gb.pdf' compile with poppler >= 0.85.
2020-01-30 21:08:47 +02:00
Christof Thalhofer
466aec07bb
gb.test Assert returns result as boolean
...
[GB.TEST]
* NEW: Assertions return test results as boolean. This can be used
to print out an Assert.Note on failure.
2020-01-28 15:58:13 +01:00
gambas
989a1266a2
Packager: Fix ArchLinux packager.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Fix ArchLinux packager.
2020-01-27 08:24:52 +01:00
gambas
f0b3762ec1
JIT compiler can compile libraries now.
...
[INTERPRETER]
* NEW: Internal name of libraries uses a point now between vendor and library name, not a slash anymore.
[GB.DEBUG]
* BUG: Undo "make debugger output writes more robust". Apparently it does not work.
[GB.JIT]
* BUG: Compiling libraries works now.
2020-01-26 07:09:36 +01:00
gambas
af5859f1ca
Fix compilation.
...
[GB.DB.MYSQL]
* BUG: Fix compilation.
2020-01-25 19:25:25 +01:00