aboutsummaryrefslogtreecommitdiff
path: root/Source/CParse
AgeCommit message (Expand)Author
2014-01-03Add C++11 virtual specifier sequences (final and/or override on methods)William S Fulton
2013-12-26Merge pull request #123 from wkalinin/test2Vladimir Kalinin
2013-12-24additional check for template type, to handle constructors correctlyVladimir Kalinin
2013-12-23Error out attempting to use directors without -c++William S Fulton
2013-12-20fixed enums & enum values language symbol table namespaceVladimir Kalinin
2013-12-19fixed %template within %extend, test addedVladimir Kalinin
2013-12-16properly disabled nested %template declared in other scopesVladimir Kalinin
2013-12-16fixed %template declared within class, next to template declarationVladimir Kalinin
2013-12-14Merge branch 'nested' - nested structs/classes supportWilliam S Fulton
2013-12-13Deprecation of the 'nestedworkaround' featureWilliam S Fulton
2013-12-12Ensure -c++out is not used with -c++William S Fulton
2013-12-12Nested C class setters restored in c++out mode for OctaveWilliam S Fulton
2013-12-08Merge branch 'nested' of https://github.com/swig/swig into nestedVladimir Kalinin
2013-12-08Classprefix fixed after private nested classesVladimir Kalinin
2013-12-07Fix template partial specialization detectionWilliam S Fulton
2013-12-05nested private classes are discarded while parsingVladimir Kalinin
2013-12-04out-of-scope template definitions fixedVladimir Kalinin
2013-12-04decltype fix on missing type infoWilliam S Fulton
2013-12-03C++11 alias templates seg fault fixWilliam S Fulton
2013-12-04fixed out-of-scope nested class definitions, added a testVladimir Kalinin
2013-11-29Minor code improvementsWilliam S Fulton
2013-11-29Cosmetics/code beautification of nested class supportWilliam S Fulton
2013-11-29Nested classes supportVladimir Kalinin
2013-11-22Fix some cases of C++11 exception specifications on constructors with =defaul...William S Fulton
2013-11-21Add support for C++11 noexcept specification in exception specificationsWilliam S Fulton
2013-11-20Add support for parsing C++11 =delete and =defaultWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-10-07Rename all C++0x to C++11 and cpp0x to cpp11William S Fulton
2013-04-18Fix syntax error when preprocessor macros are defined inside of enum listsWilliam S Fulton
2013-03-08Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru
2013-02-18Restrict the name used in %extend to be just the struct/class name and not a ...William S Fulton
2013-02-08Add support for extern "C++" - no warning should be issued as was previously ...William S Fulton
2013-02-08Add support for extern "C" thread_localWilliam S Fulton
2013-02-08Add support for thread_local when specified with other legitimate storage cla...William S Fulton
2013-02-08Remove test tokensWilliam S Fulton
2013-02-08User defined literals: fix for %rename and update docsWilliam S Fulton
2013-02-05Add ability to suppress variadic template first argumnet warningWilliam S Fulton
2013-02-04Add template aliasing and type aliasing into symbol table and enable explicit...William S Fulton
2013-02-04Remove unnecessary file/line setting in parserWilliam S Fulton
2013-02-04Add lambda functions to the symbol tables and add ability to suppress lambda ...William S Fulton
2013-02-04Rework std::initializer_list handling to warn about usage in any method, not ...William S Fulton
2013-02-02Initialization list doc updates and new tests. Fix functions with default arg...William S Fulton
2013-01-28Fix shift/shift and shift/reduce errors around variadic templates since mergeWilliam S Fulton
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-21Remove recently added %expect in parser in case of backward compatibility pro...William S Fulton
2013-01-21Unicode literalsVladimir Kalinin
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2013-01-08Fix assorted typos.Olly Betts
2013-01-04applied patch for SF bug #1296Paweł Tomulik
2012-12-16Fix garbage line number and empty file name reporting for some '}' or ')' err...William S Fulton