summaryrefslogtreecommitdiff
path: root/Examples/test-suite/java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'python-doxygen-quotes'William S Fulton2020-06-071-0/+6
|\
| * Fix generated Python code for Doxygen comments with triple quotesVadim Zeitlin2020-03-041-0/+4
| * Fix generated Python code for Doxygen comments ending with quoteVadim Zeitlin2020-03-041-0/+2
* | Fix for missing space after \endlink in doxygenJohn McFarland2020-05-021-1/+1
|/
* Merge branch 'shared-ptr-template-upcast'William S Fulton2020-01-172-0/+25
|\
| * Applying shared_ptr template upcast fix to CSharp, adding CSharp test, and cl...etse2019-05-061-4/+3
| * Adding test case demonstrating issue where SWIG does not generate a correctly...etse2019-05-062-0/+26
* | Update anther newly merged doxygen Java test for Java 9 APIWilliam S Fulton2020-01-161-10/+2
* | Merge branch 'Issue-1643'William S Fulton2020-01-161-0/+7
|\ \
| * | Fix pydoc null pointer dereference with missing arg typeJohn McFarland2019-10-271-0/+7
* | | Merge branch 'Issue-1632'William S Fulton2020-01-161-0/+101
|\ \ \
| * | | Minor workaround in doxygen_basic_translate_style3 testJohn McFarland2019-11-021-1/+1
| * | | Add new test doxygen_basic_translate_style3.iJohn McFarland2019-11-021-0/+101
| |/ /
* | | Remove unused import in java testcaseWilliam S Fulton2020-01-151-1/+0
* | | Fix deprecation warning in java testcaseWilliam S Fulton2020-01-141-2/+2
* | | Update newly merged doxygen Java test for Java 9 APIWilliam S Fulton2020-01-141-9/+2
* | | Merge branch 'doxy/commands'William S Fulton2020-01-142-2/+88
|\ \ \
| * | | Add doxygen_code_blocks_runme.javaJohn McFarland2019-08-211-0/+83
| * | | Support doxygen \param[] commandsJohn McFarland2019-08-071-2/+5
| |/ /
* | | Disable Doxygen tests when using Java 8 or olderVadim Zeitlin2019-12-181-0/+1
* | | Rewrite Doxygen unit tests for Java using Java 9 APIVadim Zeitlin2019-12-1817-170/+140
* | | Don't crash if unexpected comment is found in Java Doxygen testsVadim Zeitlin2019-12-181-1/+2
* | | Reuse existing variable in CommentParser code used in Java testsVadim Zeitlin2019-12-181-2/+2
|/ /
* | Merge branch 'csharp-set-fixes'William S Fulton2019-07-121-0/+15
|\ \
| * | Fix std::vector<> Java typemaps for primitive typesVadim Zeitlin2019-07-111-0/+9
| * | Replace leftover string with the proper type in C# set typemapVadim Zeitlin2019-07-111-0/+6
* | | Fix missing value for first item of enums with trailing commaVadim Zeitlin2019-07-111-0/+6
|/ /
* | Merge branch 'doxy/segfault'William S Fulton2019-07-112-0/+4
|\ \
| * | Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland2019-07-062-0/+4
* | | Merge branch 'patch-1'William S Fulton2019-07-091-0/+32
|\ \ \
| * | | nested_inheritance_interface testcase enhancementWilliam S Fulton2019-07-091-0/+4
| * | | Add nested_inheritance_interface testIsaac Pascual Monells2019-07-021-0/+28
* | | | gcc-9 testcase warning fixWilliam S Fulton2019-07-091-0/+21
| |/ / |/| |
* | | Merge branch 'doxy/space'William S Fulton2019-06-282-3/+108
|\ \ \ | |/ / |/| |
| * | Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-181-3/+9
| * | Adding test for second doxygen comment styleJohn McFarland2019-05-251-0/+99
| |/
* | Java std::vector constructor performance improvementBrad Kotsopoulos2019-06-061-56/+68
|/
* Merge branch 'enum-trailing-comma-doxygen'William S Fulton2019-04-244-0/+16
|\
| * Fix parsing of enums with trailing comma with -doxygenVadim Zeitlin2019-04-204-0/+16
* | Don't crash if type is not available in Python Doxygen codeVadim Zeitlin2019-04-201-0/+3
|/
* testcase fixes for gcc-9William S Fulton2019-04-154-16/+0
* Java std::vector improvements for types that do not have a default constructor.William S Fulton2019-03-012-2/+2
* Java 9 deprecation warning fixes for test-suite and examplesWilliam S Fulton2019-02-213-11/+11
* Fix typemap matching to expand template parameters when the name contains tem...William S Fulton2019-02-171-0/+23
* Template instantion fixes when template parameter is used twice in typeWilliam S Fulton2019-02-171-0/+32
* Fix parser error containing multiple #define statements inside an enum.William S Fulton2019-02-161-0/+24
* rename std::array testcaseWilliam S Fulton2019-02-131-11/+11
* Merge branch 'bkotzz-add_set_map'William S Fulton2019-02-125-0/+398
|\
| * Combine duplicate unordered_set unordered_map testcasesWilliam S Fulton2019-02-123-12/+12
| * Maps both working as java.util implsBrad Kotsopoulos2018-12-274-224/+263