summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added GDB pretty printers for SWIG types.gdb_pretty_printersOliver Buchtala2014-03-312-0/+598
* Remove some useless codeWilliam S Fulton2014-03-282-4/+4
* Fixes for C enums used in an API and the definition of the enum has not been ...William S Fulton2014-03-287-49/+149
* Correct messages displayed when running Java test-suiteWilliam S Fulton2014-03-281-1/+1
* Java enums - remove redundant typemapsWilliam S Fulton2014-03-282-2/+0
* CHANGES file for previous commit for LuaWilliam S Fulton2014-03-231-0/+2
* Merge pull request #153 from v-for-vandal/issue_152William S Fulton2014-03-232-5/+5
|\
| * Fixing issue 152Artem Serebriyskiy2014-03-232-5/+5
|/
* Revert "Set up coverity builds on Travis"William S Fulton2014-03-221-16/+0
* Set up coverity builds on TravisWilliam S Fulton2014-03-221-0/+16
* Fix C++11 extern template testWilliam S Fulton2014-03-211-8/+11
* Lua code refactorWilliam S Fulton2014-03-201-32/+18
* Add Travis testing for Python 2.4 2.5 2.6 3.4William S Fulton2014-03-201-5/+13
* Forward null fix for Coverity analysisWilliam S Fulton2014-03-202-5/+7
* Always use debug flags for Mono to get decent stacktraces on error.William S Fulton2014-03-2012-12/+12
* Bump version to 3.0.1William S Fulton2014-03-176-364/+366
* SWIG 3 doc updatesv3.0.0rel-3.0.0William S Fulton2014-03-162-2/+3
* Add release dateWilliam S Fulton2014-03-164-5/+5
* Add changes notes for Lua changesWilliam S Fulton2014-03-161-0/+39
* CHANGES file updatesWilliam S Fulton2014-03-161-1/+8
* Add release note summaryWilliam S Fulton2014-03-161-0/+23
* Few tweaks to Lua html docsWilliam S Fulton2014-03-162-12/+12
* Fix errors test-suite on Mac OSXWilliam S Fulton2014-03-161-1/+2
* Java/C# smart pointer tests: Give GC more time to collect objectsWilliam S Fulton2014-03-166-67/+137
* html fixes and section updatesWilliam S Fulton2014-03-1534-1024/+1152
* gcc-3.4 warning fixWilliam S Fulton2014-03-151-2/+4
* Test case compiler warning fixWilliam S Fulton2014-03-151-1/+1
* Compiler warning fixes in testcasesWilliam S Fulton2014-03-154-13/+23
* Portability fixes for errors test-suiteWilliam S Fulton2014-03-151-5/+7
* Fix casts for array setters broken when fixing nested C classes (c++out mode ...William S Fulton2014-03-151-3/+3
* Fix extern "C"William S Fulton2014-03-151-2/+5
* Compiler fixes for Sun Workshop compilerWilliam S Fulton2014-03-151-4/+5
* Add missing return statements in testcaseWilliam S Fulton2014-03-151-2/+2
* Fix missing return statements in Lua codeWilliam S Fulton2014-03-141-2/+2
* Add missing return for testcaseWilliam S Fulton2014-03-141-1/+1
* Windows examples update for new C# project files.William S Fulton2014-03-141-2/+2
* Fix warning suppression in testcaseWilliam S Fulton2014-03-141-2/+2
* Fix Guile li_std_string testcase which requires a UTF-8 locale setWilliam S Fulton2014-03-141-2/+25
* Merge pull request #146 from v-for-vandal/class_p1_fixes2William S Fulton2014-03-143-21/+58
|\
| * Working around some of the SWIG internal issues with enumsArtem Serebriyskiy2014-03-123-2/+19
| * Partially disabling old names generation for classes with nspaceArtem Serebriyskiy2014-03-063-16/+30
| * Getattribute->GetFlagArtem Serebriyskiy2014-03-041-11/+11
| * Disable old-names generation for enums in class in namespaceArtem Serebriyskiy2014-03-041-0/+6
* | C++11 doc updatesWilliam S Fulton2014-03-142-50/+135
* | Add metaprogramming type_traits example in C++11 documentationWilliam S Fulton2014-03-143-0/+37
* | C++11 result_of testcaseWilliam S Fulton2014-03-144-5/+72
* | C++11 std::reference_wrapper example - no supportWilliam S Fulton2014-03-142-0/+37
* | C++11 alignof alignas testcase and further C++11 doc updatesWilliam S Fulton2014-03-143-11/+96
* | C++11 conversion operator example and docs addedWilliam S Fulton2014-03-142-7/+27
* | More C++11 doc and test improvementsWilliam S Fulton2014-03-142-5/+38