]> git.saurik.com Git - cycript.git/history - configure.ac
Port to Linux: g++ 4.8 and JavaScriptCoreGTK+ 4.0.
[cycript.git] / configure.ac
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-09  Jay Freeman (saurik)Remove everything obsoleted by just using cynject.
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).
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-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-09-08  Jay Freeman (saurik)Add --disable-console option to configure script.
2013-09-08  Jay Freeman (saurik)On some systems, cur_term is found in ncurses.
2013-09-08  Jay Freeman (saurik)Allow APR link flags to be configure overridden.
2013-09-08  Jay Freeman (saurik)Force lookup of C compiler as ConvertUTF uses it.
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)Objective-C++ does not have a normal -Wall macro.
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)Do not rely on WebKit/WebCore for WebUndefined.
2013-06-23  Jay Freeman (saurik)Default disable maintainer mode, require --enable.
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)Remove --with-frameworks (it didn't work anyway).
2013-06-20  Jay Freeman (saurik)Support full compilation on Mac OS X with clang++.
2013-06-20  Jay Freeman (saurik)Add -Wno-dangling-else, required by clang++ -Wall.
2013-06-20  Jay Freeman (saurik)Fix OBJCCXXFLAGS to OBJCXXFLAGS, removing extra C.
2013-06-20  Jay Freeman (saurik)Test compiler flags for every language separately.
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-20  Jay Freeman (saurik)Only support CY_MACH if CY_EXECUTE was already on.
2013-06-20  Jay Freeman (saurik)Prefer JavaScriptCore to pkg-config for WebKit.
2013-06-20  Jay Freeman (saurik)Solve MacPorts compatibility (add -I's to CFLAGS).
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)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)Avoid libapr's .la from breaking libiconv search.
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)Make autogen.sh use the ax_ prefix for m4 lookup.
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)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-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.