summaryrefslogtreecommitdiff
path: root/Source/Modules/java.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Work around apparent clang bug.Vadim Zeitlin2014-05-151-2/+2
| * | | | | | | | | Initialize doxygenTranslator pointer to NULL when it is unused.Vadim Zeitlin2014-05-071-2/+1
| * | | | | | | | | Merge branch 'master' into doxygenVadim Zeitlin2014-04-301-343/+585
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixed comments for enum types in Java - they were missing beforeMarko Klopcic2013-01-261-0/+10
| * | | | | | | | | | Made doxygen parsing switched off by defaultDmitry Kabak2012-08-131-7/+2
| * | | | | | | | | | Fixed critical bug with doxygen comments, containing % symbolDmitry Kabak2012-08-031-8/+8
| * | | | | | | | | | Added nice doxygen debug switching (-debug-doxygen-parser and -debug-doxygen-...Dmitry Kabak2012-07-291-4/+12
| * | | | | | | | | | Another fix for enums_simple case, now emitting commentDmitry Kabak2012-07-011-2/+8
| * | | | | | | | | | Fixed enum comments generation in javaDmitry Kabak2012-06-291-3/+18
| * | | | | | | | | | Refactored comment translator class, implemented result cachingDmitry Kabak2012-06-251-66/+62
| * | | | | | | | | | Fixed enum comments generation, added testcasesDmitry Kabak2012-06-181-35/+33
| * | | | | | | | | | Merge trunk (up to just after swig 2.0.5 release - rev 13009) to gsoc2008-che...William S Fulton2012-04-271-321/+608
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - licens...William S Fulton2010-03-051-2/+6
| * | | | | | | | | | | Apply modified patch 2879724 from Marko KlopcicWilliam S Fulton2009-11-011-2/+2
| * | | | | | | | | | | apply doxygen-svndiff.patch from #2763155William S Fulton2009-10-131-8/+9
| * | | | | | | | | | | Major refactoring: translation now takes a node and returns a translated comm...Jamie Kirkpatrick2008-09-121-70/+75
| * | | | | | | | | | | Progress towards a working pydoc implementation.Jamie Kirkpatrick2008-09-121-9/+9
| * | | | | | | | | | | Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,...Jamie Kirkpatrick2008-09-121-16/+19
| * | | | | | | | | | | parsing fixes, helped behaviour of normal text descriptions in commentsCheryl Foil2008-08-181-3/+3
| * | | | | | | | | | | Memory usage fix in java.cxxCheryl Foil2008-08-181-11/+30
| * | | | | | | | | | | Silencing of some diagnostic print statements for what method generated Cheryl Foil2008-08-181-19/+21
| * | | | | | | | | | | Now works end to end :) DoxygenTranslator restructured and placed into SWIG, ...Cheryl Foil2008-08-151-12/+107
* | | | | | | | | | | | Misc. typosluz.paz2018-05-171-3/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix lookup of csconstruct, dconstructor and javaconstruct typemapsWilliam S Fulton2018-05-151-1/+2
* | | | | | | | | | | C#, D, Java methodmodifiers on destructorsWilliam S Fulton2018-05-111-2/+12
* | | | | | | | | | | Consistent spacing in generated exception specificationsWilliam S Fulton2018-05-061-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix Java swigReleaseOwnership() and swigTakeOwnership() regressionWilliam S Fulton2018-03-091-5/+6
* | | | | | | | | | Add missing Java throws clause for interfaces when using the %interface famil...William S Fulton2018-01-121-2/+5
* | | | | | | | | | Java director exception handling improvementsWilliam S Fulton2017-11-101-2/+2
* | | | | | | | | | Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-9/+11
* | | | | | | | | | Generation of director method declarations fixesWilliam S Fulton2017-10-231-4/+4
* | | | | | | | | | Enhancements for directorin typemapsWilliam S Fulton2017-10-161-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'asibross-master' into director-smartptr-ownershipWilliam S Fulton2017-05-251-2/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Missing smart pointer handling in Java director extra methods implementation.Asi Bross2015-05-111-3/+14
* | | | | | | | | | Remove undocumented features used in directorsWilliam S Fulton2017-05-211-33/+0
* | | | | | | | | | Remove unnecessary dynamic_cast in C#/D/Java directorsWilliam S Fulton2017-05-211-9/+5
* | | | | | | | | | Add raise methods for throwing c++ exceptions in C#, Java, DWilliam S Fulton2017-05-131-1/+1
* | | | | | | | | | Revert "java : noexcept method can't raise Swig::DirectorException"William S Fulton2017-05-131-3/+1
* | | | | | | | | | java : noexcept method can't raise Swig::DirectorExceptionChristophe Duvernois2017-04-281-1/+3
* | | | | | | | | | #526 : propagate c++11 noexcept to director classesChristophe Duvernois2017-04-271-1/+8
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | WIP: #704 (java directorargout + java/typemaps.i fixes)Andrey Starodubtsev2017-01-221-1/+1
* | | | | | | | | Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2017-01-211-1/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add %proxycode directive for adding code into proxy classes for C#, D and JavaWilliam S Fulton2017-01-131-1/+13
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into directorargout_and_java_typemapsAndrey Starodubtsev2016-08-051-4/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | fix for nested ignored typesVladimir Kalinin2016-05-181-4/+8
* | | | | | | | | java directorargout + java/typemaps.i fixesAndrey Starodubtsev2016-06-081-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'char-escaping'William S Fulton2016-03-121-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix static const char member variables wrappers with %javaconst(1).William S Fulton2016-01-271-1/+2
| * | | | | | | | Java enum and static member variable escaping fix for charsWilliam S Fulton2016-01-261-2/+2
* | | | | | | | | Add limited support for %interface_impl and %shared_ptrWilliam S Fulton2016-03-061-64/+58