summaryrefslogtreecommitdiff
path: root/Lib/java
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | Set thread name when attaching to Android JVM in SWIG Java directorSam Hasinoff2018-10-081-2/+21
* | | | Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-4/+4
* | | | Merge branch 'vadz-java-map-comp'William S Fulton2018-10-091-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for std::map<> comparator template argument for JavaVadim Zeitlin2018-06-091-5/+5
* | | | Fix crash Java directorsWilliam S Fulton2018-08-121-14/+36
* | | | Fix Java directorargout typemap crash when argument pointer is nullBryan Atwood2018-08-101-1/+1
|/ / /
* | | follow-up typosluz.paz2018-05-171-1/+1
* | | Java vector wrappers cast correctionWilliam S Fulton2018-05-061-5/+5
|/ /
* | Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton2017-12-141-2/+4
* | Replace DirectorException::raiseJavaException with DirectorException::throwEx...William S Fulton2017-11-292-2/+7
* | Add Swig::DirectorException directorthrows typemap for JavaWilliam S Fulton2017-11-292-1/+6
* | Changes to use common DirectorException classWilliam S Fulton2017-11-291-0/+4
* | Improved Java director exceptions documentationWilliam S Fulton2017-11-161-0/+3
* | Java director exception handling improvementsWilliam S Fulton2017-11-101-22/+37
* | Add director typemaps for pointer const ref typesWilliam S Fulton2017-10-241-0/+6
* | Add director shared_ptr typemaps for JavaWilliam S Fulton2017-10-161-0/+95
* | Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-232-0/+23
* | Cosmetic changes for Java std::array wrappersWilliam S Fulton2017-09-121-4/+4
|/