summaryrefslogtreecommitdiff
path: root/Examples/csharp
Commit message (Expand)AuthorAgeFilesLines
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-2111-22/+44
* Remove unused std_string.i from callback examplesWilliam S Fulton2015-05-101-2/+0
* Eliminate trivial differences between the reference examplesOlly Betts2014-11-072-9/+1
* Remove bogus ; after } in examplesOlly Betts2014-11-071-2/+2
* Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ...William S Fulton2014-05-243-4/+4
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-1111-44/+44
* More cleaning up of the class examplesOlly Betts2014-05-051-5/+5
* Always use debug flags for Mono to get decent stacktraces on error.William S Fulton2014-03-2011-11/+11
* C# project files updateWilliam S Fulton2014-03-013-175/+433
* Further cleaning up of class examplesOlly Betts2014-02-242-16/+10
* C# project files updateWilliam S Fulton2014-02-2330-1562/+4327
* Add C++ nested class exampleWilliam S Fulton2013-11-3012-9/+459
* Nested classes supportVladimir Kalinin2013-11-293-7/+9
* Fix gcc -Waddress warning in variables examplesWilliam S Fulton2013-10-181-1/+1
* Fix typosOlly Betts2013-09-251-1/+1
* Run csharp examples during 'make check-examples'William S Fulton2013-04-1910-50/+40
* Remove a warning when building in C# project files when they are converted fo...William S Fulton2011-12-229-36/+36
* Use svn:eol-style CRLF for Visual Studio project filesWilliam S Fulton2011-12-2227-2648/+2648
* missing function declaration fixWilliam S Fulton2009-01-081-0/+3
* Add C# array typemaps provided by Antti Karanta.William S Fulton2008-09-186-0/+132
* remove java file in C# directoryWilliam S Fulton2007-08-171-88/+0
* add missing c# testsWilliam S Fulton2007-04-181-0/+2
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-039-172/+0
* use $self special variable instead of self in %extendWilliam S Fulton2006-11-082-4/+4
* *** empty log message ***William S Fulton2006-07-072-2/+9
* C# director support addedWilliam S Fulton2006-05-1319-0/+979
* remove sprintf deprecated messageWilliam S Fulton2006-03-054-77/+148
* force examples to use preinst-swig, as is done in the test-suiteMarcelo Matus2005-11-277-7/+7
* fix extern declarationsWilliam S Fulton2005-06-283-0/+12
* update for change to proper enums instead of simple integers for enumsWilliam S Fulton2004-11-111-2/+7
* Test const char [] instead of const char *William S Fulton2004-06-153-3/+2
* Update for new enum wrapping which uses proper C# enumsWilliam S Fulton2004-05-312-14/+13
* Visual Studio .NET 2003 solution and project files addedWilliam S Fulton2004-01-0729-149/+2037
* Warning fixesWilliam S Fulton2004-01-071-1/+1
* Warning fixesWilliam S Fulton2004-01-071-2/+2
* Mods to work with Mono, Microsoft and pnet compilersWilliam S Fulton2003-08-277-7/+7
* pnet bug workaround removedWilliam S Fulton2003-06-021-2/+2
* Removed deprecated pragmasWilliam S Fulton2003-04-031-2/+0
* variables exampleWilliam S Fulton2003-03-151-0/+1
* Usual SWIG variables example - uses properties for global variable accessWilliam S Fulton2003-03-156-0/+250
* Uses properties instead of get/set methodsWilliam S Fulton2003-03-151-3/+3
* Use the C# compiler found by configure, not just pnet's csccWilliam S Fulton2003-03-123-3/+9
* template example working, sorry forgot to commit it earlierWilliam S Fulton2003-03-125-0/+120
* New examplesWilliam S Fulton2003-03-121-0/+4
* Reference example like the other languages, all workingWilliam S Fulton2003-03-127-0/+367
* Function pointer example just like the other languagesWilliam S Fulton2003-03-126-0/+103
* Classes and inheritance now working as demonstrated by the classic SWIG class...William S Fulton2003-03-126-0/+175
* Fix for mono c# compilerWilliam S Fulton2003-03-102-0/+4
* csharp examplesWilliam S Fulton2003-03-0412-0/+210