Skip to content

Tags: lukhnos/j2objc

Tags

0.9.8.2

Toggle 0.9.8.2's commit message
Fixed ZipFile inflating compressed entries.

	Change on 2015/09/25 by tball <[email protected]>
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=103945406

0.9.8.2-xcode6

Toggle 0.9.8.2-xcode6's commit message
Fixed ZipFile inflating compressed entries.

	Change on 2015/09/25 by tball <[email protected]>
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=103945406

0.9.8.1-20150920-24f9bc5

Toggle 0.9.8.1-20150920-24f9bc5's commit message
Fixes the check for a "clean" goal to ignore directories.

	Change on 2015/09/17 by kstanger <[email protected]>
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=103309480

j2objc-0.9.8.1-20150920-24f9bc5-xcode6

Toggle j2objc-0.9.8.1-20150920-24f9bc5-xcode6's commit message
Fixes the check for a "clean" goal to ignore directories.

	Change on 2015/09/17 by kstanger <[email protected]>
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=103309480

0.9.8.1-20150915-36f952b

Toggle 0.9.8.1-20150915-36f952b's commit message
Fixes issues with java.lang.ref implementation:

- Referent should be dealloced when it becomes unreachable, not when it is dequeued from the ReferenceQueue.
- Ensures referent of SoftReference is released when the SoftReference is dealloced.
- Updates tests to reflect the above.
- Ensure lock is held when accessing any of the globals in IOSReference as well as all referent fields.
	Change on 2015/09/15 by kstanger <[email protected]>
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=103088471

0.9.8.1-20150829-2c1855d

Toggle 0.9.8.1-20150829-2c1855d's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Close resources in a try stmt in reverse order

This also evaluates the finally block after the resources have been
closed.

This should be considered a workaround as it does not handle the
case where there is more than one resource and when exception is
thrown after the first resource is initialized but before the try body
is evaluated.

0.9.8.1-20150827-3659f75

Toggle 0.9.8.1-20150827-3659f75's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Close resources in a try stmt in reverse order

This also evaluates the finally block after the resources have been
closed.

This should be considered a workaround as it does not handle the
case where there is more than one resource and when exception is
thrown after the first resource is initialized but before the try body
is evaluated.

0.9.8.1

Toggle 0.9.8.1's commit message
Added support for wildcards in package prefix flags.

	Change on 2015/08/20 by tball <[email protected]>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=101138655

0.9.8

Toggle 0.9.8's commit message
Fixes the Java camel-casing of protocol buffer filenames.

	Change on 2015/08/13 by kstanger <[email protected]>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=100571065

0.9.7

Toggle 0.9.7's commit message
Adds a header for ProtocolStringList to satisfy code generated agains…

…t newer versions of protobuf.

	Change on 2015/04/10 by kstanger <[email protected]>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=90829646