提交历史

作者 SHA1 备注 提交日期
  marco 375d21b29f --- Recording mergeinfo for merge of r41459 into '.': 5 年之前
  yury cd3d2c2abc Merged revision(s) 41314, 41320, 41323, 41371, 41374, 41391, 41396 from trunk: 6 年之前
  yury 302ee0d208 pas2jni fixes. 6 年之前
  yury 252f9ef153 * pas2jni: Support for class references. 8 年之前
  yury ed6d993008 * pas2jni: Proper boolean handling - jboolean must be 0/1. 8 年之前
  yury d5cc2e83cf * pas2jni: Use cthreads first. 8 年之前
  yury ea16dfdcf8 * pas2jni: Suppress false warnings in Java code. 8 年之前
  yury 4dcc9de92f * pas2jni: More clean Java code for sets. 8 年之前
  yury 565ad7f852 * pas2jni: Do not generate unneeded imports. 8 年之前
  yury 78914d9b20 * pas2jni: Do not include array element types from arrays, which is not processed. 8 年之前
  yury 78abcbd4ca * pas2jni: Improved support for interfaces. Proper typecasting of an object instance to an interface. 8 年之前
  yury d507456560 * pas2jni: Removed redundant ;. 8 年之前
  yury 21234e413a * pas2jni: Fixed finalization of TP-style objects. 8 年之前
  yury 3fd3ff9527 * pas2jni: Fixed double memory freeing when using method pointers in some rare cases. 8 年之前
  yury 8e8521c43e * pas2jni: Fixed memory leaks when using inherited TP-style objects. 8 年之前
  yury d9e00bf43c * pas2jni: Use mswindows define instead of windows to be Delphi compatible. 8 年之前
  yury df95a73993 * pas2jni: Do not hard code record sizes in Java part. Instead get actual record sizes from the native code. It allows to use the same generated Java code for native libraries compiled for different CPU architectures. 8 年之前
  yury 26ffffa683 * pas2kni: Added Enum.equals(int) to the Java part. 9 年之前
  yury 6b25cef3ea * pas2jni: Reverted r34367 and mark undesired event handler creation "deprecated". 9 年之前
  yury e81cc4574f * pas2jni: Removed option to create event handler by passing Java method method name as a string. It is not safe, since the target method is treated as unused by Java and the method may be removed from the resulting application. 9 年之前
  yury c4347e28b9 * pas2jni: Fixed handling of identical names of classes, proctypes when they are defined in different units. 9 年之前
  yury 3b8db21c2c * pas2jni: Fixed invoking of Java event handlers from non-main threads. 9 年之前
  yury d99f913836 * pas2jni: Fixed string constant handling after recent changes in FPC. 9 年之前
  yury c392c6eb2b * pas2jni: Explicitly release JNI local refs while executing method pointers. 9 年之前
  yury 111595dcd9 * pas2jni: Fixed procedure parameters parsing in some cases. 9 年之前
  yury a02da7c7d2 * pas2jni: Fixed handling of method pointers. 9 年之前
  yury 3597519087 * pas2jni: Fixed handling of global procvars. 9 年之前
  yury f838251662 * pas2jni: Added TDateTime Java support class. 9 年之前
  yury 2248805082 * pas2jni: Fixed ref counting of method pointers. 9 年之前
  yury 6bd2b2d41b * pas2jni: Fixed handling of pointers. 9 年之前