An error occurred fetching the project authors.
  1. 27 Sep, 2005 1 commit
    • unknown's avatar
      Bug #12526 yassl: Crashes in "integer.cpp" · cd7942d4
      unknown authored
       -  Improve detection of when to disable inlining for integer.cpp
      
      
      config/ac-macros/yassl.m4:
        Use variable $host_cpu the check for sparc.
        Print a message when inlining is disabled
      cd7942d4
  2. 15 Sep, 2005 1 commit
    • unknown's avatar
      Bug #12526 yassl: Crashes in "integer.cpp" · 21e1efc7
      unknown authored
       - Disable inlining in integer.cp for sparc solaris Cun C++ 5.6
      
      
      config/ac-macros/yassl.m4:
        Detect sparc Solaris + Sun C++ 5.6 and disable inlining for integer.cpp
      extra/yassl/taocrypt/src/Makefile.am:
        Compile integer.cpp into a separate lib in order to use special CXXFLAGS
        Add the integer.cpp lib to libtaocrypt.la
      21e1efc7
  3. 18 Jun, 2005 1 commit
  4. 12 Jun, 2005 1 commit
    • unknown's avatar
      WL#2286 - Compile MySQL w/YASSL support · 3d431536
      unknown authored
        Fix for link failures on boxes with non-gnu compiler.
      
      
      client/Makefile.am:
        Add a dummy C++ file to client suite to make libtool use a C++ linker:
        this lets client suite link when using yaSSL and a non-gcc C++ compiler.
      config/ac-macros/yassl.m4:
        HAVE_YASSL conditional is used to add dummy C++ file if configured with yaSSL.
      tests/Makefile.am:
        Add a dummy C++ file to tests to make libtool use a C++ linker:
        this lets tests link when using yaSSL and a non-gcc C++ compiler.
      vio/Makefile.am:
        Use dummy C++ file if configured with yaSSL only.
      3d431536
  5. 02 Jun, 2005 1 commit
    • unknown's avatar
      WL#2286 - Compile MySQL w/YASSL support · bdbace66
      unknown authored
      Compilation errors fixes.
      
      
      config/ac-macros/yassl.m4:
        Switch to -l/-L instead of passing file name directly. (more portable for ".a" archives)
      extra/yassl/taocrypt/src/integer.cpp:
        Instantiate more templates (needed by some 64bit boxes).
      extra/yassl/taocrypt/src/template_instnt.cpp:
        Instantiate more templates (needed by some 64bit boxes).
        Move tcArrayDelete to TaoCrypt namespace (more portable).
      bdbace66
  6. 28 Apr, 2005 1 commit
    • unknown's avatar
      WL#2286 Compile MySQL w/YASSL support · e28bf9ef
      unknown authored
      yaSSL-0.9.7 library bundled.
      
      
      BUILD/Makefile.am:
        compile-pentium-debug-yassl added to distribution.
      Makefile.am:
        Added yassl_dir to SUBDIRS. It contains path to yassl distribution if --with-yassl
        specified. It is empty otherwise.
      configure.in:
        yaSSL CHECK-function call.
      extra/Makefile.am:
        yaSSL added to distribution.
      include/violite.h:
        YASSL_MYSQL_COMPATIBLE macro must be defined to make yassl headers compatible.
      e28bf9ef