aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/fileutils.rb
AgeCommit message (Expand)Author
2015-03-14Use Dir.mktmpdir instead of shelling out to mktempJack Nagel
2015-03-10Reduce scope of ensure block, remove conditionalsJack Nagel
2014-08-14Fix mktmp to be generic as-per SUS/BSD.xxxajk
2014-06-09Fix visibility of FileUtils extension methodsJack Nagel
2014-06-09Stop exposing mktemp as a public method on formula objectsJack Nagel
2014-03-14Use Formula#system and existing error handling in scons helperJack Nagel
2014-02-28move scons helper to fileutilsAdam Vandenberg
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
2013-12-14Extract HOMEBREW_TEMP constantJack Nagel
2013-10-06FileUtils#copy_metadata: update comment, versionMisty De Meo
2013-10-02Pass the mktemp prefix as an argumentJack Nagel
2013-10-02Fix mktemp directory namingJack Nagel
2013-03-28extend/fileutils: suppress discarded method definition warningsJack Nagel
2013-03-11Add with_system_path to run using system PATHs.Mike McQuaid
2013-03-11Add current Ruby globals.Mike McQuaid
2013-02-02Move ruby methods to FileUtils extensionJack Nagel
2012-09-27FileUtils: backport #copy_metadata fixMisty De Meo
2012-09-25Clean up and improve build-error output and logsMax Howell
2012-08-29Don't catch build errorsMax Howell
2012-08-29Block form of chdir can only be used onceMax Howell
2012-08-29Ensure mktemp cleans up after itselfMax Howell
2012-05-01Fix Ruby warnings.Mike McQuaid
2012-03-06Extend FileUtils rather than include itJack Nagel
2012-03-05Move path utils out of formula.rbAdam Vandenberg