summaryrefslogtreecommitdiff
path: root/Lib/java
Commit message (Expand)AuthorAgeFilesLines
* Add access modifier support for interface featureWilliam S Fulton2020-09-251-0/+1
* Fix crashes in swig_connect_director during director class construction.William S Fulton2020-08-281-0/+14
* [Java] Add support for throwing IllegalStateExceptionBrad Kotsopoulos2019-08-181-5/+7
* Fix std::vector<> Java typemaps for primitive typesVadim Zeitlin2019-07-111-1/+5
* Java std::vector constructor performance improvementBrad Kotsopoulos2019-06-061-1/+2
* Java/C# std::vector<bool> workarounds for clangWilliam S Fulton2019-04-201-1/+1
* Improve backwards compatibility in C#/Java std::array wrappersWilliam S Fulton2019-04-191-2/+2
* Improve backwards compatibility in Java std::vector wrappersWilliam S Fulton2019-04-181-8/+8
* Add the parameters typemap attribute to D and Java destructor wrapper typemapsWilliam S Fulton2019-04-081-2/+2
* Cosmetic tweaks for C# std::set supportWilliam S Fulton2019-03-121-1/+1
* Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton2019-03-121-20/+20
* Java std::vector improvements for types that do not have a default constructor.William S Fulton2019-03-012-10/+0
* Java: more replace Object with java.lang.ObjectWilliam S Fulton2019-02-231-4/+4
* Merge branch 'zphensley42-master'William S Fulton2019-02-235-17/+17
|\
| * Handle review commentsZachary Hensley2019-02-225-20/+17
| * Updated java std_map to support Obj derivatives by importing original for use...Zachary Hensley2019-02-211-0/+3
* | Merge branch 'gtbX-master'William S Fulton2019-02-231-10/+15
|\ \
| * | Add comment for non-const versionAndrew Galante2018-02-201-0/+1
| * | Don't write-back buffer into Java array when calling const-ptr c functionAndrew Galante2018-02-201-1/+4
| * | Prevent writeback of a const char* array through a director when using the by...Andrew Galante2017-07-261-9/+10
* | | Merge branch 'java9_finalize_warnings'William S Fulton2019-02-211-0/+1
|\ \ \ | |_|/ |/| |
| * | [Java] Suppress deprecation warning on finalize methodSylvain Joubert2018-04-231-0/+1
* | | Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* | | Restore original std::map template parameters for JavaWilliam S Fulton2019-02-142-72/+72
* | | Add STL container copy constructors where missingWilliam S Fulton2019-02-146-5/+7
* | | Cosmetic STL typedef changesWilliam S Fulton2019-02-142-4/+4
* | | typedef declaration corrections for std::arrayWilliam S Fulton2019-02-141-4/+6
* | | Add missing typedefs to std::list + typedef correctionsWilliam S Fulton2019-02-141-1/+5
* | | Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-4/+4
* | | Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+3
* | | Add missing typedefs to std::mapWilliam S Fulton2019-02-131-1/+0
* | | Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-134-6/+6
* | | Create a consistent stl.i library fileWilliam S Fulton2019-02-121-3/+3
* | | Merge branch 'bkotzz-add_set_map'William S Fulton2019-02-125-34/+797
|\ \ \
| * | | Add missing typedefs to Java STL containersWilliam S Fulton2019-02-124-0/+18
| * | | Nicer looking generated Java container codeWilliam S Fulton2019-02-122-4/+2
| * | | Replicate some cosmetic changes from std_map.iWilliam S Fulton2019-02-124-49/+49
| * | | Legacy macros, protected iterator, typedefsBrad Kotsopoulos2019-02-044-49/+87
| * | | Remove c++11 from stl.iBrad Kotsopoulos2018-12-271-3/+0
| * | | Add to STL file as wellBrad Kotsopoulos2018-12-273-4/+7
| * | | Maps both working as java.util implsBrad Kotsopoulos2018-12-272-81/+271
| * | | Mostly working for mapBrad Kotsopoulos2018-12-041-46/+122
| * | | Add set/unordered_set that extend AbstractSetBrad Kotsopoulos2018-11-302-8/+292
| * | | Add unordered_{set|map} and set to JavaBrad Kotsopoulos2018-11-233-0/+159
* | | | director_thread test fixes for MacOSWilliam S Fulton2018-12-211-1/+1
* | | | Merge branch 'java-director-thread-name'William S Fulton2018-12-201-3/+58
|\ \ \ \ | |/ / / |/| | |
| * | | Increased Java thread name size.William S Fulton2018-12-201-1/+1
| * | | Java directors - more generic thread name settingWilliam S Fulton2018-10-081-11/+44
| * | | Use prctl method to get thread names, which is available on all NDK versionsSam Hasinoff2018-10-081-8/+9
| * | | Actually, pthread_getname_np is only available in recent versions of Android ...Sam Hasinoff2018-10-081-0/+2