summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Branch specific SWIG license update to match those done recently on trunk - B...William S Fulton2010-03-068-24/+0
* merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license c...William S Fulton2010-03-06195-711/+29
* Add keyword warnings for COM.Jan Jezabek2009-06-232-0/+18
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-2183-1060/+3272
* Add typemaps for const string & and const wstring &. Based on patch by David ...Jan Jezabek2008-11-052-4/+46
* QueryInterface now works correctly with opaque types - this provides some typ...Jan Jezabek2008-09-261-2/+7
* Fix for C wrappers.Jan Jezabek2008-09-171-1/+1
* Changed mapping of bool (VARIANT_BOOL instead of int). This is required for V...Jan Jezabek2008-09-162-14/+18
* Added better support for exceptions - now a description is added. Added corre...Jan Jezabek2008-08-281-2/+65
* Merged revisions 10726-10727,10738,10743,10747,10749 via svnmerge from Jan Jezabek2008-08-183-30/+44
* Added constover run-test. Fixed object creation using the class factory.Jan Jezabek2008-08-181-1/+1
* Added char_strings run-test. Changed mapping of bool-s from unsigned int to i...Jan Jezabek2008-08-172-12/+64
* More documentation. Better handling of NULL arguments and return values. Mino...Jan Jezabek2008-08-171-4/+8
* Minor fix - DllMain was not working with C89 compilers. Changed configure.in ...Jan Jezabek2008-08-131-2/+2
* Implemented 'class objects' - containing static methods and constructors (cal...Jan Jezabek2008-08-081-5/+51
* Added various std typemaps: std_vector, std_map, std_pair (all taken from Jav...Jan Jezabek2008-08-069-0/+381
* Support for argout typemaps (taken from Java module). Added typemaps.i with I...Jan Jezabek2008-08-053-0/+252
* Minor features and bug fixes: contract support; fixed object deallocation in ...Jan Jezabek2008-08-041-5/+10
* Test suite bug hunt: Prevent using IIDs of ignored classes; minor unsigned ch...Jan Jezabek2008-08-041-4/+4
* Change function definitions to return HRESULT, as required by Automation; thi...Jan Jezabek2008-08-031-1/+1
* Added std_string.i. Fixed class construction using class factory - now only a...Jan Jezabek2008-08-032-19/+111
* Reverted accidental changes to Java module. Added typemaps for most basic typ...Jan Jezabek2008-07-311-36/+105
* Support for type-unsafe enums. Type-safe enums will follow soon.Jan Jezabek2008-07-311-0/+6
* Added some (not working, ifdef-d) prototype director code. I am not planning ...Jan Jezabek2008-07-301-0/+7
* Various bugfixes: newly created objects should have refCount 1; fix stack ove...Jan Jezabek2008-07-251-3/+3
* Make proxy objects aggregatable.Jan Jezabek2008-07-241-13/+64
* Revert commit 10696 - DEFINE_GUID, REFIID, REFGUID have all been changed back...Jan Jezabek2008-07-221-20/+30
* Add OLE Automation names into the registry (by default <module_name>.<class_n...Jan Jezabek2008-07-221-1/+46
* Use DEFINE_GUID. Use REFGUID instead of GUID*. Remove SWIGIsEqual and replace...Jan Jezabek2008-07-211-30/+20
* Set cMemOwn flag if returning an object by value.Jan Jezabek2008-07-211-2/+2
* Handle memory ownership. Underlying objects are now deleted when their owning...Jan Jezabek2008-07-211-17/+22
* Use InterlockedIncrement/Decrement for reference counting. Add a global refer...Jan Jezabek2008-07-211-22/+58
* Implement DllUnregisterServer. Minor cleanups in registration code. Make incl...Jan Jezabek2008-07-201-30/+128
* Work around a Wine bug in GetModuleFileName (and make the code uglier). Use T...Jan Jezabek2008-07-191-37/+102
* Implement constructors as module class functions. Disallow overloading. Wrapp...Jan Jezabek2008-07-151-1/+1
* Merged revisions 10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,...Jan Jezabek2008-07-1519-17/+54
* Add typemaps for parameters and retvals passed by value and by reference. Fix...Jan Jezabek2008-07-141-1/+64
* Generate a resource definition (.rc) file. For now I assume that the type lib...Jan Jezabek2008-07-041-3/+13
* Add extern "C" to fix MinGW in C++ mode. Add PRIVATE keyword to generated .DE...Jan Jezabek2008-07-031-0/+3
* Add SWIGSTDCALL to IDispatch methods. Make pure C modules work again (with MS...Jan Jezabek2008-07-031-4/+4
* Preliminary support for IDispach (for some reason this does not work for prox...Jan Jezabek2008-07-021-1/+50
* Some support for opaque types (i.e. incomplete types)Jan Jezabek2008-06-301-0/+49
* Remove unneeded header (not present in MinGW)Jan Jezabek2008-06-301-1/+0
* Merged revisions 10607-10610 via svnmerge from Jan Jezabek2008-06-301-124/+144
* Initial support for DllRegisterServer.Jan Jezabek2008-06-291-1/+171
* Add SWIGSTDCALL where it is needed.Jan Jezabek2008-06-281-18/+18
* Fix incorrect C++ naming. Thanks to William S Fulton.Jan Jezabek2008-06-251-56/+56
* Merged revisions 10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-...Jan Jezabek2008-06-2419-27/+96
* Added support for member functions. Objects are now wrapped (almost) properly...Jan Jezabek2008-06-241-3/+197
* Merged revisions 10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-...Jan Jezabek2008-06-092-2/+3