summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error for misplaced Doxygen comment after struct/class member.William S Fulton2022-12-064-0/+35
* Improved handling of Doxygen comments in parameter listsWilliam S Fulton2022-12-052-3/+50
* Fix syntax error parsing of Doxygen comments after last enum itemWilliam S Fulton2022-12-032-0/+24
* Fix parsing of unconventional Doxygen post comments for enum items.William S Fulton2022-12-032-2/+61
* Testcase fix for -Wdelete-non-virtual-dtorWilliam S Fulton2022-12-021-0/+1
* Improved template template parameters support.William S Fulton2022-12-027-10/+156
* Test case fix for std::complex and non-floating types deprecationWilliam S Fulton2022-11-262-4/+4
* Test cases fixWilliam S Fulton2022-11-262-5/+5
* Add missing testcase cpp11_template_parameters_decltypeWilliam S Fulton2022-11-261-0/+51
* Slightly better decltype() support for expressionsWilliam S Fulton2022-11-263-6/+31
* Fix syntax error parsing unnamed template parameters with a default.William S Fulton2022-11-251-1/+41
* Fix undefined behaviour in parserOlly Betts2022-11-251-1/+3
* Merge branch 'rtests2'William S Fulton2022-11-236-0/+225
|\
| * more r testsAndLLA2022-11-201-0/+14
| * more r testsAndLLA2022-11-164-0/+187
| * added testcase pointer_referenceAndLLA2022-11-161-0/+24
* | Restore testing template_expr testcaseWilliam S Fulton2022-11-232-4/+13
* | Fix seg fault handling template parameter expressions containing '>='William S Fulton2022-11-221-3/+0
* | Fix seg fault handling template parameter expressions containing '<='William S Fulton2022-11-221-0/+13
* | Duplicate class template instantiations via %template changesWilliam S Fulton2022-11-188-9/+81
|/
* 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