Skip to content
Snippets Groups Projects
  1. Jul 07, 2020
    • Jan Beich's avatar
      input_common/gcadapter: add missing C++11 header required by libc++ · 1db10b8f
      Jan Beich authored
      In file included from src/input_common/gcadapter/gc_adapter.cpp:8:
      src/./input_common/gcadapter/gc_adapter.h:77:10: error: no template named 'unordered_map' in namespace 'std'
          std::unordered_map<int, bool> buttons;
          ~~~~~^
      src/./input_common/gcadapter/gc_adapter.h:78:10: error: no template named 'unordered_map' in namespace 'std'
          std::unordered_map<int, u16> axes;
          ~~~~~^
      1db10b8f
  2. Jul 06, 2020
  3. Jul 04, 2020
  4. Jul 03, 2020
  5. Jul 02, 2020
  6. Jul 01, 2020
  7. Jun 30, 2020
  8. Jun 29, 2020
    • Jan Beich's avatar
      common: add sysconf() fallback · e6085ea3
      Jan Beich authored
      src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found
       #include <sys/sysinfo.h>
                ^~~~~~~~~~~~~~~
      e6085ea3
    • Morph's avatar
      10eca7f6
    • John Galt's avatar
      cmake: fix fmt linking · 765e37aa
      John Galt authored
      On gcc/ld, and clang/lld, fmt::v6 symbols are excluded, so linking
      fails. This fixes the issue.
      
      Note: This was included in the FindBoost changes I shared with
      BlinkHawk, however only they were merged. I'm not sure if it was missed,
      or if there was an issue with this part of the change.
      765e37aa
  9. Jun 28, 2020
  10. Jun 27, 2020
Loading