aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite
AgeCommit message (Expand)Author
2014-04-23Fix configuration for Javascript/node ctests.Oliver Buchtala
2014-04-23Fix configuration for ctest with Javascript/v8.Oliver Buchtala
2014-04-23Add cast to test 'string_simple' to avoid C++ compiler error.Oliver Buchtala
2014-04-23Add 'fix' for Javascript/v8 to test 'enum_forward'.Oliver Buchtala
2014-04-21Revert "Javascript node test-suite makefile fixes for parallel make"William S Fulton
2014-04-21Suppress keyword warning in test-suiteWilliam S Fulton
2014-04-20Restore and fix infinity testcase for JavascriptWilliam S Fulton
2014-04-20Simple C string testWilliam S Fulton
2014-04-20Javascript node test-suite makefile fixes for parallel makeWilliam S Fulton
2014-04-20Restore missing make code in javascript branchWilliam S Fulton
2014-04-20Javascript test-suite makefile updateWilliam S Fulton
2014-04-19Detect node-gyp at configure time and show version in javascript_version targetWilliam S Fulton
2014-03-31Insert a workaround for c_delete and c_delete_function for v8.Oliver Buchtala
2014-03-30Merge branch 'master' into develOliver Buchtala
2014-03-28Fixes for C enums used in an API and the definition of the enum has not been ...William S Fulton
2014-03-28Correct messages displayed when running Java test-suiteWilliam S Fulton
2014-03-23Fixing issue 152Artem Serebriyskiy
2014-03-21Fix C++11 extern template testWilliam S Fulton
2014-03-16Fix errors test-suite on Mac OSXWilliam S Fulton
2014-03-16Java/C# smart pointer tests: Give GC more time to collect objectsWilliam S Fulton
2014-03-15Test case compiler warning fixWilliam S Fulton
2014-03-15Compiler warning fixes in testcasesWilliam S Fulton
2014-03-15Portability fixes for errors test-suiteWilliam S Fulton
2014-03-15Add missing return statements in testcaseWilliam S Fulton
2014-03-14Add missing return for testcaseWilliam S Fulton
2014-03-14Fix warning suppression in testcaseWilliam S Fulton
2014-03-14Fix Guile li_std_string testcase which requires a UTF-8 locale setWilliam S Fulton
2014-03-14Merge pull request #146 from v-for-vandal/class_p1_fixes2William S Fulton
2014-03-14Add metaprogramming type_traits example in C++11 documentationWilliam S Fulton
2014-03-14C++11 result_of testcaseWilliam S Fulton
2014-03-14C++11 std::reference_wrapper example - no supportWilliam S Fulton
2014-03-14C++11 alignof alignas testcase and further C++11 doc updatesWilliam S Fulton
2014-03-14C++11 conversion operator example and docs addedWilliam S Fulton
2014-03-14More C++11 doc and test improvementsWilliam S Fulton
2014-03-14More C++11 doc tweaksWilliam S Fulton
2014-03-14C++11 constexpr variables support addedWilliam S Fulton
2014-03-14Add note about cplusplusout for nested_struct testcaseWilliam S Fulton
2014-03-13fixes for director class naming when nested classes are usedVladimir Kalinin
2014-03-12Working around some of the SWIG internal issues with enumsArtem Serebriyskiy
2014-03-08Change in default behaviour wrapping C++ bool for Python.William S Fulton
2014-03-08Reorganise broken C++11 testcasesWilliam S Fulton
2014-03-06Fix std::map and smart pointers.William S Fulton
2014-03-06Partially disabling old names generation for classes with nspaceArtem Serebriyskiy
2014-03-06Generalized smoke test configuration.Oliver Buchtala
2014-03-05Merge branch 'master' into tmpOliver Buchtala
2014-03-03Merge branch 'class_p1_fixes' of github.com:v-for-vandal/swig into v-for-vand...William S Fulton
2014-03-03Fixing enumsArtem Serebriyskiy
2014-03-02Correct exception thrown attempting to access a non-existent C/C++ global var...William S Fulton
2014-03-01Further fixes when using type() when using -builtin to include module nameWilliam S Fulton
2014-03-01Add testcase and info on python -builtin missing argument count checkWilliam S Fulton