log

age author description
Sun, 24 Mar 2024 18:12:06 -0400 John W. Eaton eliminate unnecessary use of <cassert> in libinterp files
Sun, 24 Mar 2024 18:12:34 -0400 John W. Eaton replace calls to assert with liboctave_panic functions liboctave
Mon, 25 Mar 2024 00:43:53 -0400 John W. Eaton call error instead of abort in panic_impossible, panic_if, and panic_unless
Sun, 24 Mar 2024 16:53:18 -0400 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Sat, 23 Mar 2024 13:54:13 -0400 John W. Eaton eliminate unused variable accidentally introduced in changeset 4e5bc9c4f657
Sat, 23 Mar 2024 13:22:58 -0400 John W. Eaton replace uses of assert with panic_impossible in ov.h
Sat, 23 Mar 2024 13:17:02 -0400 John W. Eaton move global panic functions and macros to separate panic.h and panic.cc files
Sat, 23 Mar 2024 13:02:24 -0400 John W. Eaton * lex.ll: Replace remaining uses of assert with panic_unless.
Sat, 23 Mar 2024 12:19:59 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 23 Mar 2024 12:13:17 -0400 John W. Eaton use std::stoi or std::stoul instead of atoi (bug #65342)
Fri, 22 Mar 2024 23:51:33 -0400 John W. Eaton use qOverload<T>(fptr) instead of QOverload<T>::of(fptr)
Fri, 22 Mar 2024 17:31:33 -0700 Rik Return flags from fcntl (bug #65504)
Fri, 22 Mar 2024 19:45:02 +0100 Markus Mützel maint: Merge default to bytecode-interpreter. bytecode-interpreter
Fri, 22 Mar 2024 19:41:48 +0100 Markus Mützel maint: Merge stable to default.
Fri, 22 Mar 2024 19:41:29 +0100 Markus Mützel GitHub-CI (macos): Use unofficial pkg-config file for Qt6 from Homebrew. stable