| Age | Commit message (Collapse) | Author |
|
Closes #37516.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
MacVim assumes that it's building against a framework python and that
the framework is in the compiler's and linker's framework search paths.
This change means that #include <Python/Python.h> (which only works
against a framework) and -framework Python can find a python other than
the system python, avoiding header mixing-and-matching and avoiding the
confusing double linkage in otool output.
Leaving the existing python-config calls in place means that the python
linkage will probably continue to work if macvim is built against a
non-framework Python, though it will continue to pull in parts from the
system framework.
Only add the framework search path explicitly if our target Python isn't
system Python, to avoid trouble on Xcode-only systems.
Closes #37509.
|
|
fish already ships more comprehensive completions which are enabled by
default.
Closes #37582.
|
|
|
|
Closes #37571.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #37570.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Bump.
Closes #37568.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #37564.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes #37563.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes #37562.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #37560.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #37557.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #37556.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #37555.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Not adding as an option to sqlite, because sqlite is built from the amalgamation
and the amalgamation does not include sqlite_analyzer. Since the sqlite project
highly recommends building from the amalgamation, don't want to risk moving away
from it for the subset of people that need the analyzer.
Closes #37551.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
updated jenkins to 1.602
Closes #37553.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Presume this will need to wait for the bots to be updated, but Xcode
6.2 has landed.
Closes #37549.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #37548.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Bump.
Closes #37453.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #37544.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
|
|
Fixes #37236: etcdctl was moved into etcd package
strips etcdctl formula.
Closes #37508.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Closes #37524.
Closes #37525.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Closes #37543.
|
|
Closes #37542.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
closes #37083
Closes #37510.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
Closes #37537.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
Closes #37539.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
https://github.com/Carthage/Carthage/releases/tag/0.6.3
|
|
|
|
Closes #37541.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
Closes #37470.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #37507.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|