[OpenSIPS-Devel] [OpenSIPS/opensips] 745fe0: Revert "Revert "Fix last reference to atomic_set()...

Liviu Chircu noreply at github.com
Thu Dec 10 11:57:16 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 745fe0c0d081e1e374ba624e8d653322cbbf1bd6
      https://github.com/OpenSIPS/opensips/commit/745fe0c0d081e1e374ba624e8d653322cbbf1bd6
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M mem/module_info.c

  Log Message:
  -----------
  Revert "Revert "Fix last reference to atomic_set() (replace with atomic_init).""

This reverts commit 670b203f2d7b4ebd6533062537167129609d08e3.


  Commit: a91ab9c7007dcd36e9fba58bc990dcfc68f2270d
      https://github.com/OpenSIPS/opensips/commit/a91ab9c7007dcd36e9fba58bc990dcfc68f2270d
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M statistics.c
    M statistics.h

  Log Message:
  -----------
  Revert "Revert "Use stdatomic.h, which is part of C standard since C11.""

This reverts commit dd417cb7e84ccb704d73eaa4450f7e8795dea8bb.


  Commit: c9d924274e7927388a3c453c81822e5cb56b0c0d
      https://github.com/OpenSIPS/opensips/commit/c9d924274e7927388a3c453c81822e5cb56b0c0d
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M Makefile.defs
    M atomic.h
    M mem/module_info.c
    M statistics.c
    M statistics.h

  Log Message:
  -----------
  Put back stdatomic to be used by default if compiler supports it.
Keep old, non-portable atomic.h and use that as poor-man's stdatomic
when it's not available. Add some wrappers to make API more like
stdatomics.

Auto-detect if stdatomic.h is available.


  Commit: 2442f67f26bc24a4b79281407befa96b52e401d9
      https://github.com/OpenSIPS/opensips/commit/2442f67f26bc24a4b79281407befa96b52e401d9
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-12-10 (Thu, 10 Dec 2020)

  Changed paths:
    M Makefile.defs
    M atomic.h
    M mem/module_info.c
    M statistics.c
    M statistics.h

  Log Message:
  -----------
  Merge pull request #2339 from sippy/pr_stdatomic_strikes_back

Re-introduce using stdatomics for the purposes of core stats.


Compare: https://github.com/OpenSIPS/opensips/compare/80eecb92f24a...2442f67f26bc



More information about the Devel mailing list