| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-09 | Usage should mention manpage. | Adam Vandenberg | |
| 2010-07-08 | Move method from ObserverPathnameExtension to extend/Pathname | Adam Vandenberg | |
| * This method is generally useful, even without the Observer extensions. | |||
| 2010-07-06 | Add debian style names to version checker. | Adam Vandenberg | |
| 2010-07-04 | Pathname - fix RC version detection. | Adam Vandenberg | |
| 2010-07-04 | Update Pathname version checks. | Adam Vandenberg | |
| * allow capital 'RC' * allow 'stable' suffix | |||
| 2010-06-18 | Fix LLVM compilation under OS X 10.6 where cflags was not being defined. | Brett Cannon | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Unshare code between ENV.llvm and ENV.setup_build_environment | |||
| 2010-06-17 | Refactor llvm compiler selection so formula can use it | Chris Hoffman | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-06-17 | Fix exception when installing with --use-llvm | Chris Hoffman | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-06-16 | Use same LLVM binary to check build # as we do to build with. | Adam Vandenberg | |
| Different llvm binaries were used to check build numbers and to compile with. Normalize this, and normalize the variable name used to hold the xcode location. (Calling it "prefix" is confusing, since there are already concepts in Homebrew called "prefx".) | |||
| 2010-04-22 | Fix universal builds on 32-bit CPUs. | Adam Vandenberg | |
| 2010-03-30 | More hashing refactoring to work with byte chunks | Jake Good | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-27 | fix github version parser with multidigit number | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-23 | More effective use of incremental MD5 to eliminate loading entire tarball ↵ | Jake Good | |
| into memory Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-17 | Bug fix: gcc_4_0_1 wasn't removing sse4 flags correctly. | Adam Vandenberg | |
| 2010-03-08 | Change the return value of Pathname.install. | Adam Vandenberg | |
| The change to Pathname to support renaming changed the return value. This commit puts it back, so the associated unit test passes again. | |||
| 2010-03-07 | Fixes Pathname.install(:foo => :bar) to work when File.exist?(:bar) | Max Howell | |
| 2010-03-07 | Allow Pathname.install to take a Hash. | Adam Vandenberg | |
| The keys of the hash are original file names, the values are new file names. Originals are renamed, and then installed under the new name. | |||
| 2010-03-07 | String.undent for prettier HEREDOCs | Max Howell | |
| 2010-03-01 | Move license block to separate LICENSE file. | Adam Vandenberg | |
| 2010-02-27 | Add outdated to `brew help` | Max Howell | |
| Also rearrange and alphabetise. | |||
| 2010-02-27 | Pathname.subdirs and Pathname.cd{} | Max Howell | |
| 2010-02-24 | We need to set CC and CXX for many formula | Max Howell | |
| Fixes #807; Fixes #808 | |||
| 2010-02-19 | No longer compile with LLVM by default | Max Howell | |
| Justification: * LLVM is too immature, it often fails to compile, sometimes irreproducibly * The performance of the resulting bytecode is often slower than the GCC equivalent (eg MySQL) If you want to continue using LLVM you can. Set HOMEBREW_USE_LLVM or brew with --use-llvm. We also now use the default compiler for each platform. So GCC 4.2 on Snow and GCC 4.0 on Leopard. This also means that new formula are more likely to just work as many over complicated build systems get upset when you mix things up. I also did a bunch more new research regarding compiler flags. We now set the right -march for nehalem procs and don't add redundant flags like msse3 (which is automatically applied for all the -march settings we use). Reducing the number of cflags will improve the overall reliability of our platform. | |||
| 2010-02-18 | Fix Pathname.install for relative symlinks | Max Howell | |
| If you have a bunch of symlinks and they all point at one file and you use Pathname.install on them all the error checking would fail if the file was moved before the symlinks because the symlinks would then point at a non existent file. | |||
| 2010-02-18 | Fix GitHub tarball version detection | Max Howell | |
| 2010-02-13 | Set correct LDFLAGS for universal binaries | Aleksandar Topuzović | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-02-08 | ENV.cxx was not retrieving proper ENV flag. | Adam Vandenberg | |
| 2010-01-29 | remove the nonexistant list --brewed flag from the help output. | Ben Bleything | |
| Resolves mxcl/homebrew#158. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-01-18 | Document brew cleanup | Max Howell | |
| 2010-01-14 | Added CMAKE_PREFIX_PATH to environment valriables | Florian Sowade | |
| CMake ignores the CPPFLAGS and LDFLAGS environment variables. This makes sure CMake finds libraries when homebrew is not installed at /usr/local. Signed-off-by: Max Howell <max@methylblue.com> Fixes #242 | |||
| 2010-01-13 | Use less lengthy path to llvm binaries | Max Howell | |
| 2010-01-11 | Detect X11 when ENV.x11 is requested; dump in --config. | Adam Vandenberg | |
| 2010-01-06 | Use full path to du | Max Howell | |
| Fixes #354 | |||
| 2009-12-30 | Pathname.md5 method | Max Howell | |
| 2009-12-17 | Also match -source tarballs. | Adam Vandenberg | |
| 2009-12-02 | Remove redundant cflags | Max Howell | |
| -fomit-frame-pointer is included for any optimisation level above O2 (including Os) Setting MACOS_DEPLOYMENT_TARGET is unecessary if you are just setting it the same as the OS X you are running. | |||
| 2009-12-02 | Alias gcc_4_0_1 to gcc_4_0 | Max Howell | |
| This is what we did for gcc_4_2 after all. | |||
| 2009-12-01 | When not installed to /usr/local use -isystem | Max Howell | |
| This means our include directory is prioritised above all -I but after all other system directories. This is how it should be. Also helps fix #113. | |||
| 2009-11-09 | Don't error out if .DS_Store is in a keg | Max Howell | |
| 2009-11-08 | List --HEAD/-H in brew usage | Max Howell | |
| 2009-11-07 | Fix ENV.m32 when LDFLAGS already exists | Max Howell | |
| 2009-11-07 | Raise if ARGV.next is out of bounds | Max Howell | |
| 2009-11-07 | Slightly better ARGV.usage for contribution | Max Howell | |
| 2009-11-07 | Better errors if missing keg or formula arguments | Max Howell | |
| 2009-11-07 | Don't throw if named.empty? | Max Howell | |
| Generally this isn't desired or useful. | |||
| 2009-11-04 | Fixes #106; Don't downcase ARGV.named | Max Howell | |
| 2009-10-23 | ENV.m32 | Max Howell | |
| 2009-10-23 | ENV.osx_10_5 | Max Howell | |
| 2009-10-21 | Add separator param to ENV.append (to match prepend.) | Adam Vandenberg | |
| 2009-10-19 | ENV.universal_binary | Max Howell | |
| Note, we still don't support PPC, this builds a 32 bit, 64 bit binary. | |||
