log

age author description
Sun, 08 Oct 2023 20:16:02 +0200 Markus Mützel gui: Avoid deprecation warning about non-static QFontDatabase with Qt6.
Sun, 08 Oct 2023 19:40:59 +0200 Markus Mützel gui: Avoid warning about deprecated "QAction::parentWidget" with Qt6.
Sun, 08 Oct 2023 19:36:22 +0200 Markus Mützel gui: Avoid warning about deprecated "QLibraryInfo::location" with Qt6.
Sun, 08 Oct 2023 19:14:08 +0200 Markus Mützel gui: Avoid warnings about deprecated "QKeyCombination::operator int ()" with Qt6.
Sun, 08 Oct 2023 18:28:46 +0200 Markus Mützel gui: Replace QMouseEvent::localPos() by QMouseEvent::position() for Qt6.
Sun, 08 Oct 2023 15:40:09 +0200 Markus Mützel gui: Query widget-relative position for current pointer position in figure.
Sun, 08 Oct 2023 15:37:35 +0200 Markus Mützel gui: Replace QMouseEvent::globalPos() by QMouseEvent::globalPosition() for Qt6.
Sun, 08 Oct 2023 14:57:20 +0200 Markus Mützel gui: Replace QMouseEvent::x() or y() by QMouseEvent::pos().
Sun, 08 Oct 2023 14:08:11 +0200 Markus Mützel gui: Replace QByteArray::count() by QByteArray::size() in UNIX terminal implementation.
Sun, 08 Oct 2023 14:03:57 +0200 Markus Mützel gui: Replace QString::count() by QString::size() in UNIX terminal implementation.
Sun, 08 Oct 2023 13:19:03 +0200 Markus Mützel VM: Explicitly include header that defines SIZE_MAX (bug #64760).
Sun, 08 Oct 2023 12:13:46 +0200 Markus Mützel maint: Merge stable to default.
Thu, 05 Oct 2023 20:41:02 +0200 Johannes Pfeifer intersect.m: Correct third output with "stable" flag (bug #60347). stable
Sat, 07 Oct 2023 20:21:46 -0400 Arun Giridhar maint: Merge away extra head
Sat, 07 Oct 2023 20:20:07 -0400 Arun Giridhar doc: Add new VM functions to vm.m and vectorize.txi
Sat, 07 Oct 2023 16:24:02 +0200 Petter VM Fix benign build warning about integer literal cut off
Sat, 07 Oct 2023 02:03:09 +0200 Petter VM Do proper pointer arithmetics on 32bit systems
Sat, 07 Oct 2023 01:33:56 +0200 Petter Make Octave buildable on Debian 32bit
Sat, 07 Oct 2023 00:50:18 +0200 Petter T. VM Fix loading and saving from bytecode script frame (bug #64705)
Thu, 05 Oct 2023 23:57:25 +0200 Petter T. VM Handle mixing of non-bytecode and bytecode scripts (bug #64705)
Sat, 07 Oct 2023 16:45:22 +0200 Markus Mützel GitHub-CI: Additionally run test suite with enabled VM
Thu, 05 Oct 2023 18:43:07 +0200 Markus Mützel build: Add target "check-vm" to run test suite with enabled VM.
Thu, 05 Oct 2023 17:14:53 -0400 Arun Giridhar Make random numbers in BISTs reproducible
Wed, 20 Sep 2023 22:00:45 +0200 Petter T. VM Freshen up auxilliary dev functions
Fri, 22 Sep 2023 15:46:36 +0200 Petter T. VM Support globals in scripts properly (bug #64705)
Tue, 03 Oct 2023 14:45:22 +0200 Markus Mützel maint: Merge stable to default.
Tue, 03 Oct 2023 10:48:06 +0200 Markus Mützel fft: Avoid overwriting input for inplace operations (bug #64733). stable
Mon, 02 Oct 2023 15:00:35 +0200 Markus Mützel build: Move check for C++ compiler capabilities closer to the start.
Sun, 01 Oct 2023 17:56:33 +0200 Markus Mützel maint: Merge stable to default.
Sun, 01 Oct 2023 17:42:52 +0200 Markus Mützel fft: Avoid segmentation fault with ND-arrays (bug #64729). stable
Fri, 29 Sep 2023 19:05:21 -0400 Nicholas R. Jankowski betainf.m: Improve integer input logic and validation (bug #64726)
Fri, 29 Sep 2023 18:00:43 +0200 Markus Mützel eigs: Include error number from ARPACK in error message.
Fri, 29 Sep 2023 13:58:29 +0200 Markus Mützel maint: Merge stable to default.
Wed, 20 Sep 2023 12:45:45 -0400 John W. Eaton Search for tests in and install octave-value template sources (bug #64696). stable
Fri, 29 Sep 2023 12:09:39 +0200 Markus Mützel maint: Merge stable to default.
Fri, 29 Sep 2023 12:08:45 +0200 Markus Mützel mkoctfile: Prefer parsing over passing on argument after unknown argument (bug #64725). stable
Thu, 28 Sep 2023 19:32:56 -0400 Arun Giridhar Rename VM-related functions to start with __vm
Wed, 27 Sep 2023 18:17:36 +0200 Markus Mützel build: Avoid adding compiler flags for C++17 if Qt6 isn't available.
Wed, 27 Sep 2023 17:52:20 +0200 Markus Mützel build: Look for Qt6 tools also in QT_HOSTS_BINS directory.
Wed, 27 Sep 2023 17:18:24 +0200 Markus Mützel build: Double-quote strings assigned to variables.
Wed, 27 Sep 2023 17:04:36 +0200 Markus Mützel gui: Avoid assertion error when selecting areas behind end of screen buffer.
Wed, 27 Sep 2023 15:49:10 +0200 Markus Mützel build: Avoid issue with AC_PATH_TOOL on Windows.
Wed, 27 Sep 2023 14:55:51 +0200 Markus Mützel Avoid including <pwd.h> in C++ code (bug #64709).
Wed, 27 Sep 2023 13:43:18 +0200 Markus Mützel build: Fix errors in de6e2f546970
Wed, 27 Sep 2023 13:00:18 +0200 Markus Mützel build: Improve detection of Qt6 tools.
Wed, 27 Sep 2023 00:08:04 +0200 Markus Mützel build: Use qtpaths6 to get prefix for Qt6 tools.
Tue, 26 Sep 2023 17:28:33 -0400 Arun Giridhar maint: Merge away extra head
Tue, 26 Sep 2023 17:27:20 -0400 Arun Giridhar doc: Add section on VM to Octave manual
Tue, 26 Sep 2023 23:02:09 +0200 Markus Mützel QWinTerminalImpl.cpp: Fix error in 2c417b1c36dd
Tue, 26 Sep 2023 16:55:17 -0400 Arun Giridhar vm.m: Fix copyright year to 2023
Tue, 26 Sep 2023 16:51:44 -0400 Arun Giridhar Add vm.m to module.mk
Tue, 26 Sep 2023 16:49:00 -0400 Arun Giridhar New function vm.m to provide help on VM usage
Tue, 26 Sep 2023 22:36:09 +0200 Markus Mützel build: Switch default to Qt6 (fallback to Qt5).
Tue, 26 Sep 2023 22:10:20 +0200 Markus Mützel QWinTerminalImpl: Minor style changes.
Tue, 26 Sep 2023 13:45:48 -0400 Arun Giridhar symrcm.cc: Redistribute octave_quit calls from functions to DEFUN
Tue, 26 Sep 2023 12:50:51 -0400 Arun Giridhar symrcm.cc: Speed up degree calculation (Bug #64718)
Tue, 26 Sep 2023 08:24:02 -0400 Arun Giridhar NEWS.9.md: Copy reminder from NEWS.8.md about future string changes
Tue, 26 Sep 2023 13:52:22 +0200 Markus Mützel gui: Avoid that part of the cursor doesn't flash with fractional scaling.
Tue, 26 Sep 2023 13:22:45 +0200 Markus Mützel gui: Avoid using deprecated function "setActiveWindow".
Mon, 25 Sep 2023 18:52:36 +0200 Markus Mützel build: Fail early when trying to build without shared libraries (bug #64709).