Mercurial > hg > octave-nkf
graph
-
maint: Move core interpreter files with DEFUNS to interpfcn/ directoryFri, 03 Aug 2012 09:31:37 -0700, by Rik
-
fix the names of parse.h and parse-private.h in module.mk fileFri, 03 Aug 2012 11:37:02 -0400, by John W. Eaton
-
search corefcn directory in build tree for include filesFri, 03 Aug 2012 11:29:48 -0400, by John W. Eaton
-
maint: Move parser code and rules to parse-tree/ directoryThu, 02 Aug 2012 17:10:26 -0700, by Rik
-
lo-specfun.cc: Remove unused gripe* functions to stop compiler warning messageThu, 02 Aug 2012 16:33:24 -0700, by Rik
-
maint: Move autogenerated option functions to corefcn/ directory.Thu, 02 Aug 2012 16:29:55 -0700, by Rik
-
splinefit.m: Increase tolerance for %!tests. Use rand, not randn, for generating test data.Thu, 02 Aug 2012 14:02:26 -0700, by Rik
-
Cleaned up icon positions. Removed icon loading from resource manager. guiThu, 02 Aug 2012 12:12:00 +0200, by Jacob Dawid
-
demo.m: Allow functions in demo blocks (bug #33981).Wed, 01 Aug 2012 16:44:16 -0700, by Rik
-
Generate ND indexing functions on demand in JIT.Wed, 01 Aug 2012 17:00:12 -0500, by Max Brister
-
initialize randn state in splinefit testWed, 01 Aug 2012 12:10:26 -0400, by John W. Eaton
-
rename src/DLD-FUNCTIONS directory to src/dldfcnTue, 31 Jul 2012 21:57:58 -0400, by John W. Eaton
-
move more files to corefcn directoryTue, 31 Jul 2012 20:46:47 -0400, by John W. Eaton
-
delete obsolete directory functions declarationsTue, 31 Jul 2012 20:39:08 -0400, by John W. Eaton
-
don't search the corefcn directory for header filesTue, 31 Jul 2012 20:34:46 -0400, by John W. Eaton
-
* gtext.m: Fix typo in previous change.Wed, 01 Aug 2012 10:39:26 -0400, by John W. Eaton
-
configure.ac: Comment out unneeded special build flags for Sun C++ compiler.Tue, 31 Jul 2012 22:24:28 -0700, by Rik
-
gtext.m: Allow multiple text placements--one per mouse click.Tue, 31 Jul 2012 18:26:37 -0700, by Rik
-
Handle complex arguments in imagesc (bug #36866)Tue, 31 Jul 2012 18:06:54 -0400, by Jordi Gutiérrez Hermoso
-
Support ND matrix indexing with scalar assignment in JIT.Tue, 31 Jul 2012 15:40:52 -0500, by Max Brister
-
ND scalar indexing in JIT.Tue, 31 Jul 2012 11:51:01 -0500, by Max Brister
-
Merge in Carnë's changesTue, 31 Jul 2012 14:14:03 -0400, by Jordi Gutiérrez Hermoso
-
doc: be consistent on var name on stat help textTue, 31 Jul 2012 16:45:48 +0100, by Carnë Draug
-
image.m: Don't accept complex image data (bug #36866)Tue, 31 Jul 2012 11:11:05 -0700, by Rik
-
Refactor configure.ac to make it more understandable.Tue, 31 Jul 2012 10:28:51 -0700, by Rik
-
merge source reorganization changes on default to classdef classdefTue, 31 Jul 2012 09:54:19 -0400, by John W. Eaton
-
maint: periodic merge of default to classdef classdefFri, 27 Jul 2012 21:59:10 -0400, by John W. Eaton
-
Merge in Carnë's changesTue, 31 Jul 2012 08:51:02 -0400, by Jordi Gutiérrez Hermoso
-
configure.ac: replace deprecated AC_CONFIG_HEADER macroMon, 30 Jul 2012 20:45:52 +0100, by Carnë Draug
-
Fix typo in pkg.m reported in bug #36994.Tue, 31 Jul 2012 11:58:01 +0200, by Muhali
-
maint: Partition src/ directory with more code in subdirs.Mon, 30 Jul 2012 15:29:19 -0700, by Rik
-
Support the end keyword for one dimentional indexing in JIT.Mon, 30 Jul 2012 13:05:29 -0500, by Max Brister
-
configure.ac: replace deprecated AC_TRY_LINK macroMon, 30 Jul 2012 16:23:52 +0100, by Carnë Draug
-
Modified GUI sources so they can be build inside the source tree, without installing octave first. guiMon, 30 Jul 2012 09:55:57 +0200, by Jacob Dawid
-
maint: Use some Octave coding conventions for base64_encode, base64_decode.Sun, 29 Jul 2012 19:49:11 -0700, by Rik
-
maint: Remove extraneous commented out lines from changeset e753177cde93.Sun, 29 Jul 2012 12:08:03 -0700, by Rik
-
Add functions to encode/decode double arrays to/from base64.Sun, 29 Jul 2012 19:17:48 +0200, by Carlo de Falco
-
Add LAPACK_LIBS to link dependencies of liboctinterpSun, 29 Jul 2012 18:29:02 +0200, by Carlo de Falco
-
maint: periodic merge of default to gui guiSun, 29 Jul 2012 01:43:04 -0400, by Jordi Gutiérrez Hermoso
-
Document extra LLVM dependencySun, 29 Jul 2012 01:32:03 -0400, by Jordi Gutiérrez Hermoso
-
Source code formatting (80-column lines, mostly whitespace changes) guiSat, 28 Jul 2012 21:53:45 -0400, by Jordi Gutiérrez Hermoso
-
Update urls to Agora and bug tracker guiSat, 28 Jul 2012 21:02:28 -0400, by Jordi Gutiérrez Hermoso
-
maint: periodic merge of default to gui guiSat, 28 Jul 2012 12:06:34 -0400, by Jordi Gutiérrez Hermoso
-
maint: periodic merge of stable to defaultSat, 28 Jul 2012 11:59:10 -0400, by Jordi Gutiérrez Hermoso
-
Update qterminal thanks to Jen. Removed performance information on events. guiSat, 28 Jul 2012 15:17:57 +0200, by Jacob Dawid
-
doc: Periodic spellcheck of documentation.Fri, 27 Jul 2012 16:31:18 -0700, by Rik
-
maint: Move non-dynamically linked functions from DLD-FUNCTIONS/ to corefcn/ directoryFri, 27 Jul 2012 15:35:00 -0700, by Rik
-
doc: Update docstrings for built-in functions to not use "Loadable Function" as type.Fri, 27 Jul 2012 14:37:37 -0700, by Rik
-
doc: Fix for bad cross-referencing due to use of aliases in Texinfo.Fri, 27 Jul 2012 09:11:49 -0700, by Rik
-
fix cross-referencing for some function aliasesFri, 27 Jul 2012 11:52:13 -0400, by John W. Eaton
-
doc: Fix image processing workflow documentation (bug #36974)Fri, 27 Jul 2012 08:22:21 -0700, by Rik
-
Added one more *seealso* in "I" and removed a space at start of line, all in data.ccFri, 27 Jul 2012 08:54:39 -0400, by Doug Stewart
-
src/pt-jit.cc: Fix JIT build with LLVM 3.0.Thu, 26 Jul 2012 23:36:51 -0500, by Max Brister
-
Merge in Doug's changesThu, 26 Jul 2012 18:45:52 -0400, by Jordi Gutiérrez Hermoso
-
Added many *seealso* to the help messagesThu, 26 Jul 2012 17:59:30 -0400, by Doug Stewart
-
Check trip count before compiling for loops.Thu, 26 Jul 2012 17:03:15 -0500, by Max Brister
-
help.m: Added option '.' (dot); 'help .' lists all operatorsMon, 23 Jul 2012 12:18:07 +0400, by Sergey Dudoladov
-
Merge in Doug's changesThu, 26 Jul 2012 14:36:25 -0400, by Jordi Gutiérrez Hermoso
-
Added to the sort help message.Thu, 26 Jul 2012 14:20:11 -0400, by Doug Stewart
-
Compile top level while loops in JIT.Thu, 26 Jul 2012 12:17:56 -0500, by Max Brister
-
maint: Use space after OCTAVE_LOCAL_BUFFER invocation in liboctave source code.Thu, 26 Jul 2012 09:43:23 -0700, by Rik
-
maint: Cuddle parenthesis for indexing expressions in ccolamd.cc.Thu, 26 Jul 2012 09:32:11 -0700, by Rik
-
maint: Cuddle open bracket used for indexing C++ arrays in source code.Thu, 26 Jul 2012 09:25:47 -0700, by Rik
-
Update the execution engine's global mapping for external functionsThu, 26 Jul 2012 10:40:26 -0500, by Max Brister
-
maint: Use Octave coding conventions for cuddled parentheses in liboctave/.Thu, 26 Jul 2012 08:13:22 -0700, by Rik
-
maint: Fix a few Octave coding convention violations.Wed, 25 Jul 2012 20:58:21 -0700, by Rik
-
Split pt-jit into multiple files.Wed, 25 Jul 2012 21:12:47 -0500, by Max Brister
-
Add demos for plot.m (bug #36939).Wed, 25 Jul 2012 16:30:39 -0700, by Rik
-
Take into account different calling conventionsWed, 25 Jul 2012 06:40:15 -0500, by Max Brister
-
acinclude.m4: generate gnuplot warning message correctly (fixing bug from revision 8a84849ad986)Wed, 25 Jul 2012 16:48:10 +0100, by Carnë Draug
-
configure.ac: consistency on output (using the same word for the same thing)Wed, 25 Jul 2012 15:33:47 +0100, by Carnë Draug
-
maint: Use Octave coding standards for copyobj.m, hdl2struct.m, struct2hdl.m.Tue, 24 Jul 2012 13:41:41 -0700, by Rik
-
doc: Fix typo in docstring for gco.mTue, 24 Jul 2012 13:40:26 -0700, by Rik
-
Fix typos introduced by changeset 5d3a684236b0.Tue, 24 Jul 2012 13:38:58 -0700, by Rik
-
preserve order of path elements when doing "path (new_path)"Tue, 24 Jul 2012 13:13:45 -0400, by John W. Eaton
-
doc: Periodic grammarcheck of documentationTue, 24 Jul 2012 09:34:51 -0700, by Rik
-
Clear %!functions at the end of testing, not for each shared block.Tue, 24 Jul 2012 07:50:42 -0700, by Rik
-
fix failure with function handles caused by changeset ea6997657614Mon, 23 Jul 2012 15:23:41 -0400, by John W. Eaton
-
which: provide source file name for built-in functionsMon, 23 Jul 2012 12:59:44 -0400, by John W. Eaton
-
'clear -f' does not work for command line functions (bug #34497)Mon, 23 Jul 2012 06:53:09 -0500, by Max Brister
-
Merge erroneously crated headSun, 22 Jul 2012 04:16:02 +0200, by Carlo de Falco
-
Properly restore compiler and linker flags after llvm testsSun, 22 Jul 2012 03:58:02 +0200, by Carlo de Falco
-
remove redundant private function absolute_pathnameThu, 19 Jul 2012 21:28:00 +0200, by Carlo de Falco
-
Added support for changing the terminal cursor and the cursor blinking. guiSat, 21 Jul 2012 01:39:03 -0400, by Jacob Dawid
-
The GUI now remembers when categories in the workspace view have been closed. Bug #36885 guiFri, 20 Jul 2012 16:45:10 -0400, by Jacob Dawid
-
Merge in JIT branch \o/Fri, 20 Jul 2012 16:13:35 -0400, by Jordi Gutiérrez Hermoso
-
Use -I instead of -isystem if -isystem is not avaiableFri, 20 Jul 2012 14:30:07 -0500, by Max Brister
-
configure.ac: Skip compiling JIT if LLVM_CONFIG is not specifiedFri, 20 Jul 2012 10:50:16 -0500, by Max Brister
-
Compile JIT on msvcTue, 17 Jul 2012 09:48:53 -0500, by Michael Goffioul
-
maint: periodic merge of default to jitFri, 13 Jul 2012 12:31:51 -0400, by Jordi Gutiérrez Hermoso
-
configure.ac: llvm include goes in CPPFLAGS not CXXFLAGSThu, 12 Jul 2012 13:15:27 -0500, by Max Brister
-
Support while loops in JITWed, 11 Jul 2012 17:34:22 -0500, by Max Brister
-
More support for complex-complex and complex-scalar operations in JITWed, 11 Jul 2012 14:42:56 -0500, by Max Brister
-
Memory leaks with matrices in JITTue, 10 Jul 2012 21:25:51 -0500, by Max Brister
-
Ignore unkonwn functions during compilationTue, 10 Jul 2012 17:14:32 -0500, by Max Brister
-
More support for complex numbers in JITTue, 10 Jul 2012 15:55:05 -0500, by Max Brister
-
Initial support for complex numbers in JITMon, 09 Jul 2012 17:06:54 -0500, by Max Brister
-
Rename jit_function to jit_operationMon, 09 Jul 2012 12:32:42 -0500, by Max Brister
-
Fix bad mergeMon, 09 Jul 2012 12:21:19 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 09 Jul 2012 09:55:35 -0500, by Max Brister
-
Reduce code duplication in JITThu, 05 Jul 2012 17:25:25 -0500, by Max Brister
-
maint: periodic merge of default to jitTue, 03 Jul 2012 11:05:16 -0500, by Max Brister
-
Add short circult operators to JITWed, 27 Jun 2012 23:43:06 -0500, by Max Brister
-
src/pt-jit.cc: Take into account step for matrix range subsasgn in JITWed, 27 Jun 2012 18:50:59 -0500, by Max Brister
-
In jit support A(idx) = v; where A is matrix, idx is a range, and v is a scalarWed, 27 Jun 2012 18:19:41 -0500, by Max Brister
-
Add element wise boolean And and Or in JITWed, 27 Jun 2012 15:49:28 -0500, by Max Brister
-
Generalize builtin specification in JIT and add support for cos and expWed, 27 Jun 2012 14:14:20 -0500, by Max Brister
-
Add sin to JITTue, 26 Jun 2012 16:15:30 -0500, by Max Brister
-
src/TEMPLATE-INST/Array-jit.cc: Check for LLVM presenceMon, 25 Jun 2012 17:26:28 -0500, by Max Brister
-
Remove jit_block::visit_dom and simplify release placementMon, 25 Jun 2012 16:26:00 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 25 Jun 2012 14:40:21 -0500, by Max Brister
-
Add support for matrix indexed assignment to JITMon, 25 Jun 2012 14:21:45 -0500, by Max Brister