swig/Source/Swig
Vladimir Kalinin b63c4839fe Nested classes support
Closes #89
Squash merge branch 'master' of https://github.com/wkalinin/swig into wkalinin-nested

By Vladimir Kalinin
* 'master' of https://github.com/wkalinin/swig:
  CPlusPlusOut mode for Octave
  nested class illustration
  fixed "Abstract" flag for nested classes added an example enabled anonymous nested structs runtime test
  porting
  warnings disabled
  porting fixes
  java runtime tests ported
  nested class closing bracket offset fixed
  removed double nested template (not supported by %template parsing)
  template_nested test extended
  parent field made public
  property access fixed
  replaced tabs with spaces
  warning W-reorder
  deprecated warnings removed, derived_nested runtime test added
  optimized string indenting
  Nested classes indenting
  nested classes docs
  fixed the order in which flattened inner classes are added after the outer
  Private nested classes were getting into the type table.
  Java getProxyName() fix for nested classes fixes the case when nested classes is forward declared
  Fix for a case when a nested class inherits from the same base as the outer. (Base class constructor declaration is found first in this case)
  merge fix
  nested C struct first immediate declaration incorrectly renamed sample fixed
  tests updated to reflect nested classes support
  Java nested classes support (1)
  flattening should remove the link to the outer class
  access mode correctly set/restored for nested classes
  nested templates should be skipped while flattening (template nodes themselves, not expanded versions) also non-public nested classes should be ignored
  If nested classes are not supported, default behaviour is flattening, not ignoring flag "nested" is preserved, so, the nested classes can be ignored by user
  nested workaround test updated
  template instantiated within a class is marked as nested for ignoring purposes
  %ignore not applied to the nested classed, because "nested" flag is set too late
  typedef name takes precedence over the real name (reason?)
  unnamed structs should be processed for all the languages
  nested C struct instances are wrapped as "immutable"
  tree building
  typedef declaration for unnamed C structures fixed
  nested classes "flattening"
  fixed %ignoring nested classes
  renamed "nested" attribute to "nested:outer" added "nested" flag, to be used with $ignore (it is not removed while flattening) added nestedClassesSupported() function to the Language interface
  renamed "nested" attribute to "nested:outer" added "nested" flag, to be used with $ignore (it is not removed while flattening) added nestedClassesSupported() function to the Language interface
  tree iteration fix
  dirclassname variable names unified memory issue fixed
  merge error
  ignore unnamed structs for C++
  unnamed nested C structs naming & unnesting
  class added to classes hash under typedef name
  private nested classes skipped
  test updated due to nested templates support
  anonymous structs with inheritance fixed nested_class test to allow anonymous structs w/o declarator
  tests updated: nested workaround removed from namespace_class.i propagated nested template declaration to the C++ file
  injected members scope
  nested tempplates fixes, nested structures in "C" mode parsing added utility function "appendSibling" (like "appendChild")
  nested unnamed structures parsing fixes, access mode restored on nested class end, tdname is properly patched with outer class name prefix
  memory management fixes
  nested templates (1)
  Nested unnamed structs
  Nested class support (1)
  Nested class support (1)
2013-11-29 07:02:34 +00:00
..
cwrap.c Merge branch 'master' into gsoc2009-matevz 2013-10-10 07:26:09 +01:00
deprecate.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
error.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
fragment.c Document patch #33 from previous commit and complete run time tests 2013-04-18 23:20:48 +01:00
getopt.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
include.c Skip the UTF-8 BOM of including files. 2013-08-29 19:22:50 +01:00
misc.c Add support for case conversion characters in regex substitutions. 2013-10-15 07:17:56 +01:00
naming.c Nested classes support 2013-11-29 07:02:34 +00:00
parms.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
scanner.c Nested classes support 2013-11-29 07:02:34 +00:00
stype.c T_STRING is now const char * instead of char * 2013-10-17 18:36:59 +01:00
swig.h Nested classes support 2013-11-29 07:02:34 +00:00
swigfile.h Fix segfaults when using filename paths greater than 1024 characters in length - use String * and heap instead of fixed size static char array buffers. 2012-11-18 00:45:18 +00:00
swigopt.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
swigparm.h Fix some subtle named output typemap lookup misses, the fully qualified name was not always being in all cases such as member variables 2012-11-13 22:16:28 +00:00
swigscan.h Nested classes support 2013-11-29 07:02:34 +00:00
swigtree.h Nested classes support 2013-11-29 07:02:34 +00:00
swigwrap.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
symbol.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
tree.c Nested classes support 2013-11-29 07:02:34 +00:00
typemap.c Merge branch 'master' into gsoc2009-matevz 2013-01-28 07:01:37 +00:00
typeobj.c Merge branch 'master' into gsoc2009-matevz 2013-10-10 07:26:09 +01:00
typesys.c Merge branch 'master' into gsoc2009-matevz 2013-10-10 07:26:09 +01:00
wrapfunc.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00