Skip to content
Snippets Groups Projects
  1. Jan 09, 2014
  2. Jan 08, 2014
  3. Jan 07, 2014
  4. Jan 06, 2014
  5. Jan 04, 2014
  6. Jan 03, 2014
  7. Jan 02, 2014
  8. Dec 28, 2013
  9. Dec 20, 2013
    • Steffen Müthing's avatar
      [bugfix] Fixes GMP test. · 6c028127
      Steffen Müthing authored and Markus Blatt's avatar Markus Blatt committed
      
      Previoulsy CMake always fails to find the __gmpz_abs symbol on my machine, even though it is clearly there.
      The test used check_symbol_exists. According to the documentation, check_symbol_exists tries to include the
      second argument into a test program to check whether there is a prototype for the first argument, so as the
      second argument is a binary, that can't really work... This patch switches over to use check_library_exists.
      (cherry picked from commit 79cc2c42)
      
      Signed-off-by: default avatarMarkus Blatt <markus@dr-blatt.de>
      6c028127
    • Markus Blatt's avatar
      [cmake,release] Corrects setting of HAVE_* variables. · 595d97e7
      Markus Blatt authored
      
      For generating the config.h file we use the HAVE_* variables instead
      of the CMake ones *_FOUND, Unfortunately, we sometines to not set
      HAVE_* to the value of the *_FOUND vriable but to its name. Usually
      we only query whether these variable are set at all. While
      this often (except for psurface) does not pose a problem, it is semantically
      wrong. Therfore this patch fixes this.
      
      Kudos to Ansgar for pointing to this problem.
      (cherry picked from commit e258dbd6)
      
      Signed-off-by: default avatarMarkus Blatt <markus@dr-blatt.de>
      595d97e7
  10. Dec 19, 2013
  11. Dec 18, 2013
Loading