log

age author description
Fri, 14 Sep 2012 11:14:27 -0400 John W. Eaton merge event_accepted and event_reject into a single function
Fri, 14 Sep 2012 09:49:13 -0400 John W. Eaton handle event deletion in octave_link class, not in event handler functions
Fri, 14 Sep 2012 09:06:58 -0400 John W. Eaton force C++ linking for liboctave and liboctgui
Fri, 14 Sep 2012 06:09:41 -0600 Max Brister Erase partially created functions on JIT compilation failure (bug #37308)
Thu, 13 Sep 2012 12:44:18 -0700 Rik build: Don't directly compile #included template code Sparse.cc, MSparse.cc
Thu, 13 Sep 2012 15:20:16 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 13 Sep 2012 15:14:47 -0400 John W. Eaton rcond: use new copy of data for full factorization if positive definite cholesky factorization fails (bug #37336) stable
Thu, 13 Sep 2012 11:21:22 -0700 Rik build: Use TEMPLATE_SRC variable, not OTHER_INC, for C++ template instantiation code.
Thu, 13 Sep 2012 11:06:27 -0700 Rik build: Don't both include and compile oct-sort.cc.
Thu, 13 Sep 2012 18:59:35 +0200 Jacob Dawid Merge.
Thu, 13 Sep 2012 18:59:00 +0200 Jacob Dawid Update hg substate to point to newest qterminal version.
Thu, 13 Sep 2012 12:32:51 -0400 Jordi Gutiérrez Hermoso Merge in Daniel's and Torsten's changes
Thu, 13 Sep 2012 09:14:07 -0700 Rik Use double quotes, not angle brackets, for '#include "base-lu.cc"'.
Thu, 13 Sep 2012 12:06:28 -0400 John W. Eaton * mex.cc (mexCallMATLAB): Remove stray const added in 93dff6435fe1 (bug #37342).
Thu, 13 Sep 2012 10:15:02 -0400 John W. Eaton don't compiler kpse.cc by itself
Thu, 13 Sep 2012 12:32:17 -0400 Daniel J Sebald Set Qt as the default gnuplot terminal if using the GUI.
Wed, 12 Sep 2012 20:50:18 +0200 Torsten reomve empty editor-tab after trying to load a nonexistant file
Thu, 13 Sep 2012 01:03:55 -0400 John W. Eaton use Octave singleton style for octave_link class
Wed, 12 Sep 2012 19:18:51 -0600 Max Brister Use sret and do not use save/restore stack (bug #37308)
Wed, 12 Sep 2012 20:06:05 -0700 Rik configure.ac: Simplify test for LLVM dependencies.
Wed, 12 Sep 2012 20:32:57 -0400 John W. Eaton avoid some GCC warnings in the libgui code
Wed, 12 Sep 2012 16:34:39 -0400 Jordi Gutiérrez Hermoso maint: whitespace cleanup in GUI code
Wed, 12 Sep 2012 16:23:13 -0400 Jordi Gutiérrez Hermoso Merge in Thorsten's changes
Wed, 12 Sep 2012 16:18:48 -0400 John W. Eaton don't use WARN_CXXFLAGS for qterminal library
Wed, 12 Sep 2012 15:08:45 -0400 John W. Eaton reorganize libgui build
Tue, 11 Sep 2012 22:19:51 +0200 Thorsten Liebig GUI: Settings take immediate effect on the m-editor
Tue, 11 Sep 2012 22:12:45 +0200 Thorsten Liebig * settings-dialog.ui: removed some strange settings and signal connections
Wed, 12 Sep 2012 11:36:35 -0700 Rik configure.ac: Cache results for QRUPDATE_LUU autoconf test.
Wed, 12 Sep 2012 11:35:19 -0700 Rik build: Move non-Octave Autoconf pkg macros from acinclude.m4 to a separate file.
Wed, 12 Sep 2012 11:04:54 -0400 John W. Eaton pass std::string objects by const reference, not value