1. 23 Aug, 2018 1 commit
    • Aalhad Saraf's avatar
      Fix build failure on ARM due to bad variable name · 3f1f6285
      Aalhad Saraf authored
      The variable decrement was changed to decrement_
      in c581f43c
      
      In -one- place, it remained as decrement
      and gives:
      
      In file included from src/ctx.hpp:44:0,
      from src/address.cpp:33:
      src/atomic_counter.hpp: In member function 'bool zmq::atomic_counter_t::sub(zmq::atomic_counter_t::integer_t)':
      src/atomic_counter.hpp:191:28: error: 'decrement' was not declared in this scope
      
      Changing it to decrement_ fixes the problem.
      3f1f6285
  2. 22 Aug, 2018 12 commits
  3. 20 Aug, 2018 3 commits
  4. 19 Aug, 2018 2 commits
  5. 17 Aug, 2018 7 commits
  6. 16 Aug, 2018 10 commits
  7. 15 Aug, 2018 5 commits