This repository was archived by the owner on Jul 11, 2025. It is now read-only.
Commits
Branch selector
User selector
Commit history
Commits on Oct 14, 2015
Enabled DatagramChannelTest, fixed test failures.
Show description for f71fe65authored andcommittedFix memory leaks in LinkedTransferQueue.
Show description for ec115ebcommittedAdds LinkedTransferQueueTest. (and required support classes)
Show description for a2db177committed
Commits on Oct 13, 2015
Minimize Guava framework header to only include public classes.
Show description for e77cb5fcommittedFix reference cycles in ConcurrentLinkedQueue by using a special sentinel object instead of self references to mark dequeued nodes.
Show description for db2597bauthored andcommittedTrimmed jre_emul dist/include headers to just public ones; same list is now used to build framework.
Show description for 4af4b3ccommittedBuild distribution with doc comments and static accessor methods for Swift support.
Show description for e007e6fcommitted
Commits on Oct 9, 2015
Fix memory leaks in SynchronousQueue.
Show description for 1557a02committedAdds a comment explaining the need for @RetainedLocalRef.
Show description for 9013702committedEnsure the result of peek() is retained on the current thread.
Show description for 4df0740committed
Commits on Oct 7, 2015
Static framework fixes: only include public JRE headers, splitting jre_emul Java sources into separate make include.
Show description for 38253aecommittedUpdate getReferent so it no longer does a double retain plus autorelease on the referent.
Show description for 1a5b275authored andcommittedPatch up race condition by declaring "callable" as volatile instead of using @RetainedLocalRef.
Show description for 03667bdauthored andcommittedFix atomicity of volatile object type variables by using spin locks.
Show description for 113a0cfauthored andcommittedIssue #519: mapped @see doc-tag to new Quick Help "- seealso:" section.
Show description for 4e3731dcommittedRemove the J2OBJC_STRICT_ATOMIC_ASSIGN macro because it doesn't prevent from premature deallocation of the object and it interferes with the upcoming changes to how volatile is implemented.
Show description for 6b13773authored andcommitted
Commits on Oct 6, 2015
Adds ASM_JAR variable for public repo.
Show description for 558223bcommittedFixed Eclipse warnings in translator.
Show description for 120dfd3authored andcommittedBuild static library frameworks in public distribution.
Show description for 6a28e68authored andcommittedChange the retention of ObjectiveCName to CLASS and remove it from the JRE emulation.
Show description for 47ad414committedSimplify handling of the empty package in NameTable and PackagePrefixes.
Show description for 9281f6ccommittedRollback:
Show description for 07f2d0fauthored andcommittedCreate static library frameworks in distribution build.
Show description for 0e8233cauthored andcommittedIssue #624: include method names with leading underscores when determining init method family membership.
Show description for 77bae17authored andcommitted
Commits on Oct 2, 2015
Merge pull request #623 from bandcampdotcom/master
Show description for 642faa0committed
Commits on Oct 1, 2015
Fixed java_deps pom.xml file.
Show description for 4999c24committedFixed Eclipse classpath entry.
Show description for c53e294committed- committed
Fixed serialVersionUIDs for array classes.
Show description for 747816acommittedFixed jre_emul native access to disallowed constructors.
Show description for 2c593e3committedAdded flag to disallow access to inherited constructors, so native code cannot create partial objects.
Show description for 88c0df2committedAdds the J2OBJC_STRICT_ATOMIC_ASSIGN macro that, when defined, makes object assignment (on non-volatile fields) atomic as is guaranteed by the Java language. The macro will remain undefined because…
Show description for 2ce8b2eauthored andcommittedIssue #619: updated java.util.Locale, Currency to 1.7.
Show description for 2efe030committedUpdated java.util.Collections to latest version.
Show description for 15b233acommittedRemoved obsolete j2objc deltas from BitSet.
Show description for 2bdd8d0committed