summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ci] Prune CI jobs for branchfix-mod_runme.jsOlly Betts2022-10-202-307/+1
* [js] Add missing `new` to mod_runme.jsOlly Betts2022-10-201-2/+2
* Revert "[Lua] Fix type resolution between SWIG-wrapped modules"Olly Betts2022-10-203-17/+1
* [python] Avoid undefined behaviourOlly Betts2022-10-201-5/+9
* [Lua] Fix type resolution between SWIG-wrapped modulesOlly Betts2022-10-203-1/+17
* [Ocaml] Add mod_runme.mlOlly Betts2022-10-191-0/+7
* [js] Add mod_runme.jsOlly Betts2022-10-191-0/+6
* CHANGES: Add blank line before 4.0.0Olly Betts2022-10-191-0/+1
* Remove C++11 from li_std_vector_vector testcaseWilliam S Fulton2022-10-181-6/+24
* [php] Fix handling of multi-module casesOlly Betts2022-10-186-23/+56
* R - Add support for std::vector<std::vector<std::string>>William S Fulton2022-10-176-5/+128
* 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
* Fix for Java 7 - std::set and std::unordered_setWilliam S Fulton2022-10-152-0/+8
* Bump doc version to SWIG-4.1William S Fulton2022-10-152-4/+4
* Allow wkhtmltopdf to access current directoryWilliam S Fulton2022-10-151-2/+2
* Correct new Raise functions to be staticWilliam S Fulton2022-10-142-2/+2
* Remove STRING_VALUE to keep supporting older versions of RWilliam S Fulton2022-10-141-1/+1
* C89 fixesWilliam S Fulton2022-10-142-2/+2
* Add v8 numeric change to changes fileWilliam S Fulton2022-10-141-0/+6
* Merge branch 'fix-cast'William S Fulton2022-10-142-15/+21
|\
| * Merge pull request #2 from mildsunrise/fix-castSergio Garcia Murillo2022-10-111-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
| |/
| * Merge pull request #1 from medooze/masterSergio Garcia Murillo2021-11-291-2/+2
| |\
| | * Merge branch 'fix-cast' into masterSergio Garcia Murillo2021-11-29537-29139/+6390
| | |\ | | |/ | |/|
| | * Return uint64_t as double if is bigger than uint32_tSergio Garcia Murillo2021-11-291-2/+2
| | * Use SWIG_TypeCast in SWIG_V8_ConvertInstancePtr if types don't match (#3)Sergio Garcia Murillo2021-03-051-1/+5
* | | html fixesWilliam S Fulton2022-10-143-2/+3
* | | Merge pull request #2401 from hramrach/masterWilliam S Fulton2022-10-142-2/+2
|\ \ \
| * | | Define PY_SSIZE_T_CLEAN only when not defined yetMichal Suchanek2022-10-132-2/+2
* | | | [R] Run destructors of local C++ objects on SWIG_failOlly Betts2022-10-143-1/+25
* | | | [php] Update exception_memory_leak_runme.phpOlly Betts2022-10-141-1/+9
* | | | [lua] Run destructors of local C++ objects on SWIG_failOlly Betts2022-10-144-4/+58
* | | | Fix issues with exception_memory_leak testcaseOlly Betts2022-10-142-4/+13
|/ / /
* | | Add missing SWIGTYPE *const& typemapsWilliam S Fulton2022-10-133-2/+24
* | | Revert "[xml] Move to "Experimental" target language status"William S Fulton2022-10-134-11/+3
* | | Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-1331-76/+68
* | | Additional SWIG_VERSION testingOlly Betts2022-10-131-0/+12
* | | Quick fix SWIG_VERSION not being defined correctly in wrappersWilliam S Fulton2022-10-132-1/+10
* | | Update 4.1.0 release notes summaryWilliam S Fulton2022-10-101-3/+15
* | | XML whitespace changesWilliam S Fulton2022-10-101-13/+13
* | | Makefile.in: Remove unused variables dd and srpmOlly Betts2022-10-111-4/+0
* | | Fix php example comment typoOlly Betts2022-10-111-1/+1
* | | [python] Remove doc caveat for Python < 2.1Olly Betts2022-10-111-3/+1
* | | Fix doc typosOlly Betts2022-10-112-2/+3
* | | Fix compile error when using directorsWilliam S Fulton2022-10-105-2/+36
* | | OCaml director return fixWilliam S Fulton2022-10-101-11/+4
* | | Improve director unwrap detection for the return typeWilliam S Fulton2022-10-1010-90/+76