]> git.saurik.com Git - cycript.git/history - configure
Also use CXType walker to for function prototypes.
[cycript.git] / configure
2016-01-04  Jay Freeman (saurik)Drop to android-9 platform using -fno-PIE wrapper.
2016-01-04  Jay Freeman (saurik)Find JVM with dlopen and register Android natives.
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.
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)Put Java/Ruby framework detection under CY_LT_LIB.
2015-12-30  Jay Freeman (saurik)Detect Ruby library installation during configure.
2015-12-30  Jay Freeman (saurik)Move x.type() to typeid(x) and implement variadic.
2015-12-22  Jay Freeman (saurik)Automatically generate FFI bridges using libclang.
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-11-26  Jay Freeman (saurik)Port to Linux: g++ 4.8 and JavaScriptCoreGTK+ 4.0.
2015-11-18  Jay Freeman (saurik)On Mac OS X, detect -framework JavaVM for CY_JAVA.
2015-11-10  Jay Freeman (saurik)Fix build of cycript using clang++-3.7, 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-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)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-15  Jay Freeman (saurik)Move to an unknown/different version of autotools.
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)Detect jni.h and link Android build against Dalvik.
2014-10-11  Jay Freeman (saurik)Build and configure required libraries on Android.
2014-10-11  Jay Freeman (saurik)Remove APR dependency: getopt_long actually works.
2014-01-01  Jay Freeman (saurik)Port and package (a Cydia release) for iOS 7 ARM64.
2013-12-31  Jay Freeman (saurik)Switch from MacPorts to Fink for autoconf (YAY!).
2013-09-10  Jay Freeman (saurik)Build i386 and x86_64 architectures separately.
2013-09-08  Jay Freeman (saurik)Split Xcode build environment by configure passes.
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-20  Jay Freeman (saurik)Remove bash requirement as it is no longer needed.
2013-06-20  Jay Freeman (saurik)Add pkg-config --cflags to CPPFLAGS, not C*FLAGS.
2013-06-20  Jay Freeman (saurik)Update included configure to match autoconf input.
2013-06-20  Jay Freeman (saurik)Update included configure to match autoconf input.
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-15  Jay Freeman (saurik)Remove XXX as cur_term is not part of readline.
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)Generate new configure script from autoconf inputs.
2013-06-15  Jay Freeman (saurik)Port build environment to automake (break -arch).
2013-06-14  Jay Freeman (saurik)Further improvements to the autoconf scripting.
2013-06-12  Jay Freeman (saurik)Simplify autogen.sh by just updating configure.ac.
2012-09-01  Conrad KramerSupport recent Mac OS X flex --version strings.
2012-06-03  Jay Freeman (saurik)Replace the svnversion mechanism with git describe.
2012-06-03  Jay Freeman (saurik)Update to the latest autoconf (2.68) from Ubuntu.
2011-05-21  Jay Freeman (saurik)Support SO variable even when not Mach.
2011-05-21  Jay Freeman (saurik)Support missing universal binary targets.
2011-05-20  Jay Freeman (saurik)Upgrade to autoconf 2.67.
2011-05-20  Jay Freeman (saurik)Add initial support for -arch armv6.
2010-05-05  Douglas William... Ported things mentioned in DOUG comments.
2010-04-29  Douglas William... Universal binary!
2010-04-29  Douglas William... Make sure autogen.sh works somewhat on a Mac.
2010-04-28  Douglas William... Check for ffi.h and libffi before using pkg-config...
2010-04-28  Douglas William... Hack to try to find a useable iconv if pkg-config and...
2010-04-25  Douglas William... Somewhat better iconv handling on the Mac when MacPorts...
2010-04-18  Douglas William... Darwin proves that we need to check the version of...
2010-04-18  Douglas William... Fail on a lack of readline.
2010-04-18  Douglas William... Nice little target to make a source distribution tarball.
2010-04-17  Douglas William... Better version checking for bison, flex, and gperf...
2010-04-17  Douglas William... Variable arguments and work with make even if make...
2010-04-14  Douglas William... Enable/disable argument for JavaScript (engine).
2010-04-14  Douglas William... With framework argument to configure.
2010-04-07  Douglas William... Progress on injection?
2010-04-02  Douglas William... This seems to work a little better.
2010-04-01  Douglas William... It successfully compiles on a Mac. Compiles, that's...
2010-04-01  Douglas William... Refactor configure.
2010-03-30  Douglas William... Bison 2.3...
2010-03-06  Douglas William... Fix a regression in iconv detection; cleaner clean.
2010-03-06  Douglas William... GNUstep worky.
2010-03-03  Douglas William... Rename evildoom.sh to autogen.sh so we can fit in with...
2010-02-25  Douglas William... Use flex version 2.5.33.
2010-02-04  Douglas William... Some directories of dooom.
2010-02-02  Douglas William... -rpath!
2010-02-01  Douglas William... Checkpoint autoconf transition.
2009-12-20  Douglas William... Check the version of flex; check for libffi further...
2009-11-25  Douglas William... Check for APR and GNU make.
2009-11-24  Douglas William... Progress on autoconf doom!
2009-11-24  Douglas William... Grr! It needs a newer version of autoconf.
2009-11-24  Douglas William... Very very very... very early autoconf stuff.