| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-10 | smartsim: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | meld: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | klavaro: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | gtksourceviewmm3: migrate from x11 | Tom Schoonjans | |
| 2016-02-10 | gobby: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | gnumeric: migrate from x11 | Tom Schoonjans | |
| 2016-02-10 | easy-tag: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | cardpeek: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | xournal: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | xchat: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | upnp-router-control: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | threadscope: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | terminator: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | sylpheed: migrate from x11 | Tom Schoonjans | |
| 2016-02-10 | prooftree: migrate from x11 to science | Tom Schoonjans | |
| 2016-02-10 | pcb: migrate from x11 to science | Tom Schoonjans | |
| 2016-02-10 | kernagic: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | iptux: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | inkscape: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | hexchat: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | gtkwave: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | gtksourceviewmm: migrate from x11 | Tom Schoonjans | |
| 2016-02-10 | gtk-chtheme: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | gsmartcontrol: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | glade: migrate from x11 | Tom Schoonjans | |
| 2016-02-10 | ggobi: migrate from x11 to science | Tom Schoonjans | |
| 2016-02-10 | gerbv: migrate from x11 | Tom Schoonjans | |
| 2016-02-10 | geeqie: migrate from x11 to gui | Tom Schoonjans | |
| 2016-02-10 | geda-gaf: migrate from x11 to science | Tom Schoonjans | |
| 2016-02-10 | geany: migrate from x11 | Tom Schoonjans | |
| 2016-02-10 | tests: Add missing version tests | Baptiste Fontaine | |
| Closes Homebrew/homebrew#49031. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2016-02-10 | bottle: do not follow symlink when setting mtime | Xu Cheng | |
| Also set atime to mtime, which seems to be a more common practice. Fixes Homebrew/homebrew#49007 Closes Homebrew/homebrew#49027. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2016-02-10 | FormulaInstaller: uncache Tab to keep it fresh | Xu Cheng | |
| Fixes Homebrew/homebrew#48612. Fixes Homebrew/homebrew#48657. Closes Homebrew/homebrew#48886. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2016-02-09 | Audit: Regexp.escape formula names | Misty De Meo | |
| We allow certain special regex characters in formula names, and if those aren't escaped when interpolating them into a regex, they'll be interpreted as special regex characters. This can cause regex compile errors on Ruby 1.8 (for example, with "libxml++3", which has nested match characters), and more subtle matching bugs in general. Refs an issue surfaced in Homebrew/homebrew#48744. Closes Homebrew/homebrew#49005. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2016-02-08 | rtags: 2.1, back from boneyard | Nikolaus Wittenstein | |
| This reverts commit 5bcc7b1f3fd4992e67736bb3cd97141e82c94685 and updates rtags to version 2.1. It had been moved to the boneyard because the tag for version 2 had been deleted. Closes Homebrew/homebrew#48800. Signed-off-by: Andrew Janke <andrew@apjanke.net> | |||
| 2016-02-07 | os/mac/xcode: expect Xcode 7.2.1 | Dominyk Tiller | |
| 2016-02-07 | os/mac: add Xcode 7.2.1 | Dominyk Tiller | |
| 2016-02-07 | tests: add leaves & prune integration tests | Baptiste Fontaine | |
| Closes Homebrew/homebrew#48943. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2016-02-07 | tests: cleanup test bottle | Baptiste Fontaine | |
| 2016-02-07 | tests: monkey-patch exec to get coverage reports | Baptiste Fontaine | |
| Closes Homebrew/homebrew#48923. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2016-02-07 | tests: remove unnecessary cd | Baptiste Fontaine | |
| 2016-02-07 | Tap: clear_cache for Tap#(un)install | Xu Cheng | |
| If a tap is installed during the installation, the original cache need to be purged. Otherwise, it will return wrong information afterwards. Closes Homebrew/homebrew#48887. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2016-02-07 | more test for dependency_expansion | Xu Cheng | |
| Closes Homebrew/homebrew#48904. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2016-02-07 | Dependency.expand: ensure pop stack | Xu Cheng | |
| During the dependencies expansion, there may be errors (e.g. FormulaUnavaiableError). As result, some deps will be left behind in the stack and interfere afterwards dependencies expansion. So let's ensure stack clean for each expansions. Fixes Homebrew/homebrew#48834. | |||
| 2016-02-06 | Array#count alias didn't always exist | Misty De Meo | |
| Fixes mistydemeo/tigerbrew#408. | |||
| 2016-02-06 | tests: fix simplecov handling in integration tests | Baptiste Fontaine | |
| Closes Homebrew/homebrew#48250. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2016-02-06 | tests: track all files | Baptiste Fontaine | |
| 2016-02-06 | tests: use our patched simplecov, bump coveralls | Baptiste Fontaine | |
| We must bump coveralls otherwise we get a conflicting dependency: we use a patched simplecov v0.11.1 but coveralls 0.8.9 needs simplecov 0.10.x. | |||
| 2016-02-06 | tests: enforce min. 40% coverage | Baptiste Fontaine | |
| 2016-02-06 | tests: don't use Coveralls outside of CI | Baptiste Fontaine | |
