summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added GDB pretty printers for SWIG types.gdb_pretty_printersOliver Buchtala2014-03-312-0/+598
| | | | This has been extracted from the javascript branch.
* 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
| | | | | | | | | parsed. For D, this fixes a segfault in SWIG. Java, C#, D, Go now produce code that compiles, although the definition of the enum is needed in order to use the enum properly from the target language.
* 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
|\ | | | | | | Lua Visual Studio runtime fix using snprintf closes #152
| * Fixing issue 152Artem Serebriyskiy2014-03-232-5/+5
|/
* Revert "Set up coverity builds on Travis"William S Fulton2014-03-221-16/+0
| | | | This reverts commit f8d3a1c1b695d98c7bacb218d9365c9daca987cd.
* Set up coverity builds on TravisWilliam S Fulton2014-03-221-0/+16
| | | | On master for the moment, but needs moving to a branch
* Fix C++11 extern template testWilliam S Fulton2014-03-211-8/+11
|
* Lua code refactorWilliam S Fulton2014-03-201-32/+18
| | | | | | | Remove the internal api code for -no-old-metatable-bindings. The code needs to be properly based on features, not api levels. The code/variable names now reflect the command line option controlling it.
* 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
| | | | | | | for Octave) Introduced in 703d5b96fecbcaa3c1fd21cc55cf3e1e3d689dfd Fixes compilation errors with Visual Studio
* 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
| | | | | This was failing on Mac OSX and is a further fix to 43c8f2351c90574b02bff07c339e5cd530712f9b to fix #139
* Merge pull request #146 from v-for-vandal/class_p1_fixes2William S Fulton2014-03-143-21/+58
|\ | | | | | | | | | | | | | | | | Class p1 fixes2 - Lua enums and NSpace Disable old-names generation for enums in class in namespace Getattribute->GetFlag Partially disabling old names generation for classes with nspace Working around some of the SWIG internal issues with enums
| * 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
| |