summaryrefslogtreecommitdiff
path: root/Lib/com/com.swg
Commit message (Expand)AuthorAgeFilesLines
* Branch specific SWIG license update to match those done recently on trunk - B...William S Fulton2010-03-061-3/+0
* Add keyword warnings for COM.Jan Jezabek2009-06-231-0/+2
* 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-161-6/+10
* Added better support for exceptions - now a description is added. Added corre...Jan Jezabek2008-08-281-2/+65
* 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-171-6/+58
* 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-061-0/+30
* Support for argout typemaps (taken from Java module). Added typemaps.i with I...Jan Jezabek2008-08-051-0/+2
* 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-031-19/+77
* 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
* 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
* Added support for member functions. Objects are now wrapped (almost) properly...Jan Jezabek2008-06-241-3/+197
* C/C++ wrappers for global functions/variables.Jan Jezabek2008-06-091-12/+11
* First steps for creating wrapper functions; emit declarations and some of the...Jan Jezabek2008-05-291-0/+9
* IDL file generation - basic support for module class functions (global variab...Jan Jezabek2008-05-291-2/+8
* Initial check-in of the COM target - based on the C# target. Does nothing use...Jan Jezabek2008-05-231-0/+11