Robert Bradshaw [Tue, 23 Feb 2010 07:43:58 +0000 (23:43 -0800)]
Fast GetItem for declared dicts.
Stefan Behnel [Sun, 21 Feb 2010 13:46:16 +0000 (14:46 +0100)]
doctests for cpp wrapper
Stefan Behnel [Sun, 21 Feb 2010 13:45:44 +0000 (14:45 +0100)]
test runner fix: apparently, source files must be in the same directory
Stefan Behnel [Sun, 21 Feb 2010 13:27:30 +0000 (14:27 +0100)]
fix wrapper tests, now that the compiler is fixed
Stefan Behnel [Sun, 21 Feb 2010 13:20:18 +0000 (14:20 +0100)]
fix wrapper tests, now that the compiler is fixed
Robert Bradshaw [Sun, 21 Feb 2010 05:11:38 +0000 (21:11 -0800)]
merge latest cython-devel
Robert Bradshaw [Sun, 21 Feb 2010 05:06:12 +0000 (21:06 -0800)]
Annotation fix.
Robert Bradshaw [Sun, 21 Feb 2010 04:48:56 +0000 (20:48 -0800)]
C99 inline
Robert Bradshaw [Sun, 21 Feb 2010 04:38:58 +0000 (20:38 -0800)]
Nested classes example.
Robert Bradshaw [Sun, 21 Feb 2010 04:17:58 +0000 (20:17 -0800)]
Allow nested C++ types.
Dag Sverre Seljebotn [Sat, 20 Feb 2010 12:36:43 +0000 (13:36 +0100)]
merge
Dag Sverre Seljebotn [Sat, 20 Feb 2010 12:36:10 +0000 (13:36 +0100)]
Fix #508
Robert Bradshaw [Sat, 20 Feb 2010 04:47:58 +0000 (20:47 -0800)]
Use string literals for namespace (rather than dotted names).
Robert Bradshaw [Sat, 20 Feb 2010 02:06:37 +0000 (18:06 -0800)]
merge
Robert Bradshaw [Sat, 20 Feb 2010 02:04:56 +0000 (18:04 -0800)]
Compiler crash on calling non-entry function.
Robert Bradshaw [Fri, 19 Feb 2010 20:01:20 +0000 (12:01 -0800)]
Function overloading fixes.
Robert Bradshaw [Fri, 19 Feb 2010 20:00:56 +0000 (12:00 -0800)]
More complicated template tests.
Robert Bradshaw [Fri, 19 Feb 2010 19:32:43 +0000 (11:32 -0800)]
More cimported type fixes.
daniloaf [Fri, 19 Feb 2010 17:39:44 +0000 (14:39 -0300)]
Fix on constructor call from cimported C++ classes
Robert Bradshaw [Fri, 19 Feb 2010 02:06:38 +0000 (18:06 -0800)]
terminology fix
Robert Bradshaw [Fri, 19 Feb 2010 02:01:37 +0000 (18:01 -0800)]
C++ class constructor calls.
Robert Bradshaw [Fri, 19 Feb 2010 01:49:10 +0000 (17:49 -0800)]
Fix empty multi-dimensional array declarations.
Robert Bradshaw [Fri, 19 Feb 2010 01:49:08 +0000 (17:49 -0800)]
More array declaration tests.
Stefan Behnel [Wed, 17 Feb 2010 21:00:30 +0000 (22:00 +0100)]
new Emacs cython-mode by Georg Brandl
Stefan Behnel [Wed, 17 Feb 2010 20:59:28 +0000 (21:59 +0100)]
merge
Robert Bradshaw [Wed, 17 Feb 2010 17:49:17 +0000 (09:49 -0800)]
remove extraneous file
Stefan Behnel [Wed, 17 Feb 2010 16:17:33 +0000 (17:17 +0100)]
somewhat ugly hack for Py3.1+ to get Cython modules compiled on installation
Stefan Behnel [Wed, 17 Feb 2010 14:07:31 +0000 (15:07 +0100)]
disable extern_builtins_T258 test in Py2.3 (not a meaningful test there)
Lisandro Dalcin [Wed, 17 Feb 2010 13:12:46 +0000 (10:12 -0300)]
fix test case in Py3
Robert Bradshaw [Wed, 17 Feb 2010 09:05:46 +0000 (01:05 -0800)]
merge
Robert Bradshaw [Wed, 17 Feb 2010 09:05:21 +0000 (01:05 -0800)]
Fix pop optimization for 2.3.
Stefan Behnel [Wed, 17 Feb 2010 08:33:40 +0000 (09:33 +0100)]
fix test case in Py3
Stefan Behnel [Wed, 17 Feb 2010 08:15:53 +0000 (09:15 +0100)]
fix str default values in embedded signatures in Py3
Lisandro Dalcin [Wed, 17 Feb 2010 00:54:12 +0000 (21:54 -0300)]
Py2.3 compatibility fix
Stefan Behnel [Fri, 12 Feb 2010 18:04:24 +0000 (19:04 +0100)]
smarter type analysis in BinopNode: propagate known Python result types
Robert Bradshaw [Fri, 12 Feb 2010 11:20:54 +0000 (03:20 -0800)]
Don't split long literals at backslash.
Christoph Gohlke [Fri, 12 Feb 2010 11:08:33 +0000 (03:08 -0800)]
Testcase for long string literals.
Robert Bradshaw [Fri, 12 Feb 2010 10:31:57 +0000 (02:31 -0800)]
Infer common basetype for extension types.
Robert Bradshaw [Fri, 12 Feb 2010 10:11:55 +0000 (02:11 -0800)]
Fix type inference tests for int types.
Robert Bradshaw [Fri, 12 Feb 2010 09:56:08 +0000 (01:56 -0800)]
Infer integer types when entries not used in arithmatic expressions.
daniloaf [Fri, 12 Feb 2010 08:56:19 +0000 (05:56 -0300)]
Fix on test 'cpp_classes'
daniloaf [Fri, 12 Feb 2010 08:28:01 +0000 (05:28 -0300)]
Fixing bug on contructors for inherited classes.
Stefan Behnel [Thu, 11 Feb 2010 22:49:42 +0000 (23:49 +0100)]
extended test case
Stefan Behnel [Thu, 11 Feb 2010 22:46:59 +0000 (23:46 +0100)]
extended test case
Stefan Behnel [Thu, 11 Feb 2010 22:42:14 +0000 (23:42 +0100)]
minor fix and extension to type inference for builtin type operations
Stefan Behnel [Thu, 11 Feb 2010 22:31:20 +0000 (23:31 +0100)]
type inference for some common operations between builtin types
Stefan Behnel [Thu, 11 Feb 2010 22:10:05 +0000 (23:10 +0100)]
fix doctest
Stefan Behnel [Thu, 11 Feb 2010 21:21:27 +0000 (22:21 +0100)]
extended test case
Robert Bradshaw [Thu, 11 Feb 2010 19:53:39 +0000 (11:53 -0800)]
Fix subclass specialization.
Stefan Behnel [Thu, 11 Feb 2010 19:42:35 +0000 (20:42 +0100)]
enable for-in iteration also for C arrays of known size
Robert Bradshaw [Wed, 10 Feb 2010 23:59:36 +0000 (15:59 -0800)]
Make tests cleaner.
Robert Bradshaw [Wed, 10 Feb 2010 23:32:17 +0000 (15:32 -0800)]
Get rid of __Pyx_Name unused warning.
Robert Bradshaw [Wed, 10 Feb 2010 23:31:55 +0000 (15:31 -0800)]
More safe types to infer.
Robert Bradshaw [Wed, 10 Feb 2010 10:31:55 +0000 (02:31 -0800)]
merge latest cython-devel
Robert Bradshaw [Wed, 10 Feb 2010 10:31:32 +0000 (02:31 -0800)]
Backed out changeset
7a5f638711bd, redundant with cython-devel.
Robert Bradshaw [Wed, 10 Feb 2010 10:11:52 +0000 (02:11 -0800)]
Fixes for nested templates.
Robert Bradshaw [Wed, 10 Feb 2010 09:27:24 +0000 (01:27 -0800)]
More buffer type analysis deferment.
Robert Bradshaw [Wed, 10 Feb 2010 07:47:24 +0000 (23:47 -0800)]
Simplify p_positional_and_keyword_args with s.peek()
Robert Bradshaw [Wed, 10 Feb 2010 07:42:32 +0000 (23:42 -0800)]
Enable non expression-like types for templates.
Craig Citro [Wed, 10 Feb 2010 06:01:34 +0000 (22:01 -0800)]
Fix for #505 mistakenly treated things like "cimport cythontools" as a cython import.
Craig Citro [Tue, 9 Feb 2010 23:56:33 +0000 (15:56 -0800)]
Fix trac #505: problem with cimport cython
Craig Citro [Tue, 9 Feb 2010 18:19:08 +0000 (10:19 -0800)]
Whoops, forgot to test after previous patch.
Craig Citro [Tue, 9 Feb 2010 18:04:11 +0000 (10:04 -0800)]
merge
Craig Citro [Tue, 9 Feb 2010 18:03:52 +0000 (10:03 -0800)]
Fix trac #506 -- error with overloading, pops up in cpp_classes
Stefan Behnel [Tue, 9 Feb 2010 10:39:39 +0000 (11:39 +0100)]
renaming, renaming ...
Stefan Behnel [Tue, 9 Feb 2010 09:15:01 +0000 (10:15 +0100)]
disabled broken CPP wrapper tests
Stefan Behnel [Tue, 9 Feb 2010 09:14:28 +0000 (10:14 +0100)]
removed cast from test case that should normally be redundant
Stefan Behnel [Tue, 9 Feb 2010 09:06:03 +0000 (10:06 +0100)]
new test directory for test modules that wrap C/C++ source files
naming convention in test runner to search for related source files in the test directory
tests for wrapping C++ code
Robert Bradshaw [Mon, 8 Feb 2010 19:18:52 +0000 (11:18 -0800)]
Fix overloaded functions for C++ classes.
Stefan Behnel [Mon, 8 Feb 2010 10:08:37 +0000 (11:08 +0100)]
new test case for ticket #505 (cimport cython)
Robert Bradshaw [Fri, 5 Feb 2010 19:28:37 +0000 (11:28 -0800)]
Split long string literals at 2000 chars.
(There may not be enough line breaks...)
Christoph Gohlke [Fri, 5 Feb 2010 19:19:08 +0000 (11:19 -0800)]
Generate shorter string literals
This is related to <http://trac.cython.org/cython_trac/ticket/50>.
Cython 0.12.1 still generates string literals that can be too long for MSVC*
compilers. Please consider the following patch.
Lisandro Dalcin [Fri, 5 Feb 2010 19:00:31 +0000 (16:00 -0300)]
fix outdated Parsing.pxd after merging gsoc-danilo
daniloaf@daniloaf-PC [Fri, 5 Feb 2010 15:11:43 +0000 (12:11 -0300)]
Fixing Parsing.pxd
Robert Bradshaw [Thu, 4 Feb 2010 23:05:49 +0000 (15:05 -0800)]
Fix unop_extras test.
Robert Bradshaw [Thu, 4 Feb 2010 22:49:57 +0000 (14:49 -0800)]
Merge gsoc-danilo C++ code into main branch.
Robert Bradshaw [Thu, 4 Feb 2010 22:44:21 +0000 (14:44 -0800)]
More restrictions on stack allocated C++ objects.
Robert Bradshaw [Thu, 4 Feb 2010 22:24:17 +0000 (14:24 -0800)]
Note about best_match function.
Robert Bradshaw [Thu, 4 Feb 2010 21:58:00 +0000 (13:58 -0800)]
Fix assignable_from for cpp classes.
Robert Bradshaw [Thu, 4 Feb 2010 21:57:58 +0000 (13:57 -0800)]
Fix class in template specialization.
Robert Bradshaw [Wed, 3 Feb 2010 22:45:28 +0000 (14:45 -0800)]
Use cython.operator for operators.
Robert Bradshaw [Wed, 3 Feb 2010 22:33:31 +0000 (14:33 -0800)]
Hierarchical special cython module namespaces.
Robert Bradshaw [Tue, 2 Feb 2010 12:18:23 +0000 (04:18 -0800)]
New message(...) distinct from warn(...)
Robert Bradshaw [Tue, 2 Feb 2010 12:12:52 +0000 (04:12 -0800)]
cython.directive(None) clears directive setting back to default value
Robert Bradshaw [Tue, 2 Feb 2010 12:06:14 +0000 (04:06 -0800)]
Enable safe type inferance by default.
Robert Bradshaw [Tue, 2 Feb 2010 10:10:32 +0000 (02:10 -0800)]
Added tag 0.12.1 for changeset
e90c522631ae
Robert Bradshaw [Tue, 2 Feb 2010 10:10:28 +0000 (02:10 -0800)]
Cython 0.12.1
Robert Bradshaw [Sun, 31 Jan 2010 11:44:15 +0000 (03:44 -0800)]
Make sure new can be used as a non-keyword.
Robert Bradshaw [Sun, 31 Jan 2010 00:42:07 +0000 (16:42 -0800)]
0.12.1.rc1
Robert Bradshaw [Sun, 31 Jan 2010 00:35:06 +0000 (16:35 -0800)]
Tests for ticket #445.
Robert Bradshaw [Sat, 30 Jan 2010 22:26:33 +0000 (14:26 -0800)]
Ticket #445, explicit complex casting
Robert Bradshaw [Sat, 30 Jan 2010 20:54:44 +0000 (12:54 -0800)]
0.12.1.rc0
Robert Bradshaw [Sat, 30 Jan 2010 20:49:09 +0000 (12:49 -0800)]
Package cleanup.
daniloaf@daniloaf-PC [Sat, 30 Jan 2010 18:39:29 +0000 (15:39 -0300)]
Fixed bug on subclass instanciation and using 'del' on templates compile test
Stefan Behnel [Thu, 28 Jan 2010 21:18:23 +0000 (22:18 +0100)]
fix undefined name
Stefan Behnel [Thu, 28 Jan 2010 20:42:59 +0000 (21:42 +0100)]
catch ArithmeticError during constant folding => not constant
Robert Bradshaw [Tue, 26 Jan 2010 18:38:36 +0000 (10:38 -0800)]
0.12.1.beta0
Robert Bradshaw [Tue, 26 Jan 2010 06:47:09 +0000 (22:47 -0800)]
INLINE -> CYTHON_INLINE to avoid conflicts
Stefan Behnel [Sun, 24 Jan 2010 15:47:16 +0000 (16:47 +0100)]
test case for #467
Stefan Behnel [Sun, 24 Jan 2010 15:35:14 +0000 (16:35 +0100)]
fix test after fixing #480