summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HTML tweaksv3.0.3rel-3.0.3William S Fulton2014-12-291-0/+2
* Add 3.0.3 release informationWilliam S Fulton2014-12-295-4/+9
* Minor tweaks to the changes fileWilliam S Fulton2014-12-291-2/+9
* %constant and structs support for LuaWilliam S Fulton2014-12-291-0/+3
* Fix D examples when run 'in-source'William S Fulton2014-12-291-3/+9
* Fix D examples cleanWilliam S Fulton2014-12-281-1/+4
* Revert "Fix D examples clean"William S Fulton2014-12-282-4/+4
* Fix javascript cleanWilliam S Fulton2014-12-281-2/+2
* Let Octave 3.8 fail in TravisWilliam S Fulton2014-12-281-1/+3
* Fix D examples cleanWilliam S Fulton2014-12-282-4/+4
* Fix javascript cleanWilliam S Fulton2014-12-281-3/+3
* Merge branch 'michael-schaller-gitignore'William S Fulton2014-12-281-0/+1
|\
| * Added auto-generated 'Examples/d/example.mk' to '.gitignore'.Michael Schaller2014-12-241-0/+1
* | Tidy up Javascript build systemWilliam S Fulton2014-12-284-28/+5
* | Don't delete checked in files with 'make distclean'William S Fulton2014-12-282-1/+2
* | Reduce scope of template_default_class_parms testcaseWilliam S Fulton2014-12-281-1/+4
* | Fix abort using template default parametersWilliam S Fulton2014-12-284-6/+58
* | Test suite warning fixesWilliam S Fulton2014-12-288-34/+40
* | [Perl] tidy "warning: duplicate 'extern' declaration specifier" when building...Robert Stone2014-12-272-1/+2
* | Merge pull request #292 from talby-/perl-archlibexpRobert Stone2014-12-272-1/+4
|\ \ | |/ |/|
| * Issue #282 perl5 archlib vs archlibexpRobert Stone2014-12-272-1/+4
|/
* Warning suppressions in testsWilliam S Fulton2014-12-225-5/+8
* nested_scope test fixes for clangWilliam S Fulton2014-12-211-8/+11
* Fix use of preprocessor null directiveWilliam S Fulton2014-12-203-0/+21
* Add testcase for nested inner class deriving from a templated base class and ...William S Fulton2014-12-194-0/+79
* Add in missing constant_directive.i testWilliam S Fulton2014-12-181-0/+28
* Improve Python builtin and %constant structsWilliam S Fulton2014-12-181-5/+2
* fixed python global object constantsPaweł Tomulik2014-12-181-0/+6
* Partial support for %constant and structsWilliam S Fulton2014-12-187-48/+32
* Merge pull request #276 from vadz/pep8Olly Betts2014-12-171-2/+3
|\
| * Ignore E402 (import not on top of file) PEP8 error.Vadim Zeitlin2014-12-161-1/+1
| * Add PEP8_FLAGS variable to the test suite Python makefile.Vadim Zeitlin2014-12-161-2/+3
|/
* Fix templated constructors regressionWilliam S Fulton2014-12-095-1/+81
* Correctly detect Go1 during configureWilliam S Fulton2014-12-071-2/+2
* Fix regression in introduced in merge of C++11 strongly typed enums supportWilliam S Fulton2014-12-073-7/+5
* Merge master and C++11 strongly typed enum supportWilliam S Fulton2014-12-0718-42/+157
|\
| * Add more docs about _global_ prefix in typemap temporary variablesWilliam S Fulton2014-12-061-1/+13
| * Add clarification on _global_ prefix.Alexey Neyman2014-12-061-0/+4
| * fix for nested template defined out of class (issue #265)Vladimir Kalinin2014-11-252-4/+34
| * using an unknown constant emits a notice, not a warningOlly Betts2014-11-181-3/+3
| * Fix typoOlly Betts2014-11-181-1/+1
| * Consistently put whitespace outside of <tt>...</tt> and not insideOlly Betts2014-11-188-25/+25
| * wording tweakOlly Betts2014-11-181-1/+1
| * Go: Document memory management of C++ classes allocated in Go. Fixes #266.Ian Lance Taylor2014-11-172-1/+36
| * Merge pull request #235 from dontpanic92/masterianlancetaylor2014-11-174-1/+35
| |\
| | * revert unrelated fileAnthony Li2014-11-111-0/+9
| | * delete unmeaningful macroAnthony Li2014-11-052-12/+0
| | * Go: fix overload functions with polymorphic issueAnthony Li2014-10-061-0/+9
| | * del tmp filesAnthony Li2014-10-06660-180469/+0
| | * GoLang:fix overload functions with polymorphic issueAnthony Li2014-10-06663-1/+180498