summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Update comment wrt #1589Olly Betts2023-05-181-1/+1
* Support parsing arbitrary expression in decltypeOlly Betts2023-05-171-5/+0
* Remove obsolete debug line from callback_runme.pyOlly Betts2023-05-171-1/+0
* [tcl] Add string_view supportOlly Betts2023-05-172-1/+36
* Document what c_spaceship.i is testingOlly Betts2023-05-161-1/+1
* Clean up double spaces between words in commentsOlly Betts2023-05-164-4/+4
* Merge branch 'JS-check-fix'Olly Betts2023-05-1212-1/+663
|\
| * Add li_constraints test, testing 'constraints.i'.Erez Geva2023-05-1212-1/+663
* | Expand li_std_string_runme.*Olly Betts2023-05-1210-10/+102
|/
* [java] Suppress removal warnings for finalize()Olly Betts2023-05-122-2/+2
* Fix SWIG warning from testcase cpp11_constexprOlly Betts2023-05-111-0/+3
* Parse storage class more flexiblyOlly Betts2023-05-112-0/+9
* Initial support for std::string_viewOlly Betts2023-05-0810-0/+580
* [PHP] Wrap method with both static and non-static overloadsOlly Betts2023-05-081-0/+18
* Tweak to struct name in testcase for RWilliam S Fulton2023-05-062-3/+3
* Merge branch 'typedef-namespace'William S Fulton2023-05-063-0/+35
|\
| * Partial revert of previous commit for typedefsWilliam S Fulton2023-05-064-12/+19
| * add an unit testMomtchil Momtchev2023-05-062-0/+28
* | Fix testcase comment typoOlly Betts2023-05-041-1/+1
* | [D] Update docs for D1 removalOlly Betts2023-05-042-5/+2
* | Drop D version 1Erez Geva2023-05-0463-4575/+26
* | Merge branch 'python-iterator-protocol'William S Fulton2023-04-268-100/+52
|\ \
| * | Remove undocumented and non-existent STL std::carrayWilliam S Fulton2023-04-264-100/+0
| * | Add support for all STL containers to be constructible from a Python setWilliam S Fulton2023-04-264-0/+52
* | | Merge branch 'js-numinputs'Olly Betts2023-04-271-0/+24
|\ \ \
| * | | take into account numinputs when counting argumentsMomtchil Momtchev2023-04-261-0/+24
| | |/ | |/|
* | | catches_strings_runme.php: Check exact exception messageOlly Betts2023-04-241-2/+2
* | | [php] Add throws typemaps for string* + const string*Olly Betts2023-04-241-0/+26
|/ /
* | [js] Stop using swig -c++ for C examplesOlly Betts2023-04-2322-27/+41
* | [js] Improve default for JSENGINEOlly Betts2023-04-223-17/+40
* | [js] Turn on C++ output for node tooOlly Betts2023-04-221-1/+1
* | [perl,ruby] Test OUTPUT string& typemapOlly Betts2023-04-212-1/+5
* | [lua] Test INPUT,INOUT,OUTPUT for std::string&Olly Betts2023-04-212-1/+7
* | [php] Support INPUT,INOUT,OUTPUT for std::string&Olly Betts2023-04-212-2/+36
* | [OCaml] Fix reference typemaps for std::stringZackery Spytz2023-04-214-0/+90
* | [ocaml] Use CXXFLAGS when compiling C++ testcasesOlly Betts2023-04-211-3/+3
* | Fix #ifdef and #ifndef to work inside a %defineOlly Betts2023-04-211-0/+35
* | Add regression test for << in array size bugOlly Betts2023-04-202-1/+5
* | Remove remaining traces of PHP7 supportOlly Betts2023-04-202-67/+34
* | Merge branch 'go-argcargv'Olly Betts2023-04-202-1/+23
|\ \
| * | Clarify comment in _runme.goOlly Betts2023-04-201-1/+4
| * | Drop __cplusplus conditionals from testcaseOlly Betts2023-04-201-4/+0
| * | Add argc and argv multi-argument to go.Erez Geva2023-04-192-1/+24
* | | Make y const in new testcaseOlly Betts2023-04-191-1/+1
* | | Merge branch 'macro-partial-expansion'Olly Betts2023-04-192-0/+37
|\ \ \
| * | | Adjust new testsOlly Betts2023-04-192-15/+22
| * | | inline the header into the interface fileMomtchil Momtchev2023-04-172-22/+25
| * | | actually test the valueMomtchil Momtchev2023-04-142-1/+4
| * | | save missing files from previous commitMomtchil Momtchev2023-04-142-2/+3
| * | | move the unit testsMomtchil Momtchev2023-04-142-11/+21