summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2430 from AndLLA/rtestsWilliam S Fulton2022-11-064-0/+171
|\
| * more tests for RAndLLA2022-11-054-0/+171
* | Workaround for incomplete or/and keyword support in VC++William S Fulton2022-11-061-0/+5
|/
* rename cpp14_enable_if_t to cpp17_enable_if_tWilliam S Fulton2022-11-053-6/+6
* Fix infinite loop handling non-type template parametersWilliam S Fulton2022-11-053-0/+54
* Overloading fixes for R and rtypecheck typemapWilliam S Fulton2022-11-051-4/+4
* Improve R wrapper error message calling overloaded methodsWilliam S Fulton2022-11-051-1/+1
* Fix memory leak in R shared_ptr wrappersWilliam S Fulton2022-11-051-16/+16
* li_boost_shared_ptr testcase for RWilliam S Fulton2022-11-051-72/+115
* cpp11_attribute_specifiers testcase warning suppressionWilliam S Fulton2022-11-051-0/+1
* R shared_ptr testingv4.1.0William S Fulton2022-10-241-24/+23
* enable tests working after master mergeAndLLA2022-10-241-14/+16
* Whitespace cleanup in R testcaseWilliam S Fulton2022-10-241-70/+70
* R shared_ptr fixesWilliam S Fulton2022-10-241-33/+33
* enable test for pointerreftest fixed by 752b7e8AndLLA2022-10-241-2/+2
* switched implementation reference from java to pythonAndLLA2022-10-241-103/+103
* fixes from code reviewAndLLA2022-10-241-2/+1
* enable li_boost_shared_ptr in r-test-suiteAndLLA2022-10-244-2/+681
* Polymorphism in R wrappers fixed for C++ structsWilliam S Fulton2022-10-248-4/+62
* Revert "[js] Add mod_runme.js"Olly Betts2022-10-201-6/+0
* [Lua] Fix type resolution between SWIG-wrapped modulesOlly Betts2022-10-201-0/+12
* [Ocaml] Add mod_runme.mlOlly Betts2022-10-191-0/+7
* [js] Add mod_runme.jsOlly Betts2022-10-191-0/+6
* Remove C++11 from li_std_vector_vector testcaseWilliam S Fulton2022-10-181-6/+24
* [php] Fix handling of multi-module casesOlly Betts2022-10-184-20/+48
* R - Add support for std::vector<std::vector<std::string>>William S Fulton2022-10-174-2/+90
* Testcase warning fixv4.1.0-beta1William S Fulton2022-10-151-1/+1
* Fix Javascript node test-suite to use desired c++ standardWilliam S Fulton2022-10-152-2/+3
* Merge branch 'fix-cast'William S Fulton2022-10-141-13/+19
|\
| * add tests for new casting behaviorAlba Mendez2022-10-101-0/+2
| * skip tests when value is out of rangeAlba Mendez2022-10-101-6/+12
| * refactor integers JS testcase to avoid repeating codeAlba Mendez2022-10-101-14/+12
* | [R] Run destructors of local C++ objects on SWIG_failOlly Betts2022-10-141-1/+12
* | [php] Update exception_memory_leak_runme.phpOlly Betts2022-10-141-1/+9
* | [lua] Run destructors of local C++ objects on SWIG_failOlly Betts2022-10-142-0/+41
* | Fix issues with exception_memory_leak testcaseOlly Betts2022-10-142-4/+13
* | Add missing SWIGTYPE *const& typemapsWilliam S Fulton2022-10-131-0/+13
* | Revert "[xml] Move to "Experimental" target language status"William S Fulton2022-10-131-3/+1
* | Additional SWIG_VERSION testingOlly Betts2022-10-131-0/+12
* | Quick fix SWIG_VERSION not being defined correctly in wrappersWilliam S Fulton2022-10-131-0/+10
* | Fix php example comment typoOlly Betts2022-10-111-1/+1
* | Fix compile error when using directorsWilliam S Fulton2022-10-102-0/+29
* | Improve director unwrap detection for the return typeWilliam S Fulton2022-10-102-0/+25
* | Merge branch 'director-unwrap-result'William S Fulton2022-10-074-0/+190
|\ \
| * \ Merge branch 'master' into director-unwrap-resultOlly Betts2022-03-01818-7216/+6916
| |\ \
| * | | Unwrap director classes only when returning a pointer or reference to an objectThomas Reitmayr2020-06-204-0/+190
* | | | Completely remove CFFIWilliam S Fulton2022-10-062-95/+0
* | | | Makefile re-orderWilliam S Fulton2022-10-061-667/+666
* | | | Remove some final testingWilliam S Fulton2022-10-062-9/+24
* | | | Fix comment typoOlly Betts2022-10-061-1/+1