Mercurial > hg > octave-nkf
graph
-
Add classdef tests for static methods and constant properties. classdefThu, 17 Jan 2013 18:11:48 -0500, by Ben Abbott
-
Rename classdef test class foo_payment to foo_value_class classdefThu, 17 Jan 2013 17:23:58 -0500, by Ben Abbott
-
added FFTW multithreaded library supportMon, 14 Jan 2013 21:01:49 +0100, by Andreas Weber
-
Support calling static methods and getting constant properties. classdefTue, 15 Jan 2013 19:36:31 -0500, by Michael Goffioul
-
Support constructor call with no indexing syntax. classdefTue, 15 Jan 2013 17:01:13 -0500, by Michael Goffioul
-
Re-engineer tree_expression postfix handling to make it more flexible. classdefTue, 15 Jan 2013 17:01:10 -0500, by Michael Goffioul
-
Fix typos and mistakes from changeset dd4258398a59. classdefTue, 15 Jan 2013 14:50:43 -0500, by Ben Abbott
-
maint: periodic merge of stable to defaultMon, 14 Jan 2013 20:26:36 -0500, by John W. Eaton
-
* pkg.m (configure_make): Finish previous change. stableMon, 14 Jan 2013 20:11:21 -0500, by John W. Eaton
-
doc: Update mkoctfile man page with newest list of configuration variables. stableMon, 14 Jan 2013 13:21:21 -0800, by Rik
-
maint: periodic merge of stable to defaultMon, 14 Jan 2013 16:05:47 -0500, by John W. Eaton
-
use mkoctfile, not octave_config_info to get default pkg compiler tools stableMon, 14 Jan 2013 15:07:04 -0500, by John W. Eaton
-
use mkoctfile, not octave_config_info to get default pkg compiler toolsMon, 14 Jan 2013 14:59:01 -0500, by John W. Eaton
-
remove unnecessary "typename" keywords classdefMon, 14 Jan 2013 13:47:32 -0500, by Jordi Gutiérrez Hermoso
-
Check for sparse before diagonal class in kron (bug #38082)Mon, 14 Jan 2013 13:35:09 -0500, by Jordi Gutiérrez Hermoso
-
struct2hdl.m: send error when the requested object type is not implemented.Sun, 13 Jan 2013 21:57:02 +0100, by Pantxo Diribarne
-
doc: Add Kyle Guinn to list of contributorsSun, 13 Jan 2013 20:37:52 -0800, by Rik
-
maint: Periodic merge of stable to default.Sun, 13 Jan 2013 11:29:50 -0800, by Rik
-
configure.ac: Fix CAMD/COLAMD/CCOLAMD/CXSparse include search directories stableSat, 12 Jan 2013 00:58:19 -0600, by Kyle Guinn
-
Report correct size for object of classdef objects. classdefSat, 12 Jan 2013 22:41:37 -0500, by Michael Goffioul
-
maint: remove duplicate lines introduced by merge from stableSat, 12 Jan 2013 12:02:29 -0500, by John W. Eaton
-
maint: Periodic merge of stable to default.Sat, 12 Jan 2013 07:36:14 -0800, by Rik
-
strip cross tool prefix from CC, CXX, etc. definitions used in mkoctfile stableFri, 11 Jan 2013 22:19:46 -0500, by John W. Eaton
-
* lo-cutils.h: Move sys/types include statement outside of extern C block.Fri, 11 Jan 2013 22:12:12 -0500, by John W. Eaton
-
strip cross tool prefix from CC, CXX, etc. definitions used in mkoctfileFri, 11 Jan 2013 22:06:39 -0500, by John W. Eaton
-
* lo-cutils.h: Include sys/types.h.Fri, 11 Jan 2013 22:06:35 -0500, by John W. Eaton
-
gui: updated and renamed translation files, added belarusian from Mihas VarantsouFri, 11 Jan 2013 23:48:38 +0100, by Torsten
-
ov-classdef.h: Include class-key when declaring a friend classdefFri, 11 Jan 2013 16:27:22 -0500, by Ben Abbott
-
configure.ac: Clarify warning about disabling static AND shared libraries.Fri, 11 Jan 2013 09:46:23 -0800, by Rik
-
maint: merge stable to default. Do not pick up stable-only changeset 59128350e011.Fri, 11 Jan 2013 09:43:30 -0800, by Rik
-
Fix typo from changeset 15904:7c469bffc599 in stable stableFri, 11 Jan 2013 11:12:29 -0500, by Ben Abbott
-
gui: locale back to en_US.UTF-8 for correct character repres. in file dialogsThu, 10 Jan 2013 20:59:28 +0100, by Torsten
-
* etc/HACKING: Update with new gnulib info.Thu, 10 Jan 2013 10:47:17 -0500, by John W. Eaton
-
use hook functions for gnulib's bootrap script instead of our wrapper scriptThu, 10 Jan 2013 10:28:43 -0500, by John W. Eaton
-
Fix typo from 18d1bd2596bf (LFLAGS -> LDFLAGS)Wed, 09 Jan 2013 13:46:10 -0500, by Ben Abbott
-
Sneak the MacOS X "-framework JavaVM" into mkoctfile via LDFLAGSWed, 09 Jan 2013 10:17:58 -0500, by Ben Abbott
-
maint: periodic merge of stable to defaultTue, 08 Jan 2013 17:16:02 -0500, by John W. Eaton
-
Makefile.am: close automake conditional stableTue, 08 Jan 2013 15:59:47 -0500, by Jordi Gutiérrez Hermoso
-
gui: reorganized handling of different icons for dock widgetsTue, 08 Jan 2013 21:35:12 +0100, by Torsten
-
Initial support for object array semantic. classdefTue, 08 Jan 2013 12:34:30 -0500, by Michael Goffioul
-
doc: Change object type of dbwhere, dbstack to "Command" in docstring.Sun, 06 Jan 2013 21:52:29 -0800, by Rik
-
More flexible refcount to account for owned back-references. classdefSun, 06 Jan 2013 22:22:13 -0500, by Michael Goffioul
-
Use strong reference between objects and their class. classdefSun, 06 Jan 2013 12:19:16 -0500, by Michael Goffioul
-
doc: add while and do-until example to help text (bug #7915)Sun, 06 Jan 2013 21:59:11 +0000, by Carnë Draug
-
maint: Merge stable to default to pick up Perl doc-building fix.Sat, 05 Jan 2013 18:40:49 -0800, by Rik
-
munge-texi.pl: Strip EOL character(s) in a platform-agnostic way. stableSat, 05 Jan 2013 18:39:18 -0800, by Rik
-
maint: merge stable to defaultSat, 05 Jan 2013 19:58:22 -0500, by John W. Eaton
-
build: Use Perl to create DOCSTRINGS in src/ directory. stableFri, 18 May 2012 10:48:43 -0700, by Rik
-
Added tag rc-3-6-4-1 for changeset 858cbf6fc2ec stableSat, 05 Jan 2013 19:46:44 -0500, by John W. Eaton