log

age author description
Tue, 19 Jun 2012 12:36:53 -0500 Max Brister Rename jit_check_error to jit_error_check
Tue, 19 Jun 2012 12:27:55 -0500 Max Brister Fix whitespace issues and update documentation
Tue, 19 Jun 2012 12:15:44 -0500 Max Brister Rename jit_break to jit_branch and jit_cond_break to jit_cond_branch
Tue, 19 Jun 2012 10:14:47 -0500 Max Brister pt-jit.h: Remove unused variables from jit_block
Mon, 18 Jun 2012 16:45:10 -0500 Max Brister maint: periodic merge of default to jit
Fri, 15 Jun 2012 14:10:24 -0500 Max Brister src/pt-jit.cc (jit_info::~jit_info): New function
Fri, 15 Jun 2012 13:35:35 -0500 Max Brister Check for null index lists
Fri, 15 Jun 2012 13:15:48 -0500 Max Brister Fix some segfaults
Fri, 15 Jun 2012 12:41:44 -0500 Max Brister Do not define OCTAVE_JIT_DEBUG
Thu, 14 Jun 2012 16:38:06 -0500 Max Brister Start of jit support for double matricies
Mon, 11 Jun 2012 20:11:20 -0500 Max Brister maint: periodic merge of default to jit
Mon, 11 Jun 2012 10:03:28 -0500 Max Brister Add power to jit
Sun, 10 Jun 2012 12:16:29 -0500 Max Brister Cleanup and optimization of JIT
Sat, 09 Jun 2012 14:26:15 -0500 Max Brister maint: periodic merge of default to jit
Sat, 09 Jun 2012 10:23:28 -0500 Max Brister Only add items to worklist in type inferece if not already there
Fri, 08 Jun 2012 22:31:57 -0500 Max Brister Remove uneeded error checks
Fri, 08 Jun 2012 15:30:07 -0500 Max Brister jit_const no longer inherits from jit_instruction
Fri, 08 Jun 2012 13:35:40 -0500 Max Brister Prevent crash when using scalars as conditionals
Thu, 07 Jun 2012 21:28:56 -0500 Max Brister Improve printing of jit_extract_argument
Thu, 07 Jun 2012 17:25:58 -0500 Max Brister warn on divide by zero
Thu, 07 Jun 2012 16:45:19 -0500 Max Brister Mark fail with GCC_ATTR_NORETURN
Thu, 07 Jun 2012 15:48:43 -0500 Max Brister No longer segfault when compiling nested for loops
Thu, 07 Jun 2012 12:43:20 -0500 Max Brister Adding basic error support to JIT
Tue, 05 Jun 2012 16:28:09 -0500 Max Brister Remove some macros from pt-jit.h and pt-jit.cc
Mon, 04 Jun 2012 17:18:47 -0500 Max Brister Allow for construction of ranges during jit
Mon, 04 Jun 2012 13:10:44 -0500 Max Brister Place releases after last use and generalize dom visiting
Sun, 03 Jun 2012 16:30:21 -0500 Max Brister maint: periodic merge of default to jit
Sun, 03 Jun 2012 16:00:22 -0500 Max Brister Use CXX and CPP flags correctly when configuring llvm
Sun, 03 Jun 2012 15:38:40 -0500 Max Brister Locate and link with LLVM properly
Sat, 02 Jun 2012 10:06:54 -0500 Max Brister maint: periodic merge of default to jit
Sat, 02 Jun 2012 10:04:55 -0500 Max Brister Rename symbol_table::symbol_record_ref to symbol_table::symbol_reference
Fri, 01 Jun 2012 19:24:15 -0500 Max Brister maint: periodic merge of default to jit
Fri, 01 Jun 2012 19:08:43 -0500 Max Brister Use standard SSA construction algorithm, and support break/continue
Wed, 30 May 2012 09:36:38 -0500 Max Brister maint: periodic merge of default to jit
Tue, 29 May 2012 13:51:02 -0500 Max Brister Prevent double release of input arguments in JIT
Tue, 29 May 2012 12:07:26 -0500 Max Brister Properly cleanup the low level IR
Tue, 29 May 2012 09:50:40 -0500 Max Brister Treat undefined as any
Mon, 28 May 2012 23:19:41 -0500 Max Brister If, ifelse, and else statements JIT compile now
Sun, 27 May 2012 22:57:55 -0500 Max Brister Cleanup of some type inference functions
Sat, 26 May 2012 20:38:17 -0500 Max Brister maint: periodic merge of default to jit
Sat, 26 May 2012 20:30:28 -0500 Max Brister For loops compile with new IR
Thu, 24 May 2012 15:48:10 -0600 Max Brister maint: Periodic merge of default to jit
Thu, 24 May 2012 15:25:06 -0600 Max Brister Removed dead functions
Thu, 24 May 2012 15:08:09 -0600 Max Brister Rewrite pt-jit.* adding new low level octave IR
Wed, 23 May 2012 16:22:05 -0400 Jordi Gutiérrez Hermoso maint: Periodic merge of default to jit
Mon, 21 May 2012 15:41:19 -0600 Max Brister Add if support and fix leak with any
Fri, 18 May 2012 10:24:14 -0600 Max Brister doc (pt-jit.h): Update progress
Fri, 18 May 2012 10:22:34 -0600 Max Brister Use symbol_record_ref instead of names in JIT
Fri, 18 May 2012 08:53:26 -0600 Max Brister Add symbol_table::symbol_record_ref
Fri, 18 May 2012 08:11:00 -0600 Max Brister doc: Removed old FIXMEs
Fri, 18 May 2012 08:09:03 -0600 Max Brister Simplified llvm::GenericValue creation
Fri, 18 May 2012 05:59:59 -0600 Max Brister Remove OCTINTERP_API from jit classes
Thu, 17 May 2012 21:22:25 -0600 Max Brister maint: Periodic merge of default to jit
Thu, 17 May 2012 19:50:01 -0400 Jordi Gutiérrez Hermoso maint: Periodic merge of default to jit
Thu, 17 May 2012 16:07:21 -0600 Max Brister JIT for loops over ranges
Tue, 15 May 2012 18:43:18 -0600 Max Brister maint: periodic merge of default to jit
Sat, 12 May 2012 19:39:44 -0600 Max Brister maint: periodic merge of default to jit
Sat, 12 May 2012 19:24:32 -0600 Max Brister Reworking JIT implementation
Wed, 09 May 2012 12:53:41 -0600 Max Brister configure.ac: Bad merge
Mon, 07 May 2012 18:37:31 -0600 Max Brister doc: Copyright fix in pt-jit.h and pt-jit.cc
Mon, 07 May 2012 16:57:57 -0600 Max Brister maint: periodic merge of default to jit
Sun, 06 May 2012 20:17:30 -0600 Max Brister Initial JIT support
Fri, 20 Jul 2012 12:39:28 -0700 Andy Adler doc: Add "Display" option to optimset documentation.
Fri, 20 Jul 2012 12:26:31 -0700 Rik doc: Use 'grayscale' rather than 'gray-scale' in documentation.
Fri, 20 Jul 2012 12:22:48 -0700 Rik Add new functions cmpermute(), cmunque().
Fri, 20 Jul 2012 09:25:37 -0700 Andy Adler Add new function fminsearch.m
Fri, 20 Jul 2012 11:56:38 -0400 Jacob Dawid Updated qterminal. gui
Fri, 20 Jul 2012 11:40:50 -0400 John W. Eaton shorten signal warnings
Fri, 20 Jul 2012 09:42:02 -0400 Jacob Dawid Update qterminal. gui
Fri, 20 Jul 2012 09:38:02 -0400 John W. Eaton avoid error in "help gsvd" call stable
Fri, 20 Jul 2012 09:15:22 -0400 Jacob Dawid Fixed bug with error message about missing arguments when running a file. gui
Thu, 19 Jul 2012 18:19:57 -0400 John W. Eaton rename octave-core file to octave-workspace
Thu, 19 Jul 2012 18:08:08 -0400 Jordi Gutiérrez Hermoso Do computations with octave_uint64 to avoid overflow stable
Thu, 19 Jul 2012 16:07:12 -0400 Jacob Dawid Merge. gui
Thu, 19 Jul 2012 16:03:47 -0400 Jacob Dawid Fixed performance issues on updating the symbol table. gui
Thu, 19 Jul 2012 12:08:46 -0700 Ed Meyer doc: corrected eig doc
Thu, 19 Jul 2012 15:18:19 -0400 John W. Eaton omit warning for multiple Contents.m files in the load path
Wed, 18 Jul 2012 20:05:32 +0100 Carnë Draug doc: recommend to use bug tracker rather than maintainers mailing list.
Thu, 19 Jul 2012 11:53:00 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of default to gui gui
Thu, 19 Jul 2012 11:48:40 -0400 Jordi Gutiérrez Hermoso maint: Periodic merge of stable to default
Mon, 16 Jul 2012 16:55:27 +0100 Carnë Draug doc: typo on PS1 documentation example stable
Thu, 19 Jul 2012 10:13:40 -0400 Jacob Dawid Added dimension column to workspace view. Using octave print-function to retrieve a value string for a variable. gui
Thu, 19 Jul 2012 09:30:07 -0400 Jacob Dawid Added patch from jwe that forks the GUI process in order to have less work. gui
Wed, 18 Jul 2012 17:06:59 -0400 Jacob Dawid Removed cd'ing back after running a script for compatibility with less. gui
Wed, 18 Jul 2012 15:37:36 -0400 John W. Eaton correcly compute Z for 3-output call to qz (bug #36728)
Wed, 18 Jul 2012 15:33:43 -0400 Jacob Dawid Editor now gets focussed when opening a file. gui
Wed, 18 Jul 2012 07:07:18 -0400 Jacob Dawid Forgot to have a fallback lexer when the file suffix is unknown. Removed unused variable and added comments. gui
Wed, 18 Jul 2012 05:45:40 -0400 Jacob Dawid Added syntax highlighting support for .sh/.bat/.pl and .diff-files. gui
Tue, 17 Jul 2012 13:34:19 -0700 Rik maint: use rows() and columns() to clarify m-files.
Tue, 17 Jul 2012 15:08:20 +0200 Juan Pablo Carbajal Give message id to undefined function error
Tue, 17 Jul 2012 08:43:15 -0700 Rik maint: Use single quotes to simplify backslashing of double quotes.
Tue, 17 Jul 2012 11:38:54 -0400 Jacob Dawid Now supporting c/cc/cpp syntax highlighting. gui
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 16 Jul 2012 20:37:01 -0400 Pantxo Diribarne New Functions; copyobj.m, hdl2struct.m, struct2hdl.m
Mon, 16 Jul 2012 17:32:27 -0400 Jordi Gutiérrez Hermoso Use explicit false and true instead of 0 and 1
Mon, 16 Jul 2012 17:16:50 -0400 Nicholas Musolino * voronoi.m: Fix cut and paste error. stable
Mon, 16 Jul 2012 16:43:26 -0400 Jacob Dawid maint: merge of default on gui. gui
Mon, 16 Jul 2012 16:42:25 -0400 Jacob Dawid Added a few comments. gui
Sat, 14 Jul 2012 09:59:41 -0700 Rik smyrcm.cc: use std::swap instead of custom swap code.
Sat, 14 Jul 2012 06:22:56 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in src/ directory
Fri, 13 Jul 2012 00:05:49 +0200 Carlo de Falco fix typo in error message in pkg.m
Thu, 12 Jul 2012 11:14:26 -0400 Jordi Gutiérrez Hermoso doc: Fix Søren's name (proper UTF-8 encoding)
Thu, 12 Jul 2012 10:58:42 -0400 Jordi Gutiérrez Hermoso pkg.m: Check if the prefix directory can be created; don't fail silently
Thu, 12 Jul 2012 06:38:07 +0200 Rafael Laboissiere pkg.m: create prefix directory, if it does not exist
Mon, 09 Jul 2012 17:00:46 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in doc directory
Mon, 09 Jul 2012 13:23:31 -0700 Rik maint: Use Octave coding conventions for coddling parentheses in examples directory
Mon, 09 Jul 2012 13:01:49 -0700 Rik maint: Use Octave coding conventions for coddling parenthis is DLD-FUNCTIONS directory
Mon, 09 Jul 2012 10:34:43 -0700 Rik doc: Periodic grammarcheck of documentation.
Mon, 09 Jul 2012 09:43:53 -0700 Rik doc: Periodic spellcheck of documentation.
Mon, 09 Jul 2012 09:29:04 -0700 Max Brister doc: Add subchapter on nested functions (bug #36147)
Sun, 08 Jul 2012 12:02:26 -0700 Rik doc: Add Seealso links to betainc() docstring
Sun, 08 Jul 2012 12:00:45 -0700 Rik test: Use Octave coding conventions for tests for line() and toc().
Sun, 08 Jul 2012 11:43:30 -0700 Rik maint: Allow scatter demo to be run under Octave or Matlab for plot comparisons
Sun, 08 Jul 2012 11:35:06 -0700 Rik Use xlgamma instead of lgamma in betaincinv for portability across systems.
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Sat, 07 Jul 2012 14:28:21 +0200 Jacob Dawid Fixed bug with GUI not starting the first time. gui
Fri, 06 Jul 2012 14:00:25 -0700 Rik maint: Use Octave coding conventions for cuddled parenthesis in retval assignments.
Fri, 06 Jul 2012 09:34:35 -0700 Rik data.cc: Use Octave coding conventions for cuddling/non-cuddling of parenthesis.
Thu, 05 Jul 2012 20:03:01 -0700 Rik doc: Improve docstring for filter.
Thu, 05 Jul 2012 15:44:06 -0400 John W. Eaton * str-vec.h, str-vec.cc (string_vector::list_in_columns): Accept prefix.