| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | Work around apparent clang bug. | Vadim Zeitlin | 2014-05-15 | 1 | -2/+2 |
| * | | | | | | | | | Initialize doxygenTranslator pointer to NULL when it is unused. | Vadim Zeitlin | 2014-05-07 | 1 | -2/+1 |
| * | | | | | | | | | Merge branch 'master' into doxygen | Vadim Zeitlin | 2014-04-30 | 1 | -343/+585 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | fixed comments for enum types in Java - they were missing before | Marko Klopcic | 2013-01-26 | 1 | -0/+10 |
| * | | | | | | | | | | Made doxygen parsing switched off by default | Dmitry Kabak | 2012-08-13 | 1 | -7/+2 |
| * | | | | | | | | | | Fixed critical bug with doxygen comments, containing % symbol | Dmitry Kabak | 2012-08-03 | 1 | -8/+8 |
| * | | | | | | | | | | Added nice doxygen debug switching (-debug-doxygen-parser and -debug-doxygen-... | Dmitry Kabak | 2012-07-29 | 1 | -4/+12 |
| * | | | | | | | | | | Another fix for enums_simple case, now emitting comment | Dmitry Kabak | 2012-07-01 | 1 | -2/+8 |
| * | | | | | | | | | | Fixed enum comments generation in java | Dmitry Kabak | 2012-06-29 | 1 | -3/+18 |
| * | | | | | | | | | | Refactored comment translator class, implemented result caching | Dmitry Kabak | 2012-06-25 | 1 | -66/+62 |
| * | | | | | | | | | | Fixed enum comments generation, added testcases | Dmitry Kabak | 2012-06-18 | 1 | -35/+33 |
| * | | | | | | | | | | Merge trunk (up to just after swig 2.0.5 release - rev 13009) to gsoc2008-che... | William S Fulton | 2012-04-27 | 1 | -321/+608 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - licens... | William S Fulton | 2010-03-05 | 1 | -2/+6 |
| * | | | | | | | | | | | Apply modified patch 2879724 from Marko Klopcic | William S Fulton | 2009-11-01 | 1 | -2/+2 |
| * | | | | | | | | | | | apply doxygen-svndiff.patch from #2763155 | William S Fulton | 2009-10-13 | 1 | -8/+9 |
| * | | | | | | | | | | | Major refactoring: translation now takes a node and returns a translated comm... | Jamie Kirkpatrick | 2008-09-12 | 1 | -70/+75 |
| * | | | | | | | | | | | Progress towards a working pydoc implementation. | Jamie Kirkpatrick | 2008-09-12 | 1 | -9/+9 |
| * | | | | | | | | | | | Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,... | Jamie Kirkpatrick | 2008-09-12 | 1 | -16/+19 |
| * | | | | | | | | | | | parsing fixes, helped behaviour of normal text descriptions in comments | Cheryl Foil | 2008-08-18 | 1 | -3/+3 |
| * | | | | | | | | | | | Memory usage fix in java.cxx | Cheryl Foil | 2008-08-18 | 1 | -11/+30 |
| * | | | | | | | | | | | Silencing of some diagnostic print statements for what method generated | Cheryl Foil | 2008-08-18 | 1 | -19/+21 |
| * | | | | | | | | | | | Now works end to end :) DoxygenTranslator restructured and placed into SWIG, ... | Cheryl Foil | 2008-08-15 | 1 | -12/+107 |
* | | | | | | | | | | | | Misc. typos | luz.paz | 2018-05-17 | 1 | -3/+3 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Fix lookup of csconstruct, dconstructor and javaconstruct typemaps | William S Fulton | 2018-05-15 | 1 | -1/+2 |
* | | | | | | | | | | | C#, D, Java methodmodifiers on destructors | William S Fulton | 2018-05-11 | 1 | -2/+12 |
* | | | | | | | | | | | Consistent spacing in generated exception specifications | William S Fulton | 2018-05-06 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | Fix Java swigReleaseOwnership() and swigTakeOwnership() regression | William S Fulton | 2018-03-09 | 1 | -5/+6 |
* | | | | | | | | | | Add missing Java throws clause for interfaces when using the %interface famil... | William S Fulton | 2018-01-12 | 1 | -2/+5 |
* | | | | | | | | | | Java director exception handling improvements | William S Fulton | 2017-11-10 | 1 | -2/+2 |
* | | | | | | | | | | Add director typemaps for pointer const ref types | William S Fulton | 2017-10-24 | 1 | -9/+11 |
* | | | | | | | | | | Generation of director method declarations fixes | William S Fulton | 2017-10-23 | 1 | -4/+4 |
* | | | | | | | | | | Enhancements for directorin typemaps | William S Fulton | 2017-10-16 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Merge branch 'asibross-master' into director-smartptr-ownership | William S Fulton | 2017-05-25 | 1 | -2/+12 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Missing smart pointer handling in Java director extra methods implementation. | Asi Bross | 2015-05-11 | 1 | -3/+14 |
* | | | | | | | | | | Remove undocumented features used in directors | William S Fulton | 2017-05-21 | 1 | -33/+0 |
* | | | | | | | | | | Remove unnecessary dynamic_cast in C#/D/Java directors | William S Fulton | 2017-05-21 | 1 | -9/+5 |
* | | | | | | | | | | Add raise methods for throwing c++ exceptions in C#, Java, D | William S Fulton | 2017-05-13 | 1 | -1/+1 |
* | | | | | | | | | | Revert "java : noexcept method can't raise Swig::DirectorException" | William S Fulton | 2017-05-13 | 1 | -3/+1 |
* | | | | | | | | | | java : noexcept method can't raise Swig::DirectorException | Christophe Duvernois | 2017-04-28 | 1 | -1/+3 |
* | | | | | | | | | | #526 : propagate c++11 noexcept to director classes | Christophe Duvernois | 2017-04-27 | 1 | -1/+8 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | WIP: #704 (java directorargout + java/typemaps.i fixes) | Andrey Starodubtsev | 2017-01-22 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'master' into directorargout_and_java_typemaps | Andrey Starodubtsev | 2017-01-21 | 1 | -1/+13 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Add %proxycode directive for adding code into proxy classes for C#, D and Java | William S Fulton | 2017-01-13 | 1 | -1/+13 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'master' into directorargout_and_java_typemaps | Andrey Starodubtsev | 2016-08-05 | 1 | -4/+8 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | fix for nested ignored types | Vladimir Kalinin | 2016-05-18 | 1 | -4/+8 |
* | | | | | | | | | java directorargout + java/typemaps.i fixes | Andrey Starodubtsev | 2016-06-08 | 1 | -1/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Merge branch 'char-escaping' | William S Fulton | 2016-03-12 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix static const char member variables wrappers with %javaconst(1). | William S Fulton | 2016-01-27 | 1 | -1/+2 |
| * | | | | | | | | Java enum and static member variable escaping fix for chars | William S Fulton | 2016-01-26 | 1 | -2/+2 |
* | | | | | | | | | Add limited support for %interface_impl and %shared_ptr | William S Fulton | 2016-03-06 | 1 | -64/+58 |