Timeline
01/25/2010:
- 23:28 Ticket #485 (optimized float() call, avoiding python if input is C numeric) closed by
- fixed
- 23:28 Ticket #485 (optimized float() call, avoiding python if input is C numeric) created by
- http://hg.cython.org/cython-devel/rev/dda8f62132fc
- 23:23 Ticket #484 (boundscheck directive should work for lists and tuples as well as buffers) closed by
- fixed: http://hg.cython.org/cython-devel/rev/8094c672a0b9 …
- 23:23 Ticket #484 (boundscheck directive should work for lists and tuples as well as buffers) created by
- 23:17 Ticket #483 (There should be a mode to see what the type inferencer infers) closed by
- fixed: http://hg.cython.org/cython-devel/rev/6f8fc01ddab1
- 23:16 Ticket #483 (There should be a mode to see what the type inferencer infers) created by
- @cython.infer_types(verbose=True)
- 23:15 Ticket #482 (Rename INLINE to CYTHON_INLINE) closed by
- fixed: http://hg.cython.org/cython-devel/rev/3bc6d034486a
- 23:14 Ticket #482 (Rename INLINE to CYTHON_INLINE) created by
- #481 exposed the fact that some .h files used in Sage defined INLINE to be …
- 23:11 Ticket #481 (protect definition of INLINE and fix for MSVC) closed by
- fixed: http://hg.cython.org/cython-devel/rev/9918bc676467
- 23:10 Ticket #481 (protect definition of INLINE and fix for MSVC) created by
01/24/2010:
- 07:39 Ticket #480 (Compiler crash using float() as cast) closed by
- fixed
- 03:27 Ticket #480 (Compiler crash using float() as cast) created by
- […] Discovered while trying to compile sage…
01/21/2010:
- 16:44 Ticket #369 (Compiler directive: warning_undeclared) closed by
- fixed
- 16:43 Ticket #479 (more flexible directives) closed by
- fixed
- 15:15 Milestone 0.12 completed
- 15:15 Ticket #479 (more flexible directives) created by
- We should be able to do stuff like […]
- 14:34 Ticket #478 (Cython closures not bound as methods) created by
- This is especially relevant to using closures to decorate methods. …
01/20/2010:
- 12:44 Ticket #477 (@cython.locals() don't propagate to cdef function signature) created by
- […] generates much less efficient code than […] Both should be …
01/13/2010:
- 23:14 Ticket #470 (In Py>=2.6, kwargs can be general mappings) closed by
- fixed: Implemented here: http://hg.cython.org/cython-devel/rev/df9b7285ec6a
- 11:59 Ticket #476 (xrange() is not supported in Py3) closed by
- fixed
- 11:59 Ticket #476 (xrange() is not supported in Py3) created by
- Using the xrange() builtin makes the module fail to import in Py3 …
01/08/2010:
01/07/2010:
- 05:06 Ticket #474 (support non-overridable 'inline' methods) created by
- When a method is declared 'inline', Cython should emit calling code that …
01/06/2010:
- 11:10 Ticket #473 (cython 0.12 bug for microsoft visual studio 2008 compiler) created by
- Certain simple class structures will fail to compile under MS Vis. Studio …
12/29/2009:
- 01:07 Ticket #472 (builtins caching happens too early, before the optimisation phase) created by
- When using xrange() in a for-loop, Cython will generate code to …
12/26/2009:
- 21:08 Ticket #471 (Allow public enum type fields for cdef classes) created by
- Currently this gives a […]
- 20:42 Ticket #470 (In Py>=2.6, kwargs can be general mappings) created by
- See http://www.mail-archive.com/cython-dev@codespeak.net/msg08051.html and …
Note: See TracTimeline
for information about the timeline view.
