summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* freshen perl5 examplestalby-perl5-improvementsRobert Stone2013-10-202-20/+24
* Merge branch 'master' into talby-perl5-improvementsRobert Stone2013-10-20144-445/+6306
|\
| * Fix some gcc -Wall unused warnings in the Ruby wrappersWilliam S Fulton2013-10-182-3/+1
| * Fix gcc -Waddress warning in variables examplesWilliam S Fulton2013-10-1811-11/+11
| * Fix unused variable warning in Ruby wrappers when using gcc -WallWilliam S Fulton2013-10-181-1/+1
| * Fix Visual Studio compile error in C++ wrappers due to #include <exception> w...William S Fulton2013-10-172-1/+5
| * Add missing #include <stddef.h> for offsetof when using -builtin.William S Fulton2013-10-172-0/+7
| * T_STRING is now const char * instead of char *William S Fulton2013-10-172-1/+2
| * Add support for case conversion characters in regex substitutions.Vadim Zeitlin2013-10-157-21/+108
| * Add change note for missing Lua return statementsWilliam S Fulton2013-10-121-1/+5
| * Lua: Fix void return for non-void functionsAtri2013-10-121-1/+2
| * changes note for superclass not lispifyWilliam S Fulton2013-10-121-0/+3
| * BUGFIX: superclass name not lispyNikhil Shetty2013-10-121-1/+1
| * Add C++11 to changes fileWilliam S Fulton2013-10-121-0/+5
| * Merge branch 'gsoc2009-matevz' into master - C++11 supportWilliam S Fulton2013-10-11118-388/+6054
| |\
| | * Minor cleanup prior to merging to masterWilliam S Fulton2013-10-114-43/+1
| | * Add gsoc2009-matevz for Travis testingWilliam S Fulton2013-10-101-0/+1
| | * Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-10585-12927/+9496
| | |\
| | * | C++11 testing moved to a configure optionWilliam S Fulton2013-10-083-12/+25
| | * | Rename all C++0x to C++11 and cpp0x to cpp11William S Fulton2013-10-0752-309/+309
| | * | Grab .travis.yml file from master to turn on Travis testingWilliam S Fulton2013-09-201-0/+58
| | * | Suppress leaking memory warnings in rvalue reference testsWilliam S Fulton2013-02-082-0/+4
| | * | Add support for extern "C++" - no warning should be issued as was previously ...William S Fulton2013-02-085-2/+16
| | * | Add support for extern "C" thread_localWilliam S Fulton2013-02-088-6/+36
| | * | Fixes detecting if a variable is extern when using 'extern thread_local'William S Fulton2013-02-085-17/+18
| | * | Add support for thread_local when specified with other legitimate storage cla...William S Fulton2013-02-0815-24/+145
| | * | Remove test tokensWilliam S Fulton2013-02-081-1/+0
| | * | User defined literals: fix for %rename and update docsWilliam S Fulton2013-02-083-5/+53
| | * | Add ability to suppress variadic template first argumnet warningWilliam S Fulton2013-02-051-0/+2
| | * | Add template aliasing and type aliasing into symbol table and enable explicit...William S Fulton2013-02-042-2/+26
| | * | Add lambda functions to the symbol tables and add ability to suppress lambda ...William S Fulton2013-02-047-7/+64
| | * | Rework std::initializer_list handling to warn about usage in any method, not ...William S Fulton2013-02-0410-134/+259
| | * | Initialization list doc updates and new tests. Fix functions with default arg...William S Fulton2013-02-026-14/+96
| | * | Better clarification about polymorphic wrappers for function objects - std::f...William S Fulton2013-02-013-13/+48
| | * | Remove generated output that should not be checked in2William S Fulton2013-01-281-4046/+0
| | * | Fix shift/shift and shift/reduce errors around variadic templates since mergeWilliam S Fulton2013-01-281-27/+21
| | * | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281074-20093/+54298
| | |\ \
| | * | | Variadic templates doc updateWilliam S Fulton2013-01-241-8/+12
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-246-6/+127
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-243-7/+25
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-242-1/+37
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-242-2/+25
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-246-26/+84
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-241-10/+41
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-241-1/+17
| | * | | Add rvalue reference typemapsWilliam S Fulton2013-01-241-9/+34
| | * | | Use CXXFLAGS for c++ code for Go examplesWilliam S Fulton2013-01-241-2/+2
| | * | | Add missing static member to testcaseWilliam S Fulton2013-01-241-1/+2
| | * | | More rvalue reference typemapsWilliam S Fulton2013-01-241-1/+11
| | * | | Fix generated code for rvalue references by converting functions returning an...William S Fulton2013-01-243-1/+76