History log of /ext-fiber/config.m4 (Results 1 – 17 of 17)
Revision Date Author Comments
# 118a23e5 30-Jun-2021 Aaron Piotrowski

Update config CPU checking


# 1f333ab9 29-Apr-2021 Aaron Piotrowski

Update based on php-src implementation


# 485afb2e 03-Apr-2021 Aaron Piotrowski

Fix header installs


# f6dfb158 27-Mar-2021 Aaron Piotrowski

Drop winfib and ucontext

All platforms use asm now.


# ce43165f 26-Mar-2021 Aaron Piotrowski

Update boost

Use combined asm on macOS. Fixes #17.


# 2e4c1a77 15-Mar-2021 Peter Kokot

Add AS_HELP_STRING to *nix build configure options (#15)

The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out if columns are aligned manually

Add AS_HELP_STRING to *nix build configure options (#15)

The Autoconf's default AS_HELP_STRING macro can properly format help
strings [1] so watching out if columns are aligned manually is not
anymore.

[1] https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings

show more ...


# 4454572f 08-Mar-2021 David CARLIER

Use asm for cpu tagged as amd64 (#12)


# c0ab6088 29-Dec-2020 Bob Weinand

Fix build as in-tree component of php-src


# 64e7cb14 09-Dec-2020 Aaron Piotrowski

Another config.m4 fix


# 6403c468 02-Dec-2020 Aaron Piotrowski

Shorten config.m4


# dfd5e49e 29-Nov-2020 Aaron Piotrowski

Update CPU archs


# e9091328 17-Sep-2020 Niklas Keller

Add -Werror


# 4142f74d 14-Sep-2020 Aaron Piotrowski

Put Future definition in fiber.c


# a3df1825 12-Sep-2020 Aaron Piotrowski

Add Future interface


# c00b4bc0 06-Sep-2020 Aaron Piotrowski

Add ucontext support


# 1b40687d 01-Sep-2020 Aaron Piotrowski

Rename to ext-fiber

Renamed Fiber::yield() to Fiber::suspend()


# 314f8628 25-Jun-2018 Martin Schröder

Imported native fibers into new task extension.