log

age author description
Thu, 23 Aug 2012 12:13:59 -0400 John W. Eaton use std::numeric_limits<T>::epsilon in C++ code
Thu, 23 Aug 2012 10:09:41 -0500 Melvin Robinson Correct small typo in jit-typeinfo.cc
Thu, 23 Aug 2012 08:01:46 -0400 Ben Abbott Modified interp1.m file to check whether X has distinct values or not.
Wed, 22 Aug 2012 19:50:20 -0400 John W. Eaton avoid C-style cast warning
Wed, 22 Aug 2012 18:19:27 -0400 John W. Eaton avoid GCC warning by declaring Array destructor virtual
Wed, 22 Aug 2012 17:36:54 -0400 John W. Eaton use std::numeric_limits for integer max and min values
Wed, 22 Aug 2012 13:46:29 -0700 Rik print.m: Correct typo preventing fontsize to be set (bug #37163)
Wed, 22 Aug 2012 16:30:55 -0400 John W. Eaton use numeric_limits functions instead of DBL_MIN, DBL_MAX, etc.
Wed, 22 Aug 2012 16:16:31 -0400 John W. Eaton reduce code duplication in too_large_for_float array functions
Tue, 21 Aug 2012 17:48:19 -0400 John W. Eaton fix installation of default-qt-settings file (bug #37161)
Tue, 21 Aug 2012 14:03:27 -0400 John W. Eaton link liboctgui with liboctinterp.la
Mon, 20 Aug 2012 17:24:46 -0400 John W. Eaton set initial keyboard focus in command window (bug #36955)
Mon, 20 Aug 2012 15:37:54 -0400 John W. Eaton link gui in way that is more consistent with the rest of Octave
Mon, 20 Aug 2012 14:14:52 -0400 John W. Eaton fix name of ignored dldfcn/module.mk file
Mon, 20 Aug 2012 14:09:47 -0400 John W. Eaton * libgui/Makefile.am, libgui/src/Makefile.am: Style fixes.
Mon, 20 Aug 2012 14:04:45 -0400 John W. Eaton remove obsolete qmake configuration files
Mon, 20 Aug 2012 14:02:08 -0400 John W. Eaton update copyright notices in libgui directory
Sun, 19 Aug 2012 15:16:42 -0400 John W. Eaton override automake .yy.cc rule (bug #36407)
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Sat, 18 Aug 2012 22:03:11 -0400 John W. Eaton * __pie__.m: Avoid syntax errors in matrix lists.
Sat, 18 Aug 2012 21:56:37 -0400 John W. Eaton fix .m file missing from dist
Sat, 18 Aug 2012 20:38:52 -0400 John W. Eaton fix gui sources missing from dist
Sat, 18 Aug 2012 18:56:48 -0400 John W. Eaton * HACKING: Update for libinterp and libgui changes.
Sat, 18 Aug 2012 18:26:11 -0400 John W. Eaton * polyeig.m: Missing semicolon in test.
Sat, 18 Aug 2012 18:10:09 -0400 John W. Eaton rename gui directory to libgu
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src
Sat, 18 Aug 2012 12:01:06 +0200 Jacob Dawid Moved translators file and added GUI structure to etc/HACKING.
Fri, 17 Aug 2012 08:22:30 -0400 Vivek Dogra Modified interp1.m file to check whether X has distinct values or not.
Thu, 16 Aug 2012 18:57:45 -0500 Max Brister Remove octave_value::is_real_nd_array cruft
Thu, 16 Aug 2012 18:51:30 -0500 Max Brister Move type inference from jit_convert to jit_infer
Thu, 16 Aug 2012 12:18:52 -0400 Jordi Gutiérrez Hermoso polyeig.m: Style fixes
Thu, 16 Aug 2012 12:13:57 -0400 Jordi Gutiérrez Hermoso polyeig: remove DOS newlines
Thu, 16 Aug 2012 12:12:05 -0400 Jordi Gutiérrez Hermoso Merge in polyeig
Thu, 19 Jul 2012 04:53:34 +0100 Ed Meyer polyeig: return eigenvectors of the _correct_ size
Thu, 19 Jul 2012 04:50:43 +0100 Fotios Kasolis polyeig: new function
Tue, 14 Aug 2012 15:54:43 -0400 Jordi Gutiérrez Hermoso Proceed with the sparse Choleski computation when requested (bug #37095)
Thu, 16 Aug 2012 16:25:15 +0100 Carnë Draug pkg: check cURL library when using -forge
Wed, 15 Aug 2012 23:51:16 -0500 Max Brister pt-jit.h: Remove unused typedef
Wed, 15 Aug 2012 23:30:02 -0500 Max Brister Factor out jit_block_list and jit_factory from jit_convert
Wed, 15 Aug 2012 22:36:59 -0500 Max Brister Rename jit_convert::convert_llvm to jit_convert_llvm
Wed, 15 Aug 2012 21:56:26 -0500 Max Brister pt-jit.h: Remove dated current status comment
Wed, 15 Aug 2012 08:33:03 -0700 Rik build: Add rule to build ctags for *.m files in scripts directory.
Wed, 15 Aug 2012 11:08:30 -0400 Mike Miller Include common build configuration in gui/src
Wed, 15 Aug 2012 10:48:06 -0400 Jordi Gutiérrez Hermoso find-dialog.{h,cc}: Get rid of DOS newlines
Tue, 14 Aug 2012 21:52:50 -0700 Rik sombrero.m: Put input validation first and add %!tests.
Tue, 14 Aug 2012 21:32:26 -0700 Rik doc: Remove multiple seealso links to I (bug #37046).
Tue, 14 Aug 2012 15:55:52 -0700 Rik build: Remove unneeded -Ioctave-value, -Ioperators from AM_CPPFLAGS.
Tue, 14 Aug 2012 15:17:39 -0700 Rik doc: Document escape character processing within single quotes for regexp, warning, error.
Tue, 14 Aug 2012 13:57:44 -0700 Rik configure.ac: Add checks for a few missing types.
Mon, 13 Aug 2012 20:24:14 -0500 Max Brister Do not simplify the CFG during type inference
Mon, 13 Aug 2012 15:43:49 -0700 Rik Add AX_COMPARE_VERSION.m4 macro m4/ dir to make configure.ac simpler.
Mon, 13 Aug 2012 17:05:14 -0500 Max Brister Support balance, cond, det, norm, rand, magic, eye, and mod in JIT
Mon, 13 Aug 2012 14:06:47 -0700 Rik configure.ac: Correct GCC_VERSION test to return only version number and no other text.
Mon, 13 Aug 2012 14:04:26 -0700 Rik Deprecate configure variables CC_VERSION, CXX_VERSION.
Mon, 13 Aug 2012 12:56:53 -0700 Rik Remove obsolete m4 macro OCTAVE_SMART_PUTENV.
Mon, 13 Aug 2012 11:56:07 -0700 Rik configure.ac: Re-indent for clarity. Try to shorten long lines < 80 characters.
Mon, 13 Aug 2012 12:16:26 -0400 John W. Eaton follow Octave pattern for resource_manager singleton
Mon, 13 Aug 2012 11:01:26 -0400 Jordi Gutiérrez Hermoso GUI branch merged in, closing the GUI branch gui
Mon, 13 Aug 2012 10:32:19 -0400 Jordi Gutiérrez Hermoso Merge gui onto default \o/
Sun, 12 Aug 2012 14:36:23 -0400 Mike Miller Make resource_manager a singleton with Octave conventions gui