| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the misc dir: | lloyd | 2008-09-29 | 13 | -488/+0 |
* | Add -m64 flag for Sun Forte on amd64 | lloyd | 2008-09-22 | 1 | -0/+1 |
* | Set language flags properly for Borland C++ | lloyd | 2008-09-18 | 1 | -1/+1 |
* | Alternate warning flags for GCC 4.3 | lloyd | 2008-09-17 | 1 | -0/+1 |
* | Add specializations for most POWER procs for XLC | lloyd | 2008-09-16 | 1 | -1/+6 |
* | My mistake, it is XL C | lloyd | 2008-09-16 | 1 | -1/+1 |
* | Specialization for Cell PPU | lloyd | 2008-09-16 | 1 | -0/+4 |
* | Initial support for IBM XLC compiler (testing on STI Cell machine | lloyd | 2008-09-16 | 1 | -0/+20 |
* | Better autodetection support for the Cell PPU and ppc64 machines generally. | lloyd | 2008-09-16 | 1 | -0/+1 |
* | Default back to normal cross-version GCC flags | lloyd | 2008-09-11 | 1 | -2/+1 |
* | For non-release, use strict GCC warn flags | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Revert back to just -W -Wall for GCC for release | lloyd | 2008-09-05 | 1 | -2/+2 |
* | Extra warnings for GCC 4 | lloyd | 2008-08-31 | 1 | -1/+2 |
* | Use lib instead of link to create static lib | lloyd | 2008-08-18 | 1 | -1/+1 |
* | Fix autoconfiguration on Windows (testing on XP, VS 2008) | lloyd | 2008-08-18 | 1 | -2/+2 |
* | Complete the core2duo -> core2 rename | lloyd | 2008-07-07 | 3 | -3/+2 |
* | Set -march=<submodel> for x86-64 processors, and delete the bit of code | lloyd | 2008-07-07 | 1 | -2/+2 |
* | Set MSVC dll import flags (from Joel Low) | lloyd | 2008-07-03 | 1 | -1/+1 |
* | Optimizations had been disabled | lloyd | 2008-04-14 | 1 | -2/+2 |
* | Rename so_obj_flags variable to shared_flags | lloyd | 2008-04-13 | 8 | -10/+10 |
* | Add lines for setting dll_import_flags and dll_export_flags to all the | lloyd | 2008-04-13 | 12 | -2/+42 |
* | On NetBSD with GCC, define _NETBSD_SOURCE; according to a report on the | lloyd | 2008-03-10 | 1 | -1/+1 |
* | Add /Zi to debug flags for Visual Studio | lloyd | 2007-11-11 | 1 | -1/+1 |
* | Fix flags for Core2 optimizations with Intel C++ | lloyd | 2007-10-23 | 1 | -1/+1 |
* | Remove the checks that the compiler specified works on the given OS/CPU. | lloyd | 2007-10-21 | 12 | -144/+1 |
* | Use new options for ICC 10.0 | lloyd | 2007-10-21 | 1 | -6/+6 |
* | Intel C++ looks to prefer icpc instead of icc (in order to get the the | lloyd | 2007-10-20 | 1 | -2/+2 |
* | Handle out of tree builds a little better. | lloyd | 2007-03-04 | 1 | -1/+1 |
* | Define _QNX_SOURCE when compiling under QNX, according to reports on the | lloyd | 2007-02-28 | 1 | -1/+1 |
* | Remove the use of the machine-specific optimization flags, as they have | lloyd | 2006-12-14 | 1 | -9/+1 |
* | Various small improvements for x86-64 architectures, and better support | lloyd | 2006-11-24 | 2 | -4/+9 |
* | ICC supports x86-64 now | lloyd | 2006-11-06 | 1 | -0/+1 |
* | Use -momit-leaf-frame-pointer on x86 and x86-64 | lloyd | 2006-09-26 | 1 | -6/+3 |
* | Do put a space after -c/-o options, except for Visual C++, which can't | lloyd | 2006-09-09 | 11 | -22/+22 |
* | Fix a bug when generating nmake-style makefiles. | lloyd | 2006-09-08 | 1 | -1/+1 |
* | Correct some of the Visual C++ options | lloyd | 2006-09-08 | 1 | -2/+2 |
* | Improve handling of Itanium option generation for GCC | lloyd | 2006-09-08 | 1 | -0/+1 |
* | Remove a commented out mach_abi_linking section | lloyd | 2006-09-06 | 1 | -3/+0 |
* | Move the configure.pl generation code into the tree. | lloyd | 2006-06-03 | 12 | -0/+567 |