summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Practical tips for using and testing the COM modulegsoc2008-jezabekWilliam S Fulton2017-01-011-28/+299
* Add new GPL license headers to all source files in this branchWilliam S Fulton2010-03-062-6/+14
* 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-06432-12568/+1385
* Revert of the case-insensitivity commits - the changes that were required wit...Jan Jezabek2009-09-044-115/+33
* Make the COM module case-preserving. Make preliminary changes to lang.cxx for...Jan Jezabek2009-09-032-32/+81
* Experimental changes to symbol handling to support case-insensitive target la...Jan Jezabek2009-09-024-4/+52
* 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
* Add keyword warnings for COM.Jan Jezabek2009-06-232-0/+18
* 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
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-21704-4849/+21939
* Add typemaps for const string & and const wstring &. Based on patch by David ...Jan Jezabek2008-11-052-4/+46
* 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-264-4/+51
* Fix for C wrappers.Jan Jezabek2008-09-171-1/+1
* Cosmetic changes: Removed 'Impl' from coclass name; added a version declarati...Jan Jezabek2008-09-173-5/+6
* Changed mapping of bool (VARIANT_BOOL instead of int). This is required for V...Jan Jezabek2008-09-163-21/+25
* Fixed documentation for 'masterguid' (turns out I had fixed the incosistency ...Jan Jezabek2008-09-164-14/+20
* quieten midl compiler for COMWilliam S Fulton2008-09-081-1/+1
* suppress multiple inheritance warnings for comWilliam S Fulton2008-09-0813-0/+18
* correct reference namesWilliam S Fulton2008-09-081-21/+21
* fix a few typosWilliam S Fulton2008-09-071-31/+33
* Fixed throw_exception test. Minor build system tweaks.Jan Jezabek2008-08-285-10/+15
* Added throw_exception run test in VBScript.Jan Jezabek2008-08-281-0/+19
* Added better support for exceptions - now a description is added. Added corre...Jan Jezabek2008-08-284-3/+159
* Merged revisions 10726-10727,10738,10743,10747,10749 via svnmerge from Jan Jezabek2008-08-187-65/+136
* Added documentation for enums. Added pointer to the wiki for build instructio...Jan Jezabek2008-08-182-4/+60
* Source clean-up. Removed director code - it is unused now and because of SVN ...Jan Jezabek2008-08-181-443/+67
* Added default_constructor runme test mirroring the test from Python.Jan Jezabek2008-08-181-0/+204
* Fixed some typos in documentation.Jan Jezabek2008-08-181-6/+6
* Added constover run-test. Fixed object creation using the class factory.Jan Jezabek2008-08-183-4/+58
* Added char_strings run-test. Changed mapping of bool-s from unsigned int to i...Jan Jezabek2008-08-173-12/+238
* Added apply_strings run-test.Jan Jezabek2008-08-171-0/+24
* More documentation. Better handling of NULL arguments and return values. Mino...Jan Jezabek2008-08-176-42/+136
* Added 'simple' example.Jan Jezabek2008-08-167-2/+194
* Added a VBS run-test. Added 'class' example.Jan Jezabek2008-08-169-0/+418
* Fix buggy virtual_poly C and VBS tests. Minor fixes to MSVC setup in configur...Jan Jezabek2008-08-153-15/+7
* Minor fix - DllMain was not working with C89 compilers. Changed configure.in ...Jan Jezabek2008-08-134-12/+29
* Fixed test-suite support for resource compiler from Platform SDK (rc.exe). Fi...Jan Jezabek2008-08-132-4/+4
* Made some changes to configure.in to support Cygwin. Added support for using ...Jan Jezabek2008-08-135-15/+115
* Changed the name 'guid seed' to 'master guid' which sounds a bit better to me...Jan Jezabek2008-08-1222-661/+1959
* Implemented 'class objects' - containing static methods and constructors (cal...Jan Jezabek2008-08-083-100/+223
* Another test-case for C#.Jan Jezabek2008-08-072-0/+20
* Added "overloads_base" attribute for functions overloading a name from a base...Jan Jezabek2008-08-071-0/+6
* Added 2 tricky test cases along with run tests for C#.Jan Jezabek2008-08-075-0/+167
* 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