An error occurred fetching the project authors.
  1. 21 Mar, 2007 1 commit
    • unknown's avatar
      fix shell script · 8db5e504
      unknown authored
      BUILD/check-cpu:
        make comparison a little more compatible with less exotic shells
      8db5e504
  2. 19 Mar, 2007 1 commit
  3. 01 Mar, 2007 2 commits
  4. 17 Jan, 2007 1 commit
  5. 01 Jan, 2007 1 commit
    • unknown's avatar
      mysql_secure_installation.sh: · 0f31724d
      unknown authored
        Portable handling of "echo" without newline (bug#24605)
      check-cpu:
        In developer script safe to use "printf", not "echo -n"
      
      
      BUILD/check-cpu:
        In developer script safe to use "printf", not "echo -n"
      scripts/mysql_secure_installation.sh:
        Portable handling of "echo" without newline (bug#24605)
      0f31724d
  6. 20 Dec, 2006 1 commit
  7. 30 Aug, 2006 1 commit
  8. 10 Aug, 2006 1 commit
  9. 21 Jul, 2005 1 commit
  10. 06 Jun, 2005 1 commit
  11. 03 Jun, 2005 1 commit
    • unknown's avatar
      check-cpu fixes/improvements (Bug #11065) · 4e56fcb2
      unknown authored
          
          - support additional platforms (OpenBSD, Darwin)
          - make use of /proc/cpuinfo CPU flag information
            (needed to distinguish EMT64 Xeons from normal ones)
          - chose the right CPU related options depending on 
            GCC version and target architecture
          - check if the chosen CPU type is actually supported
            by the GCC version , fallback to CPUs predecessor
            until test compile succeeds
      
      4e56fcb2
  12. 25 May, 2005 1 commit
  13. 10 May, 2005 1 commit
    • unknown's avatar
      Fix for Ingo · f4e88ce3
      unknown authored
      BUILD/check-cpu:
        Set old_flag to pentium
      f4e88ce3
  14. 09 May, 2005 3 commits
  15. 08 May, 2005 1 commit
  16. 28 Apr, 2005 1 commit
  17. 27 Apr, 2005 2 commits
    • unknown's avatar
      After review fix · de5db5af
      unknown authored
      BUILD/check-cpu:
        Remove defaul flag i386 and add a check to see wheter to set check_cpu_cflags or not.
      de5db5af
    • unknown's avatar
      Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march instead · bb4df7df
      unknown authored
         - Made a script that selects the best compiler optimizations for the current cpu.
         - Use the script from BUILD/SETUP.sh 
      
      
      BUILD/SETUP.sh:
        Run check-cpu and use the compiler optimization flags it outputs
      bb4df7df