This repository was archived by the owner on Jul 11, 2025. It is now read-only.
Commits
User selector
Commit history
Commits on Oct 13, 2015
Build distribution with doc comments and static accessor methods for Swift support.
Show description for e007e6fcommitted
Commits on Sep 18, 2015
Issue #611: moved macosx libraries to dist/lib/macosx, build x86_64 for iPhone simulator.
Show description for 5be2b44committedAutomated g4 rollback of changelist 103211246.
Show description for 1276b6fcommittedMoved macosx libraries to dist/lib/macosx, build x86_64 for iPhone simulator, removed iphonev7s.
Show description for ed06af7committed
Commits on Sep 9, 2015
- committed
Issue 546: adds -version flag to j2objc and cycle_finder; adds build_distribution.sh script.
Show description for 252fba0committed
Commits on Aug 28, 2015
Added jre_emul-src.jar source jar to build.
Show description for 773be27committed
Commits on Aug 13, 2015
Fixes the Java camel-casing of protocol buffer filenames.
Show description for 75bdc15authored andcommitted
Commits on Apr 10, 2015
Fixes proto include script.
Show description for 3e01039committed- committed
Fixes for the public build.
Show description for c68aa1fcommitted
Commits on Apr 9, 2015
- committed
Added c++ to j2objcc default libraries.
Show description for 51f88acauthored andcommitted
Commits on Jan 29, 2015
Issue 476: exported new script to public repository.
Show description for 1220d47committedIssue 485: fix j2objcc handling of file names with spaces.
Show description for 7c13a25committed
Commits on Nov 18, 2014
Added javac_no_deprecated_warnings.sh script to public build.
Show description for 1e1f552committed
Commits on Nov 5, 2014
Re-implement java.util.regex.Matcher and Pattern using the icu C API.
Show description for ff22d91authored andcommitted
Commits on May 28, 2014
Set -fno-strict-overflow to have Java-like overflow semantics. Fixed bad test in LogRecordTest.
Show description for 47303abcommitted
Commits on May 7, 2014
Added -J java flag support to j2objc, set batch translating in sub-projects.
Show description for 7b9d8c8committed
Commits on Apr 7, 2014
Avoid invoking xcode-select on operating systems other than Mac, which results in error:
Show description for cf56adacommitted
Commits on Feb 27, 2014
Added dummy classes to JRE categories to force category loading.
Show description for f0c74bbcommitted
Commits on Dec 27, 2013
Replaced stdatomic.h with subset, volatile.h, since volatile support required different macros.
Show description for c029541committed
Commits on Nov 21, 2013
java.util.zip inflate (unzip) support, contributed by Alex Jarvis.
Show description for 2185286committed
Commits on Nov 1, 2013
Handle filepath spaces in sysroot_path.sh
Show description for 32fe74acommitted
Commits on Oct 25, 2013
Added java.util.UUID. This required SecureRandom, which was
Show description for a811ce3committed
Commits on Oct 24, 2013
Removes the junit main() function to be more compatible with a java command-line.
Show description for 2172998committed
Commits on Sep 12, 2013
Make sure j2ojbc works with Developer preview versions of Xcode. We should just use the Xcode version pointed to by the xcode-select command.
Show description for 6775e39committed
Commits on Aug 20, 2013
Issue 79: added -force_load flag to j2objcc, so jre_emul categories are always loaded.
Show description for 1fc5755committedIssue 26: updated j2objc script to support filenames with spaces,
Show description for e8704efcommitted
Commits on Jul 9, 2013
Fixed j2objc default source and class paths to "." (like javac).
Show description for 7e6464ccommitted
Commits on Jun 21, 2013
Moved J2ObjCMain.o into its own library, updated j2objcc script to include it.
Show description for 6860bc8committedRemoved translator special handling for main methods and JUnit tests.
Show description for fa46a01committed
Commits on Jun 6, 2013
Removed icucore library dependency.
Show description for 145baefcommitted
Commits on May 15, 2013
Added Xcode 4 header environment to j2objcc.
Show description for 998510acommittedSurround switch statements with variable declarations inside block.
Show description for cb11e6ccommitted