summaryrefslogtreecommitdiff
path: root/Source/Modules/com.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add new GPL license headers to all source files in this branchWilliam S Fulton2010-03-061-3/+7
* Revert of the case-insensitivity commits - the changes that were required wit...Jan Jezabek2009-09-041-17/+17
* Make the COM module case-preserving. Make preliminary changes to lang.cxx for...Jan Jezabek2009-09-031-20/+20
* Experimental changes to symbol handling to support case-insensitive target la...Jan Jezabek2009-09-021-0/+1
* Remove the 'local' attribute from interfaces. This attribute seems to be igno...Jan Jezabek2009-07-281-4/+4
* Move interface definitions out of the 'library' environment in the IDL file. ...Jan Jezabek2009-07-281-72/+82
* Imported makeParameterName from Java. Now the generated IDL has proper parame...Jan Jezabek2009-06-221-4/+40
* Reorder initialization list to match the initialization order (and silence so...Jan Jezabek2009-06-221-3/+3
* Fix compilation (new parameter in NewFile).Jan Jezabek2009-06-211-4/+4
* Rename overloads_base to overloadsbase. Do not set overloadsbase if there is ...Jan Jezabek2008-10-261-2/+2
* 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
* 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
* 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-311-1/+2
* Support for type-unsafe enums. Type-safe enums will follow soon.Jan Jezabek2008-07-311-1/+0
* 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