index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
string_view.h
Age
Commit message (
Expand
)
Author
2018-02-06
Fixed system() using coolstar's patch and added other required patches
Jaywalker
2017-01-27
Bug #807012 also involves package dependencies :/.
Jay Freeman (saurik)
2016-11-22
Compare size before data when ordering cache bucket entries
Julian Andres Klode
2016-03-24
Set hidden visibility for StringView
Julian Andres Klode
2016-01-15
string_view: Drop constexpr constructor for standard compatibility
Julian Andres Klode
2016-01-15
provide a constexpr char[] overload for APT::StringView
David Kalnischkies
2016-01-15
return correct position in APT::StringView::(r)find
David Kalnischkies
2016-01-08
operator==(char*, StringView) use StringView.operator==
Julian Andres Klode
2016-01-07
StringView: rfind: pos should be end of substr, not start
Julian Andres Klode
2016-01-07
StringView: pos argument default should be npos
Julian Andres Klode
2016-01-07
StringView::rfind(): Call rfind() instead of find() on subst
Julian Andres Klode
2016-01-07
Introduce internal APT::StringView class
Julian Andres Klode