1. 30 Oct, 2019 1 commit
  2. 28 Oct, 2019 3 commits
    • gabime's avatar
      Revert pull #1288 · 2b8afb38
      gabime authored
      2b8afb38
    • Gabi Melman's avatar
      Merge pull request #1288 from yipdw/bugfix/use-64-bit-file-access · 685ad74d
      Gabi Melman authored
      Use _FILE_OFFSET_BITS=64 when building on Linux 32-bit systems
      685ad74d
    • David Yip's avatar
      Use _FILE_OFFSET_BITS=64 when building tests on Linux 32-bit systems · 288ea115
      David Yip authored
      When cross-compiling spdlog from x86-64 to armhf, I ran spdlog-utests
      via qemu-arm and noticed that the "daily_logger rotate" test was failing
      because count_files always returned zero.
      
      Investigation of count_files revealed that readdir was returning nullptr
      immediately and setting errno to 75, i.e. "value too large for defined
      data type".  I suspected this had something to do with some 64 vs.
      32-bit thing, so I added _FILE_OFFSET_BITS=64 to the build and that
      seems to have made readdir happy.
      
      It might be safe to add _FILE_OFFSET_BITS=64 for all Linux builds, but
      it only seems to be necessary for the 32-bit case (which is a pretty
      small audience these days -- I'm only building for armhf to target a
      Raspberry Pi 3 running Raspbian, which runs in 32-bit mode).
      288ea115
  3. 25 Oct, 2019 22 commits
  4. 24 Oct, 2019 1 commit
  5. 21 Oct, 2019 2 commits
  6. 20 Oct, 2019 9 commits
  7. 19 Oct, 2019 2 commits
    • Gabi Melman's avatar
      Merge pull request #1275 from flopp/spelling · 1472048b
      Gabi Melman authored
      Fix some spelling errors.
      1472048b
    • Florian Pigorsch's avatar
      Fix some spelling errors. · 4aad51a3
      Florian Pigorsch authored
      casese -> cases (1)
      chache -> cache (1)
      cirucal -> circular (1)
      dependecy -> dependency (1)
      detrmine -> determine (2)
      eavluate -> evaluate (1)
      exertnal -> external (1)
      ony -> only (1)
      registation -> registration (3)
      registring -> registering (2)
      regsistration -> registration (3)
      seperate -> separate (2)
      wit -> with (1)
      withe -> with (1)
      4aad51a3