log

age author description
Mon, 23 Jul 2012 12:59:44 -0400 John W. Eaton which: provide source file name for built-in functions
Mon, 23 Jul 2012 06:53:09 -0500 Max Brister 'clear -f' does not work for command line functions (bug #34497)
Sun, 22 Jul 2012 04:16:02 +0200 Carlo de Falco Merge erroneously crated head
Sun, 22 Jul 2012 03:58:02 +0200 Carlo de Falco Properly restore compiler and linker flags after llvm tests
Thu, 19 Jul 2012 21:28:00 +0200 Carlo de Falco remove redundant private function absolute_pathname
Sat, 21 Jul 2012 10:23:00 -0400 Jordi Gutiérrez Hermoso Fix think-o in 4315a39da4c9 stable
Sat, 21 Jul 2012 01:39:03 -0400 Jacob Dawid Added support for changing the terminal cursor and the cursor blinking. gui
Fri, 20 Jul 2012 16:45:10 -0400 Jacob Dawid The GUI now remembers when categories in the workspace view have been closed. Bug #36885 gui
Fri, 20 Jul 2012 16:36:30 -0400 Jacob Dawid Updated qterminal. gui
Fri, 20 Jul 2012 16:13:35 -0400 Jordi Gutiérrez Hermoso Merge in JIT branch \o/
Fri, 20 Jul 2012 14:30:07 -0500 Max Brister Use -I instead of -isystem if -isystem is not avaiable
Fri, 20 Jul 2012 10:50:16 -0500 Max Brister configure.ac: Skip compiling JIT if LLVM_CONFIG is not specified
Tue, 17 Jul 2012 09:48:53 -0500 Michael Goffioul Compile JIT on msvc
Fri, 13 Jul 2012 12:31:51 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of default to jit
Thu, 12 Jul 2012 13:15:27 -0500 Max Brister configure.ac: llvm include goes in CPPFLAGS not CXXFLAGS
Wed, 11 Jul 2012 17:34:22 -0500 Max Brister Support while loops in JIT
Wed, 11 Jul 2012 14:42:56 -0500 Max Brister More support for complex-complex and complex-scalar operations in JIT
Tue, 10 Jul 2012 21:25:51 -0500 Max Brister Memory leaks with matrices in JIT
Tue, 10 Jul 2012 17:14:32 -0500 Max Brister Ignore unkonwn functions during compilation
Tue, 10 Jul 2012 15:55:05 -0500 Max Brister More support for complex numbers in JIT
Mon, 09 Jul 2012 17:06:54 -0500 Max Brister Initial support for complex numbers in JIT
Mon, 09 Jul 2012 12:32:42 -0500 Max Brister Rename jit_function to jit_operation
Mon, 09 Jul 2012 12:21:19 -0500 Max Brister Fix bad merge
Mon, 09 Jul 2012 09:55:35 -0500 Max Brister maint: periodic merge of default to jit
Thu, 05 Jul 2012 17:25:25 -0500 Max Brister Reduce code duplication in JIT
Tue, 03 Jul 2012 11:05:16 -0500 Max Brister maint: periodic merge of default to jit
Wed, 27 Jun 2012 23:43:06 -0500 Max Brister Add short circult operators to JIT
Wed, 27 Jun 2012 18:50:59 -0500 Max Brister src/pt-jit.cc: Take into account step for matrix range subsasgn in JIT
Wed, 27 Jun 2012 18:19:41 -0500 Max Brister In jit support A(idx) = v; where A is matrix, idx is a range, and v is a scalar
Wed, 27 Jun 2012 15:49:28 -0500 Max Brister Add element wise boolean And and Or in JIT