summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rel-2.0.0v2.0.0rel-2.0.0William S Fulton2010-06-023462-0/+397833
* 2.0.0 release date addedWilliam S Fulton2010-06-023-4/+4
* mv contributors from website to COPYRIGHT fileWilliam S Fulton2010-06-021-2/+25
* Add spaces to avoid unintended <: digraph in SWIG_STD_VECTOR_ENHANCEDWilliam S Fulton2010-06-011-15/+15
* Correct license change dateWilliam S Fulton2010-06-011-4/+4
* Fix SWIG_STD_VECTOR_ENHANCED macro used in C# std::vector to work with commasWilliam S Fulton2010-06-015-6/+50
* Add license changes to release notesWilliam S Fulton2010-06-012-0/+5
* Refer each of the changes/release notes files to each otherWilliam S Fulton2010-06-012-1/+5
* html fixes and chapter renumberingWilliam S Fulton2010-06-013-10/+11
* Add std_shared_ptr.i and document shared_ptr libraryWilliam S Fulton2010-06-017-17/+143
* remove WAD from distributionWilliam S Fulton2010-06-011-1/+0
* remove run test which doesn't do anythingWilliam S Fulton2010-06-011-478/+0
* Fix typos in __disown__() exampleOlly Betts2010-06-011-3/+3
* Remove PHP4 hangoverOlly Betts2010-06-011-80/+0
* Remove PHP4 hangover.Olly Betts2010-06-011-79/+0
* Add 2.0.0 release notes summaryWilliam S Fulton2010-05-291-2/+22
* Remove WAD and swig.spec.1 - not used or maintainedWilliam S Fulton2010-05-2951-7404/+0
* Tidy up for first 2.0 release. Move release notes summary into new file RELEA...William S Fulton2010-05-298-937/+268
* Fix broken links shown from running 'make linkchecker'William S Fulton2010-05-294-14/+13
* Update docs for first 2.0 releaseWilliam S Fulton2010-05-284-79/+29
* Update autoconf linksWilliam S Fulton2010-05-281-6/+7
* chapter numbering updateWilliam S Fulton2010-05-283-9/+9
* Fix constants wrapper warnings for visual c++William S Fulton2010-05-283-3/+3
* Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-271-6/+6
* Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-275-31/+31
* some warning fixes on solarisWilliam S Fulton2010-05-272-4/+4
* Fix a couple of typosOlly Betts2010-05-271-2/+2
* Add the ability for special variable macros to call other special variable ...William S Fulton2010-05-266-5/+116
* Fix segfault attempting illegal javaclassname and csclassname special variabl...William S Fulton2010-05-264-4/+24
* Fix %attribute2ref not to produce a syntax error if the lastOlly Betts2010-05-262-1/+6
* [PHP] When using %throws or %catches, SWIG-generated PHP5 wrappersOlly Betts2010-05-267-6/+112
* Tidy up typemaps, combining variants with the same code.Olly Betts2010-05-261-17/+5
* [PHP] Add missing directorin typemap for const std::string &.Olly Betts2010-05-252-0/+8
* Set string contents when we allocate it for a small efficiency gain.Olly Betts2010-05-251-2/+1
* Fix R keyword warningWilliam S Fulton2010-05-251-2/+2
* Fix RUNTOOL in the test-suite for php and add an example for using RUNTOOL to...William S Fulton2010-05-253-4/+15
* Fix running R examples and update docs about R CMD SHLIBWilliam S Fulton2010-05-254-17/+33
* Fix to work with PHP5 wrappersOlly Betts2010-05-251-3/+3
* Fix to work with PHP5 wrappers.Olly Betts2010-05-251-2/+2
* Fix to work with PHP5 wrappersOlly Betts2010-05-251-4/+4
* S_ISDIR is defined for mingw gcc but not visual c++William S Fulton2010-05-241-0/+2
* Fix #2957375 (C#) - SWIGStringHelper and SWIGExceptionHelper not always being...William S Fulton2010-05-232-0/+24
* Clean up the Modula-3 docs a bit. Refocus the introduction on matters thatOlly Betts2010-05-231-158/+35
* Update to reflect current directory structure. Drop unwritten sections onOlly Betts2010-05-231-61/+26
* More typo fixesOlly Betts2010-05-232-8/+3
* Fix more doubled word typosOlly Betts2010-05-2312-18/+18
* Fix typoOlly Betts2010-05-231-1/+1
* nspace fixes for smart pointersWilliam S Fulton2010-05-233-11/+11
* shared_ptr improvements so the proxy class does not need to be specified - SW...William S Fulton2010-05-2211-75/+117
* Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton2010-05-2213-104/+124