summaryrefslogtreecommitdiff
path: root/Source/Modules
Commit message (Expand)AuthorAgeFilesLines
* Rename overloads_base to overloadsbase. Do not set overloadsbase if there is ...Jan Jezabek2008-10-262-6/+14
* QueryInterface now works correctly with opaque types - this provides some typ...Jan Jezabek2008-09-261-1/+7
* Cosmetic changes: Removed 'Impl' from coclass name; added a version declarati...Jan Jezabek2008-09-171-3/+4
* Fixed documentation for 'masterguid' (turns out I had fixed the incosistency ...Jan Jezabek2008-09-161-1/+1
* Added better support for exceptions - now a description is added. Added corre...Jan Jezabek2008-08-281-1/+9
* Merged revisions 10726-10727,10738,10743,10747,10749 via svnmerge from Jan Jezabek2008-08-182-34/+83
* Source clean-up. Removed director code - it is unused now and because of SVN ...Jan Jezabek2008-08-181-443/+67
* Added constover run-test. Fixed object creation using the class factory.Jan Jezabek2008-08-181-3/+15
* More documentation. Better handling of NULL arguments and return values. Mino...Jan Jezabek2008-08-171-3/+9
* Fixed test-suite support for resource compiler from Platform SDK (rc.exe). Fi...Jan Jezabek2008-08-131-1/+1
* Changed the name 'guid seed' to 'master guid' which sounds a bit better to me...Jan Jezabek2008-08-121-14/+14
* Implemented 'class objects' - containing static methods and constructors (cal...Jan Jezabek2008-08-081-67/+135
* Added "overloads_base" attribute for functions overloading a name from a base...Jan Jezabek2008-08-071-0/+6
* Proposed fixes for "hides" and "override" handling; checking for "virtual" st...Jan Jezabek2008-08-071-12/+172
* Fixed bug when a base class was ignored; the code generating the proxy's Quer...Jan Jezabek2008-08-061-11/+19
* Support for argout typemaps (taken from Java module). Added typemaps.i with I...Jan Jezabek2008-08-051-2/+32
* Minor features and bug fixes: contract support; fixed object deallocation in ...Jan Jezabek2008-08-041-2/+12
* Test suite bug hunt: Prevent using IIDs of ignored classes; minor unsigned ch...Jan Jezabek2008-08-041-2/+4
* Change function definitions to return HRESULT, as required by Automation; thi...Jan Jezabek2008-08-031-7/+49
* Added std_string.i. Fixed class construction using class factory - now only a...Jan Jezabek2008-08-031-39/+59
* Include /usr/include/wine/windows in widl search path.Jan Jezabek2008-08-021-1/+3
* 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-312-6/+2
* Support for type-unsafe enums. Type-safe enums will follow soon.Jan Jezabek2008-07-312-1/+5
* 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-301-7/+317
* Better handling of covariant return values; a downcast using QueryInterface w...Jan Jezabek2008-07-261-2/+15
* Fix IDL imports - WIDL is very sensitive wrt. to imports; MIDL does not care ...Jan Jezabek2008-07-251-10/+11
* Various bugfixes: newly created objects should have refCount 1; fix stack ove...Jan Jezabek2008-07-251-2/+6
* Fix bug - 'aggregatable' is an attribute for coclass, not interface.Jan Jezabek2008-07-241-2/+2
* Make proxy objects aggregatable.Jan Jezabek2008-07-241-21/+145
* 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-221-25/+25
* Add OLE Automation names into the registry (by default <module_name>.<class_n...Jan Jezabek2008-07-221-4/+22
* 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-211-25/+25
* Fix minor bug when wrapping opaque types - SWIG_wrap<type> now takes an addit...Jan Jezabek2008-07-211-1/+1
* Handle memory ownership. Underlying objects are now deleted when their owning...Jan Jezabek2008-07-211-4/+7
* Use InterlockedIncrement/Decrement for reference counting. Add a global refer...Jan Jezabek2008-07-211-1/+2
* Implement DllUnregisterServer. Minor cleanups in registration code. Make incl...Jan Jezabek2008-07-201-0/+2
* Work around a Wine bug in GetModuleFileName (and make the code uglier). Use T...Jan Jezabek2008-07-191-6/+6
* Define error numbers for COM and use them. First shot at a test-suite.Jan Jezabek2008-07-181-10/+13
* Implement constructors as module class functions. Disallow overloading. Wrapp...Jan Jezabek2008-07-151-4/+21
* Merged revisions 10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,...Jan Jezabek2008-07-153-783/+108
* Add typemaps for parameters and retvals passed by value and by reference. Fix...Jan Jezabek2008-07-141-1/+1
* Generate a resource definition (.rc) file. For now I assume that the type lib...Jan Jezabek2008-07-041-0/+26
* 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-031-4/+4
* Add SWIGSTDCALL to IDispatch methods. Make pure C modules work again (with MS...Jan Jezabek2008-07-031-3/+5