aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2013-10-09Extract a new superclass for VCS-based download strategiesJack Nagel
2013-10-09SubversionDownloadStrategy: stop mutating revisions hashJack Nagel
2013-10-09download_strategy: style nitsJack Nagel
2013-10-09download_strategy: rename @spec to @ref_typeJack Nagel
2013-10-08Remove unused variableJack Nagel
2013-10-08Remove outdated commentJack Nagel
2013-10-08Prefer interpolation to concatenationJack Nagel
2013-10-08doctor: avoid using MACOS_VERSIONJack Nagel
2013-10-08detect_cxx_stdlibs: Only detect for dylibsMisty De Meo
2013-10-08BuildOptions: detect if building a bottle.Mike McQuaid
2013-10-07Use MacOS.locate to find otoolJack Nagel
2013-10-07Fix test failure for C++ stdlib.Xiyue Deng
2013-10-07Tab#cxxstdlib: don't try to convert nil to_symMisty De Meo
2013-10-07Tab#cxxstdlib: remove default stdlibMisty De Meo
2013-10-07formula_installer: change default bottle CxxStdlibMisty De Meo
2013-10-07Tab.dummy_tab: don't provide default stdlib valueMisty De Meo
2013-10-06build: fix typoMisty De Meo
2013-10-06Track the OS's default C++ stdlibMisty De Meo
2013-10-06CxxStdlib: allow for nil stdlibsMisty De Meo
2013-10-06Only track C++ stdlibs for C++ codeMisty De Meo
2013-10-06Recommend Xcode 5.0.1 GM on 10.9Jack Nagel
2013-10-06FileUtils#copy_metadata: update comment, versionMisty De Meo
2013-10-06Fix typo in Keg#fixed_name invocationAlex Malinovich
2013-10-04Check types in Formula#==Jack Nagel
2013-10-04superenv: fix hardcoded X11 aclocal pathJack Nagel
2013-10-04ENV.x11: only use SDK when CLT is missing and X11 is from AppleJack Nagel
2013-10-04ENV.x11: always add include/freetype2 to CPPFLAGSJack Nagel
2013-10-04config: squelch stderr when invoking gitJack Nagel
2013-10-04Fetch yields the key, use itJack Nagel
2013-10-04MacOS: remove unnecessary begin blockJack Nagel
2013-10-04Fix install_name_tool path for keg_only formulaeXiyue Deng
2013-10-04Add Xcode 5.0.1.Mike McQuaid
2013-10-04xcode: Xcode 5.0 is the latest on 10.8.Mike McQuaid
2013-10-04macos: cleanup whitespace.Mike McQuaid
2013-10-03MacCPUs: distinguish between G5 32-bit and 64-bitMisty De Meo
2013-10-02Pass the mktemp prefix as an argumentJack Nagel
2013-10-02Fix mktemp directory namingJack Nagel
2013-09-30Handle invalid names in download strategiesJack Nagel
2013-09-28Move ld64 into SharedEnvExtensionMisty De Meo
2013-09-28BazaarDownloadStrategy: handle corrupt checkoutsJack Nagel
2013-09-28Remove commented out code, this is in git after allJack Nagel
2013-09-28SubversionDownloadStrategy: handle corrupt checkoutsJack Nagel
2013-09-28MercurialDownloadStrategy: pull quietly in non-verbose modeJack Nagel
2013-09-28MercurialDownloadStrategy: handle corrupt checkoutsJack Nagel
2013-09-28Infer dependencies from download strategies and URLsJack Nagel
2013-09-27Allow Dependency objects to be marshaledJack Nagel
2013-09-27Adjust CompilerSelectionError messageMisty De Meo
2013-09-27SoftwareSpec: remove dead codeJack Nagel
2013-09-27Bottle: set version from stable spec.Mike McQuaid
2013-09-26upgrade.rb: Fix plural_s when number = 0Nikolaus Wittenstein