root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @131 [131] 08/26/07 01:06:06 KirkMcDonald Added D Conference 2007 presentation.
(edit) @122 [122] 08/13/07 17:12:37 KirkMcDonald * Un-broke Init. (Oops.) * Reverted some symbol-length-shortening code, …
(edit) @121 [121] 07/29/07 20:32:02 KirkMcDonald Since the D 2.0 series has been found lacking at the moment, Pyd once …
(edit) @120 [120] 07/26/07 20:06:38 KirkMcDonald * Pyd now requires D 2.003 or later. * Pyd now compiles with D 2.003. * …
(edit) @119 [119] 07/25/07 20:15:18 KirkMcDonald * Merged 2.4 and 2.5 Python headers into a single file. * This is prep …
(edit) @118 [118] 07/10/07 15:14:05 KirkMcDonald Some identifier length shortening changes.
(edit) @117 [117] 07/06/07 04:39:06 KirkMcDonald More test
(edit) @116 [116] 07/06/07 04:31:17 KirkMcDonald Another test
(edit) @115 [115] 07/06/07 00:45:40 KirkMcDonald Test
(edit) @114 [114] 07/06/07 00:38:29 KirkMcDonald Added advanced type conversion. Updated site CSS.
(edit) @113 [113] 07/05/07 16:51:15 KirkMcDonald * Improved Pyd's handling of arrays. * Added Repr * Added arraytest
(edit) @112 [112] 05/28/07 01:17:06 KirkMcDonald Forgot to add make_wrapper.d to dcompiler.py
(edit) @111 [111] 05/25/07 20:32:29 KirkMcDonald Some groundwork for rebuild support.
(edit) @110 [110] 05/25/07 16:38:13 KirkMcDonald * trunk compiles again * iteration wrapping support temporarily disabled
(edit) @109 [109] 04/25/07 18:52:06 KirkMcDonald This is a test. This is only a test.
(edit) @108 [108] 04/15/07 20:16:06 KirkMcDonald Small CSS tweak.
(edit) @107 [107] 04/13/07 17:54:17 KirkMcDonald Python header update for DMD 1.011. (Adjusting for "ref" keyword.)
(edit) @106 [106] 03/08/07 23:17:27 KirkMcDonald Change docs, update site (again).
(edit) @105 [105] 03/08/07 22:55:50 KirkMcDonald Touch docs, generate page.
(edit) @103 [103] 03/05/07 17:30:51 KirkMcDonald Added docstrings to the new API. (Haven't documented this yet.)
(edit) @102 [102] 02/22/07 18:29:52 KirkMcDonald Updated docs with new class-wrapping API.
(edit) @101 [101] 02/21/07 17:01:34 KirkMcDonald The purpose of shim classes is now somewhat more well-defined. (The same …
(edit) @100 [100] 02/17/07 02:32:39 KirkMcDonald * Class wrapping API replaced. * Inheritance "shim" classes now …
(edit) @92 [92] 02/02/07 21:12:32 KirkMcDonald Fixed stupid struct wrapping bug.
(edit) @91 [91] 02/01/07 18:56:35 KirkMcDonald Improved inheritance support. Fixed ctor-related bug.
(edit) @90 [90] 01/15/07 01:46:43 KirkMcDonald Updated install docs.
(edit) @88 [88] 01/15/07 01:12:19 KirkMcDonald RC1
(edit) @87 [87] 01/15/07 00:38:18 KirkMcDonald Updated readme.txt
(edit) @86 [86] 01/15/07 00:19:22 KirkMcDonald Moved inheritance-wrapping docs to their own page.
(edit) @85 [85] 01/15/07 00:07:55 KirkMcDonald Minor Python header changes.
(edit) @69 [69] 01/03/07 23:23:36 KirkMcDonald Inroads on Tango support. (Not there yet, though.)
(edit) @68 [68] 12/19/06 18:07:17 KirkMcDonald Polymorphism-related improvements.
(edit) @67 [67] 12/19/06 01:33:06 KirkMcDonald testdll improvements
(edit) @66 [66] 12/19/06 01:20:30 KirkMcDonald Reference-keeping improvements; delegate-wrapping bugfixes; PydObject?
(edit) @65 [65] 12/18/06 16:39:34 KirkMcDonald Python header fixes
(edit) @64 [64] 12/18/06 06:00:22 KirkMcDonald PydMain?; build improvements (no more colliding object files); examples and …
(edit) @63 [63] 12/18/06 01:29:18 KirkMcDonald Changed no_pyd, no_st, no_meta to with_pyd, with_st, with_meta
(edit) @62 [62] 12/17/06 17:09:59 KirkMcDonald Added Linux support to docs; added raw_html for all the world to see.
(edit) @61 [61] 12/17/06 16:46:21 KirkMcDonald Linux support
(edit) @60 [60] 12/17/06 01:31:58 KirkMcDonald StackThreads? conditionalizing fix.
(edit) @59 [59] 12/16/06 01:54:02 KirkMcDonald Docstring support
(edit) @58 [58] 12/13/06 00:13:08 KirkMcDonald Small improvement to inheritance-wrapping docs.
(edit) @57 [57] 12/12/06 23:49:57 KirkMcDonald Inheritance improvements; bugfixes
(edit) @56 [56] 12/12/06 18:40:28 KirkMcDonald Basic inheritance support.
(edit) @55 [55] 12/12/06 18:11:46 KirkMcDonald Bugfixes
(edit) @54 [54] 12/12/06 17:10:59 KirkMcDonald DMD 0.177 update
(edit) @53 [53] 12/10/06 19:05:51 KirkMcDonald Expanded rawexample
(edit) @52 [52] 12/10/06 18:02:59 KirkMcDonald Struct wrapping; static member function wrapping; various back-end …
(edit) @51 [51] 12/04/06 17:17:31 KirkMcDonald Support for one-at-a-time compilation. (Preparing for GDC support.)
(edit) @50 [50] 12/02/06 20:07:54 KirkMcDonald func_wrap reorganization, and small make_object fix
(edit) @49 [49] 12/01/06 17:15:39 KirkMcDonald 'DPy' prefix finally changed to 'Pyd'
(edit) @48 [48] 11/30/06 14:25:57 KirkMcDonald Conditionalized StackThreads? use in Pyd.
(edit) @47 [47] 11/25/06 19:22:34 KirkMcDonald Tiny op_wrap fix
(edit) @46 [46] 11/20/06 19:32:54 KirkMcDonald CeleriD enhancements, more examples, small exception wrapping enhancement.
(edit) @45 [45] 11/19/06 20:08:43 KirkMcDonald Update for DMD 0.174 and Python 2.5. Now uses D's native tuples.
(edit) @44 [44] 11/03/06 04:32:46 KirkMcDonald Improvements to opIndex and friends. Some function wrapping exception …
(edit) @43 [43] 10/27/06 01:05:57 KirkMcDonald More operator overload wrapping, and docs
(edit) @42 [42] 10/26/06 19:48:57 KirkMcDonald Tiny doc update
(edit) @41 [41] 10/26/06 18:10:53 KirkMcDonald Doc updates; some cleanup; op_wrap additions
(edit) @40 [40] 10/24/06 01:24:13 KirkMcDonald Meta-programming library replaced; large re-write. StackThreads? updated to …
(edit) @39 [39] 08/18/06 13:39:18 KirkMcDonald Iteration bugfix, doc update.
(edit) @38 [38] 08/16/06 13:03:32 KirkMcDonald More opApply wrapping, docs
(edit) @37 [37] 08/14/06 21:41:17 KirkMcDonald opApply wrapping and various refactoring
(edit) @36 [36] 08/14/06 16:33:21 KirkMcDonald html_doc: Automatic operator overloading documented
(edit) @35 [35] 08/13/06 20:30:19 KirkMcDonald html_doc: basics, exceptions documented; new layout
(edit) @34 [34] 08/10/06 18:22:04 KirkMcDonald html_doc: Documented class wrapping, DPyObject
(edit) @33 [33] 08/10/06 02:21:27 KirkMcDonald html_doc update
(edit) @32 [32] 08/09/06 15:31:36 brad touch a file, see if docs generate
(edit) @31 [31] 08/09/06 15:23:26 KirkMcDonald html_doc added
(edit) @30 [30] 08/08/06 14:17:39 KirkMcDonald Inroads on Linux support.
(edit) @29 [29] 07/18/06 22:17:41 KirkMcDonald dmd 0.163 update
(edit) @28 [28] 07/12/06 19:24:58 KirkMcDonald Function wrapping refactoring, now uses tuples.
(edit) @27 [27] 07/06/06 03:38:28 KirkMcDonald PyCallable? to delegate conversion.
(edit) @26 [26] 07/05/06 17:09:25 KirkMcDonald Function wrapping improvements, and some automatic operator overload …
(edit) @25 [25] 07/02/06 01:27:18 KirkMcDonald Fleshed out the docs a little.
(edit) @24 [24] 07/01/06 21:19:10 KirkMcDonald CeleriD/Pyd? integration.
(edit) @23 [23] 07/01/06 21:04:24 KirkMcDonald Wipe in prep for reorganizational update…
(edit) @22 [22] 07/01/06 19:22:56 KirkMcDonald Minor edits.
(edit) @21 [21] 07/01/06 18:01:02 KirkMcDonald Property wrapping support.
(edit) @20 [20] 07/01/06 01:53:08 KirkMcDonald Wrapped type conversion added to make_object.
(edit) @19 [19] 07/01/06 01:05:59 KirkMcDonald Stability improvement to class wrapping.
(edit) @18 [18] 06/30/06 21:32:18 KirkMcDonald Small class wrapping edits/bug fixes.
(edit) @17 [17] 06/29/06 04:12:41 KirkMcDonald Improved constructor wrapping support.
(edit) @16 [16] 06/28/06 18:03:25 KirkMcDonald More class wrapping progress.
(edit) @15 [15] 06/28/06 07:12:55 KirkMcDonald Class wrapping groundwork.
(edit) @14 [14] 06/27/06 15:25:58 KirkMcDonald Added access to module object, and some temporary testing stuff.
(edit) @13 [13] 06/24/06 20:35:19 KirkMcDonald Added support for default function arguments.
(edit) @12 [12] 06/24/06 19:11:08 KirkMcDonald Removed "build" directory from source control, and small ftype.d update.
(edit) @11 [11] 06/23/06 23:58:50 KirkMcDonald --
(edit) @10 [10] 06/23/06 20:24:21 KirkMcDonald Documentation update
(edit) @9 [9] 06/23/06 18:16:21 KirkMcDonald Slight make_object._py fix.
(edit) @8 [8] 06/23/06 18:12:01 KirkMcDonald Some type fixes and removal of debug stuff.
(edit) @7 [7] 06/23/06 16:18:12 KirkMcDonald Second initial import.
(add) @3 [3] 06/23/06 13:20:02 root initial repository setup
Note: See TracRevisionLog for help on using the revision log.