cython.git
2009-12-15 Robert BradshawWork on C++ operators
2009-12-15 Robert BradshawUse C++ style constructor declarations rather than...
2009-12-15 Robert BradshawFix cpp test running.
2009-12-15 Robert BradshawC++ parsing simplification, cleanup
2009-12-15 Robert BradshawC++ cleanup.
2009-12-15 Robert BradshawC++ check code
2009-10-19 Robert BradshawStore global cpp option.
2009-10-18 Robert Bradshawchar reference need not be special like char*
2009-10-17 Danilo FreitasStart with references
2009-08-24 Danilo FreitasTests for operators and templates
2009-08-20 Danilo Freitassome fixes in best_match, operators and comparisons
2009-08-17 Danilo FreitasCreating default constructor if no constructor was...
2009-08-16 Robert BradshawFix lots of tests errors, all tests pass.
2009-08-16 Robert BradshawWorking stl vector example.
2009-08-16 Robert BradshawWorking stl vector.
2009-08-16 Robert Bradshawfix templating, actually works
2009-08-13 Robert BradshawConsolidate best_match, minor refactoring.
2009-08-13 Robert BradshawMore explicit TODOs.
2009-08-13 Robert BradshawPropagate more type specialization.
2009-08-13 Robert BradshawSpecialization of C++ template classes.
2009-08-11 Danilo Freitassmall fix
2009-08-11 Danilo FreitasTemplates
2009-07-28 Robert Bradshawmore std into Includes
2009-07-27 Danilo FreitasTemplates
2009-07-16 Danilo FreitasOverloading operators
2009-07-14 DaniloFreitasgeneral best_match and analyse_cpp_operation
2009-07-14 DaniloFreitasMore on overloading operators (+ and -)
2009-07-13 DaniloFreitasSome work with operator
2009-07-09 Robert Bradshawmore function overloading
2009-07-09 Robert Bradshawmerge
2009-07-09 DaniloFreitassmall fixes
2009-07-09 Robert BradshawFix cpp class example (now that we have function overlo...
2009-07-09 DaniloFreitasFunction overloading (declaring and using)
2009-07-08 DaniloFreitasFunction overloading
2009-07-07 Robert Bradshawmake sure constructor/destructors are being called
2009-07-07 Robert BradshawMore cpp test, don't need cpp file.
2009-07-07 Robert BradshawExpand and fix cpp tests
2009-07-07 Danilo FreitasTest files for cpp classes.
2009-07-07 Robert Bradshawminor fix
2009-07-04 Robert Bradshawmerge
2009-07-03 Danilo FreitasSmall changes on DelStatNode
2009-07-02 Robert BradshawMinor changes to del
2009-07-02 Danilo Freitasdel statement for C++ objects
2009-07-02 Danilo Freitasnew operator
2009-07-02 Robert Bradshawnew operator
2009-07-02 Danilo Freitassame work
2009-07-02 Danilo FreitasWorking with 'new' operator
2009-06-26 Danilo FreitasWorkint with 'new' operator
2009-06-19 Robert BradshawRework namespaces into cname.
2009-06-19 Robert BradshawResolve subclass assignment
2009-06-17 Danilo FreitasDeclaring and using inherited attributes
2009-06-09 Robert BradshawMore on cpp class declaration_code
2009-06-09 Robert BradshawMore work on cpp types.
2009-06-09 Robert BradshawRemove windows line break characters.
2009-06-09 Robert BradshawMerge in latest release.
2009-06-09 DaniloFreitasCpp class scope and type
2009-06-03 DaniloFreitasCppClassScope
2009-05-26 Dag Sverre... New fix for #303
2009-05-26 Dag Sverre... Revert previous fix of #303
2009-05-21 DaniloFreitasnamespace allowed (cdef extern from "foo.h" namespace...
2009-05-20 Robert Bradshawremove stuff unused for C++ classes
2009-05-20 DaniloFreitasp_cpp_class_definition (working)
2009-05-20 Robert Bradshawcppclass not a keyword
2009-05-20 DaniloFreitasp_cpp_class_definition and p_cpp_class functions (both...
2009-05-20 Dag Sverre... Version update
2009-05-20 Dag Sverre... Do not use C99 compound literals (enables compilation... 0.11.2
2009-05-19 Dag Sverre... Redirect error output properly during unit testing
2009-05-19 Robert BradshawCppClassNode
2009-05-17 Dag Sverre... 0.11.2.rc1
2009-05-17 Dag Sverre... Added tag 0.11.2.rc1 for changeset af6f1bed8cd4
2009-05-17 Dag Sverre... Py3 testcase fixes 0.11.2.rc1
2009-05-17 Dag Sverre... Fix bug in new buffmt code
2009-05-17 Lisandro Dalcinfix some tests for Python 3
2009-05-16 Lisandro Dalcinrenaming in testcase, 'mutable' is a C++ keyword.
2009-05-16 Lisandro Dalcinadd compiler directive for user-defined function callin...
2009-05-16 Robert BradshawBuiltin type method
2009-05-15 Dag Sverre... buffer testcase fix again
2009-05-15 Dag Sverre... buffer testcase fix
2009-05-15 Stefan Behnelremove unused ComprehensionTransform class (which doesn...
2009-05-15 Dag Sverre... Update numpy.pxd with complex types and approximate...
2009-05-14 Lisandro Dalcinmerge
2009-05-14 Robert BradshawDon't assume complex.h by default.
2009-05-14 Robert Bradshawreal and imag attributes for complex
2009-05-14 Dag Sverre... Fix obscure bug w/ complex (only present when compiling...
2009-05-14 Dag Sverre... Testcase fix, update error message
2009-05-14 Dag Sverre... Attempt to fix disappearence of conversion errors ...
2009-05-14 Dag Sverre... If we were using git I could more easily erase my embar...
2009-05-14 Dag Sverre... Fixing up flawed fix for #303
2009-05-14 Dag Sverre... Allow <MyStruct*>obj as well; as there is no canonical...
2009-05-14 Dag Sverre... Fix #303 as per Lisandro's idea
2009-05-14 Dag Sverre... Actually remove warning mentioned in last commit...
2009-05-14 Dag Sverre... Disallow <double*>obj (#313). Also removes warning...
2009-05-14 Dag Sverre... Buffer support for complex numbers
2009-05-14 Dag Sverre... Minor testcase improvement
2009-05-14 Dag Sverre... Fix regression related to --embed support
2009-05-14 Robert BradshawOnly one source file allowed when using -embed
2009-05-14 Robert BradshawModule is main flag for embedded mode.
2009-05-14 Robert BradshawComplex negation
2009-05-14 Robert BradshawMinor complex number fixes
2009-05-14 Robert BradshawComplex numbers tests
next