summaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Expand)Author
2020-04-09Use apt-specific gpgvSam Bingner
2020-04-08Prompt for network access on China devicesSam Bingner
2020-04-08Fix some makefile flagsSam Bingner
2019-09-05Fix multi-threaded buildingSam Bingner
2019-05-27Make it actually compile with saurik's updatesSam Bingner
2019-05-27Pin elucubratus, support pining, unblock electraSam Bingner
2019-05-27Make Cydia compatible back to iOS5 - unable to support older with this apt ve...Sam Bingner
2019-05-27Try making uicache triggerSam Bingner
2019-05-27Minimal changes to support iOS11Sam Bingner
2019-05-19Fix awkward build cycling from using new pngcrush.Jay Freeman (saurik)
2019-05-19Swap awkward va_list hack for awkward switch hack.Jay Freeman (saurik)
2019-05-19Mostly make Cydia compile using the iOS Simulator.Jay Freeman (saurik)
2019-05-19Make Cydia compile "out of the box" on Xcode 10.2.Jay Freeman (saurik)
2019-05-19Use awkward make behavior to help build stability.Jay Freeman (saurik)
2018-10-13On new Xcode/macOS, /usr/include no longer exists.Jay Freeman (saurik)
2018-08-13We no longer depend on apt7-* (but need /etc/apt).Jay Freeman (saurik)
2018-08-13Embed every APT method, for every architecture ;P.Jay Freeman (saurik)
2018-08-13libapt-pkg needs to be statically linked on armv6.Jay Freeman (saurik)
2018-08-12Use makefile to build the apt-tag triehash parser.Jay Freeman (saurik)
2017-03-04Add the date to the binary symbol sidestored copy.Jay Freeman (saurik)
2017-01-30Do not pass -Wl,-segalign,4000 to the arm64 build.Jay Freeman (saurik)
2017-01-29Don't strip the binary when releasing beta builds.Jay Freeman (saurik)
2016-12-31strip was enough for Cydia, and this broke bins/*.Jay Freeman (saurik)
2016-12-28Compile Cydia to arm64 by linking with APT 1.4~b1.Jay Freeman (saurik)
2015-07-04Apparently, move.sh also required a copy of du :(.Jay Freeman (saurik)
2015-07-02Cydia no longer runs as root. (WE FINALLY DID IT!)Jay Freeman (saurik)
2015-07-02Use a private (owned by mobile!) APT sources.list.Jay Freeman (saurik)
2015-07-02Replace dpkg with an insecure setuid root wrapper.Jay Freeman (saurik)
2015-06-27Drop sysroot dependency on coreutils by owning du.Jay Freeman (saurik)
2015-06-26Borrow Cycript's CYPool to avoid Depends: apr-lib.Jay Freeman (saurik)
2015-06-26Use libicucore's uregex to avoid Depends: libpcre.Jay Freeman (saurik)
2015-06-26Remove the CydiaAppliance: it's probably obsolete.Jay Freeman (saurik)
2014-10-29Fix video playing on iOS 8 (bug due to -no_uuid).Jay Freeman (saurik)
2014-10-27Pretend to link against iOS 8 to allow 3.0 scale.Jay Freeman (saurik)
2014-10-25If Library/move.sh is changed, rebuild the package.Jay Freeman (saurik)
2014-10-25Carefully set NSFileProtectionNone inside of /var.Jay Freeman (saurik)
2014-10-24Don't use /System/Library/LaunchDaemons for Cydia.Jay Freeman (saurik)
2014-05-19Link libicucore and add headers to idirafter path.Jay Freeman (saurik)
2014-05-16No longer on gcc 4.2, so let's go Objective-C++11.Jay Freeman (saurik)
2014-05-16Port build environment to Xcode 5.0.2 (iOS 7 SDK).Jay Freeman (saurik)
2013-09-29Pretend to link against iOS 7 to get the flat UI.Jay Freeman (saurik)
2013-09-28Use MobileGestalt to get device uniqueIdentifier.Jay Freeman (saurik)
2013-09-22Support armv6 with clang using the iPhoneOS5.1 SDK.Jay Freeman (saurik)
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)