Skip to content
Snippets Groups Projects
  1. Nov 17, 2021
  2. Nov 11, 2021
  3. Nov 08, 2021
  4. Nov 02, 2021
  5. Sep 29, 2021
  6. Sep 16, 2021
  7. Sep 15, 2021
  8. Sep 14, 2021
  9. Aug 26, 2021
  10. Aug 18, 2021
  11. Aug 09, 2021
  12. Aug 06, 2021
  13. Jul 31, 2021
  14. Jul 13, 2021
  15. Jul 12, 2021
  16. Jul 08, 2021
  17. Jun 29, 2021
    • Johannes Hayeß's avatar
      Fix building of tests with MSVC · 254a4a56
      Johannes Hayeß authored
      
      Hi,
      
      currently tests don't build with MSVC, because the Base64 test tries to initialize multiple arrays with a length value that was derived from a non-const context. I have fixed this by using vectors instead.
      
      Sincerely
      
      Johannes Hayeß
      
      From 2d76972a862f0aa04b5011537bef71a49aa82a03 Mon Sep 17 00:00:00 2001
      From: =?UTF-8?q?Johannes=20Haye=C3=9F?= <jhaye@mailbox.org>
      Date: Sun, 27 Jun 2021 17:46:24 +0200
      Subject: [PATCH] Fix compiling with MSVC
      MIME-Version: 1.0
      Content-Type: text/plain; charset=UTF-8
      Content-Transfer-Encoding: 8bit
      
      Previously attempts to initialize arrays with non-const value. This
      seemingly works on GCC/clang due to their static code analysis, but
      fails with MSVC. This switches to dynamic memory allocation with
      std::vector, to solve the problem.
      
      Signed-off-by: default avatarJohannes Hayeß <jhaye@mailbox.org>
      254a4a56
  18. Jun 18, 2021
  19. Jun 17, 2021
Loading