2017-01-30 |
Jay Freeman (saurik) | Do not pass -Wl,-segalign,4000 to the arm64 build. |
blob | commitdiff | raw |
2017-01-29 |
Jay Freeman (saurik) | Don't strip the binary when releasing beta builds. |
blob | commitdiff | raw | diff to current |
2016-12-31 |
Jay Freeman (saurik) | strip was enough for Cydia, and this broke bins/*. |
blob | commitdiff | raw | diff to current |
2016-12-28 |
Jay Freeman (saurik) | Compile Cydia to arm64 by linking with APT 1.4~b1. |
blob | commitdiff | raw | diff to current |
2015-07-04 |
Jay Freeman (saurik) | Apparently, move.sh also required a copy of du :(. |
blob | commitdiff | raw | diff to current |
2015-07-02 |
Jay Freeman (saurik) | Cydia no longer runs as root. (WE FINALLY DID IT!) |
blob | commitdiff | raw | diff to current |
2015-07-02 |
Jay Freeman (saurik) | Use a private (owned by mobile!) APT sources.list. |
blob | commitdiff | raw | diff to current |
2015-07-02 |
Jay Freeman (saurik) | Replace dpkg with an insecure setuid root wrapper. |
blob | commitdiff | raw | diff to current |
2015-06-27 |
Jay Freeman (saurik) | Drop sysroot dependency on coreutils by owning du. |
blob | commitdiff | raw | diff to current |
2015-06-27 |
Jay Freeman (saurik) | Borrow Cycript's CYPool to avoid Depends: apr-lib. |
blob | commitdiff | raw | diff to current |
2015-06-27 |
Jay Freeman (saurik) | Use libicucore's uregex to avoid Depends: libpcre. |
blob | commitdiff | raw | diff to current |
2015-06-26 |
Jay Freeman (saurik) | Remove the CydiaAppliance: it's probably obsolete. |
blob | commitdiff | raw | diff to current |
2014-10-29 |
Jay Freeman (saurik) | Fix video playing on iOS 8 (bug due to -no_uuid). |
blob | commitdiff | raw | diff to current |
2014-10-27 |
Jay Freeman (saurik) | Pretend to link against iOS 8 to allow 3.0 scale. |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Jay Freeman (saurik) | If Library/move.sh is changed, rebuild the package. |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Jay Freeman (saurik) | Carefully set NSFileProtectionNone inside of /var. |
blob | commitdiff | raw | diff to current |
2014-10-24 |
Jay Freeman (saurik) | Don't use /System/Library/LaunchDaemons for Cydia. |
blob | commitdiff | raw | diff to current |
2014-05-19 |
Jay Freeman (saurik) | Link libicucore and add headers to idirafter path. |
blob | commitdiff | raw | diff to current |
2014-05-17 |
Jay Freeman (saurik) | No longer on gcc 4.2, so let's go Objective-C++11. |
blob | commitdiff | raw | diff to current |
2014-05-17 |
Jay Freeman (saurik) | Port build environment to Xcode 5.0.2 (iOS 7 SDK). |
blob | commitdiff | raw | diff to current |
2013-09-29 |
Jay Freeman (saurik) | Pretend to link against iOS 7 to get the flat UI. |
blob | commitdiff | raw | diff to current |
2013-09-29 |
Jay Freeman (saurik) | Use MobileGestalt to get device uniqueIdentifier. |
blob | commitdiff | raw | diff to current |
2013-09-23 |
Jay Freeman (saurik) | Support armv6 with clang using the iPhoneOS5.1 SDK. |
blob | commitdiff | raw | diff to current |
2012-03-07 |
Jay Freeman (saurik) | We should rebuild the package if Library/startup changes. |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Jay Freeman (saurik) | Use consistent (upper-)capitalization for Version.h. |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Jay Freeman (saurik) | Use xcode-select --print-path to find /Developer. |
blob | commitdiff | raw | diff to current |
2011-10-20 |
Jay Freeman (saurik) | Support compilation with 5.0 SDK. |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Jay Freeman (saurik) | Limit -mcpu to armv6 on gcc. |
blob | commitdiff | raw | diff to current |
2011-06-09 |
Jay Freeman (saurik) | Fix postinst compile post-clang. |
blob | commitdiff | raw | diff to current |
2011-06-09 |
Jay Freeman (saurik) | Make compilations with clang succeed. |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Jay Freeman (saurik) | Merge branch 'master' of git.saurik.com:cydia |
blob | commitdiff | raw | diff to current |
2011-04-16 |
Jay Freeman (saurik) | Create bins directory if nonexistent. |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Jay Freeman (saurik) | Steal more entitlements from MobileSafari: I want Nitro. |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Jay Freeman (saurik) | Store backup symbols in bins/. |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Jay Freeman (saurik) | Expose ramifications of kCFCoreFoundationVersionNumber. |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Jay Freeman (saurik) | Prefer $@ to hardcode. |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Jay Freeman (saurik) | Backup pre-stripped binary. |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Jay Freeman (saurik) | Remove obsolete .PHONY: sign. |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Jay Freeman (saurik) | Run ldid on postinst. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Jay Freeman (saurik) | Move BigBoss icons back to bigboss package. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Jay Freeman (saurik) | Add a postinst to update cydia.list. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Jay Freeman (saurik) | Separate out Sources.mm. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Jay Freeman (saurik) | Better consider preinst in makefile. |
blob | commitdiff | raw | diff to current |
2011-03-11 |
Jay Freeman (saurik) | Separate out Version.mm: faster compile. |
blob | commitdiff | raw | diff to current |
2011-03-11 |
Jay Freeman (saurik) | Notice out-of-date sysroot folders and complain. |
blob | commitdiff | raw | diff to current |
2011-03-11 |
Jay Freeman (saurik) | Add /usr/share/bigboss/icons from the bigboss package. |
blob | commitdiff | raw | diff to current |
2011-03-10 |
Jay Freeman (saurik) | Totally obsolete and replace the old source packages. |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Jay Freeman (saurik) | Version number change should rebuild user agent code. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Jay Freeman (saurik) | Split cydia-lproj from main package. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Jay Freeman (saurik) | Take Telesphoreo's preinst. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Jay Freeman (saurik) | Do not re-build on 'make package'. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Jay Freeman (saurik) | Use AppleTV.app, not Lowtide.app. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Jay Freeman (saurik) | Cache pngcrush results for faster package build. |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Jay Freeman (saurik) | Add output filename parameter to pngcrush.sh. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Use -fvisibility=hidden. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Deterministic timestamps. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Deterministic build. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Initial stab at a multi-file build environment. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Separate out Cydia/ProgressEvent.h. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Separate out Menes/NSObject-MenesYieldToSelector.*. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Remove obsolete CydiaSettings.bundle. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Use CydiaSubstrate/CydiaSubstrate.h, not substrate.h. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Rename UICaboodle to CyteKit. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Use the latest available SDK: I now trust that they... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Fix version number update for hardcoding. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Add some execution failsafes for sysroot.sh. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | I like the iOS 4.0 SDK. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jay Freeman (saurik) | Compile Cydia version into Binary: don't lookup with... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Grant Paul | Merge branch 'master' of saurik.com:cydia into url... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Jay Freeman (saurik) | Use pngcrush to crush the images as we build the package. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Jay Freeman (saurik) | g++ -mthumb |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Jay Freeman (saurik) | Display the size of the output package after dpkg-deb. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Jay Freeman (saurik) | Use dpkg-deb -z to specify compression type. |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | Compile for 2.0 using 3.2 SDK (for now). |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Jay Freeman (saurik) | Prefer SBReboot() (when available) to system("reboot"). |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Automatically use gcc 4.0 to target iOS 2.0, if available. |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Jay Freeman (saurik) | Integrate SDURLCache: disk cache FTW. |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Jay Freeman (saurik) | Replace 99.9% of metadata.plist with metadata.cb0. |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Jay Freeman (saurik) | Merge branch 'master' of git.saurik.com:cydia |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Jay Freeman (saurik) | Set Version: in control based on git describe --tags. |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Jay Freeman (saurik) | Add lookup3 to Cydia's build environment. |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Jay Freeman (saurik) | Fix makefile dependencies for MobileCydia: UICaboodle... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Jay Freeman (saurik) | Rename Cydia.* to MobileCydia.* and add Cydia.frappliance. |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Grant Paul | Merge branch 'master' of saurik.com:cydia |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Jay Freeman (saurik) | Started the work to port Cydia back to a 2.0-era toolchain. |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Jay Freeman (saurik) | Apple's Reachability code is ludicrously complex (and... |
blob | commitdiff | raw | diff to current |
2010-10-05 |
Jay Freeman (saurik) | Added call to ldid, neccessary for launch.xml (and... |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Jay Freeman (saurik) | Remove cycc requirement. |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Jay Freeman (saurik) | Add iPhonePrivate.h to makefile dependencies. |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Jay Freeman (saurik) | Fix permissions in dpkg-deb and add du back to package. |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Jay Freeman (saurik) | Rewrote the build environment from scratch. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | Fixed a serious localization bug. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | We prefer this factoring. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | Some final bug fixes. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | This is getting nuts, I need an internal branch. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | Reorganized code and mostly finished ratings indicator. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | Rewrote the makefile. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | Rapid release for iPhoneOS 2.2. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | Internalized JavaScript activatorial. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jay Freeman (saurik) | Checkpointing Cydia before futzing with cydia://package... |
blob | commitdiff | raw | diff to current |
next |