summaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Expand)Author
2012-03-07We should rebuild the package if Library/startup changes.Jay Freeman (saurik)
2012-02-18Use consistent (upper-)capitalization for Version.h.Jay Freeman (saurik)
2012-02-18Use xcode-select --print-path to find /Developer.Jay Freeman (saurik)
2011-10-20Support compilation with 5.0 SDK.Jay Freeman (saurik)
2011-06-18Limit -mcpu to armv6 on gcc.Jay Freeman (saurik)
2011-06-09Fix postinst compile post-clang.Jay Freeman (saurik)
2011-06-08Make compilations with clang succeed.Jay Freeman (saurik)
2011-04-16Create bins directory if nonexistent.Jay Freeman (saurik)
2011-03-21Steal more entitlements from MobileSafari: I want Nitro.Jay Freeman (saurik)
2011-03-20Store backup symbols in bins/.Jay Freeman (saurik)
2011-03-20Expose ramifications of kCFCoreFoundationVersionNumber.Jay Freeman (saurik)
2011-03-20Prefer $@ to hardcode.Jay Freeman (saurik)
2011-03-19Backup pre-stripped binary.Jay Freeman (saurik)
2011-03-17Remove obsolete .PHONY: sign.Jay Freeman (saurik)
2011-03-17Run ldid on postinst.Jay Freeman (saurik)
2011-03-14Move BigBoss icons back to bigboss package.Jay Freeman (saurik)
2011-03-14Add a postinst to update cydia.list.Jay Freeman (saurik)
2011-03-14Separate out Sources.mm.Jay Freeman (saurik)
2011-03-14Better consider preinst in makefile.Jay Freeman (saurik)
2011-03-11Separate out Version.mm: faster compile.Jay Freeman (saurik)
2011-03-10Notice out-of-date sysroot folders and complain.Jay Freeman (saurik)
2011-03-10Add /usr/share/bigboss/icons from the bigboss package.Jay Freeman (saurik)
2011-03-09Totally obsolete and replace the old source packages.Jay Freeman (saurik)
2011-03-09Version number change should rebuild user agent code.Jay Freeman (saurik)
2011-03-08Split cydia-lproj from main package.Jay Freeman (saurik)
2011-03-08Take Telesphoreo's preinst.Jay Freeman (saurik)
2011-03-08Do not re-build on 'make package'.Jay Freeman (saurik)
2011-03-08Use AppleTV.app, not Lowtide.app.Jay Freeman (saurik)
2011-03-08Cache pngcrush results for faster package build.Jay Freeman (saurik)
2011-03-08Add output filename parameter to pngcrush.sh.Jay Freeman (saurik)
2011-03-07Use -fvisibility=hidden.Jay Freeman (saurik)
2011-03-07Deterministic timestamps.Jay Freeman (saurik)
2011-03-07Deterministic build.Jay Freeman (saurik)
2011-03-07Initial stab at a multi-file build environment.Jay Freeman (saurik)
2011-03-07Separate out Cydia/ProgressEvent.h.Jay Freeman (saurik)
2011-03-07Separate out Menes/NSObject-MenesYieldToSelector.*.Jay Freeman (saurik)
2011-03-07Remove obsolete CydiaSettings.bundle.Jay Freeman (saurik)
2011-03-07Use CydiaSubstrate/CydiaSubstrate.h, not substrate.h.Jay Freeman (saurik)
2011-03-07Rename UICaboodle to CyteKit.Jay Freeman (saurik)
2011-03-07Use the latest available SDK: I now trust that they work.Jay Freeman (saurik)
2011-03-07Fix version number update for hardcoding.Jay Freeman (saurik)
2011-03-07Add some execution failsafes for sysroot.sh.Jay Freeman (saurik)
2011-03-07I like the iOS 4.0 SDK.Jay Freeman (saurik)
2011-03-07Compile Cydia version into Binary: don't lookup with APT.Jay Freeman (saurik)
2011-01-01Use pngcrush to crush the images as we build the package.Jay Freeman (saurik)
2011-01-01g++ -mthumbJay Freeman (saurik)
2011-01-01Display the size of the output package after dpkg-deb.Jay Freeman (saurik)
2011-01-01Use dpkg-deb -z to specify compression type.Jay Freeman (saurik)
2010-12-03Compile for 2.0 using 3.2 SDK (for now).Jay Freeman (saurik)
2010-12-03Prefer SBReboot() (when available) to system("reboot").Jay Freeman (saurik)