summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix example clean target in makefile for operating systems that don't use .so...v3.0.2rel-3.0.2William S Fulton2014-06-041-8/+8
* Fix equality testcaseWilliam S Fulton2014-06-041-1/+3
* Add 3.0.2 release dateWilliam S Fulton2014-06-045-5/+7
* changes file updatesWilliam S Fulton2014-06-022-1/+11
* Merge pull request #176 from v-for-vandal/lua_eqWilliam S Fulton2014-06-026-18/+157
|\
| * More tests for equality operator overloadingArtem Serebriyskiy2014-05-283-0/+115
| * Moving variable declaration to the beginning of the blockArtem Serebriyskiy2014-05-281-1/+2
| * Add default __eq implementationArtem Serebriyskiy2014-05-283-18/+41
* | CHANGES updateWilliam S Fulton2014-06-021-1/+4
* | Merge branch 'wkalinin-csymbols-2' - %extend and nested structsWilliam S Fulton2014-06-023-6/+22
|\ \
| * | Add runtime test for %extend and nested unionWilliam S Fulton2014-06-021-0/+7
| * | test fixedVladimir Kalinin2014-05-311-5/+5
| * | %extend symbols for nested structs get into a wrong C symbol tableVladimir Kalinin2014-05-282-6/+15
| |/
* | Fix bug in DohNewStringWithSize(): guarantee string is nul-terminatedKarl Wette2014-06-011-0/+1
* | Fix std::vector<bool> compile problems on OSX for JavascriptWilliam S Fulton2014-05-312-2/+2
* | Octave: remove deprecated -global/-noglobal command-line argumentsKarl Wette2014-05-292-7/+4
* | Octave: use common example.mk for examples, patterned after javascriptKarl Wette2014-05-2917-245/+68
* | Octave: whitespace/indentation cleanup of octave.cxxKarl Wette2014-05-291-341/+341
* | Octave: remove Python code from std_carray.iKarl Wette2014-05-291-56/+0
* | Octave: ignore generated filesKarl Wette2014-05-291-0/+3
* | .gitignore: add Source/TAGSKarl Wette2014-05-291-0/+1
* | Update AX_BOOST_BASE autoconf macro to serial 23William S Fulton2014-05-291-3/+18
* | Search for 64bit webkit during configureWilliam S Fulton2014-05-291-2/+2
* | Fix cleaning of Python runme.py scripts for in-source-tree buildsKarl Wette2014-05-292-2/+2
* | check-maintainer-clean: print skipping message for in-source-tree buildsKarl Wette2014-05-291-4/+6
* | Fix errors test-suite on windowsWilliam S Fulton2014-05-291-11/+10
* | Correct infinity testcaseWilliam S Fulton2014-05-291-0/+1
* | Fix infinity testcase on windowsWilliam S Fulton2014-05-292-7/+21
* | Add check-maintainer-clean target: fails if files are missed by maintainer-cleanKarl Wette2014-05-292-1/+9
* | Set SRCDIR when calling test-suite clean targets, in case it's neededKarl Wette2014-05-2916-16/+16
* | Fully clean Python examples and test-suiteKarl Wette2014-05-293-5/+10
* | Fully clean PHP test-suiteKarl Wette2014-05-291-2/+8
* | Fully clean Javascript test-suite with jsc and v8Karl Wette2014-05-291-4/+12
* | Fix Javascript examples so that "make clean" works properly with nodeKarl Wette2014-05-299-8/+9
* | Fully clean Go test-suiteKarl Wette2014-05-291-1/+2
* | Distclean Tools/javascriptKarl Wette2014-05-292-1/+8
* | CCache: always generate docs in source directoryKarl Wette2014-05-292-9/+10
* | Test-suite makefile fixes for WindowsWilliam S Fulton2014-05-282-7/+15
|/
* Bump version to 3.0.2William S Fulton2014-05-286-88/+92
* Fix unused variable warning in Lua bindingsOlly Betts2014-05-281-8/+9
* Merge branch 'master' of github.com:swig/swigOliver Buchtala2014-05-288-29/+41
|\
| * Add Javascript to announcementsv3.0.1rel-3.0.1William S Fulton2014-05-271-5/+5
| * Add 3.0.1 release dateWilliam S Fulton2014-05-274-4/+4
| * Javascript html links and typo fixesWilliam S Fulton2014-05-274-7/+10
| * Python 3 byte string output: use errors="surrogateescape" change noteWilliam S Fulton2014-05-271-0/+9
| * Warning fixes compiling with Visual StudioWilliam S Fulton2014-05-271-13/+13
* | Javascript: fixed a missing link in documentation.Oliver Buchtala2014-05-281-1/+1
|/
* Javascript: added a link to the v8 web-site to the documentation.Oliver Buchtala2014-05-271-1/+1
* Javascript: updated documentation about known issues.Oliver Buchtala2014-05-271-3/+3
* JavascriptCore: updated documentation about how to register an initialized mo...Oliver Buchtala2014-05-271-3/+21