]> git.saurik.com Git - cycript.git/history - Makefile.am
I do not remember why this was so overly complex.
[cycript.git] / Makefile.am
2014-01-12  Jay Freeman (saurik){Functor,Selector}.type should return @encode().
2014-01-07  Jay Freeman (saurik)Do not allow the grammar to contain conflicts.
2014-01-01  Jay Freeman (saurik)Port and package (a Cydia release) for iOS 7 ARM64.
2013-10-03  Jay Freeman (saurik)You still need Library even when not CY_EXECUTEing.
2013-09-10  Jay Freeman (saurik)Clean up dependencies now that they are tracked.
2013-09-10  Jay Freeman (saurik)Build i386 and x86_64 architectures separately.
2013-09-09  Jay Freeman (saurik)Finish new build environment, relocatable objects.
2013-09-09  Jay Freeman (saurik)Drop -sys distinction and stabilize Xcode build.
2013-09-08  Jay Freeman (saurik)Split Xcode build environment by configure passes.
2013-09-08  Jay Freeman (saurik)Add --disable-console option to configure script.
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)Replace iconv with some code from "official" code.
2013-06-23  Jay Freeman (saurik)Turn on -Werror during configure for missing flags.
2013-06-23  Jay Freeman (saurik)Use yet more indirection to detect iOS simulator.
2013-06-23  Jay Freeman (saurik)Automatically fatten build, detect iOS simulator.
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)Use LDADD and LIBADD when appropriate for -l/-L.
2013-06-20  Jay Freeman (saurik)Only link libcycript against libffi (not cycript).
2013-06-20  Jay Freeman (saurik)Integrate GNU autoheader, and the libffi unconfig.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2013-06-15  Jay Freeman (saurik)Don't rely on cc1obj for Objective-C struct tables.
2013-06-15  Jay Freeman (saurik)Clean up a couple #include and build dependencies.
2013-06-15  Jay Freeman (saurik)Isolate linkage of libreadline and libtermcap.
2013-06-15  Jay Freeman (saurik)Stop using non-portable (GNU) Makefile features.
2013-06-15  Jay Freeman (saurik)Fix support for Bison >>2.3 by capitalizing path.
2013-06-15  Jay Freeman (saurik)Avoid libapr's .la from breaking libiconv search.
2013-06-15  Jay Freeman (saurik)Add libdl to the list of libraries explicitly linked.
2013-06-15  Jay Freeman (saurik)Port build environment to automake (break -arch).