]> git.saurik.com Git - cycript.git/history - Makefile.in
Split Xcode build environment by configure passes.
[cycript.git] / Makefile.in
2013-09-08  Jay Freeman (saurik)Split Xcode build environment by configure passes.
2013-09-07  Jay Freeman (saurik)Change ObjectiveC/Output.mm to straight-up C++.
2013-09-06  Jay Freeman (saurik)Add -mios-simulator-version-min for iOS Simulator.
2013-07-01  Jay Freeman (saurik)Look up path of Mac OS X SDK for Simulator build.
2013-06-23  Jay Freeman (saurik)Update included configure to match autoconf input.
2013-06-23  Jay Freeman (saurik)Find location of libcycript at runtime with dladdr.
2013-06-23  Jay Freeman (saurik)Verify Trampoline.t.hpp does not link to symbols.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman (saurik)Make libcycript dlsym-compatible and unversioned.
2013-06-20  Jay Freeman (saurik)Remove bash requirement as it is no longer needed.
2013-06-20  Jay Freeman (saurik)Update included configure to match autoconf input.
2013-06-20  Jay Freeman (saurik)Use LDADD and LIBADD when appropriate for -l/-L.
2013-06-20  Jay Freeman (saurik)Update included configure to match autoconf input.
2013-06-19  Jay Freeman (saurik)Remove AX_CHECK_GNU_MAKE as we no longer use gmake.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2013-06-15  Jay Freeman (saurik)Include Makefile.in to drop automake dependency.
2013-06-15  Jay Freeman (saurik)Port build environment to automake (break -arch).
2010-04-17  Douglas William... Variable arguments and work with make even if make...