]> git.saurik.com Git - cycript.git/history - Makefile.in
Fix Ruby Block arguments and make them lexicalish.
[cycript.git] / Makefile.in
2016-01-04  Jay Freeman (saurik)Embed core libraries for node.js in libcycript.db.
2016-01-04  Jay Freeman (saurik)Drop to android-9 platform using -fno-PIE wrapper.
2016-01-03  Jay Freeman (saurik)Don't stack overflow on struct pointers in cycles.
2016-01-02  Jay Freeman (saurik)Fix compilation errors using gcc from Android NDK.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2016-01-02  Jay Freeman (saurik)Add all supported binding API headers to analysis.
2016-01-01  Jay Freeman (saurik)This implementation for Java works, but I hate it.
2015-12-31  Jay Freeman (saurik)Wedge way to link against Python 2.7 to configure.
2015-12-30  Jay Freeman (saurik)Use pkg-config to find Ruby 2.1 (*sigh*) on Linux.
2015-12-30  Jay Freeman (saurik)Detect Ruby library installation during configure.
2015-12-23  Jay Freeman (saurik)Convert static inline functions into bridge stubs.
2015-12-22  Jay Freeman (saurik)Automatically generate FFI bridges using libclang.
2015-12-18  Jay Freeman (saurik)Replace \n-tokens with LexNewLine and held tokens.
2015-12-16  Jay Freeman (saurik)Verify lexer tokens are always default reductions.
2015-12-15  Jay Freeman (saurik)Restrict to valid escape sequences in identifiers.
2015-12-13  Jay Freeman (saurik)Allow scanner to backtrack (for UTF-8 whitespace).
2015-12-09  Jay Freeman (saurik)Allow multi-line editing and drop libedit support.
2015-12-03  Jay Freeman (saurik)Add libuv to the build (static linking for Apple).
2015-12-02  Jay Freeman (saurik)Compress lexer tables for usual download in Cydia.
2015-12-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.
2015-12-02  Jay Freeman (saurik)Limit recompilation of files upon changed grammar.
2015-12-01  Jay Freeman (saurik)Fix lexer hack correctness check when more spaces.
2015-11-30  Jay Freeman (saurik)Massive changes to lexer to get template literals.
2015-11-29  Jay Freeman (saurik)Remove flex/gperf hacks (this was fixed upstream).
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.
2015-11-25  Jay Freeman (saurik)Support most of the Unicode stuff in ECMAScript 6.
2015-11-23  Jay Freeman (saurik)Optimize for lexer performance: stop backtracking.
2015-11-11  Jay Freeman (saurik)Promote all warnings from bison to full-on errors.
2015-11-10  Jay Freeman (saurik)Fix build of cycript when using g++-fsf from Fink.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2015-11-10  Jay Freeman (saurik)Remove CY_ARCH (Substrate now handles this quirk).
2015-11-10  Jay Freeman (saurik)Upgrade to automake 1.15 (the latest one in Fink).
2015-11-09  Jay Freeman (saurik)Remove everything obsoleted by just using cynject.
2015-11-09  Jay Freeman (saurik)Use CoreFoundation in Handler to #ifdef __APPLE__.
2015-11-05  Jay Freeman (saurik)Avoid error caused by passing -pthread to libtool.
2015-11-04  Jay Freeman (saurik)Linux requires AX_PTHREAD to autodetect -lpthread.
2015-11-02  Jay Freeman (saurik)Avoid dependency hell by overriding location type.
2015-11-02  Jay Freeman (saurik)Upgrade to Bison 3.0.4 (Apple is never upgrading).
2015-11-02  Jay Freeman (saurik)Upgrade to a more recent build of libtool in Fink.
2015-10-28  Jay Freeman (saurik)Port to Substrate: use cynject (this is GPL-safe).
2014-10-11  Jay Freeman (saurik)Pass -std=c++11 in both CXXFLAGS and OBCJXXFLAGS.
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-10-11  Jay Freeman (saurik)Add an empty Execute.cpp for Java support backend.
2014-10-11  Jay Freeman (saurik)Detect jni.h and link Android build against Dalvik.
2014-10-11  Jay Freeman (saurik)Remove APR dependency: getopt_long actually works.
2014-08-19  Jay Freeman (saurik)Replace -any.dylib with a check in the trampoline.
2014-01-13  Jay Freeman (saurik)Upgrade to automake version 1.14.1 (now in Fink).
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-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...