summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added various std typemaps: std_vector, std_map, std_pair (all taken from Jav...Jan Jezabek2008-08-0610-0/+382
* Support for argout typemaps (taken from Java module). Added typemaps.i with I...Jan Jezabek2008-08-054-2/+284
* Minor features and bug fixes: contract support; fixed object deallocation in ...Jan Jezabek2008-08-044-11/+26
* Test suite bug hunt: Prevent using IIDs of ignored classes; minor unsigned ch...Jan Jezabek2008-08-047-11/+14
* Change function definitions to return HRESULT, as required by Automation; thi...Jan Jezabek2008-08-033-32/+101
* Added std_string.i. Fixed class construction using class factory - now only a...Jan Jezabek2008-08-033-58/+170
* Include /usr/include/wine/windows in widl search path.Jan Jezabek2008-08-022-3/+5
* Freearg support (taken from Java module) - needed for char * input typemap.Jan Jezabek2008-07-311-0/+20
* Reverted accidental changes to Java module. Added typemaps for most basic typ...Jan Jezabek2008-07-314-47/+107
* fixes for 'make partialcheck-com-test-suite'William S Fulton2008-07-312-10/+10
* Support for type-unsafe enums. Type-safe enums will follow soon.Jan Jezabek2008-07-313-1/+11
* Basic support for constants.Jan Jezabek2008-07-311-1/+42
* Added some (not working, ifdef-d) prototype director code. I am not planning ...Jan Jezabek2008-07-303-12/+330
* Merged revisions 10714 via svnmerge from Jan Jezabek2008-07-271-8/+8
* Better handling of covariant return values; a downcast using QueryInterface w...Jan Jezabek2008-07-262-23/+29
* Fix IDL imports - WIDL is very sensitive wrt. to imports; MIDL does not care ...Jan Jezabek2008-07-254-24/+143
* Various bugfixes: newly created objects should have refCount 1; fix stack ove...Jan Jezabek2008-07-252-5/+9
* Fix bug - 'aggregatable' is an attribute for coclass, not interface.Jan Jezabek2008-07-241-2/+2
* Make proxy objects aggregatable.Jan Jezabek2008-07-242-34/+209
* Use user-defined namespace for generating GUIDs.Jan Jezabek2008-07-221-7/+7
* Revert commit 10696 - DEFINE_GUID, REFIID, REFGUID have all been changed back...Jan Jezabek2008-07-222-45/+55
* Add OLE Automation names into the registry (by default <module_name>.<class_n...Jan Jezabek2008-07-222-5/+68
* Merged revisions 10672,10676-10677,10682-10683 via svnmerge from Jan Jezabek2008-07-224-10/+38
* Remove leftover variable.Jan Jezabek2008-07-221-3/+1
* Allow users to specify GUIDs for the typelib, module class (IID and CLSID) an...Jan Jezabek2008-07-221-14/+336
* Use DEFINE_GUID. Use REFGUID instead of GUID*. Remove SWIGIsEqual and replace...Jan Jezabek2008-07-212-55/+45
* Fix minor bug when wrapping opaque types - SWIG_wrap<type> now takes an addit...Jan Jezabek2008-07-211-1/+1
* 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-212-21/+29
* Use InterlockedIncrement/Decrement for reference counting. Add a global refer...Jan Jezabek2008-07-212-23/+60
* Implement DllUnregisterServer. Minor cleanups in registration code. Make incl...Jan Jezabek2008-07-203-33/+133
* Generate headers from IDL before compiling tests.Jan Jezabek2008-07-192-0/+14
* Work around a Wine bug in GetModuleFileName (and make the code uglier). Use T...Jan Jezabek2008-07-192-43/+108
* Merge winegcc and MinGW options in test-suite (MinGW is untested ATM). Set SK...Jan Jezabek2008-07-181-15/+13
* Actually add the test suite.Jan Jezabek2008-07-184-0/+135
* Define error numbers for COM and use them. First shot at a test-suite.Jan Jezabek2008-07-185-16/+199
* Implement constructors as module class functions. Disallow overloading. Wrapp...Jan Jezabek2008-07-152-5/+22
* Merged revisions 10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,...Jan Jezabek2008-07-1547-1026/+405
* Add typemaps for parameters and retvals passed by value and by reference. Fix...Jan Jezabek2008-07-142-2/+65
* Generate a resource definition (.rc) file. For now I assume that the type lib...Jan Jezabek2008-07-042-3/+39
* Add proper support for global and (static and non-static) member variables, t...Jan Jezabek2008-07-041-3/+114
* Add extern "C" to fix MinGW in C++ mode. Add PRIVATE keyword to generated .DE...Jan Jezabek2008-07-032-4/+7
* Add SWIGSTDCALL to IDispatch methods. Make pure C modules work again (with MS...Jan Jezabek2008-07-032-7/+9
* Preliminary support for IDispach (for some reason this does not work for prox...Jan Jezabek2008-07-022-8/+77
* Some support for opaque types (i.e. incomplete types)Jan Jezabek2008-06-302-1/+59
* Remove unneeded header (not present in MinGW)Jan Jezabek2008-06-301-1/+0
* Merged revisions 10607-10610 via svnmerge from Jan Jezabek2008-06-309-3317/+234
* Initial support for DllRegisterServer.Jan Jezabek2008-06-292-5/+185
* Generate DEF file for DLLs. Add options to disable generating DLL export func...Jan Jezabek2008-06-281-1/+40
* Add SWIGSTDCALL where it is needed.Jan Jezabek2008-06-282-26/+26