|
|
|
@122
|
[122]
|
08/13/07 17:12:37 |
KirkMcDonald |
* Un-broke Init. (Oops.)
* Reverted some symbol-length-shortening code, … |
|
|
|
@121
|
[121]
|
07/29/07 20:32:02 |
KirkMcDonald |
Since the D 2.0 series has been found lacking at the moment, Pyd once … |
|
|
|
@120
|
[120]
|
07/26/07 20:06:38 |
KirkMcDonald |
* Pyd now requires D 2.003 or later.
* Pyd now compiles with D 2.003.
* … |
|
|
|
@118
|
[118]
|
07/10/07 15:14:05 |
KirkMcDonald |
Some identifier length shortening changes. |
|
|
|
@113
|
[113]
|
07/05/07 16:51:15 |
KirkMcDonald |
* Improved Pyd's handling of arrays.
* Added Repr
* Added arraytest |
|
|
|
@110
|
[110]
|
05/25/07 16:38:13 |
KirkMcDonald |
* trunk compiles again
* iteration wrapping support temporarily disabled |
|
|
|
@103
|
[103]
|
03/05/07 17:30:51 |
KirkMcDonald |
Added docstrings to the new API. (Haven't documented this yet.) |
|
|
|
@101
|
[101]
|
02/21/07 17:01:34 |
KirkMcDonald |
The purpose of shim classes is now somewhat more well-defined. (The same … |
|
|
|
@100
|
[100]
|
02/17/07 02:32:39 |
KirkMcDonald |
* Class wrapping API replaced.
* Inheritance "shim" classes now … |
|
|
|
@91
|
[91]
|
02/01/07 18:56:35 |
KirkMcDonald |
Improved inheritance support. Fixed ctor-related bug. |
|
|
|
@69
|
[69]
|
01/03/07 23:23:36 |
KirkMcDonald |
Inroads on Tango support. (Not there yet, though.) |
|
|
|
@68
|
[68]
|
12/19/06 18:07:17 |
KirkMcDonald |
Polymorphism-related improvements. |
|
|
|
@66
|
[66]
|
12/19/06 01:20:30 |
KirkMcDonald |
Reference-keeping improvements; delegate-wrapping bugfixes; PydObject? … |
|
|
|
@59
|
[59]
|
12/16/06 01:54:02 |
KirkMcDonald |
Docstring support |
|
|
|
@57
|
[57]
|
12/12/06 23:49:57 |
KirkMcDonald |
Inheritance improvements; bugfixes |
|
|
|
@56
|
[56]
|
12/12/06 18:40:28 |
KirkMcDonald |
Basic inheritance support. |
|
|
|
@54
|
[54]
|
12/12/06 17:10:59 |
KirkMcDonald |
DMD 0.177 update |
|
|
|
@52
|
[52]
|
12/10/06 18:02:59 |
KirkMcDonald |
Struct wrapping; static member function wrapping; various back-end … |
|
|
|
@51
|
[51]
|
12/04/06 17:17:31 |
KirkMcDonald |
Support for one-at-a-time compilation. (Preparing for GDC support.) |
|
|
|
@50
|
[50]
|
12/02/06 20:07:54 |
KirkMcDonald |
func_wrap reorganization, and small make_object fix |
|
|
|
@49
|
[49]
|
12/01/06 17:15:39 |
KirkMcDonald |
'DPy' prefix finally changed to 'Pyd' |
|
|
|
@48
|
[48]
|
11/30/06 14:25:57 |
KirkMcDonald |
Conditionalized StackThreads? use in Pyd. |
|
|
|
@45
|
[45]
|
11/19/06 20:08:43 |
KirkMcDonald |
Update for DMD 0.174 and Python 2.5. Now uses D's native tuples. |
|
|
|
@41
|
[41]
|
10/26/06 18:10:53 |
KirkMcDonald |
Doc updates; some cleanup; op_wrap additions |
|
|
|
@40
|
[40]
|
10/24/06 01:24:13 |
KirkMcDonald |
Meta-programming library replaced; large re-write. StackThreads? updated to … |
|
|
|
@37
|
[37]
|
08/14/06 21:41:17 |
KirkMcDonald |
opApply wrapping and various refactoring |
|
|
|
@28
|
[28]
|
07/12/06 19:24:58 |
KirkMcDonald |
Function wrapping refactoring, now uses tuples. |
|
|
|
@27
|
[27]
|
07/06/06 03:38:28 |
KirkMcDonald |
PyCallable? to delegate conversion. |
|
|
|
@26
|
[26]
|
07/05/06 17:09:25 |
KirkMcDonald |
Function wrapping improvements, and some automatic operator overload … |
|
|
|
@25
|
[25]
|
07/02/06 01:27:18 |
KirkMcDonald |
Fleshed out the docs a little. |
|
|
|
@24
|
[24]
|
07/01/06 21:19:10 |
KirkMcDonald |
CeleriD/Pyd? integration. |