]> git.saurik.com Git - cycript.git/history - GNUmakefile.in
Improve isolation of ObjectiveC syntax filter code.
[cycript.git] / GNUmakefile.in
2013-06-12  Jay Freeman (saurik)Rename lex.cy.c to .cpp (it's actually a C++ file).
2013-06-12  Jay Freeman (saurik)Upgrade simulator compilation for Xcode 4.6 clang.
2012-11-07  Jay Freeman (saurik)Correct incorrect escape sequence for $default grep.
2012-09-23  Jay Freeman (saurik)Detect all lexer state errors, and show line number.
2012-09-23  Jay Freeman (saurik)Parse bison output to prevent LexSetRegExp mistakes.
2012-09-12  Jay Freeman (saurik)Syntax highlight commands as the user types them.
2012-09-11  Jay Freeman (saurik)Add a new ?syntax option to syntax highlight output.
2012-06-18  Jay Freeman (saurik)Remove "Depends: mobilesubstrate" from iOS control.
2012-06-04  Jay Freeman (saurik)Optimize the iOS builds using -O2 (2/3 size).
2012-06-03  Jay Freeman (saurik)Replace the svnversion mechanism with git describe.
2012-06-01  Jay Freeman (saurik)We now require a specific version of libffi on iOS.
2011-11-23  Jay Freeman (saurik)Port to iOS 5.0 SDK.
2011-05-20  Jay Freeman (saurik)Support building for iOS (Universal) on Mac.
2011-05-20  Jay Freeman (saurik)Add initial support for -arch armv6.
2010-08-15  Jay Freeman (saurik)Fix ./configure build for cycript -p.
2010-07-12  Jay Freeman (saurik)Move CYNext, CYSetLast, and CYForEach to List.hpp.
2010-07-08  Jay Freeman (saurik)Changed from a threaded pool to a thread-local pool...
2010-05-05  Douglas William... Fixed trampoline with configure/libtool. I think?
2010-05-05  Douglas William... Ported things mentioned in DOUG comments.
2010-05-02  Jay Freeman (saurik)Sort of fix the ./configure based build environment.
2010-05-02  Jay Freeman (saurik)Got universal inject working.
2010-04-27  Jay Freeman (saurik)JavaScript.hpp should be a header when CY_EXECUTE.
2010-04-25  Jay Freeman (saurik)Temporary hacks to make 64-bit compile work.
2010-04-24  Jay Freeman (saurik)Add -fno-stack-protector to Trampoline.
2010-04-18  Douglas William... Darwin proves that we need to check the version of...
2010-04-18  Douglas William... Just to be safe.
2010-04-18  Douglas William... Oh, GNU tar, you're so funny.
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-17  Douglas William... Oops! That broke the Linux build with GNUstep.
2010-04-07  Douglas William... Progress on injection?
2010-04-02  Douglas William... Take out some commented stuff from GNUmakefile.in.
2010-04-01  Douglas William... It successfully compiles on a Mac. Compiles, that's...
2010-03-13  Douglas William... Make sure install directories exist.
2010-03-12  Douglas William... Proper install/uninstall targets; don't use dpkg in...
2010-03-06  Douglas William... Oh, right, still need to get rid of those.
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-04  Douglas William... Some directories of dooom.
2010-02-02  Douglas William... -rpath!
2010-02-01  Douglas William... Checkpoint autoconf transition.